v11 ready
This commit is contained in:
parent
df461fecf9
commit
4344a5fbd3
15
.gitignore
vendored
15
.gitignore
vendored
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -69,7 +69,8 @@
|
|||||||
},
|
},
|
||||||
"sante": {
|
"sante": {
|
||||||
"vigueur": 0,
|
"vigueur": 0,
|
||||||
"etat": 0
|
"etat": 0,
|
||||||
|
"vigueurmodifier": 0
|
||||||
},
|
},
|
||||||
"adversite": {
|
"adversite": {
|
||||||
"bleue": 0,
|
"bleue": 0,
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user