Files
pyfa/eos/effects/shipvelocitybonusai.py

11 lines
331 B
Python

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