mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Added Fatigue checkbox
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user