Jump to content

Armor: Difference between revisions

No change in size ,  14 November 2023
m
→‎Protection: Change .99 to .01, hopefully the last math edit
imported>FG6
(Fix LaTeX)
imported>FG6
m (→‎Protection: Change .99 to .01, hopefully the last math edit)
Line 34: Line 34:
: <math>
: <math>
\begin{align}
\begin{align}
& \mathsf{damageTotal} = \mathsf{damageBase}\times\mathsf{max}\left(1-\frac{\mathsf{protectionType}}{100}, 0.99\right)\\
& \mathsf{damageTotal} = \mathsf{damageBase}\times\mathsf{max}\left(1-\frac{\mathsf{protectionType}}{100}, 0.01\right)\\
& \mathsf{rand} = \mathsf{random}\left(\right)\\
& \mathsf{rand} = \mathsf{random}\left(\right)\\
& \mathsf{damageTaken} = \begin{cases}
& \mathsf{damageTaken} = \begin{cases}
Anonymous user