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

Method handler

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

Source from the content-addressed store, hash-verified

15214
15215 @staticmethod
15216 def handler(fit, module, context, projectionRange, **kwargs):
15217 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Gunnery'),
15218 'falloff', module.getModifiedItemAttr('falloffBonus'),
15219 stackingPenalties=True, **kwargs)
15220
15221
15222class Effect4555(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected