Files
pyfa/eos/effects/structurehiddenarmorhpmultiplier.py
2018-11-02 15:52:58 +03: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)