From 0a4176aa74adb313affa5488f5090018c4b7ec61 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Wed, 20 Mar 2013 02:13:56 -0500 Subject: Updated champion point achievements with numbers that, uh, look good --- includes/datas.php | 8 ++++---- 1 file 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; } -- cgit v1.2.3