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