10 lines
241 B
Python
10 lines
241 B
Python
# structureHiddenArmorHPMultiplier
|
|
#
|
|
# Used by:
|
|
# Items from category: Structure (17 of 17)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.ship.multiplyItemAttr("armorHP", src.getModifiedItemAttr("hiddenArmorHPMultiplier") or 0)
|