diff --git a/Formulas.md b/Formulas.md index 8cfa143..c8ab29a 100644 --- a/Formulas.md +++ b/Formulas.md @@ -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.