Dur au mal, parade, initiative management, amelioration dialogues, bonus/malus sur jets
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
value="{{automation.eventtype}}" data-dtype="String">
|
||||
{{#select automation.eventtype}}
|
||||
<option value="on-drop">Drop sur l'acteur</option>
|
||||
<option value="prepare-actor">Préparation de l'acteur</option>
|
||||
<option value="prepare-roll">Préparation d'un jet</option>
|
||||
<option value="bonus-permanent">Bonus permanent</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
|
||||
@@ -39,6 +39,23 @@
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq automation.eventtype "bonus-permanent")}}
|
||||
<li class="automation-item item flexrow">
|
||||
<label class="generic-label item-field-label-long">Désignation</label>
|
||||
<select class="item-field-label-long automation-edit-field" type="text" data-automation-index="{{key}}" data-automation-field="bonusname"
|
||||
value="{{automation.bonusname}}" data-dtype="String">
|
||||
{{#select automation.bonusname}}
|
||||
<option value="vigueur">Vigueur</option>
|
||||
<option value="bonus-defensif">Bonus au Seuil de Défense</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
<li class="automation-item item flexrow">
|
||||
<label class="generic-label item-field-label-long">Bonus</label>
|
||||
<input type="text" class="item-field-label-medium automation-edit-field" data-automation-index="{{key}}" data-automation-field="bonus" value="{{automation.bonus}}" data-dtype="Number" />
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if (eq automation.eventtype "prepare-roll")}}
|
||||
<li class="automation-item item flexrow">
|
||||
<label class="generic-label item-field-label-long">Compétence/Attribut</label>
|
||||
|
Reference in New Issue
Block a user