v11 ready

This commit is contained in:
LeRatierBretonnien 2023-08-16 10:32:02 +02:00
parent df461fecf9
commit 4344a5fbd3
4 changed files with 24 additions and 3 deletions

15
.gitignore vendored
View File

@ -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

View File

@ -1,7 +1,7 @@
{ {
"id": "fvtt-hawkmoon-cyd", "id": "fvtt-hawkmoon-cyd",
"description": "Hawkmoon RPG for FoundryVTT (CYD system - French)", "description": "Hawkmoon RPG for FoundryVTT (CYD system - French)",
"version": "11.0.4", "version": "11.0.5",
"authors": [ "authors": [
{ {
"name": "Uberwald/LeRatierBretonnien", "name": "Uberwald/LeRatierBretonnien",

View File

@ -69,7 +69,8 @@
}, },
"sante": { "sante": {
"vigueur": 0, "vigueur": 0,
"etat": 0 "etat": 0,
"vigueurmodifier": 0
}, },
"adversite": { "adversite": {
"bleue": 0, "bleue": 0,

View File

@ -112,6 +112,13 @@
</li> </li>
{{/each}} {{/each}}
</ul> </ul>
{{#if isGM}}
<div class="flexrow">
<span class="item-name-label competence-name item-field-label-medium">Modificateur de Vigueur</span>
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.vigueur.vigueurmodifier"
value="{{system.vitesse.vigueurmodifier}}" data-dtype="Number" />
</div>
{{/if}}
</div> </div>
</div> </div>