mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Vanilla plant, extract, syrup (#12509)
This commit is contained in:
@@ -4734,6 +4734,12 @@
|
||||
glass_name = "glass of Hro'zamal Soda"
|
||||
glass_desc = "A cabornated version of the herbal tea made with Hro'zamal Ras'Nifs powder."
|
||||
|
||||
/decl/reagent/nutriment/vanilla
|
||||
name = "Vanilla Extract"
|
||||
description = "The extract from vanilla beans..."
|
||||
color = "#e8efe5"
|
||||
taste_description = "vanilla"
|
||||
|
||||
/decl/reagent/nutriment/pumpkinpulp
|
||||
name = "Pumpkin Pulp"
|
||||
description = "The gooey insides of a slain pumpkin. This day is the greatest..."
|
||||
|
||||
@@ -3410,6 +3410,14 @@
|
||||
required_temperature_max = T0C + 100 // Sugar caramelises after 82C, water boils at 100C.
|
||||
mix_message = "The sugar dissolves into the solution."
|
||||
|
||||
/datum/chemical_reaction/vanillasyrup
|
||||
name = "Vanilla Syrup"
|
||||
id = "vanillasyrup"
|
||||
result = /decl/reagent/drink/syrup_vanilla
|
||||
required_reagents = list(/decl/reagent/nutriment/vanilla = 2, /decl/reagent/drink/syrup_simple = 3)
|
||||
result_amount = 5
|
||||
mix_message = "The solution takes on a pale yellow hue and the aroma of vanilla."
|
||||
|
||||
/datum/chemical_reaction/caramelsyrup
|
||||
name = "Caramel Syrup"
|
||||
id = "caramelsyrup"
|
||||
|
||||
Reference in New Issue
Block a user