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

11 lines
282 B
Python

# navigationVelocityBonusPostPercentMaxVelocityLocationShip
#
# Used by:
# Implant: Low-grade Snake Alpha
# Implant: Mid-grade Snake Alpha
type = "passive"
def handler(fit, implant, context):
fit.ship.boostItemAttr("maxVelocity", implant.getModifiedItemAttr("velocityBonus"))