Examples
- Show UPVs only:
portal.visited - Show UPCs only:
portal.captures > 0 - Show gatherings:
portal.frackersUsed > 0 && portal.beaconsUsed > 0
Sample data
{
visited: true,
// Hacking
hacksWhenFriendly: 5,
hacksWhenEnemy: 3,
// Building
captures: 2,
recharges: 0, // Not updated after May 2018
modsDeployed: 3,
resonatorsDeployed: 14,
resonatorsUpgraded: 0,
linksCreated: 0,
// Combat
resonatorsDestroyed: 0,
neutralized: 0,
virusesUsed: 0,
// $$$
frackersUsed: 0,
beaconsUsed: 2,
beaconTypes: new Set{['MEET', 'RES']},
}