9 lines
380 B
Python
9 lines
380 B
Python
# overloadSelfThermalHardeningBonus
|
|
#
|
|
# Used by:
|
|
# Variations of module: Armor Thermic Hardener I (39 of 39)
|
|
# Variations of module: Thermic Dissipation Field I (19 of 19)
|
|
# Module: Civilian Thermic Dissipation Field
|
|
type = "overheat"
|
|
def handler(fit, module, context):
|
|
module.boostItemAttr("thermalDamageResistanceBonus", module.getModifiedItemAttr("overloadHardeningBonus")) |