From aeacdd6ac410d4b576cf9e804d709cd64fa00384 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Fri, 25 Jan 2013 19:27:51 -0600 Subject: Tiers are now unlocked as the user players through challenges; challenges left to next tier displayed on challengelist page (untested) --- includes/constants.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'includes/constants.php') 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); ?> -- cgit v1.2.3