summaryrefslogtreecommitdiffstats
path: root/includes/datas.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-03-20 02:13:56 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-03-20 02:13:56 -0500
commit0a4176aa74adb313affa5488f5090018c4b7ec61 (patch)
tree479ed566a180b2d0889ee849542e54c355668d43 /includes/datas.php
parent6564bb28710b5ee6056d5c87121afe47eee8ff3d (diff)
downloadpathery-0a4176aa74adb313affa5488f5090018c4b7ec61.tar.xz
Updated champion point achievements with numbers that, uh, look good
Diffstat (limited to 'includes/datas.php')
-rw-r--r--includes/datas.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/datas.php b/includes/datas.php
index af10cd2..de812f1 100644
--- a/includes/datas.php
+++ b/includes/datas.php
@@ -679,10 +679,10 @@ function getChampionPointsArray() {
$r[3] = array(500, 2, 'OffsetStripesDiagonal_B.png', 'Dark Diagonal Stripes', 0);
$r[4] = array(1000, 2, 'DiamondLargeDonut_W_I.png', 'Inverted Light Annulated Diamond', 0);
$r[5] = array(2000, 2, 'StarsR_B.png', 'Dark Stars', 0);
- $r[6] = array(4000, 2, 'OffsetStripesHorizontal_B_I.png', 'Inverted Dark Horizontal Stripes', 0);
- $r[7] = array(8000, 2, 'CrossXLDonut_B_I.png', 'Inverted Dark Large Intersection', 0);
- $r[8] = array(16000, 2, 'DiamondLarge_B.png', 'Dark Large Diamond', 0);
- $r[9] = array(32000, 1, '#22ff22', 'Neon Lime', 1);
+ $r[6] = array(5000, 2, 'OffsetStripesHorizontal_B_I.png', 'Inverted Dark Horizontal Stripes', 0);
+ $r[7] = array(10000, 2, 'CrossXLDonut_B_I.png', 'Inverted Dark Large Intersection', 0);
+ $r[8] = array(25000, 2, 'DiamondLarge_B.png', 'Dark Large Diamond', 0);
+ $r[9] = array(50000, 1, '#22ff22', 'Neon Lime', 1);
return $r;
}