Files
pyfa/eos/effects/boostermaxvelocitypenalty.py
2016-11-20 15:37:55 -05:00

10 lines
248 B
Python

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