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

Method handler

eos/effects.py:18070–18074  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

18068
18069 @staticmethod
18070 def handler(fit, module, context, projectionRange, **kwargs):
18071 penalties = 'booster' not in context
18072 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon',
18073 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'),
18074 stackingPenalties=penalties, **kwargs)
18075
18076
18077class Effect5190(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected