10 lines
394 B
Python
10 lines
394 B
Python
# velocityBonusOnline
|
|
#
|
|
# Used by:
|
|
# Modules from group: Entosis Link (2 of 2)
|
|
# Modules from group: Nanofiber Internal Structure (7 of 7)
|
|
# Modules from group: Overdrive Injector System (7 of 7)
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.ship.boostItemAttr("maxVelocity", module.getModifiedItemAttr("implantBonusVelocity"),
|
|
stackingPenalties = True) |