Ajout et fixes divers-a

This commit is contained in:
LeRatierBretonnien 2023-03-07 21:50:07 +01:00
parent d8e59e8b90
commit d554656925
4 changed files with 47 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "fvtt-les-heritiers", "id": "fvtt-les-heritiers",
"description": "Les Héritiers pour FoundryVTT", "description": "Les Héritiers pour FoundryVTT",
"version": "10.0.15", "version": "10.0.16",
"authors": [ "authors": [
{ {
"name": "Uberwald/LeRatierBretonnien", "name": "Uberwald/LeRatierBretonnien",
@ -19,7 +19,7 @@
"gridUnits": "m", "gridUnits": "m",
"license": "LICENSE.txt", "license": "LICENSE.txt",
"manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json", "manifest": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/raw/branch/master/system.json",
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.15.zip", "download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.16.zip",
"languages": [ "languages": [
{ {
"lang": "fr", "lang": "fr",

View File

@ -281,6 +281,7 @@
"activation": "", "activation": "",
"istest": false, "istest": false,
"feeriemasque": "feerie", "feeriemasque": "feerie",
"zoneffet": "",
"testautre": "", "testautre": "",
"carac": "pre", "carac": "pre",
"duree": "", "duree": "",

View File

@ -137,6 +137,13 @@
</li> </li>
{{/if}} {{/if}}
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Zone d'effet </label>
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long3"
name="system.zoneeffet" value="{{system.zoneeffet}}" data-dtype="String" />
</li>
<li class="flexrow item"> <li class="flexrow item">
<label class="generic-label item-field-label-long2">Virulence (ie Poison) ? </label> <label class="generic-label item-field-label-long2">Virulence (ie Poison) ? </label>
<input type="checkbox" class="padd-right status-small-label color-class-common item-field-label-short" <input type="checkbox" class="padd-right status-small-label color-class-common item-field-label-short"