10 lines
254 B
Python
10 lines
254 B
Python
# scriptWarpScrambleRangeBonus
|
|
#
|
|
# Used by:
|
|
# Charges from group: Warp Disruption Script (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("warpScrambleRange", module.getModifiedChargeAttr("warpScrambleRangeBonus"))
|