diff --git a/eos/effects/scriptstandupwarpscram.py b/eos/effects/scriptstandupwarpscram.py new file mode 100644 index 000000000..6f03786d6 --- /dev/null +++ b/eos/effects/scriptstandupwarpscram.py @@ -0,0 +1,11 @@ +# scriptStandupWarpScram +# +# Used by: +# Charge: Standup Focused Warp Scrambling Script + +type = "passive" +runTime = "early" + + +def handler(fit, src, context, *args, **kwargs): + src.boostItemAttr("maxRange", src.getModifiedChargeAttr("warpScrambleRangeBonus")) diff --git a/eve.db b/eve.db index 4b5816334..90d9e3b6a 100644 Binary files a/eve.db and b/eve.db differ