* add kvass

* nevermind

* forgot about double 's'

* Update tanks.yml

* gotovo

* Update meta.json
This commit is contained in:
KIBORG04
2022-07-12 13:11:12 +07:00
committed by GitHub
parent d3f1e33907
commit 71c8d08e4c
10 changed files with 88 additions and 1 deletions

View File

@@ -2117,3 +2117,18 @@
- ReagentId: CapsaicinOil
Quantity: 5
- type: entity
parent: DrinkGlassBase
id: DrinkKvassGlass
name: kvass glass
description: A cool refreshing drink with a taste of socialism.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 50
reagents:
- ReagentId: Kvass
Quantity: 50
- type: Sprite
sprite: Objects/Consumable/Drinks/kvass.rsi

View File

@@ -107,3 +107,26 @@
- type: ReagentTank
transferAmount: 100
# Kvass
- type: entity
id: KvassTank
parent: StorageTank
name: КВАС
suffix: Empty
description: A cool refreshing drink with a taste of socialism.
components:
- type: Sprite
sprite: Structures/Storage/kvass.rsi
state: kvass
- type: entity
parent: KvassTank
id: KvassTankFull
suffix: Full
components:
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Kvass
Quantity: 1500