User:Dandin: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
* [[User:Dandin/Expending_TDPs_on_Attributes]] |
* [[User:Dandin/Expending_TDPs_on_Attributes]] |
||
== Formulas I'm maintaining == |
|||
===Math Notes for myself (or anyone else)=== |
|||
Since we don't have LaTeX installed, the math tags don't work here on Elanthipedia. Fortunately, I'm crazy, and I DO have a wiki installation with LaTeX math rendering enabled. Here's the formulas I've uploaded (and am willing to change if you've got a good idea). |
|||
<math>TDPs = current \bigg( 3 + \frac{racial}{2} \bigg)</math> |
|||
=== TDP Related === |
|||
<math>TDPs = current \bigg( 3 + \frac{racial}{2} \bigg) - current \times racial\mod{2} \times (-1)^{\frac{current}{2}} \times 0.5</math> |
|||
[[Image:TDP_concise.png]] |
|||
<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> |
|||
[[Image:TDP_sum_formula.png]] |
|||
<math>TDPs = \biggl\lfloor \frac{1}{400}\sum_{s \in SKILLS}s_{ranks}(s_{ranks}+1) \biggl\rfloor</math> |
|||
<math>TDPs = \begin{cases} |
|||
[[Image:TDPs_from_single_skill_formula.png]] |
|||
\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> |
|||
[[Image:TDPs_from_all_skill_formula.png]] |
|||
[[Image:TDP_single_precise_formula.png]] |
|||
[[Image:TDPs_from_all_levels_formula.png]] |
|||
[[Image:Attribute_initial_state.png]] |
|||
[[Image:Attribute_total_TDP_cost_formula.png]] |
|||
=== Character Statistic Related === |
|||
[[Image:Attunement_formula.png]] |
|||
[[Image:Fatigue_formula.png]] |
|||
[[Image:Fatigue_recovery_formula.png]] |
|||
[[Image:Spirit_formula.png]] |
|||
[[Image:Concentration_formula.png]] |
|||
[[Image:Encumbrance_formula.png]] |
|||
=== Forge Factor Related === |
|||
[[Image:Forge_factor_original_formula.png]] |
|||
[[Image:Forge_factor_generalized_formula.png]] |
|||
[[Image:Forge_factor_2he_formula.png]] |
|||
[[Image:Forge_factor_armor_formula.png]] |
|||
=== Miscellaneous Formulas === |
|||
[[Image:Khri_cost_formula.png]] |
Revision as of 03:38, 17 December 2010
Analyses
Formulas I'm maintaining
Since we don't have LaTeX installed, the math tags don't work here on Elanthipedia. Fortunately, I'm crazy, and I DO have a wiki installation with LaTeX math rendering enabled. Here's the formulas I've uploaded (and am willing to change if you've got a good idea).
TDP Related
Character Statistic Related