Skip to content

Commit

Permalink
- Added damage description to PO crit 2 system
Browse files Browse the repository at this point in the history
- Added damage description for all damage rolls
- Added hit description for all hit rolls
- Moved Weap vs armor to Standard rules. Removed the logic from PO rules
  • Loading branch information
DBFBlackbull committed Jan 13, 2024
1 parent 62a66e0 commit 2c57dd6
Show file tree
Hide file tree
Showing 7 changed files with 242 additions and 240 deletions.
241 changes: 121 additions & 120 deletions ADnD_2E_Revised/2ESheet.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions ADnD_2E_Revised/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ <h2 style="color: black;">Changes in <span name="attr_version"></span></h2>
<li>Fixed cast time for <strong>Protection From Evil (Wizard)</strong> from 1 turn to +1 initiative modifier</li>
<li>Removed incorrect material components for <strong>Endure Cold/Endure Heat</strong></li>
<li>Fixed spell description layout for <strong>Orison</strong></li>
<li>Removed Weapon Type vs Armor type modifiers from the Hit roll under the Player's Option ruleset, as the Player's Option: Combat & Tactics has its own set of modifiers that differ from those given in the Player's Handbook</li>
<li>Weapon Type vs Armor type is now only visible under the <strong>Standard</strong> tab</li>
</ul>
<hr>
<p>
Expand Down
82 changes: 0 additions & 82 deletions ADnD_2E_Revised/html/tabs/character-tab/weapons-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,88 +54,6 @@ <h4>Rule set</h4>
</tr>
</table>
<br>

<details>
<summary><b>Select armor opponent is wearing for bonuses/penalties</b></summary>
<table>
<thead class="sheet-default-header sheet-centering-horizontal">
<tr>
<td>Banded<br>Mail</td>
<td class="sheet-centering-padding-5">|</td>
<td>Brigandine</td>
<td class="sheet-centering-padding-5">|</td>
<td >Chain<br>Mail</td>
<td class="sheet-centering-padding-5">|</td>
<td>Field<br>Plate</td>
<td class="sheet-centering-padding-5">|</td>
<td>Full<br>Plate</td>
<td class="sheet-centering-padding-5">|</td>
<td>Leather, Hide,<br>& Padded</td>
<td class="sheet-centering-padding-5">|</td>
<td>Plate Mail /<br>Bronze Plate Mail</td>
<td class="sheet-centering-padding-5">|</td>
<td>Ring<br>Mail</td>
<td class="sheet-centering-padding-5">|</td>
<td>Scale<br>Mail</td>
<td class="sheet-centering-padding-5">|</td>
<td>Splint<br>Mail</td>
<td class="sheet-centering-padding-5">|</td>
<td>Studded<br>Leather</td>
</tr>
</thead>
<tr class="sheet-centering">
<td><label><input type="checkbox" name="attr_banded-mail" title="@{banded-mail}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_brigandine" title="@{brigandine}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_chainmail" title="@{chainmail}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_field-plate" title="@{field-plate}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_full-plate" title="@{full-plate}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_leather-hide-padded" title="@{leather-hide-padded}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_plate-mail" title="@{plate-mail}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_ring-mail" title="@{ring-mail}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_scale-mail" title="@{scale-mail}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_splint-mail" title="@{splint-mail}" value="1"/><span></span></label></td>
<td></td>
<td><label><input type="checkbox" name="attr_studded-leather" title="@{studded-leather}" value="1"/><span></span></label></td>
</tr>
</table>
<input style="display: none;" name="attr_armortype-slash" value="
(@{banded-mail}*-2)+
(@{brigandine}*-1)+
(@{chainmail}*-2)+
(@{field-plate}*-3)+
(@{full-plate}*-4)+
(@{plate-mail}*-3)+
(@{ring-mail}*-1)+
(@{studded-leather}*-2)
">
<input style="display: none;" name="attr_armortype-pierce" value="
(@{brigandine}*-1)+
(@{field-plate}*-1)+
(@{full-plate}*-3)+
(@{leather-hide-padded}*2)+
(@{plate-mail}*-1)+
(@{ring-mail}*-1)+
(@{scale-mail}*-1)+
(@{splint-mail}*-1)+
(@{studded-leather}*-1)
">
<input style="display: none;" name="attr_armortype-blunt" value="
(@{banded-mail}*-1)+
(@{chainmail}*2)+
(@{splint-mail}*-2)
">
</details>
<br>

<div style="display: none;">
<button type="roll" name="roll_acid-hit" value="/em rolls [[2d4]] acid damage using their Acid! (Direct hit)"></button>
<button type="roll" name="roll_acid-splash" value="/em rolls [[1]] acid damage using their Acid! (Splash)"></button>
Expand Down
Loading

0 comments on commit 2c57dd6

Please sign in to comment.