Adjust cig carton contents and size (#22388)

* reduce carton fill, depends on Big Spin PR

* cursed packs
This commit is contained in:
IProduceWidgets
2023-12-12 02:55:55 -05:00
committed by GitHub
parent 321a86971d
commit 5be3e324b7
2 changed files with 13 additions and 9 deletions

View File

@@ -15,11 +15,11 @@
size: Normal size: Normal
- type: Storage - type: Storage
grid: grid:
- 0,0,5,1 - 0,0,4,1
- type: StorageFill - type: StorageFill
contents: contents:
- id: CigPackGreen - id: CigPackGreen
amount: 6 amount: 5
- type: Tag - type: Tag
tags: tags:
- Trash - Trash
@@ -43,7 +43,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: CigPackRed - id: CigPackRed
amount: 6 amount: 5
- type: entity - type: entity
id: CigCartonBlue id: CigCartonBlue
@@ -60,7 +60,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: CigPackBlue - id: CigPackBlue
amount: 6 amount: 5
- type: entity - type: entity
id: CigCartonBlack id: CigCartonBlack
@@ -77,7 +77,7 @@
- type: StorageFill - type: StorageFill
contents: contents:
- id: CigPackBlack - id: CigPackBlack
amount: 6 amount: 5
- type: entity - type: entity
id: CigCartonMixed id: CigCartonMixed

View File

@@ -42,11 +42,13 @@
materialComposition: materialComposition:
Steel: 50 Steel: 50
- type: SpaceGarbage - type: SpaceGarbage
- type: Item
size: Tiny
shape: # Yes, this is cursed, but it breaks otherwise, dont question it.
- 0,0,0,1
- type: Storage - type: Storage
grid: grid:
- 0,0,4,1 - 0,0,4,1
- type: Item
size: Small
- type: StorageFill - type: StorageFill
contents: contents:
- id: Cigarette - id: Cigarette
@@ -108,11 +110,13 @@
materialComposition: materialComposition:
Steel: 50 Steel: 50
- type: SpaceGarbage - type: SpaceGarbage
- type: Item
size: Tiny
shape: # Yes, this is cursed, but it breaks otherwise, dont question it.
- 0,0,0,1
- type: Storage - type: Storage
grid: grid:
- 0,0,4,1 - 0,0,4,1
- type: Item
size: Small
- type: StorageFill - type: StorageFill
contents: contents:
- id: CigaretteRandom - id: CigaretteRandom