Files
l5rx-chiaroscuro/system/templates/sheets/actor/skill.html

7 lines
384 B
HTML

<li class="skill skill-wrapper" data-skill="{{skillId}}">
<label class="skill-content">
<strong class="skill-name attribute-label rollable">{{ localizeSkill categoryId skillId }}</strong>
<input type="text" name="data.skills.{{categoryId}}.{{skillId}}.value" value="{{skill.value}}" data-dtype="Number" placeholder="0"/>
</label>
<!-- Roll button -->
</li>