Add Templates Html + Gulp Sass + Css + Basic Tree and Files
- Add Templates Html - Gulp Sass - Css - Basic Tree and Files
This commit is contained in:
6
system/templates/sheets/actor/skill.html
Normal file
6
system/templates/sheets/actor/skill.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user