Files
pyfa/eos/effects/freightermaxvelocitybonusm1.py

9 lines
267 B
Python

# freighterMaxVelocityBonusM1
#
# Used by:
# Ship: Fenrir
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Freighter").level
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("freighterBonusM1") * level)