Difference between revisions of "Formulae"
From Starsonata Wiki
(New page: This is an explanation page for the various formulae involved in calculation stats in game. ===Augmenter Tweaking=== For example, a ship with one augmenter equipped to grant +56% to some...) |
|||
Line 6: | Line 6: | ||
<math> | <math> | ||
− | \left(1+.04\times\mbox{AT}\right)\ | + | \left(1+.04\times\mbox{AT}\right)\times.56 |
</math> | </math> | ||
Line 14: | Line 14: | ||
<math> | <math> | ||
− | \dfrac{1-56 | + | \dfrac{1-.56}{1+\left(.56\times\left(.04\times\mbox{AT}\right)\right)} |
</math> | </math> | ||
<br><br> | <br><br> |
Revision as of 19:30, 16 September 2010
This is an explanation page for the various formulae involved in calculation stats in game.
Augmenter Tweaking
For example, a ship with one augmenter equipped to grant +56% to some statistic would receive the following bonus, as a function of the player's level of Augmenter Tweaking, labeled AT.
Similarly, if the equipped augmenter granted -56% instead, the resulting penalty is calculated as follows.