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

Method handler

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

Source from the content-addressed store, hash-verified

27317
27318 @staticmethod
27319 def handler(fit, mod, context, projectionRange, **kwargs):
27320 fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
27321 fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs)
27322
27323
27324class Effect6474(BaseEffect):

Callers

nothing calls this directly

Calls 3

boostItemAttrMethod · 0.80
increaseItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected