Files
pyfa/eos/effects/structurearmorhpbonus.py
2018-11-13 14:09:23 +03:00

11 lines
293 B
Python

# structureArmorHPBonus
#
# Used by:
# Structure Modules from group: Structure Armor Reinforcer (2 of 2)
type = "passive"
runTime = "early"
def handler(fit, src, context):
fit.ship.boostItemAttr("hiddenArmorHPMultiplier", src.getModifiedItemAttr("armorHpBonus"), stackingPenalties=True)