MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:8705–8708  ·  view source on GitHub ↗
(fit, mod, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8703
8704 @staticmethod
8705 def handler(fit, mod, context, projectionRange, **kwargs):
8706 fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
8707 fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs)
8708 fit.ship.forceItemAttr('canCloak', mod.getModifiedChargeAttr('canCloak'), **kwargs)
8709
8710
8711class Effect2865(BaseEffect):

Callers

nothing calls this directly

Calls 5

boostItemAttrMethod · 0.80
increaseItemAttrMethod · 0.80
forceItemAttrMethod · 0.80
getModifiedChargeAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected