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

11 lines
301 B
Python

# systemMaxVelocityPercentage
#
# Used by:
# Celestials named like: Drifter Incursion (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, beacon, context):
fit.ship.boostItemAttr("maxVelocity", beacon.getModifiedItemAttr("maxVelocityMultiplier"), stackingPenalties=True)