Fixed hybrid

This commit is contained in:
WBHarry 2025-07-19 00:47:08 +02:00
parent 011f5d2b14
commit 796cec01ee
13 changed files with 464 additions and 110 deletions

View file

@ -11,12 +11,13 @@
{{formGroup systemFields.mainTrait value=source.system.mainTrait blank=false localize=true}}
</div>
{{formGroup systemFields.examples value=source.system.examples localize=true}}
<div class="advantage-on-section">
<label>{{localize "DAGGERHEART.ITEMS.Beastform.FIELDS.advantageOn.label"}}</label>
<input class="advantageon-input" value="{{source.system.advantageOn}}" />
</div>
{{#unless (eq source.system.beastformType 'hybrid')}}
{{formGroup systemFields.examples value=source.system.examples localize=true}}
<div class="advantage-on-section">
<label>{{localize "DAGGERHEART.ITEMS.Beastform.FIELDS.advantageOn.label"}}</label>
<input class="advantageon-input" value="{{advantageOn}}" />
</div>
{{/unless}}
{{/if}}
<fieldset class="two-columns even">