Increase template
This commit is contained in:
parent
b37fac9778
commit
65b61d5df6
@ -2,10 +2,10 @@
|
|||||||
"name": "foundryvtt-reve-de-dragon",
|
"name": "foundryvtt-reve-de-dragon",
|
||||||
"title": "Rêve de Dragon",
|
"title": "Rêve de Dragon",
|
||||||
"description": "Rêve de Dragon RPG for FoundryVTT",
|
"description": "Rêve de Dragon RPG for FoundryVTT",
|
||||||
"version": "0.9.23",
|
"version": "0.9.24",
|
||||||
"minimumCoreVersion": "0.6.0",
|
"minimumCoreVersion": "0.6.0",
|
||||||
"compatibleCoreVersion": "0.7.5",
|
"compatibleCoreVersion": "0.7.5",
|
||||||
"templateVersion": 38,
|
"templateVersion": 39,
|
||||||
"author": "LeRatierBretonnien",
|
"author": "LeRatierBretonnien",
|
||||||
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
"esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ],
|
||||||
"styles": ["styles/simple.css"],
|
"styles": ["styles/simple.css"],
|
||||||
|
@ -534,6 +534,9 @@
|
|||||||
"niveau": 0,
|
"niveau": 0,
|
||||||
"base": 0,
|
"base": 0,
|
||||||
"quantite": 1,
|
"quantite": 1,
|
||||||
|
"milieu": "",
|
||||||
|
"rarete": "",
|
||||||
|
"categorie": "",
|
||||||
"cout": 0
|
"cout": 0
|
||||||
},
|
},
|
||||||
"ingredient": {
|
"ingredient": {
|
||||||
@ -542,6 +545,8 @@
|
|||||||
"encombrement": 0,
|
"encombrement": 0,
|
||||||
"base": 0,
|
"base": 0,
|
||||||
"quantite": 1,
|
"quantite": 1,
|
||||||
|
"rarete": "",
|
||||||
|
"milieu": "",
|
||||||
"cout": 0
|
"cout": 0
|
||||||
},
|
},
|
||||||
"tache": {
|
"tache": {
|
||||||
@ -565,6 +570,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"quantite": 1,
|
"quantite": 1,
|
||||||
"encombrement": 0,
|
"encombrement": 0,
|
||||||
|
"rarete": "",
|
||||||
|
"categorie": "",
|
||||||
"cout": 0
|
"cout": 0
|
||||||
},
|
},
|
||||||
"rencontresTMR": {
|
"rencontresTMR": {
|
||||||
|
Loading…
Reference in New Issue
Block a user