Skip to content

Commit

Permalink
Made surprise check more verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
DBFBlackbull committed Jan 20, 2024
1 parent 99b55c1 commit 34f0fbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADnD_2E_Revised/2ESheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ <h4>Surprise Roll</h4>
<td><input type="text" name="attr_classsurprise" title="@{classsurprise}" class="sheet-short" value="0"/></td>
<td><input type="text" name="attr_dexreact" title="@{dexreact}" class="sheet-short"/></td>
<td><input type="text" name="attr_miscsurprise" title="@{miscsurprise}" class="sheet-short" value="0"/></td>
<td><button type="roll" name="roll_surprise" title="%{surprise}" value="/w gm &{template:2Einversecheck} {{checkvs=Surprise Check}} {{character=@{character_name}}} {{checkroll=[[1d10+[[(@{racialsurprise})+(@{classsurprise})+(@{dexreact})+(@{miscsurprise})+(@{misc-mod})]] ]]}} {{checktarget=[[3]]}} {{color=brown}}">Roll</button></td>
<td><button type="roll" name="roll_surprise" title="%{surprise}" value="/w gm &{template:2Einversecheck} {{checkvs=Surprise Check}} {{character=@{character_name}}} {{checkroll=[[1d10+(@{racialsurprise} [Race])+(@{classsurprise} [Class])+(@{dexreact} [Dexterity])+(@{miscsurprise} [Misc])+(@{misc-mod})]]}} {{checktarget=[[3]]}} {{color=brown}}">Roll</button></td>
</tr>
</table>
<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h4>Surprise Roll</h4>
<td><input type="text" name="attr_classsurprise" title="@{classsurprise}" class="sheet-short" value="0"/></td>
<td><input type="text" name="attr_dexreact" title="@{dexreact}" class="sheet-short"/></td>
<td><input type="text" name="attr_miscsurprise" title="@{miscsurprise}" class="sheet-short" value="0"/></td>
<td><button type="roll" name="roll_surprise" title="%{surprise}" value="/w gm &{template:2Einversecheck} {{checkvs=Surprise Check}} {{character=@{character_name}}} {{checkroll=[[1d10+[[(@{racialsurprise})+(@{classsurprise})+(@{dexreact})+(@{miscsurprise})+(@{misc-mod})]] ]]}} {{checktarget=[[3]]}} {{color=brown}}">Roll</button></td>
<td><button type="roll" name="roll_surprise" title="%{surprise}" value="/w gm &{template:2Einversecheck} {{checkvs=Surprise Check}} {{character=@{character_name}}} {{checkroll=[[1d10+(@{racialsurprise} [Race])+(@{classsurprise} [Class])+(@{dexreact} [Dexterity])+(@{miscsurprise} [Misc])+(@{misc-mod})]]}} {{checktarget=[[3]]}} {{color=brown}}">Roll</button></td>
</tr>
</table>
<br>
Expand Down

0 comments on commit 34f0fbf

Please sign in to comment.