8 lines
230 B
Python
8 lines
230 B
Python
# warpSpeedAddition
|
|
#
|
|
# Used by:
|
|
# Modules from group: Warp Accelerator (3 of 3)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.increaseItemAttr("warpSpeedMultiplier", module.getModifiedItemAttr("warpSpeedAdd"))
|