Add hotbar
This commit is contained in:
@ -26,6 +26,14 @@
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if shield}}
|
||||
<li>Shield : {{shield.name}} - {{shield.data.shieldie}}
|
||||
({{#each roll.terms.0.results as |die idx|}}
|
||||
{{die.result}}
|
||||
{{/each}})
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#if ability}}
|
||||
<li>Ability : {{ability.label}} - {{ability.value}}d6
|
||||
({{#each roll.terms.0.results as |die idx|}}
|
||||
@ -35,7 +43,7 @@
|
||||
{{/if}}
|
||||
|
||||
{{#if skill}}
|
||||
<li>Skill : {{skill.name}} - {{skill.data.level}}d8
|
||||
<li>Skill : {{skill.name}} - {{skill.data.skilldice}}
|
||||
{{#if featSL}}
|
||||
- with Feat SL +{{featSL}}
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user