adds champagne (#18344)

Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
SpaceCat
2023-07-28 20:54:36 +05:00
committed by GitHub
parent e97e7f8137
commit fc4c964e61
10 changed files with 48 additions and 0 deletions

View File

@@ -33,3 +33,4 @@
DrinkVodkaBottleFull: 5
DrinkWhiskeyBottleFull: 5
DrinkWineBottleFull: 5
DrinkСhampagneBottleFull: 2 #because the premium drink

View File

@@ -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

View File

@@ -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

View File

@@ -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