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

10 lines
236 B
Python

# implantVelocityBonus2
#
# Used by:
# Implant: Republic Special Ops Field Enhancer - Gamma
type = "passive"
def handler(fit, implant, context):
fit.ship.boostItemAttr("maxVelocity", implant.getModifiedItemAttr("velocityBonus2"))