Files
l5rx-chiaroscuro/system/templates/actors/character/skill.html
2020-12-20 16:05:59 +01:00

16 lines
506 B
HTML

<li class="skill skill-wrapper" data-skill="{{skillId}}">
<label class="skill-content">
<span class="skill-name attribute-label rollable">{{ localizeSkill categoryId skillId }}</span>
<input
class="centered-input select-on-focus"
type="number"
name="data.skills.{{categoryId}}.{{skillId}}"
value="{{skill}}"
data-dtype="Number"
min="0"
max="9"
placeholder="0"
/>
</label>
</li>