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