Files
pyfa/eos/effects/freightermaxvelocitybonusm1.py

8 lines
224 B
Python

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