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

Method handler

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

Source from the content-addressed store, hash-verified

11440
11441 @staticmethod
11442 def handler(fit, mod, context, projectionRange, **kwargs):
11443 fit.ship.boostItemAttr('maxVelocity', mod.getModifiedItemAttr('speedFactor'), stackingPenalties=True, **kwargs)
11444 fit.ship.increaseItemAttr('warpScrambleStatus', mod.getModifiedItemAttr('siegeModeWarpStatus'), **kwargs)
11445
11446
11447class Effect3677(BaseEffect):

Callers

nothing calls this directly

Calls 3

boostItemAttrMethod · 0.80
increaseItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected