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

Method handler

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

Source from the content-addressed store, hash-verified

7270
7271 @staticmethod
7272 def handler(fit, container, context, projectionRange, **kwargs):
7273 level = container.level if 'skill' in context else 1
7274 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Burst Jammer',
7275 'capacitorNeed', container.getModifiedItemAttr('capNeedBonus') * level, **kwargs)
7276
7277
7278class Effect2503(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected