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