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

Method handler

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

Source from the content-addressed store, hash-verified

4241
4242 @staticmethod
4243 def handler(fit, container, context, projectionRange, **kwargs):
4244 level = container.level if 'skill' in context else 1
4245 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM',
4246 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs)
4247
4248
4249class Effect1395(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected