Files
pyfa/eos/effects/effect3029.py
2019-03-16 14:08:20 -04:00

12 lines
344 B
Python

# overloadSelfEmHardeningBonus
#
# Used by:
# Variations of module: Armor EM Hardener I (39 of 39)
# Variations of module: EM Ward Field I (19 of 19)
# Module: Civilian EM Ward Field
type = "overheat"
def handler(fit, module, context):
module.boostItemAttr("emDamageResistanceBonus", module.getModifiedItemAttr("overloadHardeningBonus"))