10 lines
243 B
Python
10 lines
243 B
Python
# drawbackWarpSpeed
|
|
#
|
|
# Used by:
|
|
# Modules from group: Rig Anchor (4 of 4)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("warpSpeedMultiplier", module.getModifiedItemAttr("drawback"), stackingPenalties=True)
|