mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Reopens Six new Unathi themed recipes (#12380)
This commit is contained in:
@@ -5219,4 +5219,65 @@
|
||||
slot_flags = SLOT_EARS
|
||||
filling_color = "#dcd9cd"
|
||||
reagents_to_add = list(/decl/reagent/mental/vkrexi = 0.5)
|
||||
bitesize = 1
|
||||
bitesize = 1
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/batwings
|
||||
name = "spiced shrieker wings"
|
||||
desc = "Wings of a small flying mammal, enriched with a dizzying amount of fat, and spiced with chilis."
|
||||
icon_state = "batwings"
|
||||
reagents_to_add = list(/decl/reagent/nutriment/protein = 3, /decl/reagent/nutriment/triglyceride = 2, /decl/reagent/capsaicin = 5)
|
||||
bitesize = 4
|
||||
trash = /obj/item/trash/plate
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/jellystew
|
||||
name = "jelly stew"
|
||||
desc = "A fatty, spicy, stew with crunchy chunks of meat floating amongst rich slimy globules. The texture is most definitely acquired."
|
||||
icon_state = "jellystew"
|
||||
reagents_to_add = list(/decl/reagent/nutriment = 3, /decl/reagent/nutriment/protein/seafood = 6, /decl/reagent/nutriment/protein = 3, /decl/reagent/nutriment/triglyceride = 3, /decl/reagent/capsaicin = 5)
|
||||
reagent_data = list(/decl/reagent/nutriment = list("slippery slime" = 3))
|
||||
bitesize = 7
|
||||
trash = /obj/item/trash/snack_bowl
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/roefritters
|
||||
name = "roe fritters"
|
||||
desc = "Fried patties made from fish eggs."
|
||||
icon_state = "fritters"
|
||||
reagents_to_add = list(/decl/reagent/nutriment = 3, /decl/reagent/nutriment/coating/batter = 5, /decl/reagent/nutriment/protein/seafood = 6)
|
||||
reagent_data = list(/decl/reagent/nutriment = list("brine" = 3, "fish" = 3))
|
||||
bitesize = 6
|
||||
trash = /obj/item/trash/plate
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/stuffedfish
|
||||
name = "stuffed fish fillet"
|
||||
desc = "A fish fillet stuffed with small eggs and cheese."
|
||||
icon_state = "stuffedfish"
|
||||
reagents_to_add = list(/decl/reagent/nutriment = 3, /decl/reagent/nutriment/protein/seafood = 7, /decl/reagent/nutriment/protein/cheese = 2)
|
||||
reagent_data = list(/decl/reagent/nutriment = list("brine" = 3, "fish" = 3))
|
||||
bitesize = 5
|
||||
trash = /obj/item/trash/plate
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/stuffedcarp
|
||||
name = "stuffed fish fillet"
|
||||
desc = "A fish fillet stuffed with small eggs and cheese."
|
||||
icon_state = "stuffedfish"
|
||||
reagents_to_add = list(/decl/reagent/nutriment = 3, /decl/reagent/nutriment/protein/seafood = 7, /decl/reagent/nutriment/protein/cheese = 2, /decl/reagent/toxin/carpotoxin = 3)
|
||||
reagent_data = list(/decl/reagent/nutriment = list("brine" = 3, "fish" = 3))
|
||||
bitesize = 6
|
||||
trash = /obj/item/trash/plate
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/razirnoodles
|
||||
name = "razir noodles"
|
||||
desc = "While this dish appears to be noodles at a glance, it is in fact thin strips of meat coated in an egg based sauce, topped with sliced limes. An authentic variant of this is commonly eaten in and around Razir."
|
||||
icon_state = "razirnoodles"
|
||||
reagents_to_add = list(/decl/reagent/nutriment = 3, /decl/reagent/nutriment/protein/seafood = 8, /decl/reagent/nutriment/protein/egg = 3, /decl/reagent/hyperzine = 5, /decl/reagent/acid/polyacid = 3)
|
||||
reagent_data = list(/decl/reagent/nutriment = list("molten heat" = 3, "slippery noodles" = 3))
|
||||
bitesize = 10
|
||||
trash = /obj/item/trash/plate
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/sintapudding
|
||||
name = "sinta pudding"
|
||||
desc = "Reddish, and extremely smooth, chocolate pudding, rich in iron!"
|
||||
icon_state = "sintapudding"
|
||||
reagents_to_add = list(/decl/reagent/nutriment = 1, /decl/reagent/nutriment/protein = 1, /decl/reagent/blood = 6, /decl/reagent/nutriment/coco = 3)
|
||||
reagent_data = list(/decl/reagent/nutriment = list("iron" = 3))
|
||||
bitesize = 6
|
||||
@@ -23,6 +23,13 @@
|
||||
name = "fish fillet"
|
||||
desc = "A fillet of fish."
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/fish/roe
|
||||
name = "roe sack"
|
||||
desc = "A fleshy organ filled with fish eggs."
|
||||
icon_state = "roesack"
|
||||
fish_type = "fish"
|
||||
reagents_to_add = list(/decl/reagent/nutriment/protein/seafood = 3)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/fish/mollusc
|
||||
name = "slimy meat"
|
||||
desc = "Some slimy meat from clams or molluscs."
|
||||
@@ -118,4 +125,4 @@
|
||||
|
||||
/obj/item/trash/mollusc_shell/clam/rasval
|
||||
name = "ras'val clam shell"
|
||||
icon_state = "ras'val_clams_shell"
|
||||
icon_state = "ras'val_clams_shell"
|
||||
@@ -94,3 +94,9 @@
|
||||
item_state = "vannameat"
|
||||
contained_sprite = TRUE
|
||||
reagents_to_add = list(/decl/reagent/nutriment/protein = 6, /decl/reagent/mindbreaker = 6)
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/meat/bat
|
||||
name = "bat wings"
|
||||
desc = "Like chicken wings, but with even less meat!"
|
||||
icon_state = "batmeat"
|
||||
reagents_to_add = list(/decl/reagent/nutriment/protein = 1)
|
||||
Reference in New Issue
Block a user