Files
Paradise/code/modules/cooking/recipes/sushi_mat_recipes.dm
T
d1dad9a639 Import several foods and recipes from Hispania! (#31831)
* Import several foods and recipes from Hispania!

* Fix trailing newlines, remove hispania icon reference.

* Fix list spacing, add drink reagents, correct annona spelling.

* Amend drink description, move icons

* Apply new timer from @CRUNCH-Borg

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

* Apply @CRUNCH-Borg's attack chain suggestions

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

* Fix many duplicate vars.

* Fix more duplicate vars.

* Remove duplicate toast.

* Fix unreachable callback. Now with @CRUNCH-Borg!

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

* Amend some icons.

* Add vendor seeds, tweak plant sprites.
- Add base seeds to MegaSeed Servitor.
- Change smoked salmon sushi to use smoked salmon instead of salmon steak.
- Make maize dough yellower.
- Fix capitalization in peyote description.
- Make coconut inedible.
- Modify cream cheese recipe to remove conflict with butter.
- Tweak sprites of growing plants to sit inside hydroponics trays and not move around so much.

* Add guacamole recipe, agave distill reagent.
- Add prep bowl recipe for guacamole, condiment container and icons.
- Change cactus salad icon to use new plastic cup shape.
- Add distill reagent "tequila" to agave.
- Make coconuts only attack on harm intent.
- Fix some whitespace.

* Prevent bombonuts from detonating instantly.

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

* Spellcheck.

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

* Change some item names, descriptions, recipes.
- Make custom robot head recipe step so that those recipes don't just call for "a head".
- Replace smoked salmon sushi ingredient with new smoked salmon.
- Fix some confusing item names.
- Update descriptions of cacti.
- Add raw mouse as mouse butchering result.

* Modify reagent colors. Make cream cheese bread with cream cheese.

* Adjust some recipes and descriptions.
- Remove hipster ridicule from mate. Add it as a reagent to the plant.
- Touch up some grammar.
- Amend recipe for sweet arepas.

* Fix grown food slicing debug message.

* Grammar improvements feat. CRUNCH

Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Signed-off-by: Alan <alfalfascout@users.noreply.github.com>

---------

Signed-off-by: Alan <alfalfascout@users.noreply.github.com>
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
2026-05-07 21:01:26 +00:00

211 lines
7.4 KiB
Plaintext

/datum/cooking/recipe/ebi_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/ebi_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/boiled_shrimp),
PCWJ_ADD_ITEM(/obj/item/food/boiled_shrimp),
PCWJ_ADD_ITEM(/obj/item/food/boiled_shrimp),
PCWJ_ADD_ITEM(/obj/item/food/boiled_shrimp),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/ikura_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/ikura_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/salmon),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/salmon),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/salmon),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/salmon),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/inari_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/inari_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/fried_tofu),
PCWJ_ADD_ITEM(/obj/item/food/fried_tofu),
PCWJ_ADD_ITEM(/obj/item/food/fried_tofu),
PCWJ_ADD_ITEM(/obj/item/food/fried_tofu),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/masago_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/masago_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/goldfish),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/goldfish),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/goldfish),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/goldfish),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sake_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/sake_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/salmonmeat),
PCWJ_ADD_ITEM(/obj/item/food/salmonmeat),
PCWJ_ADD_ITEM(/obj/item/food/salmonmeat),
PCWJ_ADD_ITEM(/obj/item/food/salmonmeat),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/smoked_salmon_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/smoked_salmon_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/smokedsalmon),
PCWJ_ADD_ITEM(/obj/item/food/smokedsalmon),
PCWJ_ADD_ITEM(/obj/item/food/smokedsalmon),
PCWJ_ADD_ITEM(/obj/item/food/smokedsalmon),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_ebi
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_ebi
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/boiled_shrimp),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_ikura
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_ikura
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/salmon),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_inari
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_inari
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/fried_tofu),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_masago
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_masago
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/goldfish),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_sake
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_sake
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/salmonmeat),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_smoked_salmon
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_smoked_salmon
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/smokedsalmon),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_tai
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_tai
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/catfishmeat),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_tobiko
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_tobiko
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/shark),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/sushi_tobiko_egg
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliced/sushi_tobiko_egg
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/sliced/sushi_tobiko),
PCWJ_ADD_ITEM(/obj/item/food/egg),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/tai_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/tai_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/food/catfishmeat),
PCWJ_ADD_ITEM(/obj/item/food/catfishmeat),
PCWJ_ADD_ITEM(/obj/item/food/catfishmeat),
PCWJ_ADD_ITEM(/obj/item/food/catfishmeat),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/tobiko_egg_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/tobiko_egg_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/sliced/sushi_tobiko),
PCWJ_ADD_ITEM(/obj/item/food/sliced/sushi_tobiko),
PCWJ_ADD_ITEM(/obj/item/food/sliced/sushi_tobiko),
PCWJ_ADD_ITEM(/obj/item/food/sliced/sushi_tobiko),
PCWJ_ADD_ITEM(/obj/item/food/egg),
PCWJ_ADD_ITEM(/obj/item/food/egg),
PCWJ_ADD_ITEM(/obj/item/food/egg),
PCWJ_ADD_ITEM(/obj/item/food/egg),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)
/datum/cooking/recipe/tobiko_maki
container_type = /obj/item/reagent_containers/cooking/sushimat
product_type = /obj/item/food/sliceable/tobiko_maki
catalog_category = COOKBOOK_CATEGORY_SUSHI
steps = list(
PCWJ_ADD_ITEM(/obj/item/food/boiledrice),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/shark),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/shark),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/shark),
PCWJ_ADD_ITEM(/obj/item/fish_eggs/shark),
PCWJ_ADD_ITEM(/obj/item/stack/seaweed),
)