10 lines
383 B
Python
10 lines
383 B
Python
# overloadSelfHardeningInvulnerabilityBonus
|
|
#
|
|
# Used by:
|
|
# Variations of module: Adaptive Invulnerability Field I (17 of 17)
|
|
type = "overheat"
|
|
def handler(fit, module, context):
|
|
for type in ("kinetic", "thermal", "explosive", "em"):
|
|
module.boostItemAttr("%sDamageResistanceBonus" % type,
|
|
module.getModifiedItemAttr("overloadHardeningBonus"))
|