Skip to content

Commit

Permalink
Added in Roll Buttons for basic attacks
Browse files Browse the repository at this point in the history
I have been thinking of adding these into my sheet for awhile. Finally got around to doing it.
  • Loading branch information
Twibbit committed Oct 3, 2014
1 parent f561ff2 commit be5e1e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 13th_Age/13th_Age.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="sheet-col">

<label>Name:</label><input type="text" name="attr_Name" /><br>
<label>Class:</label><input type="text" name="attr_class" />
<label>Class:</label><input type="text" name="attr_class" />
<center><h3>One Unique Thing</h3></center>
<textarea name="attr_OUT" style="width:95%; margin:auto; height:40px; resize: vertical;"></textarea>

Expand Down Expand Up @@ -175,6 +175,8 @@ <h3>Basic Attacks</h3><br>
</tr>
</tbody>
</table>
<button type='roll' value='/me uses his Basic Melee attack: [[1d20 + @{BMAttack}]] Vs AC\n/me On a Hit it does [[@{BMHit}]] Damage, On Miss it does [[@{BMMiss}]] Damage' name='RollMelee'>Melee</button>
<button type='roll' value='/me uses his Basic Ranged attack: [[1d20 + @{BRAttack}]] Vs AC\n/me On a Hit it does [[@{BRHit}]] Damage, On Miss it does [[@{BRMiss}]] Damage' name='RollRanged'>Ranged</button>



Expand Down Expand Up @@ -223,4 +225,4 @@ <h3>Inventory</h3>

<H2>Player Notes</H2>
<textarea name="attr_PlayerNotes" placeholder="For whatever you need it for" style="width:95%;resize:vertical;height:17ex;"></textarea>
<i>Version 1.5, Sorry for breaking Backgrounds, but this futureproofs them.</i>
<i>Version 1.6, Added in Roll buttons for Basic Melee and Basic Ranged. Still think that Macros are better served here, but this is an option for those who want to just use the sheet</i>

0 comments on commit be5e1e5

Please sign in to comment.