13 lines
403 B
Python
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"))
|