11 lines
333 B
Python
11 lines
333 B
Python
type = "overheat"
|
|
def handler(fit, module, context):
|
|
for tgtAttr in (
|
|
"aoeCloudSizeBonus",
|
|
"explosionDelayBonus",
|
|
"missileVelocityBonus",
|
|
"maxVelocityBonus",
|
|
"aoeVelocityBonus"
|
|
):
|
|
module.boostItemAttr(tgtAttr, module.getModifiedItemAttr("overloadTrackingModuleStrengthBonus"))
|