8 lines
350 B
Python
Executable File
8 lines
350 B
Python
Executable File
# Used by:
|
|
# Items from market group: Implants & Boosters > Implants > Skill Hardwiring > Armor Implants > Implant Slot 08 (6 of 6)
|
|
# Skill: Mechanics
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
level = container.level if "skill" in context else 1
|
|
fit.ship.boostItemAttr("hp", container.getModifiedItemAttr("hullHpBonus") * level)
|