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

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)