Files
pyfa/eos/effects/freightermaxvelocitybonusa1.py

9 lines
268 B
Python

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