11 lines
244 B
Python
11 lines
244 B
Python
# shipBonusCargoCI
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Badger (2 of 2)
|
|
# Ship: Tayra
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("capacity", ship.getModifiedItemAttr("shipBonusCI"), skill="Caldari Industrial")
|