Files
pyfa/eos/effects/shipvelocitybonusatc1.py

9 lines
203 B
Python

# shipVelocityBonusATC1
#
# Used by:
# Ship: Adrestia
# Ship: Mimir
type = "passive"
def handler(fit, ship, context):
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("shipBonusATC1"))