Skip to content

Commit

Permalink
Update Fallout Equestria Dead Tree Studio PNP.html
Browse files Browse the repository at this point in the history
Updated Potency calculation
  • Loading branch information
Sycofear13 authored Feb 1, 2024
1 parent 9ff1815 commit f6febc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ <h3>Stun DT</h3>
<p>Potency</p>
<input style="width:55px" class="Darkbox" type="number" name="attr_Potency_Current" value="0" disabled/>
<input style="width:55px" class="Darkbox" type="number" name="attr_Potency_Misc" value="0"/>
<input style="width:55px" class="Dark-Darkbox" type="number" name="attr_Potency" value="(ceil(((@{Endurence_Total}/2))+(@{Potency_Misc})))" disabled/>
<input style="width:55px" class="Dark-Darkbox" type="number" name="attr_Potency" value="(ceil((((@{Endurence_Total})/2))+(@{Potency_Misc})))" disabled/>
</div>

<div class="Magic-Values-Trick-Points">
Expand Down

0 comments on commit f6febc8

Please sign in to comment.