Tea Party
This commit is contained in:
@@ -299,6 +299,31 @@
|
||||
desc = "An insult to Duke Purple is an insult to the Space Queen! Any proper gentleman will fight you, if you sully this tea."
|
||||
list_reagents = list(/datum/reagent/consumable/tea = 30)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/mug/tea/red
|
||||
name = "Dutchess Red tea"
|
||||
icon_state = "tea"
|
||||
desc = "Dutchess Red personal blend of red tea leaves and hot water. Grate addtion for any meal."
|
||||
list_reagents = list(/datum/reagent/consumable/tea/red = 30)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/mug/tea/green
|
||||
name = "Prince Green tea"
|
||||
icon_state = "tea"
|
||||
desc = "Prince Green's brew of tea. Well the blend may be different from time to time, Prince Green swares by it!"
|
||||
list_reagents = list(/datum/reagent/consumable/tea/green = 30)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/mug/tea/forest
|
||||
name = "Royal Forest tea"
|
||||
icon_state = "tea"
|
||||
desc = "Tea fit for anyone with a sweet thooth like Royal Forest."
|
||||
list_reagents = list(/datum/reagent/consumable/tea/forest = 30)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/mug/tea/mush
|
||||
name = "Rebel Mush tea"
|
||||
icon_state = "tea"
|
||||
desc = "Rebel Mush, hallucinogenic tea to help people fine their inner self."
|
||||
list_reagents = list(/datum/reagent/consumable/tea/mush = 30)
|
||||
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/mug/coco
|
||||
name = "Dutch hot coco"
|
||||
desc = "Made in Space South America."
|
||||
|
||||
@@ -18,12 +18,6 @@
|
||||
results = list(/datum/reagent/consumable/ethanol/bilk = 2)
|
||||
required_reagents = list(/datum/reagent/consumable/milk = 1, /datum/reagent/consumable/ethanol/beer = 1)
|
||||
|
||||
/datum/chemical_reaction/icetea
|
||||
name = "Iced Tea"
|
||||
id = /datum/reagent/consumable/icetea
|
||||
results = list(/datum/reagent/consumable/icetea = 4)
|
||||
required_reagents = list(/datum/reagent/consumable/ice = 1, /datum/reagent/consumable/tea = 3)
|
||||
|
||||
/datum/chemical_reaction/icecoffee
|
||||
name = "Iced Coffee"
|
||||
id = /datum/reagent/consumable/icecoffee
|
||||
@@ -581,13 +575,6 @@
|
||||
required_reagents = list(/datum/reagent/consumable/lemonjuice = 2, /datum/reagent/water = 2, /datum/reagent/consumable/sugar = 1, /datum/reagent/consumable/ice = 1)
|
||||
mix_message = "You're suddenly reminded of home."
|
||||
|
||||
/datum/chemical_reaction/arnold_palmer
|
||||
name = "Arnold Palmer"
|
||||
id = /datum/reagent/consumable/tea/arnold_palmer
|
||||
results = list(/datum/reagent/consumable/tea/arnold_palmer = 2)
|
||||
required_reagents = list(/datum/reagent/consumable/tea = 1, /datum/reagent/consumable/lemonade = 1)
|
||||
mix_message = "The smells of fresh green grass and sand traps waft through the air as the mixture turns a friendly yellow-orange."
|
||||
|
||||
/datum/chemical_reaction/chocolate_milk
|
||||
name = "chocolate milk"
|
||||
id = /datum/reagent/consumable/milk/chocolate_milk
|
||||
@@ -756,12 +743,6 @@
|
||||
results = list(/datum/reagent/consumable/pinkmilk = 2)
|
||||
required_reagents = list(/datum/reagent/consumable/strawberryjuice = 1, /datum/reagent/consumable/milk = 1)
|
||||
|
||||
/datum/chemical_reaction/pinktea
|
||||
name = "Strawberry Tea"
|
||||
id = /datum/reagent/consumable/pinktea
|
||||
results = list(/datum/reagent/consumable/pinktea = 5)
|
||||
required_reagents = list(/datum/reagent/consumable/strawberryjuice = 1, /datum/reagent/consumable/tea/arnold_palmer = 1, /datum/reagent/consumable/sugar = 1)
|
||||
|
||||
/datum/chemical_reaction/blank_paper
|
||||
name = "Blank Paper"
|
||||
id = /datum/reagent/consumable/ethanol/blank_paper
|
||||
@@ -903,12 +884,6 @@
|
||||
results = list(/datum/reagent/consumable/ethanol/mauna_loa = 5)
|
||||
required_reagents = list(/datum/reagent/consumable/capsaicin = 2, /datum/reagent/consumable/ethanol/kahlua = 1, /datum/reagent/consumable/ethanol/bahama_mama = 2)
|
||||
|
||||
/datum/chemical_reaction/catnip_tea
|
||||
name = "Catnip Tea"
|
||||
id = /datum/reagent/consumable/catnip_tea
|
||||
results = list(/datum/reagent/consumable/catnip_tea = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/tea = 5, /datum/reagent/pax/catnip = 2)
|
||||
|
||||
/datum/chemical_reaction/commander_and_chief
|
||||
name = "Commander and Chief"
|
||||
id = /datum/reagent/consumable/ethanol/commander_and_chief
|
||||
@@ -916,6 +891,76 @@
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/alliescocktail = 50, /datum/reagent/consumable/ethanol/champagne = 20, /datum/reagent/consumable/doctor_delight = 10, /datum/reagent/consumable/ethanol/quintuple_sec = 10, /datum/reagent/consumable/ethanol/screwdrivercocktail = 10)
|
||||
mix_message = "When your powers combine, I am Captain Pl-..."
|
||||
|
||||
////////////////////////////////////////// Tea Base Drinks //////////////////////////////////////
|
||||
|
||||
/datum/chemical_reaction/mush
|
||||
name = "Mush Tea"
|
||||
id = /datum/reagent/consumable/tea/mush
|
||||
results = list(/datum/reagent/consumable/tea/mush = 3)
|
||||
required_reagents = list(/datum/reagent/drug/mushroomhallucinogen = 3, /datum/reagent/consumable/tea = 3)
|
||||
|
||||
/datum/chemical_reaction/foresttea1
|
||||
name = "Forest Tea"
|
||||
id = /datum/reagent/consumable/tea/forest
|
||||
results = list(/datum/reagent/consumable/tea/forest = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/buzz_fuzz= 3, /datum/reagent/consumable/tea = 3)
|
||||
|
||||
/datum/chemical_reaction/foresttea2
|
||||
name = "Forest Tea"
|
||||
id = /datum/reagent/consumable/tea/forest
|
||||
results = list(/datum/reagent/consumable/tea/forest = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/honey = 1, /datum/reagent/consumable/tea = 3)
|
||||
|
||||
/datum/chemical_reaction/redtea1
|
||||
name = "Red Tea"
|
||||
id = /datum/reagent/consumable/tea/red
|
||||
results = list(/datum/reagent/consumable/tea/red = 3)
|
||||
required_reagents = list(/datum/reagent/colorful_reagent/crayonpowder/red = 1, /datum/reagent/consumable/tea = 3)
|
||||
|
||||
/datum/chemical_reaction/greentea1
|
||||
name = "Green Tea"
|
||||
id = /datum/reagent/consumable/tea/green
|
||||
results = list(/datum/reagent/consumable/tea/green = 3)
|
||||
required_reagents = list(/datum/reagent/colorful_reagent/crayonpowder/green = 1, /datum/reagent/consumable/tea = 3)
|
||||
|
||||
/datum/chemical_reaction/redtea2
|
||||
name = "Red Tea"
|
||||
id = /datum/reagent/consumable/tea/red
|
||||
results = list(/datum/reagent/consumable/tea/red = 3)
|
||||
required_reagents = list(/datum/reagent/toxin/teapowder/red = 1, /datum/reagent/water = 3)
|
||||
|
||||
/datum/chemical_reaction/greentea2
|
||||
name = "Green Tea"
|
||||
id = /datum/reagent/consumable/tea/green
|
||||
results = list(/datum/reagent/consumable/tea/green = 3)
|
||||
required_reagents = list(/datum/reagent/toxin/teapowder/green = 1, /datum/reagent/water = 3)
|
||||
|
||||
/datum/chemical_reaction/arnold_palmer
|
||||
name = "Arnold Palmer"
|
||||
id = /datum/reagent/consumable/tea/arnold_palmer
|
||||
results = list(/datum/reagent/consumable/tea/arnold_palmer = 2)
|
||||
required_reagents = list(/datum/reagent/consumable/tea = 1, /datum/reagent/consumable/lemonade = 1)
|
||||
mix_message = "The smells of fresh green grass and sand traps waft through the air as the mixture turns a friendly yellow-orange."
|
||||
|
||||
/datum/chemical_reaction/icetea
|
||||
name = "Iced Tea"
|
||||
id = /datum/reagent/consumable/icetea
|
||||
results = list(/datum/reagent/consumable/icetea = 4)
|
||||
required_reagents = list(/datum/reagent/consumable/ice = 1, /datum/reagent/consumable/tea = 3)
|
||||
|
||||
/datum/chemical_reaction/pinktea
|
||||
name = "Strawberry Tea"
|
||||
id = /datum/reagent/consumable/pinktea
|
||||
results = list(/datum/reagent/consumable/pinktea = 5)
|
||||
required_reagents = list(/datum/reagent/consumable/strawberryjuice = 1, /datum/reagent/consumable/tea/arnold_palmer = 1, /datum/reagent/consumable/sugar = 1)
|
||||
|
||||
/datum/chemical_reaction/catnip_tea
|
||||
name = "Catnip Tea"
|
||||
id = /datum/reagent/consumable/catnip_tea
|
||||
results = list(/datum/reagent/consumable/catnip_tea = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/tea = 5, /datum/reagent/pax/catnip = 2)
|
||||
|
||||
|
||||
////////////////////////////////////////// Race Base Drinks //////////////////////////////////////
|
||||
|
||||
/datum/chemical_reaction/coldscales
|
||||
|
||||
Reference in New Issue
Block a user