Added attribute rolls
This commit is contained in:
parent
395bfa1616
commit
0abccf3f48
15 changed files with 440 additions and 45 deletions
|
@ -1,20 +1,14 @@
|
|||
.tab.main-tab
|
||||
.generic-grid
|
||||
.ability-box
|
||||
h2 Abilities
|
||||
h2 Attributes
|
||||
include .././components/_abilityBox
|
||||
.healthBox
|
||||
h2 Health
|
||||
input(type="number" name="attr_physicalhealth" disabled="true" value="@{physicalHealth}")
|
||||
.healthWrapper
|
||||
.healthContainer
|
||||
input.hidden.disp(id="physK0" type="radio" name="attr_physicalHealth" value="0" checked="checked")
|
||||
label.healthTrackerBox.reset(for="physK0")
|
||||
input.hidden.disp(id="physK1" type="radio" name="attr_physicalHealth" value="1")
|
||||
label.healthTrackerBox(for="physK1")
|
||||
input.hidden.disp(id="physK2" type="radio" name="attr_physicalHealth" value="2")
|
||||
label.healthTrackerBox(for="physK2")
|
||||
input.hidden.disp(id="physK3" type="radio" name="attr_physicalHealth" value="3")
|
||||
label.healthTrackerBox(for="physK3")
|
||||
h2 Damage Tracks
|
||||
include .././components/_healthBox
|
||||
.attr-rolls
|
||||
include .././components/_attr-rolls
|
||||
|
||||
.attr-container
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue