From 3263664e489d8b2cacca8eaef318748d6c67a27a Mon Sep 17 00:00:00 2001 From: Xelio Date: Mon, 4 Mar 2013 00:33:52 +0800 Subject: [PATCH] Add window.UPGRADE_ANOTHERS_RESONATOR --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index d4328181..ff11efb8 100644 --- a/main.js +++ b/main.js @@ -188,6 +188,7 @@ window.DESTROY_FIELD = 750; //AP for destroying field window.CAPTURE_PORTAL = 500; //AP for capturing a portal window.DEPLOY_RESONATOR = 125; //AP for deploying a resonator window.COMPLETION_BONUS = 250; //AP for deploying all resonators on portal +window.UPGRADE_ANOTHERS_RESONATOR = 65; //AP for upgrading another's resonator window.MAX_PORTAL_LEVEL = 8; window.MAX_RESO_PER_PLAYER = [0, 8, 4, 4, 4, 2, 2, 1, 1];