10 lines
237 B
Python
10 lines
237 B
Python
# titanAmarrGangCapRecharge2
|
|
#
|
|
# Used by:
|
|
# Ship: Avatar
|
|
type = "gang"
|
|
gangBoost = "rechargeRate"
|
|
gangBonus = "titanAmarrBonus2"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr(gangBoost, ship.getModifiedItemAttr(gangBonus))
|