From 55a9c92121ed212821482903529e3d19045f1e2b Mon Sep 17 00:00:00 2001 From: vita10gy Date: Tue, 5 Mar 2013 22:44:17 -0600 Subject: [PATCH] Weaken the impact sheilds have Now that shields can be exploded, lower their impact to roughly the equivilent of 3% more energy each. Hopefully this addresses issue #385 --- plugins/show-portal-weakness.user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/show-portal-weakness.user.js b/plugins/show-portal-weakness.user.js index c085f23e..6c8763e3 100644 --- a/plugins/show-portal-weakness.user.js +++ b/plugins/show-portal-weakness.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @id iitc-plugin-show-portal-weakness@vita10gy // @name iitc: show portal weakness -// @version 0.5 +// @version 0.6 // @namespace https://github.com/breunigs/ingress-intel-total-conversion // @updateURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/show-portal-weakness.user.js // @downloadURL https://raw.github.com/breunigs/ingress-intel-total-conversion/gh-pages/plugins/show-portal-weakness.user.js @@ -35,7 +35,7 @@ window.plugin.portalWeakness.portalAdded = function(data) { $.each(d.portalV2.linkedModArray, function(ind, mod) { if(mod === null) { missing_shields++; - portal_weakness += .08; + portal_weakness += .03; } }); //Ding the portal for every missing resonator.