Kvass (#9082)
* add kvass * nevermind * forgot about double 's' * Update tanks.yml * gotovo * Update meta.json
This commit is contained in:
@@ -33,4 +33,16 @@
|
||||
cost: 5000
|
||||
category: Food
|
||||
group: market
|
||||
|
||||
|
||||
- type: cargoProduct
|
||||
name: kvass tank crate
|
||||
id: FoodCrateKvassTank
|
||||
description: A tank with refreshing kvass, which helps so much in the heat.
|
||||
icon:
|
||||
sprite: Structures/Storage/kvass.rsi
|
||||
state: kvass
|
||||
product: CrateFoodKvassTank
|
||||
cost: 2000
|
||||
category: Food
|
||||
group: market
|
||||
|
||||
|
||||
@@ -44,3 +44,13 @@
|
||||
amount: 3
|
||||
- id: KitchenKnife
|
||||
amount: 1
|
||||
|
||||
- type: entity
|
||||
id: CrateFoodKvassTank
|
||||
name: kvass tank crate
|
||||
parent: CrateGenericSteel
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: KvassTankFull
|
||||
amount: 1
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -317,3 +317,12 @@
|
||||
physicalDesc: strong-smelling
|
||||
color: "#485000"
|
||||
spritePath: rewriter.rsi
|
||||
|
||||
- type: reagent
|
||||
id: Kvass
|
||||
name: reagent-name-kvass
|
||||
parent: BaseDrink
|
||||
desc: reagent-desc-kvass
|
||||
physicalDesc: reagent-physical-desc-bubbly
|
||||
color: "#381600"
|
||||
spritePath: kvass.rsi
|
||||
|
||||
Reference in New Issue
Block a user