mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Feature/761 direct damage (#961)
* Add Direct Damage to Adversary base attack * Add direct damage to weapon
This commit is contained in:
parent
03e6570d68
commit
16591cd327
5 changed files with 6 additions and 5 deletions
|
|
@ -13,7 +13,7 @@
|
|||
{{formField @root.fields.damage.fields.includeBase value=@root.source.damage.includeBase name="damage.includeBase" classes="checkbox" localize=true }}
|
||||
{{/if}}
|
||||
{{#unless (eq @root.source.type 'healing')}}
|
||||
{{formField @root.fields.damage.fields.direct value=@root.source.damage.direct name="damage.direct" localize=true classes="checkbox"}}
|
||||
{{formField directField value=source.direct name=(concat path "damage.direct") localize=true classes="checkbox"}}
|
||||
{{/unless}}
|
||||
</div>
|
||||
{{#each source.parts as |dmg index|}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue