11 lines
283 B
Python
11 lines
283 B
Python
# armorHPMultiply
|
|
#
|
|
# Used by:
|
|
# Modules from group: Armor Coating (202 of 202)
|
|
# Modules from group: Armor Plating Energized (187 of 187)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("armorHP", module.getModifiedItemAttr("armorHPMultiplier"))
|