From b0834469a152d2249b1cdda8ad3a2cf7a630206b Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Thu, 27 Jul 2023 15:36:14 +0200 Subject: [PATCH] Ajout maneuver --- lang/en.json | 10 +++++---- lang/fr.json | 8 +++++--- system.json | 4 ++-- template.json | 7 ++++++- templates/items/item-maneuver-sheet.hbs | 27 +++++++++++++++++++++++++ 5 files changed, 46 insertions(+), 10 deletions(-) create mode 100644 templates/items/item-maneuver-sheet.hbs diff --git a/lang/en.json b/lang/en.json index eb11e51..b176da6 100644 --- a/lang/en.json +++ b/lang/en.json @@ -4,9 +4,11 @@ "Personnage": "PC" }, "Item": { - "Trait": "Trait", - "Weapon": "Weapon", - "Equipment": "Equipment" + "trait": "Trait", + "weapon": "Weapon", + "equipment": "Equipment", + "maneuver": "Maneuver", + "specialization": "Specialization" } }, "ECRY": { @@ -57,7 +59,7 @@ "goldcoin": "Gold coin", "lige": "Lige", "hurle": "Howl", - "coin": "Coin", + "coin": "Penny", "notes": "Notes", "bio": "Bio", "bionotes": "Bio&Notes", diff --git a/lang/fr.json b/lang/fr.json index 92f84ca..1244e7e 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -4,9 +4,11 @@ "Personnage": "PJ" }, "Item": { - "Trait": "Trait", - "Weapon": "Arme", - "Equipment": "Equipement" + "trait": "Trait", + "weapon": "Arme", + "equipment": "Equipement", + "maneuver": "Manoeuvre", + "specialization": "Spécialisation" } }, "ECRY": { diff --git a/system.json b/system.json index d42d07c..3efc849 100644 --- a/system.json +++ b/system.json @@ -42,7 +42,7 @@ ], "title": "Ecryme, le Jeu de Rôles", "url": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme", - "version": "11.0.7", - "download": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme/archive/fvtt-ecryme-v11.0.7.zip", + "version": "11.0.8", + "download": "https://www.uberwald.me/gitea/uberwald/fvtt-ecryme/archive/fvtt-ecryme-v11.0.8.zip", "background": "systems/fvtt-ecryme/images/assets/ecryme_extract_panel_01.webp" } \ No newline at end of file diff --git a/template.json b/template.json index d4337f9..3e4e543 100644 --- a/template.json +++ b/template.json @@ -191,7 +191,7 @@ "annency", "boheme", "contact", - "confrontation" + "maneuver" ], "templates": { "common": { @@ -203,6 +203,11 @@ "costunit": "" } }, + "maneuver": { + "templates": [ + "common" + ] + }, "confrontation": { "templates": [ "common" diff --git a/templates/items/item-maneuver-sheet.hbs b/templates/items/item-maneuver-sheet.hbs new file mode 100644 index 0000000..8be4ccc --- /dev/null +++ b/templates/items/item-maneuver-sheet.hbs @@ -0,0 +1,27 @@ +
+
+ +
+

+
+
+ + {{> systems/fvtt-ecryme/templates/items/partial-item-nav.hbs}} + + + {{!-- Sheet Body --}} +
+ + {{> systems/fvtt-ecryme/templates/items/partial-item-description.hbs}} + +
+ +
+
    + +
+
+
+ +
+