Add new drifter incursion effect
This commit is contained in:
4
eos/effects/systemmaxvelocitypercentage.py
Normal file
4
eos/effects/systemmaxvelocitypercentage.py
Normal file
@@ -0,0 +1,4 @@
|
||||
runTime = "early"
|
||||
type = ("projected", "offline")
|
||||
def handler(fit, beacon, context):
|
||||
fit.ship.boostItemAttr("maxVelocity", beacon.getModifiedItemAttr("maxVelocityMultiplier"), stackingPenalties=True)
|
||||
Reference in New Issue
Block a user