Files
pyfa/eos/effects/armorhpmultiply.py
2014-03-15 17:33:45 +04:00

7 lines
319 B
Python
Executable File

# Used by:
# Modules from group: Armor Coating (202 of 202)
# Modules from group: Armor Plating Energized (187 of 187)
# Modules named like: QA Multiship Module Players (4 of 4)
type = "passive"
def handler(fit, module, context):
fit.ship.multiplyItemAttr("armorHP", module.getModifiedItemAttr("armorHPMultiplier"))