diff options
Diffstat (limited to 'includes/constants.php')
-rw-r--r-- | includes/constants.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/constants.php b/includes/constants.php index 0658725..7774aa4 100644 --- a/includes/constants.php +++ b/includes/constants.php @@ -68,4 +68,10 @@ class MapType const Special = 4; const Weekly = 5; } + +/** + * Required number of challenges beaten to move up to each tier. + * Make sure the first one is always 0... + */ +$tierChallengeRequirements = array(0, 5, 10, 15, 20, 25, 30); ?> |