Hotfix storage arbitrage (#10652)
This commit is contained in:
@@ -191,4 +191,4 @@
|
||||
- type: Clothing
|
||||
equippedPrefix: holding
|
||||
- type: Storage
|
||||
capacity: 10000
|
||||
capacity: 9999
|
||||
|
||||
@@ -157,4 +157,4 @@
|
||||
- state: icon-unlit
|
||||
shader: unshaded
|
||||
- type: Storage
|
||||
capacity: 10000
|
||||
capacity: 9999
|
||||
|
||||
@@ -101,4 +101,4 @@
|
||||
- state: icon-unlit
|
||||
shader: unshaded
|
||||
- type: Storage
|
||||
capacity: 10000
|
||||
capacity: 9999
|
||||
|
||||
@@ -391,6 +391,8 @@
|
||||
sprite: Clothing/Belt/bandolier.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Belt/bandolier.rsi
|
||||
- type: Item
|
||||
size: 60
|
||||
- type: Storage
|
||||
capacity: 60
|
||||
whitelist:
|
||||
@@ -432,6 +434,8 @@
|
||||
sprite: Clothing/Belt/syndieholster.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Belt/syndieholster.rsi
|
||||
- type: Item
|
||||
size: 60
|
||||
- type: Storage
|
||||
capacity: 60
|
||||
whitelist:
|
||||
@@ -473,6 +477,8 @@
|
||||
sprite: Clothing/Belt/militarywebbingmed.rsi
|
||||
- type: Clothing
|
||||
sprite: Clothing/Belt/militarywebbingmed.rsi
|
||||
- type: Item
|
||||
size: 60
|
||||
- type: Storage
|
||||
capacity: 60
|
||||
|
||||
|
||||
@@ -28,6 +28,8 @@
|
||||
parent: ClothingOuterBase
|
||||
id: ClothingOuterStorageBase
|
||||
components:
|
||||
- type: Item
|
||||
size: 10
|
||||
- type: Storage
|
||||
capacity: 10
|
||||
- type: ContainerContainer
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
- type: Item
|
||||
sprite: Objects/Tools/matches.rsi
|
||||
heldPrefix: matchbox
|
||||
size: 10
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: Matchstick
|
||||
|
||||
Reference in New Issue
Block a user