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:
deltanedas
2023-11-05 23:49:29 +00:00
committed by GitHub
parent 34e03d1d90
commit 488433c57e
4 changed files with 10 additions and 3 deletions

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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: