Files
pyfa/eos/effects/structurearmorhpmultiply.py

11 lines
280 B
Python

# structureArmorHPMultiply
#
# Used by:
# Structure Modules from group: Structure Armor Reinforcer (2 of 2)
type = "passive"
runTime = "early"
def handler(fit, src, context):
fit.ship.multiplyItemAttr("hiddenArmorHPMultiplier", src.getModifiedItemAttr("armorHPMultiplier"))