2021-06-26 22:02:00 +02:00
|
|
|
{{!--
|
|
|
|
SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
--}}
|
|
|
|
|
2021-01-11 00:55:49 +01:00
|
|
|
<form class="{{cssClass}}" autocomplete="off">
|
2021-04-13 21:40:52 +02:00
|
|
|
{{#> systems/ds4/templates/sheets/item/components/sheet-header.hbs}}
|
2021-01-11 00:55:49 +01:00
|
|
|
<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" />
|
2021-01-11 00:55:49 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-04-13 21:40:52 +02:00
|
|
|
{{/systems/ds4/templates/sheets/item/components/sheet-header.hbs}}
|
2021-01-11 00:55:49 +01:00
|
|
|
|
|
|
|
{{!-- 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-01-11 00:55:49 +01:00
|
|
|
|
2021-04-13 21:40:52 +02:00
|
|
|
</form>
|