adds champagne (#18344)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user