16 lines
950 B
HTML
16 lines
950 B
HTML
<li class="item flexrow list-item color-class-{{lower stat.abbrev}} item-stat-roll" data-attr-key="{{key}}">
|
|
<span class="stat-icon">
|
|
<img class="stat-icon" src="systems/fvtt-pegasus-rpg/images/icons/{{stat.abbrev}}.webp">
|
|
</span>
|
|
<span class="stat-label stat-margin" name="{{key}}">
|
|
<h4 class="stat-text-white stat-margin"><a class="roll-stat stat-margin" data-stat-key="{{key}}">{{stat.abbrev}}</a></h4>
|
|
</span>
|
|
<select class="status-small-label color-class-common" type="text" name="data.statistics.{{key}}.value" value="{{stat.value}}"
|
|
data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}}>
|
|
{{#select stat.value}}
|
|
{{{@root.optionsDiceList}}}
|
|
{{/select}}
|
|
</select>
|
|
<input type="text" class="input-numeric-short padd-right status-small-label color-class-common" name="data.statistics.{{key}}.mod" value="{{stat.mod}}"
|
|
data-dtype="Number" {{#unless @root.editScore}}disabled{{/unless}} />
|
|
</li> |