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

10 lines
227 B
Python

# freighterMaxVelocityBonusG1
#
# Used by:
# Ship: Obelisk
type = "passive"
def handler(fit, ship, context):
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("freighterBonusG1"), skill="Gallente Freighter")