mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Adds four new Unathi drinks (#21393)
## About PR This PR adds four new Unathi related drinks and reflavours most of the existing ones to be less of weird wordplays and jokes. Requested by the Unathi team. The new drinks and bottle sprite can be seen below. Please enjoy: > <img width="547" height="102" alt="image" src="https://github.com/user-attachments/assets/c2122a83-eccd-4b46-b57a-089e6d81704c" /> Tested (hopefully) all changes. Works on my machine. 👍 ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: | Path | Original Author | License | | --- | --- | --- | | icons/obj/drinks.dmi | Captain Gecko (AuroraStation) | CC0 | | icons/obj/reagent_containers/food/drinks/bottle..dmi | Captain Gecko (AuroraStation) | CC0 |
This commit is contained in:
@@ -79,7 +79,8 @@
|
||||
/obj/item/reagent_containers/food/drinks/carton/mutthir = 1,
|
||||
/obj/item/reagent_containers/food/drinks/boba = 2,
|
||||
/obj/item/reagent_containers/food/drinks/ice = 9,
|
||||
/obj/item/storage/box/fancy/vkrexi_swollen_organ = 1
|
||||
/obj/item/storage/box/fancy/vkrexi_swollen_organ = 1,
|
||||
/obj/item/reagent_containers/food/drinks/bottle/redstaff = 2
|
||||
)
|
||||
contraband = list(
|
||||
/obj/item/reagent_containers/food/drinks/tea = 10
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
/singleton/reagent/drink/tea/hakhma_tea,
|
||||
/singleton/reagent/drink/tea/portsvilleminttea,
|
||||
/singleton/reagent/drink/meatshake,
|
||||
/singleton/reagent/alcohol/butanol/sandgria,
|
||||
/singleton/reagent/alcohol/butanol/tasteofvictory,
|
||||
/singleton/reagent/alcohol/butanol/cactuscola,
|
||||
/singleton/reagent/alcohol/butanol/trizkizki_tea)
|
||||
|
||||
@@ -119,9 +119,9 @@
|
||||
/singleton/reagent/drink/xrim,
|
||||
/singleton/reagent/drink/tea/securitea,
|
||||
/singleton/reagent/drink/toothpaste/sedantian_firestorm,
|
||||
/singleton/reagent/alcohol/butanol/wastelandheat,
|
||||
/singleton/reagent/alcohol/butanol/janviriheat,
|
||||
/singleton/reagent/alcohol/butanol/contactwine,
|
||||
/singleton/reagent/alcohol/butanol/crocodile_booze)
|
||||
/singleton/reagent/alcohol/butanol/eszkazalsbite)
|
||||
|
||||
var/reagent_type = pick(possible_reagents)
|
||||
wanted_reagent = new reagent_type
|
||||
|
||||
+133
-71
@@ -78,139 +78,152 @@
|
||||
//Kaed's Unathi Cocktails
|
||||
//=======
|
||||
//What an exciting time we live in, that lizards may drink fruity girl drinks.
|
||||
/singleton/reagent/alcohol/butanol/moghesmargarita
|
||||
name = "Moghes Margarita"
|
||||
description = "A classic human cocktail, now ruined with cactus juice instead of tequila."
|
||||
/singleton/reagent/alcohol/butanol/healerspride
|
||||
name = "Healer's Pride"
|
||||
description = "Traditionally, this sweet and sour cocktail was kept for healers, meant to be consumed after noteworthy interventions, like saving patients from grievous wounds or mortal diseases. \
|
||||
Nowadays it is enjoyed by all, except in the most traditional of clans."
|
||||
color = "#8CFF8C"
|
||||
strength = 30
|
||||
taste_description = "lime juice"
|
||||
|
||||
glass_icon_state = "cactusmargarita"
|
||||
glass_name = "glass of Moghes Margarita"
|
||||
glass_desc = "A classic human cocktail, now ruined with cactus juice instead of tequila."
|
||||
glass_icon_state = "healerspride"
|
||||
glass_name = "glass of Healer's Pride"
|
||||
glass_desc = "Traditionally, this sweet and sour cocktail was kept for healers, meant to be consumed after noteworthy interventions, like saving patients from grievous wounds or mortal diseases. \
|
||||
Nowadays it is enjoyed by all, except in the most traditional of clans."
|
||||
glass_center_of_mass = list("x"=16, "y"=8)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/cactuscreme
|
||||
name = "Cactus Creme"
|
||||
description = "A tasty mix of berries and cream with xuizi juice, for the discerning unathi."
|
||||
/singleton/reagent/alcohol/butanol/palacedelight
|
||||
name = "Palace Delight"
|
||||
description = "A creamy, delightfully sweet drink, especially popular among Moghesian noblewomen. The typical berries used in this recipe became endangered after the Contact War, \
|
||||
thus, use of non-Moghesian berries as a replacement became common."
|
||||
color = "#ff666"
|
||||
strength = 15
|
||||
taste_description = "creamy berries"
|
||||
|
||||
glass_icon_state = "cactuscreme"
|
||||
glass_name = "glass of Cactus Creme"
|
||||
glass_desc = "A tasty mix of berries and cream with xuizi juice, for the discerning unathi."
|
||||
glass_icon_state = "palacedelight"
|
||||
glass_name = "glass of Palace Delight"
|
||||
glass_desc = "A creamy, delightfully sweet drink, especially popular among Moghesian noblewomen. The typical berries used in this recipe became endangered after the Contact War, \
|
||||
thus, use of non-Moghesian berries as a replacement became common."
|
||||
glass_center_of_mass = list("x"=17, "y"=8)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/bahamalizard
|
||||
name = "Bahama Lizard"
|
||||
description = "A tropical cocktail containing cactus juice from Moghes, but no actual alcohol."
|
||||
/singleton/reagent/alcohol/butanol/forestsbounty
|
||||
name = "Forest's Bounty"
|
||||
description = "There was never a single recipe for the Forest’s Bounty, rather, it was meant \
|
||||
to be a cheap cocktail, made with whatever a Unathi could find in Moghes’ forests. With the Wastes ravaging Moghes’ forests and jungles, however, making this drink became much harder… And more expensive."
|
||||
color = "#FF7F3B"
|
||||
strength = 15
|
||||
taste_description = "sweet lemons"
|
||||
|
||||
glass_icon_state = "bahamalizard"
|
||||
glass_name = "glass of Bahama Lizard"
|
||||
glass_desc = "A tropical cocktail containing cactus juice from Moghes, but no actual alcohol."
|
||||
glass_icon_state = "forestsbounty"
|
||||
glass_name = "glass of Forest's Bounty"
|
||||
glass_desc = "There was never a single recipe for the Forest’s Bounty, rather, it was meant \
|
||||
to be a cheap cocktail, made with whatever a Unathi could find in Moghes’ forests. With the Wastes ravaging Moghes’ forests and jungles, however, making this drink became much harder… And more expensive."
|
||||
glass_center_of_mass = list("x"=16, "y"=5)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/lizardphlegm
|
||||
name = "Lizard Phlegm"
|
||||
description = "Looks gross, but smells fruity."
|
||||
/singleton/reagent/alcohol/butanol/senssecret
|
||||
name = "Sen's Secret"
|
||||
description = "An old, famous Moghesian cocktail originating from the city of Sen. Only a few people in Sen knew the original recipe, lost with the destruction of the city during the Contact War. \
|
||||
Modern takes on Sen’s Secret are only attempts to imitate the original thing."
|
||||
color = "#8CFF8C"
|
||||
strength = 20
|
||||
taste_description = "creamy fruit"
|
||||
|
||||
glass_icon_state = "lizardphlegm"
|
||||
glass_name = "glass of Lizard Phlegm"
|
||||
glass_desc = "Looks gross, but smells fruity."
|
||||
glass_icon_state = "senssecret"
|
||||
glass_name = "glass of Sen's Secret"
|
||||
glass_desc = "An old, famous Moghesian cocktail originating from the city of Sen. Only a few people in Sen knew the original recipe, lost with the destruction of the city during the Contact War. \
|
||||
Modern takes on Sen’s Secret are only attempts to imitate the original thing."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/cactustea
|
||||
name = "Cactus Tea"
|
||||
description = "Tea flavored with xuizi juice."
|
||||
/singleton/reagent/alcohol/butanol/fishersreward
|
||||
name = "Fisher's Reward"
|
||||
description = "A fresh and pleasant drink. Traditionally, this simple drink could be made even in the poorest of villages, and often given to Fishers after a good day’s work."
|
||||
color = "#a02101"
|
||||
strength = 10
|
||||
taste_description = "tea"
|
||||
|
||||
glass_icon_state = "icepick"
|
||||
glass_name = "glass of Cactus Tea"
|
||||
glass_desc = "Tea flavored with xuizi juice."
|
||||
glass_name = "glass of Fisher's Reward"
|
||||
glass_desc = "A fresh and pleasant drink. Traditionally, this simple drink could be made even in the poorest of villages, and often given to Fishers after a good day’s work."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/moghespolitan
|
||||
name = "Moghespolitan"
|
||||
description = "Pomegranate syrup and cactus juice, with a splash of Sarezhi Wine. Delicious!"
|
||||
/singleton/reagent/alcohol/butanol/queensgift
|
||||
name = "Queen's Gift"
|
||||
description = "A drink originating from the Szek’Hakh Queendom, generally enjoyed during parties and other joyous occasions for its fruity sweetness."
|
||||
color = "#cc0033"
|
||||
strength = 27
|
||||
taste_description = "fruity sweetness"
|
||||
|
||||
glass_icon_state = "moghespolitan"
|
||||
glass_name = "glass of Moghespolitan"
|
||||
glass_desc = "Pomegranate syrup and cactus juice, with a splash of Sarezhi Wine. Delicious!"
|
||||
glass_icon_state = "queensgift"
|
||||
glass_name = "glass of Queen's Gift"
|
||||
glass_desc = "A drink originating from the Szek’Hakh Queendom, generally enjoyed during parties and other joyous occasions for its fruity sweetness."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/wastelandheat
|
||||
name = "Wasteland Heat"
|
||||
description = "A mix of spicy cactus juice to warm you up."
|
||||
/singleton/reagent/alcohol/butanol/janviriheat
|
||||
name = "Janviri Heat"
|
||||
description = "A cocktail from the Moghesian city of Janvir, bringing much-needed warmth to Unathi living in an otherwise frigid place."
|
||||
color = "#d8d7ae"
|
||||
strength = 40
|
||||
adj_temp = 60
|
||||
targ_temp = 390
|
||||
taste_description = "burning heat"
|
||||
|
||||
glass_icon_state = "moghesheat"
|
||||
glass_name = "glass of Wasteland Heat"
|
||||
glass_desc = "A mix of spicy cactus juice to warm you up. Maybe a little too warm for non-unathi, though."
|
||||
glass_icon_state = "janviriheat"
|
||||
glass_name = "glass of Janviri Heat"
|
||||
glass_desc = "A cocktail from the Moghesian city of Janvir, bringing much-needed warmth to Unathi living in an otherwise frigid place."
|
||||
glass_center_of_mass = list("x"=17, "y"=8)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/sandgria
|
||||
name = "Sandgria"
|
||||
description = "Sarezhi wine, blended with citrus and a splash of cactus juice."
|
||||
/singleton/reagent/alcohol/butanol/tasteofvictory
|
||||
name = "Taste of Victory"
|
||||
description = "The Unathi warrior’s traditional drink. Legends say that if a warrior was to drink it after a defeat, their spirit would be cursed to never win another battle."
|
||||
color = "#960707"
|
||||
strength = 30
|
||||
taste_description = "tart berries"
|
||||
|
||||
glass_icon_state = "sangria"
|
||||
glass_name = "glass of Sandgria"
|
||||
glass_desc = "Sarezhi wine, blended with citrus and a splash of cactus juice."
|
||||
glass_name = "glass of Taste of Victory"
|
||||
glass_desc = "The Unathi warrior’s traditional drink. Legends say that if a warrior was to drink it after a defeat, their spirit would be cursed to never win another battle."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/contactwine
|
||||
name = "Contact Wine"
|
||||
description = "A perfectly good glass of Sarezhi wine, ruined by adding radioactive material. It reminds you of something..."
|
||||
description = "A product of the Contact War, Contact Wine is a wastelander creation, mixed with whatever drink is at hand -often irradiated- and meant to hit as hard as possible to forget, for a time, the harshness of life in the Wastes."
|
||||
color = "#610704"
|
||||
strength = 50
|
||||
taste_description = "berries and regret"
|
||||
|
||||
glass_icon_state = "contactwine"
|
||||
glass_name = "glass of Contact Wine"
|
||||
glass_desc = "A perfectly good glass of Sarezhi wine, ruined by adding radioactive material. It reminds you of something..."
|
||||
glass_desc = "A product of the Contact War, Contact Wine is a wastelander creation, mixed with whatever drink is at hand -often irradiated- and meant to hit as hard as possible to forget, for a time, the harshness of life in the Wastes."
|
||||
glass_center_of_mass = list("x"=17, "y"=4)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/hereticblood
|
||||
name = "Heretics Blood"
|
||||
description = "A fizzy cocktail made with cactus juice and heresy."
|
||||
/singleton/reagent/alcohol/butanol/smokescalesblood
|
||||
name = "Smokescale's Blood"
|
||||
description = "A drink made by, and popular among Unathi pirates, legends say that this drink was created and enjoyed by none other than Variz Smokescales himself. \
|
||||
Supposedly, the original recipe used blood from those that would dare violate the Star Code."
|
||||
color = "#820000"
|
||||
strength = 15
|
||||
taste_description = "heretically sweet iron"
|
||||
taste_description = "fizzy sweet iron"
|
||||
|
||||
glass_icon_state = "demonsblood"
|
||||
glass_name = "glass of Heretics' Blood"
|
||||
glass_desc = "A fizzy cocktail made with cactus juice and heresy."
|
||||
glass_name = "glass of Smokescale's Blood"
|
||||
glass_desc = "A drink made by, and popular among Unathi pirates, legends say that this drink was created and enjoyed by none other than Variz Smokescales himself. \
|
||||
Supposedly, the original recipe used blood from those that would dare violate the Star Code."
|
||||
glass_center_of_mass = list("x"=16, "y"=2)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/sandpit
|
||||
name = "Sandpit"
|
||||
description = "An unusual mix of cactus and orange juice, mostly favored by unathi."
|
||||
/singleton/reagent/alcohol/butanol/templetreasure
|
||||
name = "Temple Treasure"
|
||||
description = "A drink originally enjoyed by Akhanzi Order monks in their mountain temples. The recipe was found in the ruins of said temples after they were raised \
|
||||
by the Sk'akh Inquisition. Though drinking it in public in Sk’akhist circles is often highly frowned upon."
|
||||
color = "#A68310"
|
||||
strength = 15
|
||||
taste_description = "oranges"
|
||||
|
||||
glass_icon_state = "screwdriverglass"
|
||||
glass_name = "glass of Sandpit"
|
||||
glass_desc = "An unusual mix of cactus and orange juice, mostly favored by unathi."
|
||||
glass_name = "glass of Temple Treasure"
|
||||
glass_desc = "A drink originally enjoyed by Akhanzi Order monks in their mountain temples. The recipe was found in the ruins of said temples after they were raised \
|
||||
by the Sk'akh Inquisition. Though drinking it in public in Sk’akhist circles is often highly frowned upon."
|
||||
glass_center_of_mass = list("x"=15, "y"=10)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/cactuscola
|
||||
name = "Cactus Cola"
|
||||
description = "Cactus juice splashed with cola, on ice. Simple and delicious."
|
||||
description = "The introduction of Human soda to Unathi, shortly after the first contact, was quite positive, and many sinta grew quite fond of these drinks. It didn’t take long for someone to mix them with Xuizi, \
|
||||
and this drink has been a staple ever since. Especially popular in Ouerea."
|
||||
color = "#3E1B00"
|
||||
strength = 15
|
||||
taste_description = "cola"
|
||||
@@ -218,31 +231,32 @@
|
||||
|
||||
glass_icon_state = "whiskeycolaglass"
|
||||
glass_name = "glass of Cactus Cola"
|
||||
glass_desc = "Cactus juice splashed with cola, on ice. Simple and delicious."
|
||||
glass_desc = "The introduction of Human soda to Unathi, shortly after the first contact, was quite positive, and many sinta grew quite fond of these drinks. It didn’t take long for someone to mix them with Xuizi, \
|
||||
and this drink has been a staple ever since. Especially popular in Ouerea."
|
||||
glass_center_of_mass = list("x"=16, "y"=9)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/bloodwine
|
||||
name = "Bloodwine"
|
||||
description = "A traditional unathi drink said to strengthen one before a battle."
|
||||
description = "Traditionally, Bloodwine was a drink enjoyed by nobles and other well-to-do Sinta after a good hunt; while the meat of the game was processed, its blood was not wasted but used in drinks such as this one."
|
||||
color = "#C73C00"
|
||||
strength = 21
|
||||
taste_description = "strong berries"
|
||||
|
||||
glass_icon_state = "bloodwine"
|
||||
glass_name = "glass of Bloodwine"
|
||||
glass_desc = "A traditional unathi drink said to strengthen one before a battle."
|
||||
glass_desc = "Traditionally, Bloodwine was a drink enjoyed by nobles and other well-to-do Sinta after a good hunt; while the meat of the game was processed, its blood was not wasted but used in drinks such as this one."
|
||||
glass_center_of_mass = list("x"=15, "y"=7)
|
||||
|
||||
/singleton/reagent/alcohol/butanol/crocodile_booze
|
||||
name = "Crocodile Guwan"
|
||||
description = "A highly alcoholic butanol based beverage typically fermented using the venom of a zerl'ock and cheaply made Sarezhi Wine. A popular drink among Unathi troublemakers, conviently housed in a 2L plastic bottle."
|
||||
/singleton/reagent/alcohol/butanol/eszkazalsbite
|
||||
name = "Eszkazal's Bite"
|
||||
description = "Often regarded as disgusting if not outright toxic, stories say that the Eszkazal’s Bite was first meant as a punishment for Guwans. It is still enjoyed by some for its unique taste, and being strong-enough to knock out an Azkrazal."
|
||||
color = "#b0f442"
|
||||
strength = 50
|
||||
taste_description = "sour body sweat"
|
||||
|
||||
glass_icon_state = "crocodile_glass"
|
||||
glass_name = "glass of Crocodile Guwan"
|
||||
glass_desc = "The smell says no, but the pretty colors say yes."
|
||||
glass_icon_state = "eszkaelsbite"
|
||||
glass_name = "glass of Eszkazal's Bite"
|
||||
glass_desc = "Often regarded as disgusting if not outright toxic, stories say that the Eszkazal’s Bite was first meant as a punishment for Guwans. It is still enjoyed by some for its unique taste, and being strong-enough to knock out an Azkrazal."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/trizkizki_tea
|
||||
name = "Trizkizki Tea"
|
||||
@@ -260,11 +274,59 @@
|
||||
|
||||
/singleton/reagent/alcohol/butanol/pulque
|
||||
name = "Xuizi pulque"
|
||||
description = "A variation of Mictlanian pulque that is safe to consume for Unathi."
|
||||
description = "A Unathi take on a traditional Human recipe, made by Unathi from Mictlan and, according to popular belief, only enjoyed by them."
|
||||
color = "#80f580"
|
||||
strength = 5
|
||||
taste_description = "sweet yeast"
|
||||
|
||||
glass_icon_state = "pulque_butanol"
|
||||
glass_name = "cup of xuizi pulque"
|
||||
glass_desc = "A variation of Mictlanian pulque that is safe to consume for Unathi."
|
||||
glass_desc = "A Unathi take on a traditional Human recipe, made by Unathi from Mictlan and, according to popular belief, only enjoyed by them."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/redstaff
|
||||
name = "Redstaff"
|
||||
description = "A tasty classic, and spicier than pepper spray. Fun as a dare. Great as a cocktail ingredient."
|
||||
color = "#C73C00"
|
||||
strength = 30
|
||||
taste_description = "creamy red ale with a distinct hint of bitterness"
|
||||
|
||||
glass_icon_state = "redstaff"
|
||||
glass_name = "cup of redstaff"
|
||||
glass_desc = "A tasty classic, and spicier than pepper spray. Fun as a dare. Great as a cocktail ingredient."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/balefire
|
||||
name = "Balefire"
|
||||
description = "This Ouerean concoction itself is remarkably simple. A mixture of Redstaff, Ice, and enough mint syrup to make your mouth fall asleep. The result is something that is only drunk in shot glasses."
|
||||
color = "#4f694f"
|
||||
strength = 30
|
||||
taste_description = "simultaneously far too hot and too cold, with a mild hint of gum"
|
||||
|
||||
glass_icon_state = "balefire"
|
||||
glass_name = "glass of Balefire"
|
||||
glass_desc = "This Ouerean concoction itself is remarkably simple. A mixture of Redstaff, Ice, and enough mint syrup to make your mouth fall asleep. The result is something that is only drunk in shot glasses."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/liarshandshake
|
||||
name = "Liar's Handshake"
|
||||
description = "Generally “enjoyed” by reckless warriors, pirates and other bandit types, It mainly functions as a centrepiece to a game called “Valkris’ Dare.” Wherein a party of four or more dare one another to do generally small acts. \
|
||||
Refusal to do so results in being forced to swallow something unpleasant. Usually a live round. "
|
||||
color = "#ec4300"
|
||||
strength = 60
|
||||
taste_description = "a powder keg of bad decisions."
|
||||
|
||||
glass_icon_state = "liarshandshake"
|
||||
glass_name = "glass of Liar's Handshake"
|
||||
glass_desc = "Generally “enjoyed” by reckless warriors, pirates and other bandit types, It mainly functions as a centrepiece to a game called “Valkris’ Dare.” Wherein a party of four or more dare one another to do generally small acts. \
|
||||
Refusal to do so results in being forced to swallow something unpleasant. Usually a live round."
|
||||
|
||||
/singleton/reagent/alcohol/butanol/sarikshand
|
||||
name = "Sarik's Hand"
|
||||
description = "This drink has become the talk of popular court Unathi as it said to be Lady Hizoni’s drink of choice. The intense mix of bitter and spicy flavours means one often sees the drinker grimace and struggle with their beverage. \
|
||||
Those who do enjoy it note a complexity of flavours that meet the tongue in waves."
|
||||
color = "#f36f6a"
|
||||
strength = 25
|
||||
taste_description = "a strong initial hit of bitterness followed by a lingering earthy spice."
|
||||
|
||||
glass_icon_state = "sarikshand"
|
||||
glass_name = "glass of Sarik's Hand"
|
||||
glass_desc = "This drink has become the talk of popular court Unathi as it said to be Lady Hizoni’s drink of choice. The intense mix of bitter and spicy flavours means one often sees the drinker grimace and struggle with their beverage. \
|
||||
Those who do enjoy it note a complexity of flavours that meet the tongue in waves."
|
||||
|
||||
@@ -3427,10 +3427,10 @@
|
||||
required_reagents = list(/singleton/reagent/drink/milk/cream = 1, /singleton/reagent/nutriment/protein = 1,/singleton/reagent/water = 1)
|
||||
result_amount = 3
|
||||
|
||||
/datum/chemical_reaction/drink/crocodile_booze
|
||||
name = "Crocodile Guwan"
|
||||
id = "crocodile_booze"
|
||||
result = /singleton/reagent/alcohol/butanol/crocodile_booze
|
||||
/datum/chemical_reaction/drink/eszkazalsbite
|
||||
name = "Eszkazal's Bite"
|
||||
id = "eszkazalsbite"
|
||||
result = /singleton/reagent/alcohol/butanol/eszkazalsbite
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/sarezhiwine = 5, /singleton/reagent/toxin = 1)
|
||||
result_amount = 6
|
||||
|
||||
@@ -3462,62 +3462,62 @@
|
||||
required_reagents = list(/singleton/reagent/drink/milk/adhomai/fermented = 1, /singleton/reagent/alcohol/victorygin = 1)
|
||||
result_amount = 2
|
||||
|
||||
//Kaed's Unathi cocktails
|
||||
//Unathi cocktails
|
||||
//========
|
||||
|
||||
/datum/chemical_reaction/drink/moghesmargarita
|
||||
name = "Moghes Margarita"
|
||||
id = "moghesmargarita"
|
||||
result = /singleton/reagent/alcohol/butanol/moghesmargarita
|
||||
/datum/chemical_reaction/drink/healerspride
|
||||
name = "Healer's Pride"
|
||||
id = "healerspride"
|
||||
result = /singleton/reagent/alcohol/butanol/healerspride
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/xuizijuice = 2, /singleton/reagent/drink/limejuice = 3)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drink/bahamalizard
|
||||
name = "Bahama Lizard"
|
||||
id = "bahamalizard"
|
||||
result = /singleton/reagent/alcohol/butanol/bahamalizard
|
||||
/datum/chemical_reaction/drink/forestsbounty
|
||||
name = "Forest's Bounty"
|
||||
id = "forestsbounty"
|
||||
result = /singleton/reagent/alcohol/butanol/forestsbounty
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/xuizijuice = 2, /singleton/reagent/drink/lemonjuice = 2, /singleton/reagent/drink/milk/cream = 1, /singleton/reagent/drink/ice = 1)
|
||||
result_amount = 6
|
||||
|
||||
/datum/chemical_reaction/drink/cactuscreme
|
||||
name = "Cactus Creme"
|
||||
id = "cactuscreme"
|
||||
result = /singleton/reagent/alcohol/butanol/cactuscreme
|
||||
/datum/chemical_reaction/drink/palacedelight
|
||||
name = "Palace Delight"
|
||||
id = "palacedelight"
|
||||
result = /singleton/reagent/alcohol/butanol/palacedelight
|
||||
required_reagents = list(/singleton/reagent/drink/berryjuice = 2, /singleton/reagent/drink/milk/cream = 1, /singleton/reagent/alcohol/butanol/xuizijuice = 2)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drink/lizardplegm
|
||||
name = "Lizard Phlegm"
|
||||
id = "lizardphlegm"
|
||||
result = /singleton/reagent/alcohol/butanol/lizardphlegm
|
||||
/datum/chemical_reaction/drink/senssecret
|
||||
name = "Sens Secret"
|
||||
id = "senssecret"
|
||||
result = /singleton/reagent/alcohol/butanol/senssecret
|
||||
required_reagents = list(/singleton/reagent/drink/milk/cream = 2, /singleton/reagent/drink/banana = 1, /singleton/reagent/alcohol/butanol/xuizijuice = 1, /singleton/reagent/drink/watermelonjuice = 1)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drink/cactustea
|
||||
name = "Cactus Tea"
|
||||
id = "cactustea"
|
||||
result = /singleton/reagent/alcohol/butanol/cactustea
|
||||
/datum/chemical_reaction/drink/fishersreward
|
||||
name = "Fisher's Reward"
|
||||
id = "fishersreward"
|
||||
result = /singleton/reagent/alcohol/butanol/fishersreward
|
||||
required_reagents = list(/singleton/reagent/drink/icetea = 1, /singleton/reagent/alcohol/butanol/xuizijuice = 1)
|
||||
result_amount = 2
|
||||
|
||||
/datum/chemical_reaction/drink/moghespolitan
|
||||
name = "Moghespolitan"
|
||||
id = "moghespolitan"
|
||||
result = /singleton/reagent/alcohol/butanol/moghespolitan
|
||||
/datum/chemical_reaction/drink/queensgift
|
||||
name = "Queen's Gift"
|
||||
id = "queensgift"
|
||||
result = /singleton/reagent/alcohol/butanol/queensgift
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/sarezhiwine = 2, /singleton/reagent/alcohol/butanol/xuizijuice = 1, /singleton/reagent/drink/grenadine = 5)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drink/wastelandheat
|
||||
name = "Wasteland Heat"
|
||||
id = "wastelandheat"
|
||||
result = /singleton/reagent/alcohol/butanol/wastelandheat
|
||||
/datum/chemical_reaction/drink/janviriheat
|
||||
name = "Janviri Heat"
|
||||
id = "janviriheat"
|
||||
result = /singleton/reagent/alcohol/butanol/janviriheat
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/xuizijuice = 10, /singleton/reagent/capsaicin = 3)
|
||||
result_amount = 10
|
||||
|
||||
/datum/chemical_reaction/drink/sandgria
|
||||
name = "Sandgria"
|
||||
id = "sandgria"
|
||||
result = /singleton/reagent/alcohol/butanol/sandgria
|
||||
/datum/chemical_reaction/drink/tasteofvictory
|
||||
name = "tasteofvictory"
|
||||
id = "tasteofvictory"
|
||||
result = /singleton/reagent/alcohol/butanol/tasteofvictory
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/sarezhiwine = 3, /singleton/reagent/drink/orangejuice = 1, /singleton/reagent/drink/lemonjuice = 1, /singleton/reagent/alcohol/butanol/xuizijuice = 1)
|
||||
result_amount = 6
|
||||
|
||||
@@ -3528,17 +3528,17 @@
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/xuizijuice = 5, /singleton/reagent/radium = 1, /singleton/reagent/alcohol/butanol/sarezhiwine = 5)
|
||||
result_amount = 10
|
||||
|
||||
/datum/chemical_reaction/drink/hereticblood
|
||||
name = "Heretics' Blood"
|
||||
id = "hereticblood"
|
||||
result = /singleton/reagent/alcohol/butanol/hereticblood
|
||||
/datum/chemical_reaction/drink/smokescalesblood
|
||||
name = "Smokescale's Blood"
|
||||
id = "smokescalesblood"
|
||||
result = /singleton/reagent/alcohol/butanol/smokescalesblood
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/xuizijuice = 3, /singleton/reagent/drink/spacemountainwind = 1, /singleton/reagent/blood = 1, /singleton/reagent/drink/dr_gibb = 1)
|
||||
result_amount = 6
|
||||
|
||||
/datum/chemical_reaction/drink/sandpit
|
||||
name = "Sandpit"
|
||||
id = "sandpit"
|
||||
result = /singleton/reagent/alcohol/butanol/sandpit
|
||||
/datum/chemical_reaction/drink/templetreasure
|
||||
name = "Temple Treasure"
|
||||
id = "templetreasure"
|
||||
result = /singleton/reagent/alcohol/butanol/templetreasure
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/xuizijuice = 2, /singleton/reagent/drink/orangejuice = 2)
|
||||
result_amount = 4
|
||||
|
||||
@@ -3556,6 +3556,26 @@
|
||||
required_reagents = list(/singleton/reagent/blood = 2, /singleton/reagent/alcohol/butanol/sarezhiwine = 3)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drink/balefire
|
||||
name = "Balefire"
|
||||
id = "balefire"
|
||||
result = /singleton/reagent/alcohol/butanol/balefire
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/redstaff = 1, /singleton/reagent/drink/mintsyrup = 4, /singleton/reagent/drink/ice = 1)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drink/liarshandshake
|
||||
name = "Liar's Handshake"
|
||||
id = "liarshandshake"
|
||||
result = /singleton/reagent/alcohol/butanol/liarshandshake
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/redstaff = 5, /singleton/reagent/gunpowder = 1)
|
||||
result_amount = 5
|
||||
|
||||
/datum/chemical_reaction/drink/sarikshand
|
||||
name = "Sarik's Hand"
|
||||
id = "sarikshand"
|
||||
result = /singleton/reagent/alcohol/butanol/sarikshand
|
||||
required_reagents = list(/singleton/reagent/alcohol/butanol/sarezhiwine = 1, /singleton/reagent/drink/cranberryjuice = 1, /singleton/reagent/alcohol/butanol/redstaff = 1)
|
||||
result_amount = 3
|
||||
//Skrell drinks. Bring forth the culture.
|
||||
//===========================================
|
||||
|
||||
|
||||
@@ -1061,6 +1061,13 @@
|
||||
center_of_mass = list("x" = 16,"y" = 6)
|
||||
reagents_to_add = list(/singleton/reagent/alcohol/butanol/sarezhiwine = 100)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/bottle/redstaff
|
||||
name = "Redstaff"
|
||||
desc = "Less of a unique spirit and instead a mixture of butanol, spices, and algae; either Gukhe bloom, Koko, or whatever is at hand when making it. The end result is a fairly strong drink with a spicy kick. \
|
||||
Though it’s more used as a cocktail ingredient rather than drank by itself."
|
||||
icon_state = "redstaff"
|
||||
reagents_to_add = list(/singleton/reagent/alcohol/butanol/redstaff = 100)
|
||||
|
||||
// Synnono Meme (Bottled) Drinks
|
||||
//======================================
|
||||
//
|
||||
|
||||
@@ -0,0 +1,59 @@
|
||||
################################
|
||||
# Example Changelog File
|
||||
#
|
||||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
|
||||
#
|
||||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
|
||||
# When it is, any changes listed below will disappear.
|
||||
#
|
||||
# Valid Prefixes:
|
||||
# bugfix
|
||||
# - (fixes bugs)
|
||||
# wip
|
||||
# - (work in progress)
|
||||
# qol
|
||||
# - (quality of life)
|
||||
# soundadd
|
||||
# - (adds a sound)
|
||||
# sounddel
|
||||
# - (removes a sound)
|
||||
# rscadd
|
||||
# - (adds a feature)
|
||||
# rscdel
|
||||
# - (removes a feature)
|
||||
# imageadd
|
||||
# - (adds an image or sprite)
|
||||
# imagedel
|
||||
# - (removes an image or sprite)
|
||||
# spellcheck
|
||||
# - (fixes spelling or grammar)
|
||||
# experiment
|
||||
# - (experimental change)
|
||||
# balance
|
||||
# - (balance changes)
|
||||
# code_imp
|
||||
# - (misc internal code change)
|
||||
# refactor
|
||||
# - (refactors code)
|
||||
# config
|
||||
# - (makes a change to the config files)
|
||||
# admin
|
||||
# - (makes changes to administrator tools)
|
||||
# server
|
||||
# - (miscellaneous changes to server)
|
||||
#################################
|
||||
|
||||
# Your name.
|
||||
author: KingOfThePing
|
||||
|
||||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
|
||||
delete-after: True
|
||||
|
||||
# Any changes you've made. See valid prefix list above.
|
||||
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
|
||||
# SCREW THIS UP AND IT WON'T WORK.
|
||||
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit.
|
||||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog.
|
||||
changes:
|
||||
- rscadd: "Adds four new Unathi related drinks."
|
||||
- rscadd: "Reflavours most of the existing Unathi drinks to not be jokes and/or wordplays anymore."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 118 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 44 KiB |
+13
-13
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user