Files
pyfa/eos/effects/shipvelocitybonusai.py
2014-05-31 22:13:59 +04:00

9 lines
307 B
Python
Executable File

# 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)