Add new drifter incursion effect

This commit is contained in:
blitzmann
2015-08-25 17:39:57 -04:00
parent 8e37dab37e
commit 4b7b22025c

View File

@@ -0,0 +1,4 @@
runTime = "early"
type = ("projected", "offline")
def handler(fit, beacon, context):
fit.ship.boostItemAttr("maxVelocity", beacon.getModifiedItemAttr("maxVelocityMultiplier"), stackingPenalties=True)