+
@@ -25,31 +31,34 @@
{{#repeat 4 1 "row"}}
-
- {{#repeat @row @root.SCIndex "case"}}
-
+ {{#repeat @row @root.SCIndex "case"}}
+
- {{#iflteq @row @root.system.attributes.self_control.max }}
-
- {{/iflteq}}
+ "
+ />
+ {{/iflteq}}
+
+ {{setVar "SCIndex" (math_add @root.SCIndex 1)}}
+ {{/repeat}}
- {{setVar "SCIndex" (math_add @root.SCIndex 1)}}
- {{/repeat}}
-
{{/repeat}}
@@ -65,60 +74,65 @@
{{#repeat 4 1 "row"}}
-
- {{#repeat @row @root.EffIndex "case"}}
-
+ {{#repeat @row @root.EffIndex "case"}}
+
- {{#iflteq @row @root.system.attributes.effort.max }}
-
- {{/iflteq}}
+ "
+ />
+ {{/iflteq}}
+
+ {{setVar "EffIndex" (math_add @root.EffIndex 1)}}
+ {{/repeat}}
- {{setVar "EffIndex" (math_add @root.EffIndex 1)}}
- {{/repeat}}
-
{{/repeat}}
-
+
{{ localize
"VERMINE.wounds.name"}}
- {{ localize
- 'VERMINE.wounds.light'}} ({{
+ 'VERMINE.wounds.light'}} ({{
system.minorWound.threshold }})
{{#repeat system.minorWound.max 1 "minorwoundmax"}}
-
-
-
+ {{#ife @minorwoundmax @root.system.minorWound.value }}
+ checked="true"
+ {{/ife}}
+ />
+
{{/repeat}}
@@ -128,24 +142,27 @@
system.majorWound.threshold }})
{{#repeat system.majorWound.max 1 "majourwoundmax"}}
-
-
+ {{#ife @majourwoundmax @root.system.majorWound.value }}
+ checked="true"
+ {{/ife}}
+ />
-
+
{{/repeat}}
@@ -156,23 +173,25 @@
system.deadlyWound.threshold }})
{{#repeat system.deadlyWound.max 1 "deadlywoundmax"}}
-
-
-
+ {{#ife @deadlywoundmax @root.system.deadlyWound.value }}
+ checked="true"
+ {{/ife}}
+ />
+
{{/repeat}}