ds4/src/templates/item/shield-sheet.hbs

14 lines
603 B
Handlebars
Raw Normal View History

2020-10-29 22:01:13 +01:00
<form class="{{cssClass}}" autocomplete="off">
{{#> systems/ds4/templates/item/partials/sheet-header.hbs}}
<div class="grid grid-1col basic-properties">
<div class="basic-property">
<label>{{localize "DS4.ArmorValue"}}</label>
<input type="text" name="data.armorValue" value="{{data.armorValue}}"
placeholder="0" data-dtype="Number" />
2020-10-29 22:01:13 +01:00
</div>
</div>
{{/systems/ds4/templates/item/partials/sheet-header.hbs}}
2020-10-29 22:01:13 +01:00
{{!-- Common Item body --}}
{{> systems/ds4/templates/item/partials/body.hbs}}
2020-10-29 22:01:13 +01:00
</form>