15 lines
546 B
Markdown
15 lines
546 B
Markdown
|
Mathematical Calculations Used In Game {#math}
|
||
|
======================================
|
||
|
|
||
|
For more information on how dice rolls are calculated, see actions.dice_roll()
|
||
|
|
||
|
## Calculated Attributes
|
||
|
Attribute | Formula
|
||
|
----------|--------
|
||
|
Speed | \f(\LARGE\(3+(AGL * 1.5)\)\f)
|
||
|
|
||
|
## Action Success Chances
|
||
|
Action | Chance Calculation
|
||
|
-------------------|-------------------
|
||
|
Stealing resources | \f(\LARGE\((roll+speed)+(\frac{AGL}{4}) \geq 50\)\f)
|
||
|
Recruiting | \f(\LARGE\(roll+(LDR*\frac{R_{shinies}}{Colony}) \geq 65\)\f)
|