11 lines
248 B
Python
11 lines
248 B
Python
# shipBonusCargoMI
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Wreathe (2 of 2)
|
|
# Ship: Mammoth
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("capacity", ship.getModifiedItemAttr("shipBonusMI"), skill="Minmatar Industrial")
|