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

Method handler

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

Source from the content-addressed store, hash-verified

10001
10002 @staticmethod
10003 def handler(fit, ship, context, projectionRange, **kwargs):
10004 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer',
10005 'energyNeutralizerAmount', ship.getModifiedItemAttr('shipBonusAF'),
10006 skill='Amarr Frigate', **kwargs)
10007
10008
10009class Effect3313(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected