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

Method handler

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

Source from the content-addressed store, hash-verified

15096
15097 @staticmethod
15098 def handler(fit, mod, context, projectionRange, **kwargs):
15099 fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
15100 fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs)
15101
15102
15103class Effect4492(BaseEffect):

Callers

nothing calls this directly

Calls 3

boostItemAttrMethod · 0.80
increaseItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected