diff --git a/module/rdd-utility.js b/module/rdd-utility.js index 4c500961..f98a82b1 100644 --- a/module/rdd-utility.js +++ b/module/rdd-utility.js @@ -115,6 +115,8 @@ export class RdDUtility { 'systems/foundryvtt-reve-de-dragon/templates/competence-categorie.html', 'systems/foundryvtt-reve-de-dragon/templates/competence-carac-defaut.html', 'systems/foundryvtt-reve-de-dragon/templates/competence-base.html', + 'systems/foundryvtt-reve-de-dragon/templates/enum-categorie.html', + 'systems/foundryvtt-reve-de-dragon/templates/enum-rarete.html', 'systems/foundryvtt-reve-de-dragon/templates/arme-competence.html', 'systems/foundryvtt-reve-de-dragon/templates/sort-draconic.html', 'systems/foundryvtt-reve-de-dragon/templates/sort-tmr.html', diff --git a/system.json b/system.json index 6741c734..5d63797f 100644 --- a/system.json +++ b/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.24", + "version": "0.9.25", "minimumCoreVersion": "0.6.0", "compatibleCoreVersion": "0.7.5", - "templateVersion": 39, + "templateVersion": 40, "author": "LeRatierBretonnien", "esmodules": [ "module/rdd-main.js", "module/hook-renderChatLog.js" ], "styles": ["styles/simple.css"], diff --git a/template.json b/template.json index 2d74f664..d7461a0e 100644 --- a/template.json +++ b/template.json @@ -545,8 +545,9 @@ "encombrement": 0, "base": 0, "quantite": 1, - "rarete": "", "milieu": "", + "rarete": "", + "categorie": "", "cout": 0 }, "tache": { diff --git a/templates/enum-categorie.html b/templates/enum-categorie.html new file mode 100644 index 00000000..9faf1346 --- /dev/null +++ b/templates/enum-categorie.html @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/enum-rarete.html b/templates/enum-rarete.html new file mode 100644 index 00000000..667b2c76 --- /dev/null +++ b/templates/enum-rarete.html @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/herbe-categorie.html b/templates/herbe-categorie.html new file mode 100644 index 00000000..9faf1346 --- /dev/null +++ b/templates/herbe-categorie.html @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/herbe-frequence.html b/templates/herbe-frequence.html new file mode 100644 index 00000000..667b2c76 --- /dev/null +++ b/templates/herbe-frequence.html @@ -0,0 +1,5 @@ + + + + + diff --git a/templates/item-herbe-sheet.html b/templates/item-herbe-sheet.html index 09264fcd..d41b8ac0 100644 --- a/templates/item-herbe-sheet.html +++ b/templates/item-herbe-sheet.html @@ -1,31 +1,53 @@
-
- -
-

-
-
- - {{!-- Sheet Body --}} -
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
- - + +
- - + +
- - + + +
+
+ + +
+
+ + +
+
+ +
- +
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
-
- - + +
+ + \ No newline at end of file diff --git a/templates/item-ingredient-sheet.html b/templates/item-ingredient-sheet.html index c2d111f8..e67e3ec4 100644 --- a/templates/item-ingredient-sheet.html +++ b/templates/item-ingredient-sheet.html @@ -1,35 +1,57 @@
-
- -
-

-
-
- - {{!-- Sheet Body --}} -
+
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
- - + +
- - + +
- - + +
- - + +
-
- -
- {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} -
+
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
-
- - + +
+ + \ No newline at end of file diff --git a/templates/item-potion-sheet.html b/templates/item-potion-sheet.html index f7f04670..7dc6c42d 100644 --- a/templates/item-potion-sheet.html +++ b/templates/item-potion-sheet.html @@ -1,27 +1,43 @@
-
- -
-

-
-
- - {{!-- Sheet Body --}} -
-
- - +
+ +
+

+
+
+ + {{!-- Sheet Body --}} +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
-
- - -
-
- -
- {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} -
-
-
- - +
+
+ + \ No newline at end of file