Files
pyfa/eos/effects/implantvelocitybonus2.py
2014-07-30 21:23:27 -04:00

5 lines
207 B
Python

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