skill names editabel on NPC

This commit is contained in:
Mark
2016-04-28 21:10:34 +02:00
parent afd10070e3
commit 3d729960c8
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -1945,6 +1945,9 @@ textarea {
.sheet-col-2-em {
width: 2em;
}
.sheet-col-6-em {
width: 6em;
}
@for $i from 01 through 100 {
$width-name: $i;
@@ -37,9 +37,12 @@
<div class="col-1-3-em edit">
<input type="number" name="attr_bonus" class="no-spin small-label" value="0" step="1">
</div>
<div class="col-6-em edit">
<input type="text" name="attr_name">
</div>
<button type="roll" name="roll_skill" value="@{output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{character_name}}} @{show_character_name} {{title=@{name} (@{ability_short_name})}} {{subheader=Ability Check}} @{roll_info} {{roll1=[[@{preroll}d20@{postroll}@{d20_mod} + @{formula}]]}} @{roll_setting}@{d20_mod} + @{formula}]]}} @{attacher_skill}" tabindex="-1">
<div class="shaped-row no-wrap flex-end">
<span name="attr_name" class="skill-name white-space-no-wrap pad-r-sm"></span>
<span name="attr_name" class="presentation skill-name white-space-no-wrap pad-r-sm"></span>
<span name="attr_total_with_sign" class="inline-block center"></span>
</div>
</button>