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

Method handler

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

Source from the content-addressed store, hash-verified

7682
7683 @staticmethod
7684 def handler(fit, module, context, projectionRange, **kwargs):
7685 penalize = 'booster' not in context
7686 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Projectile Weapon',
7687 'falloff', module.getModifiedItemAttr('falloffBonus'),
7688 stackingPenalties=penalize, **kwargs)
7689
7690
7691class Effect2696(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected