Files
pyfa/eos/effects/freightermaxvelocitybonusg1.py

9 lines
268 B
Python

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