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-whiskey = like molasses
|
||||
flavor-complex-shitty-wine = like grape rinds
|
||||
flavor-complex-champagne = like freshly baked bread
|
||||
flavor-complex-iced-tea = like iced tea
|
||||
flavor-complex-coffee = like coffee
|
||||
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-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-desc-acid-spit = A drink for the daring, can be deadly if incorrectly prepared!
|
||||
|
||||
|
||||
@@ -33,3 +33,4 @@
|
||||
DrinkVodkaBottleFull: 5
|
||||
DrinkWhiskeyBottleFull: 5
|
||||
DrinkWineBottleFull: 5
|
||||
DrinkСhampagneBottleFull: 2 #because the premium drink
|
||||
|
||||
@@ -381,6 +381,21 @@
|
||||
- type: Sprite
|
||||
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
|
||||
parent: DrinkBottleBaseFull
|
||||
id: DrinkWaterBottleFull
|
||||
|
||||
@@ -574,6 +574,11 @@
|
||||
flavorType: Complex
|
||||
description: flavor-complex-shitty-wine
|
||||
|
||||
- type: flavor
|
||||
id: champagne
|
||||
flavorType: Complex
|
||||
description: flavor-complex-champagne
|
||||
|
||||
- type: flavor
|
||||
id: icedtea
|
||||
flavorType: Complex
|
||||
|
||||
@@ -363,6 +363,27 @@
|
||||
sprite: Objects/Consumable/Drinks/wineglass.rsi
|
||||
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
|
||||
|
||||
- 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