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

10 lines
225 B
Python

# freighterMaxVelocityBonusC1
#
# Used by:
# Ship: Charon
type = "passive"
def handler(fit, ship, context):
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("freighterBonusC1"), skill="Caldari Freighter")