Vanilla plant, extract, syrup (#12509)

This commit is contained in:
Xxxxyobdab
2021-09-24 18:18:23 -03:00
committed by GitHub
parent 19b9b76a55
commit c6abfb0653
6 changed files with 82 additions and 0 deletions
@@ -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"