mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
adds grappa and grape tarts, fixes typos O NO
This commit is contained in:
@@ -129,6 +129,13 @@
|
||||
bonus_reagents = list("nutriment" = 1, "vitamin" = 4)
|
||||
list_reagents = list("nutriment" = 8, "gold" = 5, "vitamin" = 4)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pie/grapetart
|
||||
name = "grape tart"
|
||||
desc = "A tasty dessert that reminds you of the wine you didn't make."
|
||||
icon_state = "grapetart"
|
||||
bonus_reagents = list("nutriment" = 1, "vitamin" = 4)
|
||||
list_reagents = list("nutriment" = 4, "vitamin" = 4)
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pie/blumpkinpie
|
||||
name = "blumpkin pie"
|
||||
desc = "An odd blue pie made with toxic blumpkin."
|
||||
|
||||
@@ -569,4 +569,12 @@
|
||||
id = "grapesoda"
|
||||
result = "grape_soda"
|
||||
required_reagents = list("grapejuice" = 1, "sodawater" = 1)
|
||||
result_amount = 5
|
||||
result_amount = 2
|
||||
|
||||
/datum/chemical_reaction/grappa
|
||||
name = "grappa"
|
||||
id = "grappa"
|
||||
result = "grappa"
|
||||
required_reagents = list ("wine" = 10)
|
||||
required_catalysts = list ("enzyme" = 5)
|
||||
result_amount = 10
|
||||
@@ -119,6 +119,17 @@
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/pie/appletart
|
||||
category = CAT_FOOD
|
||||
|
||||
/datum/table_recipe/grapetart
|
||||
name = "Grape tart"
|
||||
reqs = list(
|
||||
/datum/reagent/consumable/milk = 5,
|
||||
/datum/reagent/consumable/sugar = 5,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/pie/plain = 1,
|
||||
/obj/item/weapon/reagent_containers/food/snacks/grown/grapes = 3
|
||||
)
|
||||
result = /obj/item/weapon/reagent_containers/food/snacks/pie/grapetart
|
||||
category = CAT_FOOD
|
||||
|
||||
/datum/table_recipe/blumpkinpie
|
||||
name = "Blumpkin pie"
|
||||
reqs = list(
|
||||
|
||||
+10
-3
@@ -163,7 +163,7 @@
|
||||
/datum/reagent/consumable/ethanol/tequila
|
||||
name = "Tequila"
|
||||
id = "tequila"
|
||||
description = "A strong and mildly flavoured, mexican produced spirit. Feeling thirsty, hombre?"
|
||||
description = "A strong and mildly flavoured, Mexican produced spirit. Feeling thirsty, hombre?"
|
||||
color = "#FFFF91" // rgb: 255, 255, 145
|
||||
boozepwr = 35
|
||||
|
||||
@@ -177,10 +177,17 @@
|
||||
/datum/reagent/consumable/ethanol/wine
|
||||
name = "Wine"
|
||||
id = "wine"
|
||||
description = "An premium alchoholic beverage made from distilled grape juice."
|
||||
description = "An premium alcoholic beverage made from distilled grape juice."
|
||||
color = "#7E4043" // rgb: 126, 64, 67
|
||||
boozepwr = 45
|
||||
|
||||
/datum/reagent/consumable/ethanol/grappa
|
||||
name = "Grappa"
|
||||
id = "grappa"
|
||||
description = "A fine Italian brandy, for when regular wine just isn't alcoholic enough for you."
|
||||
color = "#F8EBF1"
|
||||
boozepwr = 35
|
||||
|
||||
/datum/reagent/consumable/ethanol/cognac
|
||||
name = "Cognac"
|
||||
id = "cognac"
|
||||
@@ -493,7 +500,7 @@
|
||||
/datum/reagent/consumable/ethanol/mead
|
||||
name = "Mead"
|
||||
id = "mead"
|
||||
description = "A Vikings drink, though a cheap one."
|
||||
description = "A Viking drink, though a cheap one."
|
||||
color = "#664300" // rgb: 102, 67, 0
|
||||
nutriment_factor = 1 * REAGENTS_METABOLISM
|
||||
boozepwr = 45
|
||||
|
||||
Reference in New Issue
Block a user