Adjust inventory size of ginormous scrap (#33454)
Adjusts the size of ginormous scrap to fit in bags of holding
This commit is contained in:
parent
21ed0da697
commit
cccdd8875e
1 changed files with 12 additions and 4 deletions
|
|
@ -77,7 +77,9 @@
|
|||
- state: metal-1
|
||||
map: [ "base" ]
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
size: Large
|
||||
shape:
|
||||
- 0,0,4,4 # 5x5
|
||||
heldPrefix: metal
|
||||
- type: MultiHandedItem
|
||||
- type: RandomSprite
|
||||
|
|
@ -135,7 +137,9 @@
|
|||
junk-airlock-1: ""
|
||||
junk-airlock-2: ""
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
size: Large
|
||||
shape:
|
||||
- 0,0,4,4 # 5x5
|
||||
heldPrefix: "airlock"
|
||||
- type: MultiHandedItem
|
||||
- type: PhysicalComposition
|
||||
|
|
@ -273,7 +277,9 @@
|
|||
layers:
|
||||
- state: junk-firelock-1
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
size: Large
|
||||
shape:
|
||||
- 0,0,4,4 # 5x5
|
||||
heldPrefix: firelock-1
|
||||
- type: MultiHandedItem
|
||||
- type: PhysicalComposition
|
||||
|
|
@ -290,7 +296,9 @@
|
|||
layers:
|
||||
- state: junk-firelock-2
|
||||
- type: Item
|
||||
size: Ginormous
|
||||
size: Large
|
||||
shape:
|
||||
- 0,0,4,4 # 5x5
|
||||
heldPrefix: firelock-2
|
||||
- type: MultiHandedItem
|
||||
- type: PhysicalComposition
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue