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

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