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

7 lines
236 B
Python

# Used by:
# Ship: Providence
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Freighter").level
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("freighterBonusA1") * level)