Skrell recipe tweak (#12661)

This commit is contained in:
LocoTokyoFunBus
2021-10-22 17:50:33 -03:00
committed by GitHub
parent dc90dc281b
commit 74d08e8f40
3 changed files with 10 additions and 4 deletions
@@ -18,7 +18,7 @@
fruit = list("plumphelmet" = 1)
items = list(
/obj/item/reagent_containers/food/snacks/cheesewedge,
/obj/item/reagent_containers/food/snacks/crabmeat
/obj/item/reagent_containers/food/snacks/fish/mollusc
)
result = /obj/item/reagent_containers/food/snacks/xuqqil
@@ -34,7 +34,7 @@
fruit = list("seaweed" = 2)
reagents = list(/decl/reagent/water = 10, /decl/reagent/drink/milk/cream = 5)
items = list(
/obj/item/reagent_containers/food/snacks/squidmeat
/obj/item/reagent_containers/food/snacks/fish/mollusc
)
reagent_mix = RECIPE_REAGENT_REPLACE
result = /obj/item/reagent_containers/food/snacks/soup/qilvo
@@ -3896,7 +3896,7 @@
/obj/item/reagent_containers/food/snacks/xuqqil
name = "xuq'qil"
desc = "A large mushroom cap stuffed with cheese and crab meat."
desc = "A large mushroom cap stuffed with cheese and gnazillae. Originally from the Traverse, the recipe has been adapted for the enjoyment of Skrell with an appreciation for the flavors of human cuisine"
icon_state = "xuqqil"
filling_color = "#833D67"
center_of_mass = list("x"=16, "y"=13)
@@ -5333,7 +5333,7 @@
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
/obj/item/reagent_containers/food/snacks/phoroncandy
name = "phoron rock candy"
desc = "Rock candy popular in Flagsdale. Actually contains phoron."
+6
View File
@@ -0,0 +1,6 @@
author: LocoTokyoFunBus
delete-after: True
changes:
- tweak: "Changes the recipes for Qilvo and Xuq'qil to use mollusc meat, instead of squid meat and crab legs."