10 lines
234 B
Python
10 lines
234 B
Python
# titanGallenteGangArmorHp2
|
|
#
|
|
# Used by:
|
|
# Ship: Erebus
|
|
type = "gang"
|
|
gangBoost = "armorHP"
|
|
gangBonus = "titanGallenteBonus2"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr(gangBoost, ship.getModifiedItemAttr(gangBonus))
|