6 lines
263 B
Python
Executable File
6 lines
263 B
Python
Executable File
# Used by:
|
|
# Modules from group: Expanded Cargohold (13 of 13)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("maxVelocity", module.getModifiedItemAttr("maxVelocityBonus"),
|
|
stackingPenalties = True) |