Files
l5rx-chiaroscuro/system/templates/sheets/actor/skill.html
Mandar 0b51804f21 Update Style for sheet, item list and tab + update ui + add svg dice
Update Style for sheet, item list and tab
Update ui
Add svg dice
2020-12-15 02:16:10 +01:00

7 lines
380 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 type="text" name="data.skills.{{categoryId}}.{{skillId}}.value" value="{{skill.value}}" data-dtype="Number" placeholder="0"/>
</label>
<!-- Roll button -->
</li>