Ajout compétences créatures
This commit is contained in:
13
system.json
13
system.json
@ -2,10 +2,10 @@
|
||||
"name": "foundryvtt-reve-de-dragon",
|
||||
"title": "Rêve de Dragon",
|
||||
"description": "Rêve de Dragon RPG for FoundryVTT",
|
||||
"version": "0.9.4",
|
||||
"version": "0.9.5",
|
||||
"minimumCoreVersion": "0.6.0",
|
||||
"compatibleCoreVersion": "0.6.6",
|
||||
"templateVersion": 28,
|
||||
"templateVersion": 31,
|
||||
"author": "LeRatierBretonnien",
|
||||
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
||||
"styles": ["styles/simple.css"],
|
||||
@ -18,6 +18,15 @@
|
||||
"path": "./packs/competences.db",
|
||||
"entity": "Item",
|
||||
"tag" : "item"
|
||||
},
|
||||
{
|
||||
"name": "competences-creatures",
|
||||
"label": "Compétences de Créatures",
|
||||
"system": "foundryvtt-reve-de-dragon",
|
||||
"module": "foundryvtt-reve-de-dragon",
|
||||
"path": "./packs/competences-creatures.db",
|
||||
"entity": "Item",
|
||||
"tag" : "item"
|
||||
},
|
||||
{
|
||||
"name": "sorts",
|
||||
|
Reference in New Issue
Block a user