Files
pyfa/eos/effects/servicemodulefullpowerhitpointpostassign.py
2018-02-16 00:44:26 -05:00

8 lines
241 B
Python

# Not used by any item
type = "passive"
runTime = "early"
def handler(fit, src, context):
fit.ship.multiplyItemAttr("structureFullPowerStateHitpointMultiplier", src.getModifiedItemAttr("serviceModuleFullPowerStateHitpointMultiplier"))