15 lines
No EOL
685 B
Handlebars
15 lines
No EOL
685 B
Handlebars
<form class="{{cssClass}}" autocomplete="off">
|
|
{{#> systems/ds4/templates/item/partials/sheet-header.hbs}}
|
|
<div class="grid grid-3col basic-properties">
|
|
<div class="basic-property">
|
|
<label>{{localize "DS4.SpecialCreatureAbilityExperiencePoints"}}</label>
|
|
<input type="number" min="0" step="1" name="data.experiencePoints" value="{{data.experiencePoints}}"
|
|
placeholder="0" data-dtype="Number" />
|
|
</div>
|
|
</div>
|
|
{{/systems/ds4/templates/item/partials/sheet-header.hbs}}
|
|
|
|
{{!-- Common Item body --}}
|
|
{{#> systems/ds4/templates/item/partials/body.hbs}}{{/systems/ds4/templates/item/partials/body.hbs}}
|
|
|
|
</form> |