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

7 lines
177 B
Python

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