Files
pyfa/eos/effects/effect1675.py
2019-03-16 14:08:20 -04:00

10 lines
226 B
Python

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