|
|
Line 1: |
Line 1: |
|
|
== Analyses == |
⚫ |
Notes for myself (or anyone else) : |
|
|
|
|
|
|
* [[User:Dandin/Expending_TDPs_on_Attributes]] |
|
|
|
|
⚫ |
===Math Notes for myself (or anyone else) === |
|
|
|
|
|
<math>TDPs = current \bigg( 3 + \frac{racial}{2} \bigg)</math> |
|
|
|
|
|
<math>TDPs = current \bigg( 3 + \frac{racial}{2} \bigg) - current \times racial\mod{2} \times (-1)^{\frac{current}{2}} \times 0.5</math> |
|
|
|
|
|
<math>TDPs = \bigg( 3 + \frac{racial}{2} \bigg) \sum_{i=current}^{target-1}i = \frac{(target+current-1)(target-current)(racial+6)}{4}</math> |
|
|
|
|
|
<math>TDPs = \biggl\lfloor \frac{1}{200}\sum_{i=1}^{ranks}{i} \biggl\rfloor = \biggl\lfloor \frac{ranks(ranks+1)}{400} \biggl\rfloor</math> |
|
|
|
|
|
<math>TDPs = \biggl\lfloor \frac{1}{400}\sum_{s \in SKILLS}s_{ranks}(s_{ranks}+1) \biggl\rfloor</math> |
|
|
|
|
|
<math>TDPs = \begin{cases} |
|
|
\frac{circle(circle+1)}{2} + 50 (circle-1) - 1 & \text{if } 1 < circle < 10 \\ |
|
|
\frac{circle(circle+1)}{2} + 100 (circle-11) + 599 & \text{if } 10 \leq circle |
|
|
\end{cases}</math> |
Revision as of 03:01, 15 December 2010
Analyses
Math Notes for myself (or anyone else)