giant freakin documentation and reorganization pass, it also uses cmake because all the building was getting too complicated for shell scripts
This commit is contained in:
11
res/doc/play/index.md
Normal file
11
res/doc/play/index.md
Normal file
@@ -0,0 +1,11 @@
|
||||
How to Play {#play}
|
||||
===========
|
||||
|
||||
How to play the Seagull Game:
|
||||
* Steal food and shinies.
|
||||
* That's it.
|
||||
|
||||
|
||||
### Subpages
|
||||
* \subpage play-upgrades
|
||||
* \subpage math
|
15
res/doc/play/math.md
Normal file
15
res/doc/play/math.md
Normal file
@@ -0,0 +1,15 @@
|
||||
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)
|
4
res/doc/play/upgrades.md
Normal file
4
res/doc/play/upgrades.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Upgrades {#play-upgrades}
|
||||
========
|
||||
|
||||
You can buy upgrades in this game!
|
Reference in New Issue
Block a user