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

Method handler

eos/effects.py:7253–7256  ·  view source on GitHub ↗
(fit, container, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

7251
7252 @staticmethod
7253 def handler(fit, container, context, projectionRange, **kwargs):
7254 level = container.level if 'skill' in context else 1
7255 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Burst Jammer',
7256 'ecmBurstRange', container.getModifiedItemAttr('rangeSkillBonus') * level, **kwargs)
7257
7258
7259class Effect2492(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected