diff --git a/plugins/portals-list.user.js b/plugins/portals-list.user.js index 84dfa1a1..089e0966 100644 --- a/plugins/portals-list.user.js +++ b/plugins/portals-list.user.js @@ -301,6 +301,7 @@ window.plugin.portalslist.portalTable = function(sortBy, sortOrder, filter) { + 'M2' + 'M3' + 'M4' + + 'Mit.' + 'AP Gain' + 'E/AP' + 'Age'; @@ -314,6 +315,9 @@ window.plugin.portalslist.portalTable = function(sortBy, sortOrder, filter) { + '' + portal.level + '' + '' + portal.team + ''; + var mitigationDetails = getPortalMitigationDetails(portal.portal); + portal.mitigation = mitigationDetails.total + mitigationDetails.excess; + var title; var percent; $.each([0, 1, 2, 3 ,4 ,5 ,6 ,7], function(ind, slot) { @@ -333,6 +337,7 @@ window.plugin.portalslist.portalTable = function(sortBy, sortOrder, filter) { + '' + portal.mods[1][2] + '' + '' + portal.mods[2][2] + '' + '' + portal.mods[3][2] + '' + + '' + portal.mitigation + '' + '' + portal.APgain + '' + '' + portal.EAP + '' + '' + portal.age_string_short + '';