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

Method handler

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

Source from the content-addressed store, hash-verified

15847
15848 @staticmethod
15849 def handler(fit, ship, context, projectionRange, **kwargs):
15850 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer',
15851 'energyNeutralizerAmount', ship.getModifiedItemAttr('shipBonus2AF'),
15852 skill='Amarr Frigate', **kwargs)
15853
15854
15855class Effect4782(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected