Add the White Gilgamesh (#16378)

This commit is contained in:
Veritius
2023-06-12 03:09:41 +10:00
committed by GitHub
parent 14a8c50ccc
commit d0b42aebeb
10 changed files with 36 additions and 47 deletions

View File

@@ -192,6 +192,7 @@ flavor-complex-gin-tonic = like spiked lemon-lime soda
flavor-complex-screwdriver = like spiked orange juice
flavor-complex-themartinez = like violets and lemon vodka
flavor-complex-cogchamp = like brass
flavor-complex-white-gilgamesh = like lightly carbonated cream
flavor-complex-antifreeze = warm
### This is exactly what pilk tastes like. I'm not even joking. I might've been a little drunk though

View File

@@ -91,9 +91,6 @@ reagent-desc-barefoot = Barefoot and pregnant.
reagent-name-beepsky-smash = beepsky smash
reagent-desc-beepsky-smash = Deny drinking this and prepare for THE LAW.
reagent-name-bilk = bilk
reagent-desc-bilk = This appears to be beer mixed with milk. Disgusting.
reagent-name-black-russian = black russian
reagent-desc-black-russian = For the lactose-intolerant. Still as classy as a White Russian.

View File

@@ -77,4 +77,7 @@ reagent-name-posca = posca
reagent-desc-posca = Poor warriors' drink from a forgotten era.
reagent-name-the-martinez = The Martinez
reagent-desc-the-martinez = The edgerunner legend. Remembered by a drink, Forgotten by a drunk.
reagent-desc-the-martinez = The edgerunner legend. Remembered by a drink, forgotten by a drunk.
reagent-name-white-gilgamesh = white gilgamesh
reagent-desc-white-gilgamesh = A sickening mixture of milk and beer. Makes you feel like you're made of wood.

View File

@@ -66,7 +66,6 @@ reagent-physical-desc-lemony-fresh = lemony fresh
reagent-physical-desc-crisp = crisp
reagent-physical-desc-citric = citric
reagent-physical-desc-acidic = acidic
reagent-physical-desc-bilky = bilky
reagent-physical-desc-buzzy = buzzy
reagent-physical-desc-fibrous = fibrous
reagent-physical-desc-strong-smelling = strong smelling

View File

@@ -25,7 +25,6 @@
- DrinkBarefootGlass
- DrinkBeerglass
- DrinkBerryJuice
- DrinkBilkGlass
- DrinkBlackRussianGlass
- DrinkBlueCuracaoGlass
- DrinkBloodyMaryGlass

View File

@@ -397,23 +397,6 @@
- type: Sprite
sprite: Objects/Consumable/Drinks/berryjuice.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkBilkGlass
name: bilk
description: A brew of milk and beer. For those alcoholics who fear osteoporosis.
components:
- type: SolutionContainerManager
solutions:
drink:
maxVol: 30
reagents:
- ReagentId: Bilk
Quantity: 30
- type: Drink
- type: Sprite
sprite: Objects/Consumable/Drinks/glass_brown.rsi
- type: entity
parent: DrinkGlassBase
id: DrinkBlackRussianGlass

View File

@@ -799,6 +799,11 @@
flavorType: Complex
description: flavor-complex-themartinez
- type: flavor
id: white-gilgamesh
flavorType: Complex
description: flavor-complex-white-gilgamesh
- type: flavor
id: plastic
flavorType: Complex
@@ -808,7 +813,7 @@
id: glue
flavorType: Complex
description: flavor-complex-glue
- type: flavor
id: rocksandstones
flavorType: Complex

View File

@@ -545,18 +545,6 @@
reagent: Ethanol
amount: 0.15
- type: reagent
id: Bilk
name: reagent-name-bilk
parent: BaseDrink
desc: reagent-desc-bilk
physicalDesc: reagent-physical-desc-bilky
flavor: alcohol
color: "#895C4C"
metamorphicSprite:
sprite: Objects/Consumable/Drinks/glass_brown.rsi
state: icon
- type: reagent
id: BlackRussian
name: reagent-name-black-russian

View File

@@ -418,3 +418,17 @@
metamorphicSprite:
sprite: Objects/Consumable/Drinks/the_martinez.rsi
state: icon
- type: reagent
id: WhiteGilgamesh
name: reagent-name-white-gilgamesh
parent: BaseDrink
desc: reagent-desc-white-gilgamesh
physicalDesc: reagent-physical-desc-creamy
flavor: white-gilgamesh
color: "#e5d27e"
metabolisms:
Drink:
effects:
- !type:SatiateThirst
factor: 1

View File

@@ -126,16 +126,6 @@
products:
BeepskySmash: 2
- type: reaction
id: Bilk
reactants:
Beer:
amount: 1
Milk:
amount: 1
products:
Bilk: 2
- type: reaction
id: BlackRussian
reactants:
@@ -879,6 +869,16 @@
products:
TheMartinez: 6
- type: reaction
id: WhiteGilgamesh
reactants:
Beer:
amount: 2
Milk:
amount: 1
products:
WhiteGilgamesh: 3
- type: reaction
id: Cola
reactants:
@@ -891,4 +891,4 @@
Sugar:
amount: 1
products:
Cola: 4
Cola: 4