Files
pyfa/eos/effects/structurehpmultiplypassive.py
2014-07-30 21:23:27 -04:00

5 lines
203 B
Python

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