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