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
|
||||
description: A box full of beakers.
|
||||
components:
|
||||
- type: Storage
|
||||
maxTotalWeight: 12
|
||||
maxItemSize: Normal
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: Beaker
|
||||
|
||||
@@ -12,6 +12,8 @@
|
||||
maxVol: 100
|
||||
- type: Sprite
|
||||
state: icon
|
||||
- type: Item
|
||||
size: Normal
|
||||
- type: DamageOnLand
|
||||
damage:
|
||||
types:
|
||||
|
||||
@@ -13,13 +13,15 @@
|
||||
slots:
|
||||
- belt
|
||||
- type: Item
|
||||
size: Normal
|
||||
size: Ginormous
|
||||
- type: Storage
|
||||
maxSlots: 40
|
||||
maxItemSize: Normal # allow up to 5 large beakers / 10 beakers / 10 pill canisters
|
||||
maxTotalWeight: 20
|
||||
quickInsert: true
|
||||
areaInsert: true
|
||||
whitelist:
|
||||
components:
|
||||
- FitsInDispenser
|
||||
- Pill
|
||||
tags:
|
||||
- PillCanister
|
||||
|
||||
@@ -187,7 +187,7 @@
|
||||
map: ["enum.SolutionContainerLayers.Fill"]
|
||||
visible: false
|
||||
- type: Item
|
||||
size: Small
|
||||
size: Normal
|
||||
sprite: Objects/Specific/Chemistry/beaker_large.rsi
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
|
||||
Reference in New Issue
Block a user