Add spell management and improve actor sheet
This commit is contained in:
@ -31,10 +31,8 @@
|
||||
|
||||
<ul class="ul-level1">
|
||||
{{#each level.choices as |choice choiceIndex|}}
|
||||
<li class="">
|
||||
<h3 class="item-field-label-long">Level choice {{add choiceIndex 1}}</h3>
|
||||
</li>
|
||||
<li class="item flexrow" data-level-index="{{@../index}}" data-choice-index="{{choiceIndex}}">
|
||||
<h3 class="item-field-label-long">Level choice {{add choiceIndex 1}}</h3>
|
||||
<div class="drop-module-step">
|
||||
<label>Drop traits/actions/... here !</label>
|
||||
</div>
|
||||
|
@ -115,8 +115,17 @@
|
||||
{{> systems/fvtt-avd12/templates/items/partial-options-focus-bond.hbs}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
{{/if}}
|
||||
</li>
|
||||
<li class='flexrow'>
|
||||
<span>Focus Points : {{focusData.focusPoints}} </span>
|
||||
<span>Burn Chance : {{focusData.burnChance}} </span>
|
||||
<span>Focus Regen : {{focusData.focusRegen}} </span>
|
||||
</li>
|
||||
<li class='flexrow'>
|
||||
<span>Spell Attack Bonus : {{focusData.spellAttackBonus}} </span>
|
||||
<span>Spell Damage Bonus : {{focusData.spellDamageBonus}} </span>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
<li class='flexrow'>
|
||||
<h3 class='item-field-label-long'>
|
||||
|
Reference in New Issue
Block a user