mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
fix(class): remove damage thresholds (#66)
Co-authored-by: JimCanE <6275508-jimcane@users.noreply.gitlab.com>
This commit is contained in:
parent
307af1fd77
commit
63274d67ce
2 changed files with 0 additions and 16 deletions
|
|
@ -27,17 +27,6 @@
|
|||
<input class="domain-input" value="{{domains}}" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "DAGGERHEART.Sheets.Class.DamageThresholds.Title"}}</label>
|
||||
<div class="form-fields">
|
||||
<label>{{localize "DAGGERHEART.Sheets.Class.DamageThresholds.Minor"}}</label>
|
||||
<input name="system.damageThresholds.minor" value="{{source.system.damageThresholds.minor}}" placeholder="Minor" type="text" data-dtype="Number" />
|
||||
<label>{{localize "DAGGERHEART.Sheets.Class.DamageThresholds.Major"}}</label>
|
||||
<input name="system.damageThresholds.major" value="{{source.system.damageThresholds.major}}" placeholder="Major" type="text" data-dtype="Number" />
|
||||
<label>{{localize "DAGGERHEART.Sheets.Class.DamageThresholds.Severe"}}</label>
|
||||
<input name="system.damageThresholds.severe" value="{{source.system.damageThresholds.severe}}" placeholder="Severe" type="text" data-dtype="Number" />
|
||||
</div>
|
||||
</div>
|
||||
{{formField systemFields.evasion value=source.system.evasion label=(localize "DAGGERHEART.Sheets.Class.Evasion")}}
|
||||
{{!-- <div class="form-group">
|
||||
<label>{{localize "DAGGERHEART.Sheets.Class.Evasion"}}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue