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

Method handler

eos/effects.py:31100–31103  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

31098
31099 @staticmethod
31100 def handler(fit, src, context, projectionRange, **kwargs):
31101 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Energy Nosferatu', 'Energy Neutralizer'),
31102 'falloffEffectiveness', src.getModifiedItemAttr('eliteBonusCovertOps1'),
31103 stackingPenalties=True, skill='Covert Ops', **kwargs)
31104
31105
31106class Effect6730(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected