First PC sheet, WIP
This commit is contained in:
@@ -12,6 +12,18 @@
|
||||
+
|
||||
{{baseValue}}
|
||||
</div>
|
||||
{{#if (eq rollType "save")}}
|
||||
<div class="dialog-save" style="font-size: 0.9em; color: #666;">
|
||||
(Ability Mod:
|
||||
{{#if
|
||||
(gt rollTarget.abilityModifier 0)
|
||||
}}+{{/if}}{{rollTarget.abilityModifier}}
|
||||
+ Save Bonus:
|
||||
{{#if
|
||||
(gt rollTarget.saveProficiency 0)
|
||||
}}+{{/if}}{{rollTarget.saveProficiency}})
|
||||
</div>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<div class="dialog-save">
|
||||
<strong>{{upperFirst rollName}}</strong>
|
||||
|
||||
Reference in New Issue
Block a user