mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Update rol.html
Fixed a spelling error, added 2 extra expert skill slots and one extra advantage slot.
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
<input type="hidden" name="attr_character_expert7_half" value="0">
|
||||
<input type="hidden" name="attr_character_expert8_half" value="0">
|
||||
<input type="hidden" name="attr_character_expert9_half" value="0">
|
||||
<input type="hidden" name="attr_character_expert10_half" value="0">
|
||||
<input type="hidden" name="attr_character_expert11_half" value="0">
|
||||
<input type="hidden" name="attr_character_fighting_half" value="0">
|
||||
<input type="hidden" name="attr_character_firearms_half" value="0">
|
||||
<input type="hidden" name="attr_character_luck_current_half" value="0">
|
||||
@@ -214,7 +216,7 @@
|
||||
<!-- input used for CSS page hiding/showing demi-monde stuff - must be at same level as components to change -->
|
||||
<input type="hidden" class="sheet-demimonde-toggle" name="attr_demimonde" value="Human"/>
|
||||
|
||||
<h4 class="sheet-section-head">Suplimental info</h4>
|
||||
<h4 class="sheet-section-head">Supplemental info</h4>
|
||||
<div class="sheet-section-row">
|
||||
<input type="hidden" class="sheet-lock-state" name="attr_character_lock_state"/>
|
||||
|
||||
@@ -301,7 +303,7 @@
|
||||
<input class="sheet-adv-input sheet-text-edit" name="attr_character_adv6" type="text">
|
||||
<input class="sheet-adv-input sheet-text-edit" name="attr_character_adv7" type="text">
|
||||
<input class="sheet-adv-input sheet-text-edit" name="attr_character_adv8" type="text">
|
||||
<!--input class="sheet-adv-input sheet-text-edit" name="attr_character_adv9" type="text" -->
|
||||
<input class="sheet-adv-input sheet-text-edit" name="attr_character_adv9" type="text">
|
||||
<input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv1" type="text" readonly>
|
||||
<input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv2" type="text" readonly>
|
||||
<input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv3" type="text" readonly>
|
||||
@@ -310,7 +312,7 @@
|
||||
<input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv6" type="text" readonly>
|
||||
<input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv7" type="text" readonly>
|
||||
<input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv8" type="text" readonly>
|
||||
<!--input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv9" type="text" readonly -->
|
||||
<input class="sheet-adv-input sheet-text-readonly" name="attr_character_adv9" type="text" readonly>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -591,7 +593,7 @@
|
||||
<br>
|
||||
<span class="sheet-hint sheet-hint-xlong-label"/><span class="sheet-hint sheet-hint-full">Full</span><span class="sheet-hint sheet-hint-half">Half</span>
|
||||
</div>
|
||||
<!--div class="sheet-section-row">
|
||||
<div class="sheet-section-row">
|
||||
<input type="hidden" class="sheet-lock-state" name="attr_character_lock_state"/>
|
||||
|
||||
<input class="sheet-expert-skill sheet-text-edit" name="attr_character_expert9_name" type="text">
|
||||
@@ -603,7 +605,20 @@
|
||||
<button type="roll" name="roll_expert9" value="&{template:rol} {{rollname=@{character_expert9_name}}} {{charname=@{character_name}}} {{success=[[@{character_expert9}]]}} {{hard=[[@{character_expert9_half}]]}} {{fumble=[[@{character_fumble}]]}} {{status=@{character_status}}} @{roll_skill_formula}"></button>
|
||||
<br>
|
||||
<span class="sheet-hint sheet-hint-xlong-label"/><span class="sheet-hint sheet-hint-full">Full</span><span class="sheet-hint sheet-hint-half">Half</span>
|
||||
</div -->
|
||||
</div>
|
||||
<div class="sheet-section-row">
|
||||
<input type="hidden" class="sheet-lock-state" name="attr_character_lock_state"/>
|
||||
|
||||
<input class="sheet-expert-skill sheet-text-edit" name="attr_character_expert10_name" type="text">
|
||||
<input name="attr_character_expert10" class="sheet-stat-input sheet-text-edit" type="number" min="0" max="100" value = "0">
|
||||
<input class="sheet-expert-skill sheet-text-readonly" name="attr_character_expert10_name" type="text" readonly>
|
||||
<input name="attr_character_expert10" class="sheet-stat-input sheet-text-readonly" type="number" min="0" max="100" value = "0" readonly>
|
||||
<span>/</span>
|
||||
<input type="number" class="sheet-stat-input" name="attr_character_expert10_half" value="0" readonly>
|
||||
<button type="roll" name="roll_expert10" value="&{template:rol} {{rollname=@{character_expert10_name}}} {{charname=@{character_name}}} {{success=[[@{character_expert10}]]}} {{hard=[[@{character_expert10_half}]]}} {{fumble=[[@{character_fumble}]]}} {{status=@{character_status}}} @{roll_skill_formula}"></button>
|
||||
<br>
|
||||
<span class="sheet-hint sheet-hint-xlong-label"/><span class="sheet-hint sheet-hint-full">Full</span><span class="sheet-hint sheet-hint-half">Half</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user