8 lines
225 B
Python
8 lines
225 B
Python
# zColinOrcaCargoBonus
|
|
#
|
|
# Used by:
|
|
# Ship: Orca
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.ship.boostItemAttr("capacity", ship.getModifiedItemAttr("shipOrcaCargoBonusOrca1"), skill="Industrial Command Ships")
|