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

Method handler

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

Source from the content-addressed store, hash-verified

7718
7719 @staticmethod
7720 def handler(fit, module, context, projectionRange, **kwargs):
7721 penalties = 'booster' not in context
7722 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Hybrid Weapon',
7723 'maxRange', module.getModifiedItemAttr('maxRangeBonus'),
7724 stackingPenalties=penalties, **kwargs)
7725
7726
7727class Effect2698(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected