From 7ec6e6db1aee0ef0cf125943999c84d007643ea7 Mon Sep 17 00:00:00 2001 From: eGellman89 Date: Tue, 30 Jun 2026 17:00:26 -0700 Subject: [PATCH] Small bug fix in the roll template for rest. --- Table Top Defined/Table_Top_Defined.html | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Table Top Defined/Table_Top_Defined.html b/Table Top Defined/Table_Top_Defined.html index 0e611c63c6..8a16d507a0 100644 --- a/Table Top Defined/Table_Top_Defined.html +++ b/Table Top Defined/Table_Top_Defined.html @@ -3407,15 +3407,6 @@
{{computed::rest_healing}}
Current HP
{{computed::rest_hp}} / {{computed::rest_hp_max}}
-
Reset
-
{{rest_summary}}
-
Death Save
-
- {{#rollTotal() computed::rest_death_save_removed 0}}No death save failure cleared.{{/rollTotal() computed::rest_death_save_removed 0}} - {{#rollTotal() computed::rest_death_save_removed 1}}First failure cleared.{{/rollTotal() computed::rest_death_save_removed 1}} - {{#rollTotal() computed::rest_death_save_removed 2}}Second failure cleared.{{/rollTotal() computed::rest_death_save_removed 2}} - {{#rollTotal() computed::rest_death_save_removed 3}}Death is checked; no failure cleared.{{/rollTotal() computed::rest_death_save_removed 3}} -
{{/rest}} {{#allprops() title subtitle desc color characterid fullattack fullattackconfirm rest deathsave rest_multiplier rest_summary rest_healing rest_hp rest_hp_max rest_death_save_removed attack1 attack2 attack3 attack4 attack5 attack1_label attack2_label attack3_label attack4_label attack5_label attack1_next attack2_next attack3_next attack4_next attack5_next attack1_damage_action attack2_damage_action attack3_damage_action attack4_damage_action attack5_damage_action attack1_confirm_action attack2_confirm_action attack3_confirm_action attack4_confirm_action attack5_confirm_action confirm confirm_normal_action confirm_critical_action}}
{{key}}
@@ -4333,7 +4324,7 @@ startRoll( `&{template:custom}{{title=Rest}}{{subtitle=@{character_name}}}` + `{{rest=1}}{{rest_multiplier=[[${REST_MULTIPLIER_QUERY}]]}}` + - `{{rest_healing=[[0]]}}{{rest_hp=[[0]]}}{{rest_hp_max=[[0]]}}{{rest_death_save_removed=[[0]]}}` + + `{{rest_healing=[[0]]}}{{rest_hp=[[0]]}}{{rest_hp_max=[[0]]}}` + `{{desc=Spell uses, ability uses, and resources reset to maximum. `+ `One non-terminal death save failure is cleared. One point of ability damage is reduces from every attribute.}}`, function(roll) {