11 lines
262 B
Python
11 lines
262 B
Python
# Not used by any item
|
|
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"))
|