Files
pyfa/eos/effects/structurehpmultiplypassive.py
2015-01-15 02:35:22 +03:00

7 lines
232 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"))