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

Method handler

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

Source from the content-addressed store, hash-verified

4533
4534 @staticmethod
4535 def handler(fit, container, context, projectionRange, **kwargs):
4536 level = container.level if 'skill' in context else 1
4537 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
4538 'maxRange', container.getModifiedItemAttr('rangeSkillBonus') * level,
4539 stackingPenalties='skill' not in context and 'implant' not in context, **kwargs)
4540
4541
4542class Effect1453(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected