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