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

Method handler

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

Source from the content-addressed store, hash-verified

18050
18051 @staticmethod
18052 def handler(fit, module, context, projectionRange, **kwargs):
18053 penalize = 'booster' not in context
18054 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon',
18055 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'),
18056 stackingPenalties=penalize, **kwargs)
18057
18058
18059class Effect5189(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected