mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 11:42:29 +00:00
Merge pull request #142 from the-storyteller/patch-9
Edit on Saving Throw buttons
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
</div>
|
||||
<hr>
|
||||
<div class="sheet-3colrow">
|
||||
<div class="sheet-col" style="width: 35%;">
|
||||
<div class="sheet-col" style="width: 36%;">
|
||||
<table width="100%" align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -104,7 +104,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="sheet-col" style="width: 36%;">
|
||||
<div class="sheet-col" style="width: 35%;">
|
||||
<table width="100%" align="right">
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -371,8 +371,8 @@
|
||||
<tr>
|
||||
<td> </td>
|
||||
</tr>
|
||||
<td><button type='roll' name='roll_wissave' value='/em Attempts a Wisdom saving throw. [[1d20+@{wissave}]]' style="width: 75px; font-family: Times New Roman; font-size: 12px;"> INT Save<input type="hidden" name="attr_intsave" value="(@{pbwissave}*@{PB})+@{IntMod}" class="sheet-short" style="width: 1px;" disabled="true"></td></button></td>
|
||||
<td><button type='roll' name='roll_intsave' value='/em Attempts a Intelligence saving throw. [[1d20+@{intsave}]]' style="width: 75px; font-family: Times New Roman; font-size: 12px;"> WIS Save<input type="hidden" name="attr_wissave" value="(@{pbintsave}*@{PB})+@{WisMod}" class="sheet-short" style="width: 1px;" disabled="true"></td></button></td>
|
||||
<td><button type='roll' name='roll_intsave' value='/em Attempts a Intelligence saving throw. [[1d20+@{intsave}]]' style="width: 75px; font-family: Times New Roman; font-size: 12px;"> INT Save<input type="hidden" name="attr_intsave" value="(@{pbintsave}*@{PB})+@{IntMod}" class="sheet-short" style="width: 1px;" disabled="true"></td></button></td>
|
||||
<td><button type='roll' name='roll_wissave' value='/em Attempts a Wisdom saving throw. [[1d20+@{wissave}]]' style="width: 75px; font-family: Times New Roman; font-size: 12px;"> WIS Save<input type="hidden" name="attr_wissave" value="(@{pbwissave}*@{PB})+@{WisMod}" class="sheet-short" style="width: 1px;" disabled="true"></td></button></td>
|
||||
<td><button type='roll' name='roll_chasave' value='/em Attempts a Charisma saving throw. [[1d20+@{chasave}]]' style="width: 75px; font-family: Times New Roman; font-size: 12px;"> CHA Save<input type="hidden" name="attr_chasave" value="(@{pbchasave}*@{PB})+@{ChaMod}" class="sheet-short" style="width: 1px;" disabled="true"></td></button></td>
|
||||
<td><button type='roll' name='roll_initiative' value='/em @{selected|token_name} rolls a [[1d20+@{selected|Initiative}&{tracker}]] for initiative.' style="width: 130px; font-family: Times New Roman; font-size: 14px;" title="Requires the Characters Token to be selected."> Roll for Initiative</button></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user