Feature/761 direct damage (#961)

* Add Direct Damage to Adversary base attack

* Add direct damage to weapon
This commit is contained in:
Dapoulp 2025-08-17 15:58:34 +02:00 committed by GitHub
parent 03e6570d68
commit 16591cd327
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 5 deletions

View file

@ -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|}}