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

Method handler

eos/effects.py:40698–40701  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

40696
40697 @staticmethod
40698 def handler(fit, ship, context, projectionRange, **kwargs):
40699 fit.modules.filteredItemIncrease(
40700 lambda mod: mod.item.group.name == 'Cloaking Device',
40701 'cpu', ship.getModifiedItemAttr('upwellFreightercloakCPUPenalty'), **kwargs)
40702
40703
40704class Effect12069(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemIncreaseMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected