Files
pyfa/eos/effects/shipvelocitybonusrookie.py
2014-07-30 21:23:27 -04:00

6 lines
171 B
Python

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