Remove kvass (#15939)

- Sprite looks bad.
- I don't think I've ever seen it ordered.
- There's no reason to have one drink in a tank.
- Adding region-specific things is cringe.
This commit is contained in:
metalgearsloth
2023-04-30 17:16:15 +10:00
committed by GitHub
parent e097c4ebd7
commit 0c16e5f076
15 changed files with 0 additions and 118 deletions

View File

@@ -12,6 +12,3 @@ ent-FoodDinnerware = { ent-CrateFoodDinnerware }
ent-FoodBarSupply = { ent-CrateFoodBarSupply }
.desc = { ent-CrateFoodBarSupply.desc }
ent-FoodCrateKvassTank = { ent-CrateFoodKvassTank }
.desc = { ent-CrateFoodKvassTank.desc }

View File

@@ -12,6 +12,3 @@ ent-CrateFoodDinnerware = Kitchen dinnerware crate
ent-CrateFoodBarSupply = Bartending supplies crate
.desc = Extra Bar supplies, in case the clown was allowed in the bar unsupervised.
ent-CrateFoodKvassTank = Kvass tank crate
.desc = A tank with refreshing kvass, which helps so much in the heat.

View File

@@ -18,9 +18,3 @@ ent-WaterCooler = water cooler
ent-WaterTankHighCapacity = high-capacity water tank
.desc = A highly pressurized water tank made to hold gargantuan amounts of water.
ent-KvassTank = КВАС
.desc = A cool refreshing drink with a taste of socialism.
ent-KvassTankFull = { ent-KvassTank }
.desc = { ent-KvassTank.desc }

View File

@@ -76,5 +76,3 @@ reagent-desc-pilk = A sickening mixture of milk and cola.
reagent-name-posca = posca
reagent-desc-posca = Poor warriors' drink from a forgotten era.
reagent-name-kvass = kvass
reagent-desc-kvass = A cool refreshing drink with a taste of socialism.

View File

@@ -6386,12 +6386,6 @@ entities:
- pos: 4.5,16.5
parent: 0
type: Transform
- uid: 588
type: KvassTankFull
components:
- pos: 0.5,16.5
parent: 0
type: Transform
- uid: 589
type: Grille
components:

View File

@@ -75668,12 +75668,6 @@ entities:
pos: -76.5,50.5
parent: 1
type: Transform
- uid: 9263
type: KvassTankFull
components:
- pos: -77.5,51.5
parent: 1
type: Transform
- uid: 9264
type: WallReinforced
components:

View File

@@ -46889,12 +46889,6 @@ entities:
- port: Pressed
uid: 6442
type: SignalReceiver
- uid: 6526
type: KvassTankFull
components:
- pos: -7.5,17.5
parent: 0
type: Transform
- uid: 6527
type: CrateHydroponicsSeedsExotic
components:

View File

@@ -215982,12 +215982,6 @@ entities:
- pos: 103.5,-15.5
parent: 0
type: Transform
- uid: 26860
type: KvassTankFull
components:
- pos: 104.5,-15.5
parent: 0
type: Transform
- uid: 26861
type: SurveillanceCameraEngineering
components:

View File

@@ -59651,12 +59651,6 @@ entities:
- pos: -24.5,22.5
parent: 0
type: Transform
- uid: 7655
type: KvassTankFull
components:
- pos: -17.5,33.5
parent: 0
type: Transform
- uid: 7656
type: WallReinforced
components:

View File

@@ -47,14 +47,3 @@
cost: 750
category: Food
group: market
- type: cargoProduct
id: FoodCrateKvassTank
icon:
sprite: Structures/Storage/kvass.rsi
state: kvass
product: KvassTankFull
cost: 2000
category: Food
group: market

View File

@@ -2201,19 +2201,3 @@
Quantity: 30
- 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: 30
reagents:
- ReagentId: Kvass
Quantity: 30
- type: Sprite
sprite: Objects/Consumable/Drinks/kvass.rsi

View File

@@ -113,25 +113,3 @@
# It's pressurized...
- type: ReagentTank
transferAmount: 100
# Kvass
- type: entity
id: KvassTank
parent: StorageTank
suffix: Empty
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

View File

@@ -382,14 +382,3 @@
sprite: Objects/Consumable/Drinks/rewriter.rsi
state: icon
- 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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -1,14 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/TauCetiStation/TauCetiClassic/commit/c449d65dff642f44f3e0d8a312f70aec43ab2eae",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "kvass"
}
]
}