Files
pyfa/eos/effects/implantvelocitybonus2.py

7 lines
233 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"))