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

Method handler

eos/effects.py:26518–26522  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

26516
26517 @staticmethod
26518 def handler(fit, src, context, projectionRange, **kwargs):
26519 groups = ('Structure Energy Neutralizer', 'Structure Area Denial Module')
26520 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in groups,
26521 'capacitorNeed', src.getModifiedItemAttr('capNeedBonus'),
26522 skill='Structure Engineering Systems', **kwargs)
26523
26524
26525class Effect6402(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected