Files
Paradise/code/modules/cooking/recipes/prep_bowl_recipes.dm
T
f9ade844c9 Kitchen rework part 1: machines and recipes. (#28277)
* Kitchen rework part 1: machines and recipes.

* update oldstation

* update updatepaths script number

* fix blank icon test

* remove old deep fryer completely

* fix duped recipes and recipe datum names

* add chef PDA cart to chefdrobe

* nerf grill wood consumption rate

* multiply food for cooking machine rating

* fix runtime

* add cookware to syndie base and oldstation

* remove dupe burger recipe, update syndie/oldstation setups

* nerf potency quality award

* buff burn/ignite times, remove pointless on_fire flag

* more grill woodburn nerf

* meh

* try and unfuck timing issues

* more fixes and icon updates

* more fixes

* more review changes

* fix linter

* disable pcwj debug

* fix grill and deep fryer overlays

* fix timers with no containers

* attempt to fix reagent adding issues

* more cleanups

* allow rped usage

* grammar, null checks, reagent display

* PDA updates, map updates

* fix mats values

* new panel sprites

* recipe fixes, add prep bowl

* revert unused icon file changes

* move this to mesh with smith TM

* remove food quality for now

* New sprites, autochef.

* fix examine text

* reduce oven cook times

* lots of fixes

* fix autochef recipes that start with reagents

* prevent shenanigans

* megapatch 1

* block ingredients behind oven door

* PDA app improvements

* remove unused proc

* fixes for cookbook, descontructions, completed steps

* allow empty containers with a tracker to be claimed

* allow reclaiming

* autochef reliability fixes

* autochef reliability fixes

* fix quality product count

* update updatepaths script

* better stack handling

* more fixes for stacks and reagents

* timers no longer turn off burners automatically

* autochef turn offs and make sure we can see output storage

* add microwave recipe for roundremoving player brains

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* burza review 1

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* fix berry muffin name while i'm here

* grill -> microwave in new tests

* grill -> microwave in new tests, but actually for realsies

* i definitely know what i'm doing

* redundant attack chain setting

* add examine text about clearing buffer

* remove unused vars and start improving docs

---------

Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
2025-03-23 04:59:08 +00:00

153 lines
5.7 KiB
Plaintext

/datum/cooking/recipe/aesirsalad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/aesir
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/deus),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/deus),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/deus),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/apple/gold),
)
/datum/cooking/recipe/antipasto_salad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/antipasto
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/cutlet),
PCWJ_ADD_ITEM(/obj/item/food/sliced/cheesewedge),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/lettuce),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/lettuce),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/olive),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/tomato),
)
/datum/cooking/recipe/caesar_salad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/caesar
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/sliced/onion_slice/red),
PCWJ_ADD_ITEM(/obj/item/food/sliced/cheesewedge),
PCWJ_ADD_ITEM(/obj/item/food/sliced/bread),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/lettuce),
PCWJ_ADD_REAGENT("oliveoil", 5),
)
/datum/cooking/recipe/citrusdelight
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/citrusdelight
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_PRODUCE(/obj/item/food/grown/citrus/lime),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/citrus/orange),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/citrus/lemon),
)
/datum/cooking/recipe/fruitsalad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/fruit
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/sliced/watermelon),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/citrus/orange),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/apple),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/grapes),
)
/datum/cooking/recipe/greek_salad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/greek
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/sliced/onion_slice/red),
PCWJ_ADD_ITEM(/obj/item/food/sliced/onion_slice/red),
PCWJ_ADD_ITEM(/obj/item/food/sliced/cheesewedge),
PCWJ_ADD_ITEM(/obj/item/food/sliced/cheesewedge),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/olive),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/tomato),
PCWJ_ADD_REAGENT("oliveoil", 5),
)
/datum/cooking/recipe/herbsalad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/herb
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/vulgaris),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/vulgaris),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/vulgaris),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/apple),
)
/datum/cooking/recipe/junglesalad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/jungle
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/sliced/watermelon),
PCWJ_ADD_ITEM(/obj/item/food/sliced/watermelon),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/apple),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/grapes),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/banana),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/banana),
)
/datum/cooking/recipe/kale_salad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/kale
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/sliced/onion_slice/red),
PCWJ_ADD_ITEM(/obj/item/food/sliced/onion_slice/red),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/carrot),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/lettuce),
PCWJ_ADD_REAGENT("oliveoil", 5),
)
/datum/cooking/recipe/melonfruitbowl
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/melonfruitbowl
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_PRODUCE(/obj/item/food/grown/watermelon),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/apple),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/banana),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/citrus/orange),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/citrus/lemon),
)
/datum/cooking/recipe/potato_salad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/potato
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledegg),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/potato),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/potato),
PCWJ_ADD_REAGENT("mayonnaise", 5),
)
/datum/cooking/recipe/salad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_PRODUCE(/obj/item/food/grown/lettuce),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/lettuce),
)
/datum/cooking/recipe/validsalad
container_type = /obj/item/reagent_containers/cooking/bowl
product_type = /obj/item/food/salad/valid
catalog_category = COOKBOOK_CATEGORY_SALADS
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/meatball),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/vulgaris, exclude_reagents = list("toxin")),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/vulgaris, exclude_reagents = list("toxin")),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/ambrosia/vulgaris, exclude_reagents = list("toxin")),
PCWJ_ADD_PRODUCE(/obj/item/food/grown/potato),
)