Ajout et fixes divers
This commit is contained in:
parent
7b5d7c9119
commit
c5f021a941
@ -27,7 +27,8 @@ export const HERITIERS_CONFIG = {
|
|||||||
},
|
},
|
||||||
baseTestPouvoir: {
|
baseTestPouvoir: {
|
||||||
"feerie": "Féerie",
|
"feerie": "Féerie",
|
||||||
"Masque": "Masque"
|
"Masque": "Masque",
|
||||||
|
"autre": "Autre"
|
||||||
},
|
},
|
||||||
resistancePouvoir: {
|
resistancePouvoir: {
|
||||||
"aucune": "Aucune",
|
"aucune": "Aucune",
|
||||||
|
@ -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.14",
|
"version": "10.0.15",
|
||||||
"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.14.zip",
|
"download": "https://www.uberwald.me/gitea/public/fvtt-les-heritiers/archive/fvtt-les-heritiers-10.0.15.zip",
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
{
|
||||||
"lang": "fr",
|
"lang": "fr",
|
||||||
|
@ -281,6 +281,7 @@
|
|||||||
"activation": "",
|
"activation": "",
|
||||||
"istest": false,
|
"istest": false,
|
||||||
"feeriemasque": "feerie",
|
"feeriemasque": "feerie",
|
||||||
|
"testautre": "",
|
||||||
"carac": "pre",
|
"carac": "pre",
|
||||||
"duree": "",
|
"duree": "",
|
||||||
"cibles": "",
|
"cibles": "",
|
||||||
|
@ -73,6 +73,12 @@
|
|||||||
</select>
|
</select>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
{{#if (eq system.feeriemasque "autre")}}
|
||||||
|
<li class="flexrow item">
|
||||||
|
<label class="generic-label item-field-label-long2">Jet </label>
|
||||||
|
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long3" name="system.testautre" value="{{system.testautre}}" data-dtype="String" />
|
||||||
|
</li>
|
||||||
|
{{else}}
|
||||||
<li class="flexrow item">
|
<li class="flexrow item">
|
||||||
<label class="generic-label item-field-label-long2">+ Carac </label>
|
<label class="generic-label item-field-label-long2">+ Carac </label>
|
||||||
<select class="status-small-label color-class-common item-field-label-long" type="text"
|
<select class="status-small-label color-class-common item-field-label-long" type="text"
|
||||||
@ -86,12 +92,20 @@
|
|||||||
</li>
|
</li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
<li class="flexrow item">
|
<li class="flexrow item">
|
||||||
<label class="generic-label item-field-label-long2">Cibles </label>
|
<label class="generic-label item-field-label-long2">Cibles </label>
|
||||||
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long3"
|
<input type="text" class="padd-right status-small-label color-class-common item-field-label-long3"
|
||||||
name="system.cibles" value="{{system.cibles}}" data-dtype="String" />
|
name="system.cibles" value="{{system.cibles}}" data-dtype="String" />
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="flexrow item">
|
||||||
|
<label class="generic-label item-field-label-long2">Durée </label>
|
||||||
|
<textarea rows="6" type="text" class="padd-right color-class-common item-field-label-long3" name="system.duree"
|
||||||
|
data-dtype="String">{{system.duree}}</textarea>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="flexrow item">
|
<li class="flexrow item">
|
||||||
<label class="generic-label item-field-label-long2">Effet </label>
|
<label class="generic-label item-field-label-long2">Effet </label>
|
||||||
<textarea rows="6" type="text" class="padd-right color-class-common item-field-label-long3" name="system.effet"
|
<textarea rows="6" type="text" class="padd-right color-class-common item-field-label-long3" name="system.effet"
|
||||||
|
Loading…
Reference in New Issue
Block a user