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

Method handler

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

Source from the content-addressed store, hash-verified

6963
6964 @staticmethod
6965 def handler(fit, ship, context, projectionRange, **kwargs):
6966 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Neutralizer',
6967 'energyNeutralizerAmount', ship.getModifiedItemAttr('eliteBonusReconShip2'),
6968 skill='Recon Ships', **kwargs)
6969
6970
6971class Effect2354(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected