7 lines
232 B
Python
Executable File
7 lines
232 B
Python
Executable File
# Used by:
|
|
# Charge: Focused Warp Disruption Script
|
|
type = "passive"
|
|
runTime = "early"
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("speedBoostFactorBonus", module.getModifiedChargeAttr("speedBoostFactorBonusBonus"))
|