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

9 lines
307 B
Python

# Used by:
# Variations of ship: Bestower (2 of 2)
# Ship: Bestower Tash-Murkon Edition
# Ship: Prorator
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Industrial").level
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("shipBonusAI") * level)