Updated Formulas (markdown)

garbagemule 2014-01-19 04:52:19 -08:00
parent 6b22bce375
commit adf56852db

@ -1,5 +1,3 @@
## Formulas ##
This page holds an overview of all the formulas used in the MobArena waves system. Customizing the different properties of the waves should be somewhat easier if they can be calculated, so here they all are!
About notation: Each variable used in the formulas will have its own name. A variable that starts with a `#` denotes "number (of)", so `#players` means "number of players", and `#wave` means "wave number". The function `min(a,b)` returns the lowest of the values `a` and `b`, and `max(a,b)` returns the highest.