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:
@@ -12,6 +12,3 @@ ent-FoodDinnerware = { ent-CrateFoodDinnerware }
|
||||
|
||||
ent-FoodBarSupply = { ent-CrateFoodBarSupply }
|
||||
.desc = { ent-CrateFoodBarSupply.desc }
|
||||
|
||||
ent-FoodCrateKvassTank = { ent-CrateFoodKvassTank }
|
||||
.desc = { ent-CrateFoodKvassTank.desc }
|
||||
|
||||
@@ -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.
|
||||
@@ -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 }
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user