11 lines
289 B
Python
11 lines
289 B
Python
# structureHPMultiply
|
|
#
|
|
# Used by:
|
|
# Modules from group: Nanofiber Internal Structure (7 of 7)
|
|
# Modules from group: Reinforced Bulkhead (8 of 8)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.ship.multiplyItemAttr("hp", module.getModifiedItemAttr("structureHPMultiplier"))
|