13 lines
410 B
Python
13 lines
410 B
Python
# ammoSpeedMultiplier
|
|
#
|
|
# Used by:
|
|
# Charges from group: Festival Charges (23 of 23)
|
|
# Charges from group: Interdiction Probe (2 of 2)
|
|
# Charges from group: Structure Festival Charges (3 of 3)
|
|
# Special Edition Assetss from group: Festival Charges Expired (2 of 2)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
module.multiplyItemAttr("speed", module.getModifiedChargeAttr("speedMultiplier") or 1)
|