Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kvass #110

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Kvass #110

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-FoodCrateKvassTank = { ent-CrateFoodKvassTank }
.desc = { ent-CrateFoodKvassTank.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ent-CrateFoodKvassTank = Kvass tank crate
.desc = A tank with refreshing kvass, which helps so much in the heat.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
ent-KvassTank = КВАС
.desc = A cool refreshing drink with a taste of socialism.

ent-KvassTankFull = { ent-KvassTank }
.desc = { ent-KvassTank.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

reagent-name-sake = sake
reagent-desc-sake = Alcoholic beverage made by fermenting rice that has been polished.

reagent-name-soju = soju
reagent-desc-soju = Alcoholic beverage made by distilling rice that has been polished.
reagent-desc-soju = Alcoholic beverage made by distilling rice that has been polished.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
reagent-name-kvass = kvass
reagent-desc-kvass = A cool refreshing drink with a taste of socialism.
9 changes: 9 additions & 0 deletions Resources/Prototypes/DeltaV/Catalog/Cargo/cargo_food.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- type: cargoProduct
id: FoodCrateKvassTank
icon:
sprite: DeltaV/Structures/Storage/kvass.rsi
state: kvass
product: KvassTankFull
cost: 2000
category: Food
group: market
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,19 @@
Quantity: 30
- type: Sprite
sprite: DeltaV/Objects/Consumable/Drinks/arsonist.rsi

- 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: 30
reagents:
- ReagentId: Kvass
Quantity: 30
- type: Sprite
sprite: Objects/Consumable/Drinks/kvass.rsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Kvass
- type: entity
id: KvassTank
parent: StorageTank
suffix: Empty
components:
- type: Sprite
sprite: DeltaV/Structures/Storage/kvass.rsi
state: kvass

- type: entity
parent: KvassTank
id: KvassTankFull
suffix: Full
components:
- type: SolutionContainerManager
solutions:
tank:
reagents:
- ReagentId: Kvass
Quantity: 1500
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,15 @@
- !type:Emote
emote: Laugh
probability: 0.25

- type: reagent
id: Kvass
name: reagent-name-kvass
parent: BaseDrink
desc: reagent-desc-kvass
physicalDesc: reagent-physical-desc-bubbly
flavor: bread
color: "#381600"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/kvass.rsi
state: icon
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/TauCetiStation/TauCetiClassic/commit/c449d65dff642f44f3e0d8a312f70aec43ab2eae",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "kvass"
}
]
}