From a8707370ea387ee4e18efb3b1d688ee4df492e1c Mon Sep 17 00:00:00 2001 From: sladecraven Date: Fri, 8 Oct 2021 17:29:56 +0200 Subject: [PATCH] Ajout race pour creature : #200 --- system.json | 4 ++-- template.json | 1 + templates/actor-creature-sheet.html | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/system.json b/system.json index 36d8c3f7..69e82c75 100644 --- a/system.json +++ b/system.json @@ -2,11 +2,11 @@ "name": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", "description": "Rêve de Dragon RPG for FoundryVTT", - "version": "1.5.4", + "version": "1.5.6", "manifestPlusVersion": "1.0.0", "minimumCoreVersion": "0.8.0", "compatibleCoreVersion": "0.8.9", - "templateVersion": 116, + "templateVersion": 118, "author": "LeRatierBretonnien", "authors": [ { diff --git a/template.json b/template.json index 14df291c..543e30d2 100644 --- a/template.json +++ b/template.json @@ -4,6 +4,7 @@ "templates": { "description": { "description": "Description ...", + "race": "", "notesmj": "Notes du MJ" }, "subacteurs": { diff --git a/templates/actor-creature-sheet.html b/templates/actor-creature-sheet.html index 2ba0ebca..0556d602 100644 --- a/templates/actor-creature-sheet.html +++ b/templates/actor-creature-sheet.html @@ -160,10 +160,19 @@ {{!-- Biography Tab --}}
+ +
+

Race

+ +
+
+

Description

{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
+ {{>"systems/foundryvtt-reve-de-dragon/templates/actor-sheet-editor-notes-mj.html"}} +