[MIRROR] Foodening [MDB IGNORE] (#23440)

* Foodening

* Update chem_dispenser.dm

* Juicening?

* Update big_mortar.dm

* Adds crafting complexities to modular foods

* Olive oil repath

* Cooking oil repath

---------

Co-authored-by: Andrew <mt.forspam@gmail.com>
Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-09-03 20:47:17 -04:00
committed by GitHub
co-authored by Andrew Bloop
parent f02cfff347
commit f0b265b6bb
147 changed files with 1644 additions and 673 deletions
@@ -49,7 +49,7 @@ GLOBAL_VAR_INIT(chicken_count, 0)
AddElement(/datum/element/animal_variety, "chicken", pick("brown", "black", "white"), modify_pixels = TRUE)
AddComponent(\
/datum/component/egg_layer,\
/obj/item/food/egg,\
/obj/item/food/egg/organic,\
list(/obj/item/food/grown/wheat),\
feed_messages = list("She clucks contently."),\
lay_messages = EGG_LAYING_MESSAGES,\
@@ -11,7 +11,7 @@
mob_biotypes = MOB_ORGANIC | MOB_BEAST
speak_emote = list("moos","moos hauntingly")
speed = 1.1
butcher_results = list(/obj/item/food/meat/slab = 6)
butcher_results = list(/obj/item/food/meat/slab/grassfed = 6)
response_help_continuous = "pets"
response_help_simple = "pet"
response_disarm_continuous = "gently pushes aside"
@@ -7,7 +7,7 @@
gender = FEMALE
mob_biotypes = MOB_ORGANIC|MOB_BEAST
speak_emote = list("grunts", "grunts lowly")
butcher_results = list(/obj/item/food/meat/slab = 3)
butcher_results = list(/obj/item/food/meat/slab/grassfed = 3)
response_help_continuous = "pets"
response_help_simple = "pet"
response_disarm_continuous = "gently nudges"
@@ -32,7 +32,7 @@
response_harm_simple = "kick"
attack_verb_continuous = "kicks"
attack_verb_simple = "kick"
butcher_results = list(/obj/item/food/meat/slab = 1)
butcher_results = list(/obj/item/food/meat/slab/grassfed = 1)
unsuitable_cold_damage = 0.5 // Cold damage is 0.5 here to account for low health on the rabbit.
unsuitable_heat_damage = 0.5 // Heat damage is 0.5 here to account for low health on the rabbit.
ai_controller = /datum/ai_controller/basic_controller/rabbit
@@ -9,7 +9,7 @@
mob_biotypes = MOB_ORGANIC | MOB_BEAST
speak_emote = list("baas","bleats")
speed = 1.1
butcher_results = list(/obj/item/food/meat/slab = 3)
butcher_results = list(/obj/item/food/meat/slab/grassfed = 3)
response_help_continuous = "pets"
response_help_simple = "pet"
response_disarm_continuous = "gently pushes aside"