Files
pyfa/eos/effects/shipvelocitybonusrookie.py

8 lines
199 B
Python

# shipVelocityBonusRookie
#
# Used by:
# Ship: Reaper
type = "passive"
def handler(fit, ship, context):
fit.ship.boostItemAttr("maxVelocity", ship.getModifiedItemAttr("rookieShipVelocityBonus"))