Sorts et dévotions
This commit is contained in:
22
system.json
22
system.json
@ -2,11 +2,11 @@
|
||||
"name": "foundryvtt-vadentis",
|
||||
"title": "Vadentis",
|
||||
"description": "Système Vadentis pour FoundryVTT",
|
||||
"version": "0.0.7",
|
||||
"version": "0.0.9",
|
||||
"manifestPlusVersion": "1.0.0",
|
||||
"minimumCoreVersion": "0.7.5",
|
||||
"compatibleCoreVersion": "0.7.9",
|
||||
"templateVersion": 6,
|
||||
"templateVersion": 7,
|
||||
"author": "Uberwald",
|
||||
"esmodules": [ "modules/vadentis-main.js" ],
|
||||
"styles": ["styles/simple.css"],
|
||||
@ -14,6 +14,24 @@
|
||||
"media": [
|
||||
],
|
||||
"packs": [
|
||||
{
|
||||
"name": "eglises",
|
||||
"label": "Eglises",
|
||||
"system": "foundryvtt-vadentis",
|
||||
"module": "foundryvtt-vadentis",
|
||||
"path": "./packs/eglises.db",
|
||||
"entity": "Item",
|
||||
"tags" : [ "eglise" ]
|
||||
},
|
||||
{
|
||||
"name": "donnees",
|
||||
"label": "Données",
|
||||
"system": "foundryvtt-vadentis",
|
||||
"module": "foundryvtt-vadentis",
|
||||
"path": "./packs/donnees.db",
|
||||
"entity": "Item",
|
||||
"tags" : [ "données", "donnee" ]
|
||||
}
|
||||
],
|
||||
"library": false,
|
||||
"languages": [
|
||||
|
Reference in New Issue
Block a user