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

10 lines
235 B
Python

# structureHPMultiplyPassive
#
# Used by:
# Modules from group: Expanded Cargohold (7 of 7)
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("hp", module.getModifiedItemAttr("structureHPMultiplier"))