Files
pyfa/eos/effects/armorwarfarearmorhpreplacer.py
2016-12-04 23:10:09 -05:00

11 lines
262 B
Python

# Not used by any item
type = "gang", "active"
gangBonus = "armorHpBonus2"
gangBoost = "armorHP"
def handler(fit, module, context):
if "gang" not in context:
return
fit.ship.boostItemAttr("armorHP", module.getModifiedItemAttr("armorHpBonus2"))