MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:3678–3681  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

3676
3677 @staticmethod
3678 def handler(fit, ship, context, projectionRange, **kwargs):
3679 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Remote Capacitor Transmitter',
3680 'capacitorNeed', ship.getModifiedItemAttr('eliteBonusLogistics1'),
3681 skill='Logistics Cruisers', **kwargs)
3682
3683
3684class Effect1182(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected