Files
Alan 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

103 lines
3.4 KiB
Plaintext

// From Hispania!
/obj/item/seeds/avocado
name = "pack of avocado seeds"
desc = "These seeds grow into avocado trees. Watery."
icon_state = "seed-avocado"
species = "avocado"
plantname = "Avocado Tree"
product = /obj/item/food/grown/avocado
lifespan = 50
endurance = 35
production = 5
potency = 30
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
icon_grow = "avocado-grow"
icon_dead = "avocado-dead"
mutatelist = list(/obj/item/seeds/avocado/aircado, /obj/item/seeds/avocado/firecado, /obj/item/seeds/avocado/earthcado)
genes = list(/datum/plant_gene/trait/repeated_harvest)
reagents_add = list("water" = 0.05, "vitamin" = 0.05, "plantmatter" = 0.1)
/obj/item/food/grown/avocado
seed = /obj/item/seeds/avocado
name = "avocado"
desc = "An unusually fatty fruit containing a single large seed."
icon_state = "avocado"
slice_path = /obj/item/food/sliced/avocado
slices_num = 2
/obj/item/food/sliced/avocado
name = "avocado slice"
desc = "A slice of green goodness."
icon = 'icons/obj/hydroponics/harvest.dmi'
icon_state = "avocado_cut"
list_reagents = list("vitamin" = 1)
/obj/item/seeds/avocado/aircado
name = "pack of aircado seeds"
desc = "These seeds grow into aircado trees. Airy."
icon_state = "seed-aircado"
species = "aircado"
plantname = "Aircado Tree"
product = /obj/item/food/grown/avocado/aircado
mutatelist = list(/obj/item/seeds/avocado, /obj/item/seeds/avocado/firecado, /obj/item/seeds/avocado/earthcado)
reagents_add = list("oxygen" = 0.05)
rarity = 20
/obj/item/seeds/avocado/firecado
name = "pack of firecado seeds"
desc = "These seeds grow into firecado trees. Fiery."
icon_state = "seed-firecado"
species = "firecado"
plantname = "Firecado Tree"
product = /obj/item/food/grown/avocado/firecado
mutatelist = list(/obj/item/seeds/avocado, /obj/item/seeds/avocado/aircado, /obj/item/seeds/avocado/earthcado)
reagents_add = list("oil" = 0.05, "plantmatter" = 0.1)
rarity = 20
/obj/item/seeds/avocado/earthcado
name = "pack of earthcado seeds"
desc = "These seeds grow into earthcado trees. Earthy."
icon_state = "seed-earthcado"
species = "earthcado"
plantname = "Earthcado Tree"
product = /obj/item/food/grown/avocado/earthcado
mutatelist = list(/obj/item/seeds/avocado, /obj/item/seeds/avocado/firecado, /obj/item/seeds/avocado/aircado)
reagents_add = list("carbon" = 0.05, "plantmatter" = 0.1)
rarity = 20
/obj/item/food/grown/avocado/aircado
seed = /obj/item/seeds/avocado/aircado
name = "aircado"
desc = "An unusually airy fruit containing a single large seed."
icon_state = "aircado"
slice_path = /obj/item/food/sliced/avocado/aircado
/obj/item/food/grown/avocado/firecado
seed = /obj/item/seeds/avocado/firecado
name = "firecado"
desc = "An unusually fiery fruit containing a single large seed."
icon_state = "firecado"
slice_path = /obj/item/food/sliced/avocado/firecado
/obj/item/food/grown/avocado/earthcado
seed = /obj/item/seeds/avocado/earthcado
name = "earthcado"
desc = "An unusually earthy fruit containing a single large seed."
icon_state = "earthcado"
slice_path = /obj/item/food/sliced/avocado/earthcado
/obj/item/food/sliced/avocado/aircado
name = "aircado slice"
desc = "A slice of white goodness."
icon_state = "aircado_cut"
/obj/item/food/sliced/avocado/firecado
name = "firecado slice"
desc = "A slice of red goodness."
icon_state = "firecado_cut"
/obj/item/food/sliced/avocado/earthcado
name = "earthcado slice"
desc = "A slice of brown goodness."
icon_state = "earthcado_cut"