Skip to content

Commit

Permalink
update gurps
Browse files Browse the repository at this point in the history
Bugix with death check
  • Loading branch information
MadCoder253 committed Oct 16, 2023
1 parent 6a78fd8 commit 606f58e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion GURPS/gurps.html
Original file line number Diff line number Diff line change
Expand Up @@ -4338,6 +4338,9 @@ <h4>
found by clicking the Gear icon on the nav menu, then the Sheet Options sub-tab. It is under the section labeled <b>Spell Options.</b>
If checked, the effective skill of a spell that requires a resistance will use the Rule of 16. B349.
</li>
<li>
<b>BUGFIX:</b> Death check roll was using the Unconscious level, fixed to use the Death Check level. Noticed by Ctelin Ajira.
</li>
</ul>

<label class="check"><input type="checkbox" name="attr_announcements_hide" value="1">&nbsp;<b><span data-i18n="hide-until-next-update">Hide until next update</span></b></label>
Expand Down Expand Up @@ -5200,7 +5203,7 @@ <h4>
<input type="number" name="attr_death_check_points" value="0" step="2" title="Macro: @{NAME|death_check_points}" />
</div>
<div class="cell col4">
<button type="roll" value="@{roll}&{template:skillRoll} {{sheetStyle=@{sheetstyle}}} {{type=Condition Check}} {{activeDefense=[[0]]}} {{showSuccessLabel=[[1]]}} {{characterName=@{character_name}}} {{skillName=Death Check}} {{rollResult=[[3d6cs<1cf>6]]}} {{effectiveSkill=[[@{unconscious_check} + @{modifier}]]}} {{useCriticalPlusTen=[[@{use_critical_plus_10}]]}} {{showNotes=[[1]]}} {{popupModifier=@{popup_modifier}}} {{displayRollModifierSummary=[[@{display_roll_modifier_summary}]]}} {{showRawDefenseNotes=[[@{show_raw_defensive_notes}]]}} {{rawSuccessNote=@{death_check_success_notes}}} {{rawCriticalSuccessNote=@{death_check_critical_success_notes}}} {{rawFailNote=@{death_check_fail_notes}}} {{rawCriticalFailNote=@{death_check_critical_failure_notes}}}" name="roll_vsDeathCheck" />
<button type="roll" value="@{roll}&{template:skillRoll} {{sheetStyle=@{sheetstyle}}} {{type=Condition Check}} {{activeDefense=[[0]]}} {{showSuccessLabel=[[1]]}} {{characterName=@{character_name}}} {{skillName=Death Check}} {{rollResult=[[3d6cs<1cf>6]]}} {{effectiveSkill=[[@{death_check} + @{modifier}]]}} {{useCriticalPlusTen=[[@{use_critical_plus_10}]]}} {{showNotes=[[1]]}} {{popupModifier=@{popup_modifier}}} {{displayRollModifierSummary=[[@{display_roll_modifier_summary}]]}} {{showRawDefenseNotes=[[@{show_raw_defensive_notes}]]}} {{rawSuccessNote=@{death_check_success_notes}}} {{rawCriticalSuccessNote=@{death_check_critical_success_notes}}} {{rawFailNote=@{death_check_fail_notes}}} {{rawCriticalFailNote=@{death_check_critical_failure_notes}}}" name="roll_vsDeathCheck" />
</div>
</div> <!-- .row -->

Expand Down Expand Up @@ -15759,6 +15762,9 @@ <h4>Version: <span name="attr_announcement_version"></span></h4>
found by clicking the Gear icon on the nav menu, then the Sheet Options sub-tab. It is under the section labeled <b>Spell Options.</b>
If checked, the effective skill of a spell that requires a resistance will use the Rule of 16. B349.
</li>
<li>
<b>BUGFIX:</b> Death check roll was using the Unconscious level, fixed to use the Death Check level. Noticed by Ctelin Ajira.
</li>
</ul>

<h4>Version: 2.9.17</h4>
Expand Down

0 comments on commit 606f58e

Please sign in to comment.