Sync effetcts + initiative
This commit is contained in:
@ -18,9 +18,6 @@
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
{{#if weapon}}
|
||||
<li>Weapon : {{weapon.name}}</li>
|
||||
{{/if}}
|
||||
{{#if power}}
|
||||
<li>Power : {{power.name}}</li>
|
||||
{{/if}}
|
||||
@ -37,6 +34,10 @@
|
||||
<li>Specialisation : {{spec.name}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if weaponName}}
|
||||
<li>Weapon : {{weaponName}}</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if isResistance}}
|
||||
<li><strong>Defense Result : {{finalScore}}</strong>
|
||||
{{else}}
|
||||
|
Reference in New Issue
Block a user