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

Method handler

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

Source from the content-addressed store, hash-verified

15062
15063 @staticmethod
15064 def handler(fit, mod, context, projectionRange, **kwargs):
15065 fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
15066 fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs)
15067
15068
15069class Effect4490(BaseEffect):

Callers

nothing calls this directly

Calls 3

boostItemAttrMethod · 0.80
increaseItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected