6 lines
171 B
Python
Executable File
6 lines
171 B
Python
Executable File
# Used by:
|
|
# Ship: Reaper
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("rookieShipVelocityBonus"))
|