give chemistry bag better storage (#21447)
* chemistry bag better storage * large beaker and drink bottles are normal size * :trollface: * :trollface: --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -4,6 +4,9 @@
|
|||||||
id: BoxBeaker
|
id: BoxBeaker
|
||||||
description: A box full of beakers.
|
description: A box full of beakers.
|
||||||
components:
|
components:
|
||||||
|
- type: Storage
|
||||||
|
maxTotalWeight: 12
|
||||||
|
maxItemSize: Normal
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: Beaker
|
- id: Beaker
|
||||||
|
|||||||
@@ -12,6 +12,8 @@
|
|||||||
maxVol: 100
|
maxVol: 100
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: icon
|
state: icon
|
||||||
|
- type: Item
|
||||||
|
size: Normal
|
||||||
- type: DamageOnLand
|
- type: DamageOnLand
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
|
|||||||
@@ -13,13 +13,15 @@
|
|||||||
slots:
|
slots:
|
||||||
- belt
|
- belt
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Normal
|
size: Ginormous
|
||||||
- type: Storage
|
- type: Storage
|
||||||
maxSlots: 40
|
maxItemSize: Normal # allow up to 5 large beakers / 10 beakers / 10 pill canisters
|
||||||
|
maxTotalWeight: 20
|
||||||
quickInsert: true
|
quickInsert: true
|
||||||
areaInsert: true
|
areaInsert: true
|
||||||
whitelist:
|
whitelist:
|
||||||
components:
|
components:
|
||||||
|
- FitsInDispenser
|
||||||
- Pill
|
- Pill
|
||||||
tags:
|
tags:
|
||||||
- PillCanister
|
- PillCanister
|
||||||
|
|||||||
@@ -187,7 +187,7 @@
|
|||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
visible: false
|
visible: false
|
||||||
- type: Item
|
- type: Item
|
||||||
size: Small
|
size: Normal
|
||||||
sprite: Objects/Specific/Chemistry/beaker_large.rsi
|
sprite: Objects/Specific/Chemistry/beaker_large.rsi
|
||||||
- type: SolutionContainerManager
|
- type: SolutionContainerManager
|
||||||
solutions:
|
solutions:
|
||||||
|
|||||||
Reference in New Issue
Block a user