Files
pyfa/eos/effects/effect2422.py
2019-03-16 14:08:20 -04:00

12 lines
334 B
Python

# implantVelocityBonus
#
# Used by:
# Implants named like: Eifyr and Co. 'Rogue' Navigation NN (6 of 6)
# Implant: Genolution Core Augmentation CA-3
# Implant: Shaqil's Speed Enhancer
type = "passive"
def handler(fit, implant, context):
fit.ship.boostItemAttr("maxVelocity", implant.getModifiedItemAttr("implantBonusVelocity"))