Add missing effect for scram script for standup warp disruptor. Update database to make sure everything is updated.
This commit is contained in:
11
eos/effects/scriptstandupwarpscram.py
Normal file
11
eos/effects/scriptstandupwarpscram.py
Normal file
@@ -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"))
|
||||
Reference in New Issue
Block a user