SR6_Roll20_Sheet/components/_healthBox.pug

10 lines
No EOL
530 B
Text

.healthBox
button(type="action" name="act_testBox" title="%{testBox}" value="2") Add
button(type="action" name="act_clearBoxes" title="%{clearBoxes}" value="1") Remove
fieldset(class="repeating_physicaltracker")
input(type="hidden" name="attr_boxNum" value="0")
input(type="hidden", name="attr_isCrossed" value="false")
input(type="hidden", name="attr_woundMod" value="0")
button(type='action' name="act_check-phys" title="%{checkPhys}" value="3")
span.woundModDisplay(name="attr_woundMod") 0
div