Skip to content

Commit

Permalink
Merge pull request #13179 from McnabbGames/patch-6
Browse files Browse the repository at this point in the history
Update to Special Abilities 4D6FantasySheet.html
  • Loading branch information
NBrooks-Roll20 authored Aug 6, 2024
2 parents a105f8d + d428996 commit 5821e22
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions 4d6 Morgalad/4D6FantasySheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,14 @@ <h2 style="text-align: Left;">ATTRIBUTES</h2>
<div name="Special Abilities" class="" style="margin-right:0px;background-color:#fffcf0"><h2 style="text-align: Left;">SPECIAL ABILITIES</h2>

<fieldset class="repeating_intellectskills">
<textarea id="freeform" name="freeform" rows="4" cols="50" style="width:100%" placeholder="Special Abiltiy Name & Description">
</textarea><br><br>
<button type="roll" class="astext" value="&{template:default} {{name=Special Ability}} {{note=@{freeform}}} {{roll=[[(@{skilldice})d@{skilldicetype} + @{skillpip}]]}}"></button>
<div class="sheet-right">
<input type="number" name="attr_skilldice" class="sheet-smallnumber sheet-shortnumber" min="0" value="0"/>D<input type="number" name="attr_skilldicetype" class="sheet-smallnumber sheet-shortnumber" min="6" max="20" value="6"/>+<input type="number" name="attr_skillpip" class="sheet-smallnumber sheet-shortnumber" min="-3" max="20" value="0"/>
</div>
<textarea class="sheet-skilltext" rows="4" cols="50" style="width:100%" type="text" name="attr_freeform" placeholder="Special Abiltiy Name & Description">
</textarea>

<br><br>
</fieldset>
</div>
</div>
Expand Down

0 comments on commit 5821e22

Please sign in to comment.