diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 19:27:51 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-25 19:27:51 -0600 |
commit | aeacdd6ac410d4b576cf9e804d709cd64fa00384 (patch) | |
tree | 44fd65a626b44eb5e099e2cf2525ef11cef20def /includes/constants.php | |
parent | fed89ebc174dda0963856f992f6f9a26bbe1b182 (diff) | |
download | pathery-aeacdd6ac410d4b576cf9e804d709cd64fa00384.tar.xz |
Tiers are now unlocked as the user players through challenges; challenges left to next tier displayed on challengelist page
(untested)
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); ?> |