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

Method handler

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

Source from the content-addressed store, hash-verified

7700
7701 @staticmethod
7702 def handler(fit, module, context, projectionRange, **kwargs):
7703 penalties = 'booster' not in context
7704 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energy Weapon',
7705 'maxRange', module.getModifiedItemAttr('maxRangeBonus'),
7706 stackingPenalties=penalties, **kwargs)
7707
7708
7709class Effect2697(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected