mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 03:51:49 +01:00
<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>
229 lines
7.8 KiB
Plaintext
229 lines
7.8 KiB
Plaintext
/singleton/recipe/fries
|
|
appliance = FRYER
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/rawsticks
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/fries
|
|
|
|
/singleton/recipe/cheesyfries
|
|
appliance = SKILLET | MIX | MICROWAVE // You can reheat it or mix it cold, like some sort of monster.
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fries,
|
|
/obj/item/reagent_containers/food/snacks/cheesewedge
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/cheesyfries
|
|
|
|
/singleton/recipe/chilicheesefries
|
|
appliance = SKILLET | SAUCEPAN | MIX | MICROWAVE // you can reheat it if you'd like
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fries,
|
|
/obj/item/reagent_containers/food/snacks/cheesewedge,
|
|
/obj/item/reagent_containers/food/snacks/hotchili
|
|
)
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|
|
result = /obj/item/reagent_containers/food/snacks/chilicheesefries
|
|
|
|
/singleton/recipe/jpoppers
|
|
appliance = FRYER
|
|
fruit = list("chili" = 1)
|
|
coating = /singleton/reagent/nutriment/coating/batter
|
|
result = /obj/item/reagent_containers/food/snacks/jalapeno_poppers
|
|
|
|
/singleton/recipe/risottoballs
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/sodiumchloride = 1, /singleton/reagent/blackpepper = 1)
|
|
items = list(/obj/item/reagent_containers/food/snacks/risotto)
|
|
coating = /singleton/reagent/nutriment/coating/batter
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|
|
result = /obj/item/reagent_containers/food/snacks/risottoballs
|
|
|
|
/singleton/recipe/friedmushroom
|
|
appliance = FRYER
|
|
fruit = list("plumphelmet" = 1)
|
|
coating = /singleton/reagent/nutriment/coating/beerbatter
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|
|
result = /obj/item/reagent_containers/food/snacks/friedmushroom
|
|
|
|
/singleton/recipe/katsu
|
|
appliance = FRYER
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/meat/chicken
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/chickenkatsu
|
|
coating = /singleton/reagent/nutriment/coating/beerbatter
|
|
|
|
/singleton/recipe/onionrings
|
|
appliance = FRYER
|
|
fruit = list("onion" = 1)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/doughslice
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/onionrings
|
|
|
|
/singleton/recipe/sweet_and_sour
|
|
appliance = FRYER
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/bacon,
|
|
/obj/item/reagent_containers/food/snacks/cutlet
|
|
)
|
|
reagents = list(/singleton/reagent/nutriment/soysauce = 5, /singleton/reagent/nutriment/coating/batter = 10)
|
|
result = /obj/item/reagent_containers/food/snacks/sweet_and_sour
|
|
|
|
/singleton/recipe/wingfangchu
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/nutriment/soysauce = 5)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/xenomeat
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/wingfangchu
|
|
|
|
/singleton/recipe/roefritters
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/nutriment/coating/batter = 10)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fish/roe
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/roefritters
|
|
|
|
/singleton/recipe/fries_olympia_cheesy
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/spacespice = 3)
|
|
fruit = list("potato" = 1)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/cheesewedge
|
|
)
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //So we don't end up with a ton of potato juice
|
|
result = /obj/item/reagent_containers/food/snacks/fries_olympia_with_cheese
|
|
|
|
/singleton/recipe/fries_olympia_no_cheese
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/spacespice = 3)
|
|
fruit = list("potato" = 1)
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //So we don't end up with a ton of potato juice
|
|
result = /obj/item/reagent_containers/food/snacks/fries_olympia
|
|
|
|
/singleton/recipe/fried_pickles
|
|
appliance = FRYER
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/sliced_pickle
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/fried_pickles
|
|
|
|
/singleton/recipe/poutine
|
|
appliance = MIX
|
|
reagents = list(/singleton/reagent/condiment/gravy = 5)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fries,
|
|
/obj/item/reagent_containers/food/snacks/cheesewedge
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/poutine
|
|
|
|
//Fishy Recipes
|
|
//==================
|
|
/singleton/recipe/fishandchips
|
|
appliance = FRYER
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fries,
|
|
/obj/item/reagent_containers/food/snacks/fish
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/fishandchips
|
|
|
|
/singleton/recipe/fishandchips
|
|
appliance = SKILLET
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fries,
|
|
/obj/item/reagent_containers/food/snacks/fish
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/fishandchips
|
|
|
|
/singleton/recipe/cubancarp
|
|
appliance = FRYER
|
|
fruit = list("chili" = 1)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/dough,
|
|
/obj/item/reagent_containers/food/snacks/fish
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/cubancarp
|
|
|
|
/singleton/recipe/fishfingers
|
|
appliance = FRYER
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fish
|
|
)
|
|
coating = /singleton/reagent/nutriment/coating/batter
|
|
result = /obj/item/reagent_containers/food/snacks/fishfingers
|
|
|
|
//Sweet Recipes.
|
|
//==================
|
|
/singleton/recipe/jellydonut
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/drink/berryjuice = 10, /singleton/reagent/sugar = 10)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/dough
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/donut/jelly
|
|
result_quantity = 2
|
|
|
|
/singleton/recipe/jellydonut/slime
|
|
reagents = list(/singleton/reagent/slimejelly = 10, /singleton/reagent/sugar = 10)
|
|
result = /obj/item/reagent_containers/food/snacks/donut/slimejelly
|
|
|
|
/singleton/recipe/jellydonut/cherry
|
|
reagents = list(/singleton/reagent/nutriment/cherryjelly = 10, /singleton/reagent/sugar = 10)
|
|
result = /obj/item/reagent_containers/food/snacks/donut/cherryjelly
|
|
|
|
/singleton/recipe/donut
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/sugar = 10)
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/dough
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/donut/normal
|
|
result_quantity = 2
|
|
|
|
/singleton/recipe/pisanggoreng
|
|
appliance = FRYER
|
|
fruit = list("banana" = 2)
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|
|
result = /obj/item/reagent_containers/food/snacks/pisanggoreng
|
|
coating = /singleton/reagent/nutriment/coating/batter
|
|
|
|
/singleton/recipe/funnelcake
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/sugar = 5, /singleton/reagent/nutriment/coating/batter = 10)
|
|
result = /obj/item/reagent_containers/food/snacks/funnelcake
|
|
|
|
/singleton/recipe/corn_dog
|
|
appliance = FRYER
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/sausage
|
|
)
|
|
coating = /singleton/reagent/nutriment/coating/batter
|
|
result = /obj/item/reagent_containers/food/snacks/corn_dog
|
|
|
|
/singleton/recipe/north60squid
|
|
appliance = FRYER
|
|
items = list(/obj/item/reagent_containers/food/snacks/squidmeat = 1,
|
|
/obj/item/reagent_containers/food/snacks/fish/raw_shrimp = 1
|
|
)
|
|
reagents = list(/singleton/reagent/drink/lemonjuice = 5 , /singleton/reagent/drink/applejuice = 5, /singleton/reagent/nutriment/garlicsauce = 10)
|
|
coating = /singleton/reagent/nutriment/coating/beerbatter
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|
|
result = /obj/item/reagent_containers/food/snacks/north60squid
|
|
|
|
/singleton/recipe/falafelballs
|
|
appliance = FRYER
|
|
fruit = list("chickpeas" = 2)
|
|
result = /obj/item/reagent_containers/food/snacks/falafelballs
|
|
|
|
/singleton/recipe/pop_shrimp
|
|
appliance = FRYER
|
|
reagents = list(/singleton/reagent/spacespice = 2)
|
|
coating = /singleton/reagent/nutriment/coating/batter
|
|
items = list(
|
|
/obj/item/reagent_containers/food/snacks/fish/raw_shrimp,
|
|
/obj/item/reagent_containers/food/snacks/fish/raw_shrimp
|
|
)
|
|
result = /obj/item/reagent_containers/food/snacks/bowl/pop_shrimp_bowl
|
|
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
|