Esprit de la Loi + Automaton
This commit is contained in:
@@ -23,6 +23,32 @@
|
||||
{{selectOptions config.elementTypeOptions selected=system.biodata.elementType}}
|
||||
</select>
|
||||
{{/if}}
|
||||
{{#if (eq system.biodata.creatureType "demon")}}
|
||||
<label style="font-size: 0.8em; white-space: nowrap;">{{localize "MNBL.demonType"}}</label>
|
||||
<select name="system.biodata.demonType" style="font-size: 0.8em; width: 130px;" {{#if isPlayMode}}disabled{{/if}}>
|
||||
{{selectOptions config.demonTypeOptions selected=system.biodata.demonType}}
|
||||
</select>
|
||||
<label style="font-size: 0.8em; white-space: nowrap;">{{localize "MNBL.demonPuissance"}}</label>
|
||||
<select name="system.biodata.demonPuissance" style="font-size: 0.8em; width: 90px;" {{#if isPlayMode}}disabled{{/if}}>
|
||||
{{selectOptions config.demonPuissanceOptions selected=system.biodata.demonPuissance}}
|
||||
</select>
|
||||
{{/if}}
|
||||
{{#if (eq system.biodata.creatureType "automaton")}}
|
||||
<label style="font-size: 0.8em; white-space: nowrap;">{{localize "MNBL.automatonType"}}</label>
|
||||
<select name="system.biodata.automatonType" style="font-size: 0.8em; width: 120px;" {{#if isPlayMode}}disabled{{/if}}>
|
||||
{{selectOptions config.automatonTypeOptions selected=system.biodata.automatonType}}
|
||||
</select>
|
||||
<label style="font-size: 0.8em; white-space: nowrap;">{{localize "MNBL.automatonPuissance"}}</label>
|
||||
<select name="system.biodata.automatonPuissance" style="font-size: 0.8em; width: 90px;" {{#if isPlayMode}}disabled{{/if}}>
|
||||
{{selectOptions config.automatonPuissanceOptions selected=system.biodata.automatonPuissance}}
|
||||
</select>
|
||||
{{#if (eq system.biodata.automatonType "voyage")}}
|
||||
<label style="font-size: 0.8em; white-space: nowrap;">{{localize "MNBL.automatonVoyageType"}}</label>
|
||||
<select name="system.biodata.automatonVoyageType" style="font-size: 0.8em; width: 130px;" {{#if isPlayMode}}disabled{{/if}}>
|
||||
{{selectOptions config.automatonVoyageTypeOptions selected=system.biodata.automatonVoyageType}}
|
||||
</select>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user