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

Method handler

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

Source from the content-addressed store, hash-verified

32339
32340 @staticmethod
32341 def handler(fit, src, context, projectionRange, **kwargs):
32342 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Energy Nosferatu', 'Energy Neutralizer'),
32343 'cpu', src.getModifiedItemAttr('subsystemEnergyNeutFittingReduction'), **kwargs)
32344 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ('Energy Nosferatu', 'Energy Neutralizer'),
32345 'power', src.getModifiedItemAttr('subsystemEnergyNeutFittingReduction'), **kwargs)
32346
32347
32348class Effect6895(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected