mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
.
This commit is contained in:
@@ -1049,7 +1049,7 @@
|
||||
filling_color = "#E0D7C5"
|
||||
center_of_mass = list("x"=17, "y"=16)
|
||||
nutriment_amt = 3
|
||||
nutriment_desc = list("raw" = 2, "mushroom" = 2)
|
||||
nutriment_desc = list("raw" = 2, PLANT_MUSHROOMS = 2)
|
||||
bitesize = 6
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/mushroomslice/Initialize()
|
||||
@@ -1512,7 +1512,7 @@
|
||||
filling_color = "#FFCCCC"
|
||||
center_of_mass = list("x"=17, "y"=9)
|
||||
nutriment_amt = 5
|
||||
nutriment_desc = list("sweetness" = 3, "mushroom" = 3, "pie" = 2)
|
||||
nutriment_desc = list("sweetness" = 3, PLANT_MUSHROOMS = 3, "pie" = 2)
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/amanita_pie/Initialize()
|
||||
@@ -1527,7 +1527,7 @@
|
||||
filling_color = "#B8279B"
|
||||
center_of_mass = list("x"=17, "y"=9)
|
||||
nutriment_amt = 8
|
||||
nutriment_desc = list("heartiness" = 2, "mushroom" = 3, "pie" = 3)
|
||||
nutriment_desc = list("heartiness" = 2, PLANT_MUSHROOMS = 3, "pie" = 3)
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/plump_pie/Initialize()
|
||||
@@ -1811,7 +1811,7 @@
|
||||
filling_color = "#42B873"
|
||||
center_of_mass = list("x"=16, "y"=8)
|
||||
nutriment_amt = 6
|
||||
nutriment_desc = list("mushroom" = 6)
|
||||
nutriment_desc = list(PLANT_MUSHROOMS = 6)
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/spacylibertyduff/Initialize()
|
||||
@@ -1826,7 +1826,7 @@
|
||||
filling_color = "#ED0758"
|
||||
center_of_mass = list("x"=16, "y"=5)
|
||||
nutriment_amt = 6
|
||||
nutriment_desc = list("jelly" = 3, "mushroom" = 3)
|
||||
nutriment_desc = list("jelly" = 3, PLANT_MUSHROOMS = 3)
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/amanitajelly/Initialize()
|
||||
@@ -2350,7 +2350,7 @@
|
||||
filling_color = "#CFB4C4"
|
||||
center_of_mass = list("x"=16, "y"=13)
|
||||
nutriment_amt = 5
|
||||
nutriment_desc = list("mushroom" = 4)
|
||||
nutriment_desc = list(PLANT_MUSHROOMS = 4)
|
||||
bitesize = 2
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit/Initialize()
|
||||
@@ -2653,7 +2653,7 @@
|
||||
filling_color = "#9E673A"
|
||||
center_of_mass = list("x"=16, "y"=5)
|
||||
nutriment_amt = 6
|
||||
nutriment_desc = list(PLANT_TOMATO = 2, PLANT_POTATO = 2, PLANT_CARROT = 2, PLANT_EGGPLANT = 2, "mushroom" = 2)
|
||||
nutriment_desc = list(PLANT_TOMATO = 2, PLANT_POTATO = 2, PLANT_CARROT = 2, PLANT_EGGPLANT = 2, PLANT_MUSHROOMS = 2)
|
||||
drop_sound = 'sound/items/drop/shovel.ogg'
|
||||
pickup_sound = 'sound/items/pickup/shovel.ogg'
|
||||
bitesize = 10
|
||||
@@ -3741,7 +3741,7 @@
|
||||
slice_path = /obj/item/reagent_containers/food/snacks/slice/mushroompizza
|
||||
slices_num = 6
|
||||
center_of_mass = list("x"=16, "y"=11)
|
||||
nutriment_desc = list("pizza crust" = 10, PLANT_TOMATO = 10, REAGENT_ID_CHEESE = 5, "mushroom" = 10)
|
||||
nutriment_desc = list("pizza crust" = 10, PLANT_TOMATO = 10, REAGENT_ID_CHEESE = 5, PLANT_MUSHROOMS = 10)
|
||||
nutriment_amt = 35
|
||||
bitesize = 2
|
||||
|
||||
@@ -4405,7 +4405,7 @@
|
||||
filling_color = "#A66829"
|
||||
center_of_mass = list("x"=15, "y"=12)
|
||||
nutriment_amt = 10
|
||||
nutriment_desc = list("mushroom" = 5, "salt" = 5)
|
||||
nutriment_desc = list(PLANT_MUSHROOMS = 5, "salt" = 5)
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/unajerky
|
||||
@@ -6503,7 +6503,7 @@
|
||||
filling_color = "#A66829"
|
||||
center_of_mass = list("x"=15, "y"=12)
|
||||
nutriment_amt = 10
|
||||
nutriment_desc = list("mushroom" = 5, "salt" = 5)
|
||||
nutriment_desc = list(PLANT_MUSHROOMS = 5, "salt" = 5)
|
||||
bitesize = 3
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/sosjerky
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
filling_color = "#E0D7C5"
|
||||
center_of_mass = list("x"=17, "y"=16)
|
||||
nutriment_amt = 3
|
||||
nutriment_desc = list("raw" = 2, "mushroom" = 2)
|
||||
nutriment_desc = list("raw" = 2, PLANT_MUSHROOMS = 2)
|
||||
bitesize = 6
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/hugemushroomslice/Initialize()
|
||||
|
||||
@@ -334,7 +334,7 @@
|
||||
icon_state = "big_veggie_slice"
|
||||
|
||||
/datum/recipe/theonepizza
|
||||
fruit = list(PLANT_TOMATO = 5, "mushroom" = 5, PLANT_EGGPLANT = 1, PLANT_CARROT = 1, PLANT_CORN = 1)
|
||||
fruit = list(PLANT_TOMATO = 5, PLANT_MUSHROOMS = 5, PLANT_EGGPLANT = 1, PLANT_CARROT = 1, PLANT_CORN = 1)
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/snacks/sliceable/flatdough,
|
||||
/obj/item/reagent_containers/food/snacks/sliceable/flatdough,
|
||||
|
||||
@@ -263,7 +263,7 @@ I said no!
|
||||
result_quantity = 2
|
||||
|
||||
/datum/recipe/stew
|
||||
fruit = list(PLANT_POTATO = 1, PLANT_TOMATO = 1, PLANT_CARROT = 1, PLANT_EGGPLANT = 1, "mushroom" = 1)
|
||||
fruit = list(PLANT_POTATO = 1, PLANT_TOMATO = 1, PLANT_CARROT = 1, PLANT_EGGPLANT = 1, PLANT_MUSHROOMS = 1)
|
||||
reagents = list(REAGENT_ID_WATER = 10)
|
||||
items = list(/obj/item/reagent_containers/food/snacks/meat)
|
||||
result = /obj/item/reagent_containers/food/snacks/stew
|
||||
@@ -431,13 +431,13 @@ I said no!
|
||||
result_quantity = 2
|
||||
|
||||
/datum/recipe/mushroomsoup
|
||||
fruit = list("mushroom" = 1)
|
||||
fruit = list(PLANT_MUSHROOMS = 1)
|
||||
reagents = list(REAGENT_ID_WATER = 5, REAGENT_ID_MILK = 5)
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE
|
||||
result = /obj/item/reagent_containers/food/snacks/mushroomsoup
|
||||
|
||||
/datum/recipe/chawanmushi
|
||||
fruit = list("mushroom" = 1)
|
||||
fruit = list(PLANT_MUSHROOMS = 1)
|
||||
reagents = list(REAGENT_ID_WATER = 5, REAGENT_ID_SOYSAUCE = 5, REAGENT_ID_EGG = 6)
|
||||
result = /obj/item/reagent_containers/food/snacks/chawanmushi
|
||||
|
||||
@@ -785,14 +785,14 @@ I said no!
|
||||
result = /obj/item/reagent_containers/food/snacks/bearchili
|
||||
|
||||
/datum/recipe/bearstew
|
||||
fruit = list(PLANT_POTATO = 1, PLANT_TOMATO = 1, PLANT_CARROT = 1, PLANT_EGGPLANT = 1, "mushroom" = 1)
|
||||
fruit = list(PLANT_POTATO = 1, PLANT_TOMATO = 1, PLANT_CARROT = 1, PLANT_EGGPLANT = 1, PLANT_MUSHROOMS = 1)
|
||||
reagents = list(REAGENT_ID_WATER = 10)
|
||||
items = list(/obj/item/reagent_containers/food/snacks/bearmeat)
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|
||||
result = /obj/item/reagent_containers/food/snacks/bearstew
|
||||
|
||||
/datum/recipe/bibimbap
|
||||
fruit = list(PLANT_CARROT = 1, PLANT_CABBAGE = 1, "mushroom" = 1)
|
||||
fruit = list(PLANT_CARROT = 1, PLANT_CABBAGE = 1, PLANT_MUSHROOMS = 1)
|
||||
reagents = list(REAGENT_ID_RICE = 5, REAGENT_ID_SPACESPICE = 2)
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/snacks/egg,
|
||||
@@ -834,7 +834,7 @@ I said no!
|
||||
|
||||
/datum/recipe/risotto
|
||||
reagents = list(REAGENT_ID_REDWINE = 5, REAGENT_ID_RICE = 10, REAGENT_ID_SPACESPICE = 1)
|
||||
fruit = list("mushroom" = 1)
|
||||
fruit = list(PLANT_MUSHROOMS = 1)
|
||||
reagent_mix = RECIPE_REAGENT_REPLACE //Get that rice and wine outta here
|
||||
result = /obj/item/reagent_containers/food/snacks/risotto
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
result = /obj/item/reagent_containers/food/snacks/reishicup
|
||||
|
||||
/datum/recipe/hotandsoursoup
|
||||
fruit = list(PLANT_CABBAGE = 1, "mushroom" = 1)
|
||||
fruit = list(PLANT_CABBAGE = 1, PLANT_MUSHROOMS = 1)
|
||||
reagents = list(REAGENT_ID_SODIUMCHLORIDE = 2, REAGENT_ID_BLACKPEPPER = 2, REAGENT_ID_WATER = 10)
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/snacks/tofu
|
||||
|
||||
@@ -402,7 +402,7 @@
|
||||
|
||||
/datum/recipe/mushroompizza
|
||||
appliance = OVEN
|
||||
fruit = list("mushroom" = 5, PLANT_TOMATO = 1)
|
||||
fruit = list(PLANT_MUSHROOMS = 5, PLANT_TOMATO = 1)
|
||||
items = list(
|
||||
/obj/item/reagent_containers/food/snacks/sliceable/flatdough,
|
||||
/obj/item/reagent_containers/food/snacks/cheesewedge
|
||||
|
||||
Reference in New Issue
Block a user