Files
pyfa/eos/effects/boosterarmorhppenalty.py
2017-06-25 00:18:06 -04:00

11 lines
260 B
Python

# boosterArmorHpPenalty
#
# Used by:
# Implants from group: Booster (12 of 62)
type = "boosterSideEffect"
activeByDefault = False
def handler(fit, booster, context):
fit.ship.boostItemAttr("armorHP", booster.getModifiedItemAttr("boosterArmorHPPenalty"))