[READY] Gives crabs their own meat + recipes (Revived edition) (#45973)

* guess it wasn't a fix huh

* crab motherfucking rangoon
This commit is contained in:
tralezab
2019-08-26 20:19:22 +02:00
committed by AnturK
parent 88d5643bd6
commit 01ceb75633
11 changed files with 83 additions and 4 deletions
@@ -288,6 +288,27 @@
filling_color = "#B22222"
tastes = list("beef" = 1, "cod fish" = 1)
/obj/item/reagent_containers/food/snacks/meat/rawcrab
name = "raw crab meat"
desc = "A pile of raw crab meat."
icon_state = "crabmeatraw"
cooked_type = /obj/item/reagent_containers/food/snacks/meat/crab
bitesize = 3
list_reagents = list("nutriment" = 1, "cooking_oil" = 3)
filling_color = "#EAD079"
tastes = list("raw crab" = 1)
foodtype = RAW | MEAT
/obj/item/reagent_containers/food/snacks/meat/crab
name = "crab meat"
desc = "Some deliciously cooked crab meat."
icon_state = "crabmeat"
list_reagents = list("nutriment" = 2)
bonus_reagents = list("nutriment" = 3, "vitamin" = 2, "cooking_oil" = 2)
filling_color = "#DFB73A"
tastes = list("crab" = 1)
foodtype = MEAT
////////////////////////////////////// MEAT STEAKS ///////////////////////////////////////////////////////////
@@ -289,3 +289,11 @@
list_reagents = list(/datum/reagent/consumable/nutriment = 8, /datum/reagent/consumable/liquidelectricity = 5)
tastes = list("bun" = 2, "pure electricity" = 4)
foodtype = GRAIN | TOXIC
/obj/item/reagent_containers/food/snacks/burger/crab
name = "crab burger"
desc = "A delicious patty of the crabby kind, slapped in between a bun."
icon_state = "crabburger"
bonus_reagents = list("nutriment" = 2, "vitamin" = 3)
tastes = list("bun" = 2, "crab meat" = 4)
foodtype = GRAIN | MEAT
@@ -652,3 +652,13 @@
icon_state = "peachcanmaint"
trash = /obj/item/trash/can/food/peaches/maint
tastes = list("peaches" = 1, "tin" = 7)
/obj/item/reagent_containers/food/snacks/crab_rangoon
name = "Crab Rangoon"
desc = "Has many names, like crab puffs, cheese wontons, crab dumplings? Whatever you call them, they're a fabulous blast of cream cheesy crab."
icon_state = "crabrangoon1"
list_reagents = list(/datum/reagent/consumable/nutriment = 10, /datum/reagent/consumable/nutriment/vitamin = 5)
filling_color = "#f2efdc"
w_class = WEIGHT_CLASS_SMALL
tastes = list("cream cheese" = 4, "crab" = 3, "crispiness" = 2)
foodtype = MEAT | DAIRY | GRAIN
@@ -234,3 +234,11 @@
bonus_reagents = list(/datum/reagent/consumable/nutriment = 1, /datum/reagent/consumable/nutriment/vitamin = 5)
tastes = list("caramelized onions" = 1)
foodtype = VEGETABLES
/obj/item/reagent_containers/food/snacks/soup/bisque
name = "bisque"
desc = "A classic entree from Space-France."
icon_state = "bisque"
bonus_reagents = list("nutriment" = 4, "vitamin" = 6)
tastes = list("creamy texture" = 1, "crab" = 4)
foodtype = MEAT
@@ -176,7 +176,7 @@
)
result = /obj/item/reagent_containers/food/snacks/burger/purple
subcategory = CAT_BURGER
/datum/crafting_recipe/food/blackburger
name = "Black burger"
reqs = list(
@@ -186,7 +186,7 @@
)
result = /obj/item/reagent_containers/food/snacks/burger/black
subcategory = CAT_BURGER
/datum/crafting_recipe/food/whiteburger
name = "White burger"
reqs = list(
@@ -303,3 +303,13 @@
result = /obj/item/reagent_containers/food/snacks/burger/empoweredburger
subcategory = CAT_BURGER
/datum/crafting_recipe/food/crabburger
name = "Crab Burger"
reqs = list(
/obj/item/reagent_containers/food/snacks/meat/crab = 2,
/obj/item/reagent_containers/food/snacks/bun = 1
)
result = /obj/item/reagent_containers/food/snacks/burger/crab
subcategory = CAT_BURGER
@@ -355,3 +355,14 @@
)
result = /obj/item/reagent_containers/food/snacks/salad/ricepudding
subcategory = CAT_MISCFOOD
/datum/crafting_recipe/food/crab_rangoon
name = "Crab Rangoon"
reqs = list(
/obj/item/reagent_containers/food/snacks/doughslice = 1,
/datum/reagent/consumable/cream = 5,
/obj/item/reagent_containers/food/snacks/cheesewedge = 1,
/obj/item/reagent_containers/food/snacks/meat/rawcrab = 1
)
result = /obj/item/reagent_containers/food/snacks/crab_rangoon
subcategory = CAT_MISCFOOD
@@ -246,4 +246,15 @@
/obj/item/reagent_containers/food/snacks/cheesewedge = 1,
)
result = /obj/item/reagent_containers/food/snacks/soup/onion
subcategory = CAT_SOUP
subcategory = CAT_SOUP
/datum/crafting_recipe/food/bisque
name = "Bisque"
reqs = list(
/datum/reagent/water = 10,
/obj/item/reagent_containers/glass/bowl = 1,
/obj/item/reagent_containers/food/snacks/meat/crab = 1,
/obj/item/reagent_containers/food/snacks/salad/boiledrice = 1
)
result = /obj/item/reagent_containers/food/snacks/soup/bisque
subcategory = CAT_SOUP
@@ -10,7 +10,7 @@
emote_see = list("clacks.")
speak_chance = 1
turns_per_move = 5
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/slab = 1)
butcher_results = list(/obj/item/reagent_containers/food/snacks/meat/rawcrab = 2)
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "stomps"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB