Give Portal Weakness Opacity more range

Should help complaints that opacities are "too similar"
This commit is contained in:
vita10gy 2013-03-25 22:52:13 -05:00
parent a9aacd12de
commit b14776498c

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @id iitc-plugin-show-portal-weakness@vita10gy // @id iitc-plugin-show-portal-weakness@vita10gy
// @name IITC plugin: show portal weakness // @name IITC plugin: show portal weakness
// @version 0.6.1.@@DATETIMEVERSION@@ // @version 0.6.2.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@
@ -58,7 +58,7 @@ window.plugin.portalWeakness.portalAdded = function(data) {
} }
if(portal_weakness > 0) { if(portal_weakness > 0) {
var fill_opacity = portal_weakness*.7 + .3; var fill_opacity = portal_weakness*.85 + .15;
var color = 'orange'; var color = 'orange';
if(only_shields) { if(only_shields) {
color = 'yellow'; color = 'yellow';