Skip to content

Commit

Permalink
Fixed minor bug
Browse files Browse the repository at this point in the history
The strength stat for exceptional strength had mistake in the Bend Bars and Open Gates areas.
  • Loading branch information
aquaalex committed Nov 2, 2018
1 parent 7f0350b commit 21ae666
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions AD&D_2E/2ESheet.html
Expand Up @@ -3,10 +3,10 @@
<div class="sheet-chk-announce sheet-chkannounce" selectable="true">
<h2 style="margin-bottom:-15px;">Recent Changes</h2>
<br />
<p style="font-size:10pt;color:black;">Sheet version: 2.1.1</p>
<p style="font-size:10pt;color:black;">Sheet version: 2.1.2</p>
<div class="sheet-announce-items">
<p style="font-size:9pt;color:black;font-style:italic;">
added HIDE option for Priest & Wizard Spell Tab Settings <br />
Fixed small bug in exceptional strength Bend Bars & Open Doors stats <br />
- (Aqua Alex)<br />
</p>
<p style="font-size:10pt;color:black;font-style:normal;">
Expand Down Expand Up @@ -2935,8 +2935,8 @@ <h4>Spell Notes</h4><br />
strengthdmg: "+3",
carryweight: "135",
maxpress: "280",
open: "16(6)",
bend: "40",
open: "12",
bend: "20",
baseweight: "135",
lightweight: "174",
modweight: "213",
Expand All @@ -2950,8 +2950,8 @@ <h4>Spell Notes</h4><br />
strengthdmg: "+3",
carryweight: "160",
maxpress: "305",
open: "16(6)",
bend: "40",
open: "13",
bend: "25",
baseweight: "160",
lightweight: "199",
modweight: "238",
Expand All @@ -2965,8 +2965,8 @@ <h4>Spell Notes</h4><br />
strengthdmg: "+4",
carryweight: "185",
maxpress: "330",
open: "16(6)",
bend: "40",
open: "14",
bend: "30",
baseweight: "185",
lightweight: "224",
modweight: "263",
Expand All @@ -2980,8 +2980,8 @@ <h4>Spell Notes</h4><br />
strengthdmg: "+5",
carryweight: "235",
maxpress: "380",
open: "16(6)",
bend: "40",
open: "15(3)",
bend: "35",
baseweight: "235",
lightweight: "274",
modweight: "313",
Expand Down

0 comments on commit 21ae666

Please sign in to comment.