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

8 lines
375 B
Python
Executable File

# 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"))