Files
pyfa/eos/effects/effect2485.py
2019-03-16 14:08:20 -04:00

13 lines
403 B
Python

# implantArmorHpBonus2
#
# Used by:
# Implants named like: Inherent Implants 'Noble' Hull Upgrades HG (7 of 7)
# Implant: Genolution Core Augmentation CA-4
# Implant: Imperial Navy Modified 'Noble' Implant
# Implant: Imperial Special Ops Field Enhancer - Standard
type = "passive"
def handler(fit, implant, context):
fit.ship.boostItemAttr("armorHP", implant.getModifiedItemAttr("armorHpBonus2"))