Files
pyfa/eos/effects/shipvelocitybonusai.py
2013-08-23 01:27:52 +04:00

8 lines
270 B
Python
Executable File

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