Added Fatigue checkbox

This commit is contained in:
timdenee
2025-07-22 16:42:59 +12:00
parent 41769ac2c3
commit 1bcf611179
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -232,7 +232,7 @@ input[type="checkbox"] {
.virtues-content {
flex-direction: column;
height: 180px;
height: 197px;
width: 231px !important;
gap: 5px;
}
@@ -260,7 +260,7 @@ input[type="checkbox"] {
}
#guard {
margin-top: 32px !important;
margin-top: 12px !important;
}
#guard label {
@@ -73,6 +73,9 @@
<button type="roll" name="attr_rollSpirit"
value="&{template:test-under} {{rollName=@{character_name} saves Spirit}} {{result=[[1d20]]}} {{target=[[@{spiritCurrent}]]}}"
class="virtue-button" />
</div>
<div class="virtues-line">
<label><input type="checkbox" name="attr_fatigued" value="1" />Fatigued</label>
</div>
<div class="virtues-line" id="guard">
<label>Guard (GD)<input type="text" name="attr_ac" />/<input type="text" name="attr_acMax" /></label>