Files
Aurora.3/code/modules/cooking/recipes/recipes_ingredients.dm
738b72e0b9 Cytherian cuisine, Tajaran tastiness and food fixes (#21881)
<img width="209" height="212" alt="image_2026-02-18_163749448"
src="https://github.com/user-attachments/assets/dd40e552-6752-41bc-8c1f-1d6759ed19e5"
/>

-Adds Cytherian cuisine to the game with 4 specifically cytherian dishes
as well as some popcorn flavors.

-Adds Adhomian cheese and two new Adhomian cuisine dishes for everyone
who has been asking for more Tajaran foods.

-Adds an alternate, vegan way to make dough that doesn't require eggs.

-Adds cheese-less omelettes.

-Adds a few other miscellaneous dishes such as Poutine, Churros, and
chocolate pizzas.

-Adds trays of clams casino now dispense individual clams that can be
eaten seperately.

-Adds a new kitchen bounty for some of the new desserts and added the
new tajaran dishes to the adhomian cuisine bounty.

-Changes North Sixty seafood platters to include regular clams instead
of R'sval clams since R'sval clams are Adhomian and I suspect regular
clams were the intention for this dish all along.

-Renames the old tossed salad to 'apple salad', now that there's a
newer, less fruit-based tossed salad.

-Makes it so onion rings can be placed freely like every other food
instead of being locked to one spot.

-Fixes some food description typos.

---------

Signed-off-by: tomixcomics <11053204+tomixcomics@users.noreply.github.com>
Co-authored-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
2026-02-21 20:24:44 +00:00

41 lines
1.6 KiB
Plaintext

/singleton/recipe/mashedpotato
appliance = POT | SAUCEPAN | MICROWAVE
reagents = list(/singleton/reagent/drink/milk = 5, /singleton/reagent/sodiumchloride = 1, /singleton/reagent/blackpepper = 1)
fruit = list("potato" = 1)
result = /obj/item/reagent_containers/food/snacks/mashedpotato
/singleton/recipe/sauerkraut
appliance = MIX
fruit = list("cabbage" = 1)
reagents = list(/singleton/reagent/enzyme = 5)
result = /obj/item/reagent_containers/food/snacks/sauerkraut
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/whitechocolate
appliance = MIX
reagents = list(/singleton/reagent/nutriment/vanilla = 2, /singleton/reagent/drink/milk = 2, /singleton/reagent/sugar = 2)
result = /obj/item/reagent_containers/food/snacks/whitechocolate
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/whitechocolate/soy
reagents = list(/singleton/reagent/nutriment/vanilla = 2, /singleton/reagent/drink/milk/soymilk = 2, /singleton/reagent/sugar = 2)
/singleton/recipe/plaincrepe
appliance = SKILLET
reagents = list(/singleton/reagent/nutriment/coating/batter = 5)
result = /obj/item/reagent_containers/food/snacks/plaincrepe
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/pickle
appliance = MIX
fruit = list("cucumber" = 1)
reagents = list(/singleton/reagent/enzyme = 5)
result = /obj/item/reagent_containers/food/snacks/pickle
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/dough //A vegan alternative to the eggs and flour method
appliance = MIX
reagents = list(/singleton/reagent/nutriment/flour = 10, /singleton/reagent/water = 5)
result = /obj/item/reagent_containers/food/snacks/dough
reagent_mix = RECIPE_REAGENT_REPLACE