Skip to content
Open
3 changes: 2 additions & 1 deletion Resources/Locale/en-US/_DV/reagents/meta/physical-desc.ftl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
reagent-physical-desc-maddening = maddening
reagent-physical-desc-dark = dark
reagent-physical-desc-menacing = menacing
reagent-physical-desc-menacing = menacing
reagent-physical-desc-chunky = chunky
1 change: 1 addition & 0 deletions Resources/Locale/en-US/flavors/flavor-profiles.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ flavor-complex-vodka-martini = like a spy movie from Russia
flavor-complex-vodka-tonic = refreshingly bitter
flavor-complex-coconut-rum = like nutty fermented sugar
flavor-complex-bacchus-blessing = like a wall of bricks
flavor-complex-wolfs-milk = like you're a disgusting cretin

### This is exactly what pilk tastes like. I'm not even joking. I might've been a little drunk though
flavor-complex-pilk = like sweet milk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,9 @@ reagent-desc-moscow-mule = A surpsingly strong and refreshing mixed drink, serve
# Omu start
reagent-name-welles = the welles
reagent-desc-welles = A smooth drink for the big dreamers from the lower classes in Night City. Made with love and mourning.
reagent-name-wolfs-milk = Wolf's Milk
reagent-desc-wolfs-milk = Rancid combination for a rancid human being. Best served in a vacuum flask, assuming you consider this drinkable.
# Omu end

reagent-name-the-sun-also-rises = the sun also rises
Expand All @@ -387,3 +390,5 @@ reagent-desc-zombiecocktail = It gets in your head. Your he-eyeh-ead.
reagent-name-bacchus-blessing = bacchus's blessing
reagent-desc-bacchus-blessing = You didn't think it was possible for a liquid to be so utterly revolting. Are you sure about this...?
17 changes: 17 additions & 0 deletions Resources/Prototypes/Entities/Objects/Consumable/Drinks/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2938,3 +2938,20 @@
- type: Icon
sprite: Objects/Consumable/Drinks/bacchusblessing.rsi
state: icon

- type: entity
parent: DrinkGlass
id: DrinkWolfsMilk
suffix: Wolf's Milk
description: Nasty!
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Wolf's Milk
Quantity: 30
- type: Icon
sprite: Objects/Consumable/Drinks/eggnogglass.rsi
state: icon
15 changes: 15 additions & 0 deletions Resources/Prototypes/Reagents/Consumable/Drink/alcohol.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2716,3 +2716,18 @@
- !type:OrganType # Delta V - Same as above
type: Oni
shouldHave: false

- type: reagent
id: WolfsMilk
name: reagent-name-wolfs-milk
parent: BaseAlcohol
desc: reagent-desc-wolfs-milk
physicalDesc: reagent-physical-desc-chunky
flavor: wolfsmilk
color: "#C1C2AE"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/wolfsmilk.rsi
state: icon_empty
metamorphicMaxFillLevels: 4
metamorphicFillBaseName: fill-
metamorphicChangeColor: false
14 changes: 14 additions & 0 deletions Resources/Prototypes/Recipes/Reactions/drinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1621,3 +1621,17 @@
amount: 1
products:
BacchusBlessing: 4

- type: reaction
id: WolfsMilk
reactants:
Milk:
amount: 2
Egg:
amount: 1
Gin:
amount: 2
CoffeeLiqueur:
amount: 1
products:
WolfsMilk: 6
10 changes: 10 additions & 0 deletions Resources/Prototypes/_Goobstation/Flavors/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,13 @@
id: chuddy
flavorType: Base
description: flavor-base-chuddy

- type: flavor
id: chuddy
flavorType: Base
description: flavor-base-chuddy

- type: flavor
id: wolfsmilk
flavorType: Base
description: flavor-complex-wolfs-milk
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "https://github.com/discordia-space/CEV-Eris/raw/f7aa28fd4b4d0386c3393d829681ebca526f1d2d/icons/obj/drinks.dmi. Fill levels by Tayrtahn on GitHub.",
"states":
[
{
"name": "icon"
},
{
"name": "icon_empty"
},
{
"name": "fill-1"
},
{
"name": "fill-2"
},
{
"name": "fill-3"
},
{
"name": "fill-4"
}
]
}
Loading