Mastery: Difference between revisions

210 bytes added ,  18 February 2020
Updated formula with math plugin, flagged for needing new table
m (bank link)
(Updated formula with math plugin, flagged for needing new table)
Line 6: Line 6:


==Mastery Level Calculation==
==Mastery Level Calculation==
The mastery xp needed per level is calculated using a fairly simple formula. First, for each previous mastery you do the following calculation and add it to the total needed xp: level + 300 * 2 ^ (level / 7). Then you divide that total by 48.
The mastery xp required, <math> X_n </math>, for a given level, <math> n </math>, can be calculated as follows:
 
<math>X_n =
\begin{cases}
0 & n=1 \\
\left \lfloor \sum_{i=1}^{n-1} \left \lfloor \frac{i+300(2^{\frac{i}{7}})}{48} \right \rfloor \right \rfloor & n\geq 2 \\
\end{cases}</math>
 
where: <math> \left \lfloor x \right \rfloor </math> is the [https://en.wikipedia.org/wiki/Floor_and_ceiling_functions/ floor function].


{| class="wikitable"
{| class="wikitable"
Line 30: Line 38:
| 99|| 1086202
| 99|| 1086202
|}
|}
 
[[Category:Needs Table]]
{{Menu}}
{{Menu}}
[[Category:Guides]]
[[Category:Guides]]