Files
pyfa/eos/effects/effect7029.py
2019-03-16 14:08:20 -04: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)