Files
aad2e6bbd4 Let the Pizza wars begin! (New foods added + some food related tweaks) (#21204)
-Added many new food dishes and ingredients (many of them pizzas).
-Added some of the new ingredients to the Cargo order form.
- Added 2 new drinks and a drink bottle for one of them.
-Nerfed a few dishes that require cooking seafood or frying so that you
can no longer make them with the microwave
-Created new vending machine that sells microwave/instant foods to make
up for it and give Microwaves some variety.
-Added shrimp to the required ingredients for North 60 squid.
-Renamed empty Shakshouka pan to be something more generic so it can be
used for other dishes.
-Adjusted the contents of Dyn Pozole so it doesn't take five years to
finish eating.
-Defined a color for S'th berry juice.
-Created new pages and files for microwave foods.


If/when suggesting fixes please be mindful that my knowledge of code is
very limited and many of the more complicated funcitons have been copy
pasted form elsewherein the code and edited to fit, so coommit
suggestions are appreciated.

---------

Signed-off-by: tomixcomics <11053204+tomixcomics@users.noreply.github.com>
Co-authored-by: FlamingLily <80451102+FlamingLily@users.noreply.github.com>
Co-authored-by: hazelrat <83198434+hazelrat@users.noreply.github.com>
Co-authored-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2025-08-23 10:59:46 +00:00

114 lines
3.7 KiB
Plaintext

/singleton/recipe/microwave_olive_pizza
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/frozen_microwave_pizza/olive
)
result = /obj/item/reagent_containers/food/snacks/microwave_pizza/olive
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/microwave_district6_pizza
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/frozen_microwave_pizza/district6
)
result = /obj/item/reagent_containers/food/snacks/microwave_pizza/district6
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/microwave_pepperoni_pizza
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/frozen_microwave_pizza/district6
)
result = /obj/item/reagent_containers/food/snacks/microwave_pizza/district6
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/microwave_pizza_homemade
appliance = MICROWAVE | OVEN
reagents = list(/singleton/reagent/nutriment/ketchup = 10)
items = list(
/obj/item/reagent_containers/food/snacks/sliceable/flatdough,
/obj/item/reagent_containers/food/snacks/cheesewedge
)
reagent_mix = RECIPE_REAGENT_REPLACE //Simplify end product
result = /obj/item/reagent_containers/food/snacks/microwave_pizza
/singleton/recipe/microwave_pizza
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/frozen_microwave_pizza
)
result = /obj/item/reagent_containers/food/snacks/microwave_pizza
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/instant_mac_and_cheeze
appliance = MICROWAVE
items = list(
/obj/item/reagent_containers/food/snacks/packaged_microwave_mac_and_cheeze
)
result = /obj/item/reagent_containers/food/snacks/instant_mac
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/instant_fiery_mac_and_cheeze
appliance = MICROWAVE
items = list(
/obj/item/reagent_containers/food/snacks/packaged_microwave_fiery_mac_and_cheeze
)
result = /obj/item/reagent_containers/food/snacks/instant_mac_fiery
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/microwave_burger
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/frozen_burger
)
result = /obj/item/reagent_containers/food/snacks/quick_e_burger
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/microwave_mossburger
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/frozen_mossburger
)
result = /obj/item/reagent_containers/food/snacks/burger/moss/sad
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/microwave_curry
appliance = MICROWAVE
items = list(
/obj/item/reagent_containers/food/snacks/quick_curry
)
result = /obj/item/reagent_containers/food/snacks/quick_curry_prepared
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/microwave_hv_dinner
appliance = MICROWAVE
items = list(
/obj/item/reagent_containers/food/snacks/hv_dinner
)
result = /obj/item/reagent_containers/food/snacks/hv_dinner_prepared
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/strawberry_toptart
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/toptart_strawberry_raw
)
result = /obj/item/reagent_containers/food/snacks/toptart_strawberry
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/chocolate_peanutbutter_toptart
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/toptart_chocolate_peanutbutter_raw
)
result = /obj/item/reagent_containers/food/snacks/toptart_chocolate_peanutbutter
reagent_mix = RECIPE_REAGENT_REPLACE
/singleton/recipe/blueberry_toptart
appliance = MICROWAVE | OVEN
items = list(
/obj/item/reagent_containers/food/snacks/toptart_blueberry_raw
)
result = /obj/item/reagent_containers/food/snacks/toptart_blueberry
reagent_mix = RECIPE_REAGENT_REPLACE