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

Method handler

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

Source from the content-addressed store, hash-verified

11286
11287 @staticmethod
11288 def handler(fit, module, context, projectionRange, **kwargs):
11289 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'),
11290 'trackingSpeed', module.getModifiedItemAttr('trackingSpeedBonus'),
11291 stackingPenalties=True, **kwargs)
11292
11293
11294class Effect3657(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected