14 lines
530 B
Python
14 lines
530 B
Python
# overloadRofBonus
|
|
#
|
|
# Used by:
|
|
# Modules from group: Energy Weapon (100 of 183)
|
|
# Modules from group: Hybrid Weapon (110 of 199)
|
|
# Modules from group: Missile Launcher Citadel (4 of 4)
|
|
# Modules from group: Missile Launcher Heavy (12 of 12)
|
|
# Modules from group: Missile Launcher Rocket (14 of 14)
|
|
# Modules from group: Projectile Weapon (60 of 143)
|
|
# Modules named like: Launcher (122 of 135)
|
|
type = "overheat"
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("speed", module.getModifiedItemAttr("overloadRofBonus"))
|