8 lines
246 B
Python
8 lines
246 B
Python
# boosterMaxVelocityPenalty
|
|
#
|
|
# Used by:
|
|
# Implants from group: Booster (12 of 37)
|
|
type = "boosterSideEffect"
|
|
def handler(fit, booster, context):
|
|
fit.ship.boostItemAttr("maxVelocity", booster.getModifiedItemAttr("boosterMaxVelocityPenalty"))
|