mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-12 01:52:32 +00:00
skill names editabel on NPC
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user