From 4344a5fbd3635e754e1d16e6de831a9cd609d91e Mon Sep 17 00:00:00 2001 From: LeRatierBretonnien Date: Wed, 16 Aug 2023 10:32:02 +0200 Subject: [PATCH] v11 ready --- .gitignore | 15 ++++++++++++++- system.json | 2 +- template.json | 3 ++- templates/actor-sheet.html | 7 +++++++ 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0fd0354..33afa0b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,14 @@ -.history/ +.vscode/settings.json +.idea +.history +todo.md +/.vscode +/ignored/ +/node_modules/ +/jsconfig.json +/package.json +/package-lock.json +/packs/*/ +/packs/*/CURRENT +/packs/*/LOG +/packs/*/LOCK diff --git a/system.json b/system.json index 2fd2c8a..7a89123 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,7 @@ { "id": "fvtt-hawkmoon-cyd", "description": "Hawkmoon RPG for FoundryVTT (CYD system - French)", - "version": "11.0.4", + "version": "11.0.5", "authors": [ { "name": "Uberwald/LeRatierBretonnien", diff --git a/template.json b/template.json index 127c8d5..a45c631 100644 --- a/template.json +++ b/template.json @@ -69,7 +69,8 @@ }, "sante": { "vigueur": 0, - "etat": 0 + "etat": 0, + "vigueurmodifier": 0 }, "adversite": { "bleue": 0, diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 133d7f0..5b99663 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -112,6 +112,13 @@ {{/each}} + {{#if isGM}} +
+ Modificateur de Vigueur + +
+ {{/if}}