11 lines
256 B
Python
11 lines
256 B
Python
# scriptSpeedFactorBonusBonus
|
|
#
|
|
# Used by:
|
|
# Charge: Focused Warp Disruption Script
|
|
type = "passive"
|
|
runTime = "early"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("speedFactorBonus", module.getModifiedChargeAttr("speedFactorBonusBonus"))
|