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

Method handler

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

Source from the content-addressed store, hash-verified

18086
18087 @staticmethod
18088 def handler(fit, module, context, projectionRange, **kwargs):
18089 penalize = 'booster' not in context
18090 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon',
18091 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'),
18092 stackingPenalties=penalize, **kwargs)
18093
18094
18095class Effect5201(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected