2022-01-21 03:22:17 +01:00
|
|
|
{{!--
|
|
|
|
SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
--}}
|
|
|
|
|
|
|
|
<div class="ds4-item-properties ds4-item-properties--special-creature-ability">
|
|
|
|
<h4 class="ds4-item-properties__title">{{localize 'DS4.ItemPropertiesSpecialCreatureAbility'}}</h4>
|
|
|
|
<div class="form-group">
|
2022-11-21 03:00:46 +01:00
|
|
|
<label for="system.experiencePoints-{{data._id}}">{{localize
|
2022-01-21 03:22:17 +01:00
|
|
|
"DS4.SpecialCreatureAbilityExperiencePoints"}}</label>
|
2022-11-21 03:00:46 +01:00
|
|
|
<input id="system.experiencePoints-{{data._id}}" data-dtype="Number" type="number" min="0" step="1"
|
|
|
|
placeholder="0" name="system.experiencePoints" value="{{data.system.experiencePoints}}" />
|
2022-01-21 03:22:17 +01:00
|
|
|
</div>
|
|
|
|
</div>
|