Add npc sheet template + css adjustments
This commit is contained in:
10
system/templates/sheets/npc/skill.html
Normal file
10
system/templates/sheets/npc/skill.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<ul class="npc-skill">{{!-- Skills --}}
|
||||
{{#each data.skills as |skillValue skillCatId|}}
|
||||
<li>
|
||||
<label>
|
||||
{{localizeSkill skillCatId "title"}}
|
||||
<input type="text" name="data.skills.{{skillCatId}}" value="{{skillValue}}" data-dtype="Number" placeholder="0"/>
|
||||
</label>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
Reference in New Issue
Block a user