11 lines
362 B
Python
Executable File
11 lines
362 B
Python
Executable File
# Used by:
|
|
# Implant: Armored Warfare Mindlink
|
|
# Implant: Federation Navy Warfare Mindlink
|
|
# Implant: Imperial Navy Warfare Mindlink
|
|
type = "gang", "active"
|
|
gangBonus = "armorHpBonus2"
|
|
gangBoost = "armorHP"
|
|
def handler(fit, module, context):
|
|
if "gang" not in context: return
|
|
fit.ship.boostItemAttr("armorHP", module.getModifiedItemAttr("armorHpBonus2"))
|