ds4/src/templates/sheets/item/specialCreatureAbility-sheet.hbs

22 lines
813 B
Handlebars
Raw Normal View History

2021-06-26 22:02:00 +02:00
{{!--
SPDX-FileCopyrightText: 2021 Johannes Loher
SPDX-License-Identifier: MIT
--}}
<form class="{{cssClass}}" autocomplete="off">
2021-04-13 21:40:52 +02:00
{{#> systems/ds4/templates/sheets/item/components/sheet-header.hbs}}
<div class="grid grid-3col basic-properties">
<div class="basic-property">
<label>{{localize "DS4.SpecialCreatureAbilityExperiencePoints"}}</label>
2021-06-30 14:24:23 +02:00
<input type="number" min="0" step="1" name="data.experiencePoints" value="{{data.data.experiencePoints}}"
2021-01-18 19:11:13 +01:00
placeholder="0" data-dtype="Number" />
</div>
</div>
2021-04-13 21:40:52 +02:00
{{/systems/ds4/templates/sheets/item/components/sheet-header.hbs}}
{{!-- Common Item body --}}
2021-04-13 21:40:52 +02:00
{{#> systems/ds4/templates/sheets/item/components/body.hbs}}{{/systems/ds4/templates/sheets/item/components/body.hbs}}
2021-04-13 21:40:52 +02:00
</form>