From f9d2346d7267cf9c839bb0868c4068e3df577f97 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Mon, 10 Mar 2014 22:23:29 +0000 Subject: [PATCH] ap for L2 and L3 were changed a long time ago (L2, from 10000 to 2500, L3, from 30000 to 20000) --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 01bd0234..ebb8e0d3 100644 --- a/main.js +++ b/main.js @@ -183,7 +183,7 @@ window.NOMINATIM = 'http://nominatim.openstreetmap.org/search?format=json&limit= // http://decodeingress.me/2012/11/18/ingress-portal-levels-and-link-range/ window.RESO_NRG = [0, 1000, 1500, 2000, 2500, 3000, 4000, 5000, 6000]; window.MAX_XM_PER_LEVEL = [0, 3000, 4000, 5000, 6000, 7000, 8000, 9000, 10000]; -window.MIN_AP_FOR_LEVEL = [0, 10000, 30000, 70000, 150000, 300000, 600000, 1200000]; +window.MIN_AP_FOR_LEVEL = [0, 2500, 20000, 70000, 150000, 300000, 600000, 1200000]; window.HACK_RANGE = 40; // in meters, max. distance from portal to be able to access it window.OCTANTS = ['E', 'NE', 'N', 'NW', 'W', 'SW', 'S', 'SE']; window.OCTANTS_ARROW = ['→', '↗', '↑', '↖', '←', '↙', '↓', '↘'];