adds champagne (#18344)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
@@ -166,6 +166,7 @@ flavor-complex-rum = like fermented sugar
|
|||||||
flavor-complex-coffee-liquor = like strong, bitter coffee
|
flavor-complex-coffee-liquor = like strong, bitter coffee
|
||||||
flavor-complex-whiskey = like molasses
|
flavor-complex-whiskey = like molasses
|
||||||
flavor-complex-shitty-wine = like grape rinds
|
flavor-complex-shitty-wine = like grape rinds
|
||||||
|
flavor-complex-champagne = like freshly baked bread
|
||||||
flavor-complex-iced-tea = like iced tea
|
flavor-complex-iced-tea = like iced tea
|
||||||
flavor-complex-coffee = like coffee
|
flavor-complex-coffee = like coffee
|
||||||
flavor-complex-milk = like milk
|
flavor-complex-milk = like milk
|
||||||
|
|||||||
@@ -55,6 +55,9 @@ reagent-desc-whiskey = A type of distilled alcoholic beverage made from fermente
|
|||||||
reagent-name-wine = wine
|
reagent-name-wine = wine
|
||||||
reagent-desc-wine = An premium alchoholic beverage made from distilled grape juice.
|
reagent-desc-wine = An premium alchoholic beverage made from distilled grape juice.
|
||||||
|
|
||||||
|
reagent-name-champagne = champagne
|
||||||
|
reagent-desc-champagne = A premium sparkling wine
|
||||||
|
|
||||||
reagent-name-acid-spit = acidspit
|
reagent-name-acid-spit = acidspit
|
||||||
reagent-desc-acid-spit = A drink for the daring, can be deadly if incorrectly prepared!
|
reagent-desc-acid-spit = A drink for the daring, can be deadly if incorrectly prepared!
|
||||||
|
|
||||||
|
|||||||
@@ -33,3 +33,4 @@
|
|||||||
DrinkVodkaBottleFull: 5
|
DrinkVodkaBottleFull: 5
|
||||||
DrinkWhiskeyBottleFull: 5
|
DrinkWhiskeyBottleFull: 5
|
||||||
DrinkWineBottleFull: 5
|
DrinkWineBottleFull: 5
|
||||||
|
DrinkСhampagneBottleFull: 2 #because the premium drink
|
||||||
|
|||||||
@@ -381,6 +381,21 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Consumable/Drinks/alebottle.rsi
|
sprite: Objects/Consumable/Drinks/alebottle.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: DrinkBottleBaseFull
|
||||||
|
id: DrinkСhampagneBottleFull
|
||||||
|
name: champagne bottle
|
||||||
|
description: Only people devoid of imagination can't find an excuse for champagne.
|
||||||
|
components:
|
||||||
|
- type: SolutionContainerManager
|
||||||
|
solutions:
|
||||||
|
drink:
|
||||||
|
reagents:
|
||||||
|
- ReagentId: Champagne
|
||||||
|
Quantity: 100
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Objects/Consumable/Drinks/champagnebottle.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: DrinkBottleBaseFull
|
parent: DrinkBottleBaseFull
|
||||||
id: DrinkWaterBottleFull
|
id: DrinkWaterBottleFull
|
||||||
|
|||||||
@@ -574,6 +574,11 @@
|
|||||||
flavorType: Complex
|
flavorType: Complex
|
||||||
description: flavor-complex-shitty-wine
|
description: flavor-complex-shitty-wine
|
||||||
|
|
||||||
|
- type: flavor
|
||||||
|
id: champagne
|
||||||
|
flavorType: Complex
|
||||||
|
description: flavor-complex-champagne
|
||||||
|
|
||||||
- type: flavor
|
- type: flavor
|
||||||
id: icedtea
|
id: icedtea
|
||||||
flavorType: Complex
|
flavorType: Complex
|
||||||
|
|||||||
@@ -363,6 +363,27 @@
|
|||||||
sprite: Objects/Consumable/Drinks/wineglass.rsi
|
sprite: Objects/Consumable/Drinks/wineglass.rsi
|
||||||
state: icon
|
state: icon
|
||||||
|
|
||||||
|
- type: reagent
|
||||||
|
id: Champagne
|
||||||
|
name: reagent-name-сhampagne
|
||||||
|
parent: BaseAlcohol
|
||||||
|
desc: reagent-desc-champagne
|
||||||
|
physicalDesc: reagent-physical-desc-strong-smelling
|
||||||
|
flavor: champagne
|
||||||
|
color: "#FCFCEE"
|
||||||
|
recognizable: true
|
||||||
|
metamorphicSprite:
|
||||||
|
sprite: Objects/Consumable/Drinks/champagneglass.rsi
|
||||||
|
state: icon
|
||||||
|
metabolisms:
|
||||||
|
Drink:
|
||||||
|
effects:
|
||||||
|
- !type:SatiateThirst
|
||||||
|
factor: 3
|
||||||
|
- !type:AdjustReagent
|
||||||
|
reagent: Ethanol
|
||||||
|
amount: 0.3
|
||||||
|
|
||||||
# Mixed Alcohol
|
# Mixed Alcohol
|
||||||
|
|
||||||
- type: reagent
|
- type: reagent
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 690 B |
@@ -0,0 +1 @@
|
|||||||
|
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "drawn by givazaa", "states": [{"name": "icon"}]}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 675 B |
@@ -0,0 +1 @@
|
|||||||
|
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "drawn by verslebas", "states": [{"name": "icon", "delays": [[1.0, 1.0, 1.0, 1.0]]}]}
|
||||||
Reference in New Issue
Block a user