Files
pyfa/eos/effects/boostermaxvelocitypenalty.py
2017-06-25 00:18:06 -04:00

11 lines
272 B
Python

# boosterMaxVelocityPenalty
#
# Used by:
# Implants from group: Booster (12 of 62)
type = "boosterSideEffect"
activeByDefault = False
def handler(fit, booster, context):
fit.ship.boostItemAttr("maxVelocity", booster.getModifiedItemAttr("boosterMaxVelocityPenalty"))