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

Method handler

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

Source from the content-addressed store, hash-verified

15295
15296 @staticmethod
15297 def handler(fit, module, context, projectionRange, **kwargs):
15298 for attr in ('maxRange', 'falloff', 'trackingSpeed'):
15299 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'),
15300 attr, module.getModifiedItemAttr('%sBonus' % attr),
15301 stackingPenalties=True, **kwargs)
15302
15303
15304class Effect4575(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected