Merge pull request #451 from Twibbit/master

Added in Roll Buttons for basic attacks
This commit is contained in:
Riley Dutton
2014-10-21 20:43:37 -05:00
+4 -2
View File
@@ -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>
@@ -175,6 +175,8 @@
</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>
@@ -223,4 +225,4 @@
<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>