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

Method handler

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

Source from the content-addressed store, hash-verified

6499
6500 @staticmethod
6501 def handler(fit, mod, context, projectionRange, **kwargs):
6502 fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
6503 fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs)
6504
6505
6506class Effect2155(BaseEffect):

Callers

nothing calls this directly

Calls 3

boostItemAttrMethod · 0.80
increaseItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected