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

Method handler

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

Source from the content-addressed store, hash-verified

7664
7665 @staticmethod
7666 def handler(fit, module, context, projectionRange, **kwargs):
7667 penalize = 'booster' not in context
7668 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon',
7669 'falloff', module.getModifiedItemAttr('falloffBonus'),
7670 stackingPenalties=penalize, **kwargs)
7671
7672
7673class Effect2695(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected