12 lines
521 B
Handlebars
12 lines
521 B
Handlebars
<h3>Ungelernte Fertigkeiten</h3>
|
|
<ol class="attributes-list">
|
|
{{#each actor.data.skills.general as |skill key|}}
|
|
<li class="attribute flexrow" data-skill="{{key}}">
|
|
<div class="roll-button">Roll </div>
|
|
<span class="attribute-label flexrow" name="data.skills.{{key}}.label">{{localizeMidgard key}}</span>
|
|
<div class="attribute-editbox flexrow">
|
|
<input class="attribute-value" type="text" name="data.skills.general.{{key}}.fw" value="{{skill.fw}}" data-dtype="Number" readonly />
|
|
</div>
|
|
</li>
|
|
{{/each}}
|
|
</ol> |