From 4b7b22025cad1f69bd70f36f000e029fcae0d56d Mon Sep 17 00:00:00 2001 From: blitzmann Date: Tue, 25 Aug 2015 17:39:57 -0400 Subject: [PATCH] Add new drifter incursion effect --- eos/effects/systemmaxvelocitypercentage.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eos/effects/systemmaxvelocitypercentage.py diff --git a/eos/effects/systemmaxvelocitypercentage.py b/eos/effects/systemmaxvelocitypercentage.py new file mode 100644 index 000000000..a9920c4e1 --- /dev/null +++ b/eos/effects/systemmaxvelocitypercentage.py @@ -0,0 +1,4 @@ +runTime = "early" +type = ("projected", "offline") +def handler(fit, beacon, context): + fit.ship.boostItemAttr("maxVelocity", beacon.getModifiedItemAttr("maxVelocityMultiplier"), stackingPenalties=True)