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

11 lines
389 B
Python

# structureFullPowerStateHitpointModifier
#
# Used by:
# Items from category: Structure (17 of 17)
type = "passive"
def handler(fit, src, context):
fit.ship.multiplyItemAttr("shieldCapacity", src.getModifiedItemAttr("structureFullPowerStateHitpointMultiplier") or 0)
fit.ship.multiplyItemAttr("armorHP", src.getModifiedItemAttr("structureFullPowerStateHitpointMultiplier") or 0)