Polished Stone Shield: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
Line 1,082: Line 1,082:
|-
|-
|30
|30
|
|55
|
|44
|
|29
|
|56
|
|46
|
|50
|
|
|{{Currency|1240}}
|{{Currency|1240}}
Line 1,797: Line 1,797:


===Sell Price Approximation===
===Sell Price Approximation===
The sell value (<math display=">P</math>) of a Polished Stone Shield can be approximated based on its level (<math display=">L</math>) using the following formula.
The sell value (<math display="">P</math>) of a Polished Stone Shield can be approximated based on its level (<math display="">L</math>) using the following formula.


Novice Tier (levels 0 - 19):
Novice Tier (levels 0 - 19):


<math display=">P(L) =
<math display="">P(L) =
\begin{cases}
\begin{cases}
\texttt{Floor\_sf3} \left[ 0.126 L^2 + 17.04 L + 291.8 \right] &&& \mbox{Common} \\
\texttt{Floor\_sf3} \left[ 0.126 L^2 + 17.04 L + 291.8 \right] &&& \mbox{Common} \\
Line 1,811: Line 1,811:
Apprentice Tier (levels 20 - 49):
Apprentice Tier (levels 20 - 49):


<math display=">P(L) =
<math display="">P(L) =
\begin{cases}
\begin{cases}
\texttt{Floor\_sf3} \left[ 0.215 L^2 + 20.42 L + 430.8 \right] &&& \mbox{Common*} \\
\texttt{Floor\_sf3} \left[ 0.215 L^2 + 20.42 L + 430.8 \right] &&& \mbox{Common*} \\
Line 1,819: Line 1,819:
\end{cases}</math>
\end{cases}</math>


The <math display=">\texttt{Floor\_sf3}</math> function denotes rounding the value down to 3 significant figures:
The <math display="">\texttt{Floor\_sf3}</math> function denotes rounding the value down to 3 significant figures:


<math display=">
<math display="">
\texttt{Floor\_sf3}(x) = 100 \cdot \left\lfloor \frac{x}{100} \right\rfloor
\texttt{Floor\_sf3}(x) = 100 \cdot \left\lfloor \frac{x}{100} \right\rfloor
</math>
</math>