mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
d1dad9a639
* 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>
67 lines
2.2 KiB
Plaintext
67 lines
2.2 KiB
Plaintext
// From Hispania!
|
|
//Semillas
|
|
/obj/item/seeds/prickly_pear
|
|
name = "pack of prickly pear cactus"
|
|
desc = "These seeds will grow into a prickly pear cactus, its fruit can be eaten."
|
|
icon_state = "pricklypearlcactus-seed"
|
|
species = "prickly"
|
|
plantname = "Prickly Cactus"
|
|
product = /obj/item/food/grown/prickly_pear
|
|
lifespan = 60
|
|
endurance = 25
|
|
yield = 6
|
|
potency = 35
|
|
maturation = 4
|
|
growing_icon = 'icons/obj/hydroponics/growing_fruits.dmi'
|
|
genes = list(/datum/plant_gene/trait/repeated_harvest)
|
|
mutatelist = list(/obj/item/seeds/prickly_pear/san_pedro)
|
|
reagents_add = list("nutriment" = 0.08)
|
|
|
|
/obj/item/seeds/prickly_pear/san_pedro
|
|
name = "pack of san pedro cactus"
|
|
desc = "These seeds will grow into a San Pedro cactus."
|
|
icon_state = "sanpedrocactus-seed"
|
|
species = "pedro"
|
|
plantname = "San Pedro Cactus"
|
|
product = /obj/item/food/grown/prickly_pear/san_pedro
|
|
mutatelist = list(/obj/item/seeds/prickly_pear/san_pedro/peyote)
|
|
reagents_add = list("nutriment" = 0.06, "sugar" = 0.02, "lsd" = 0.02)
|
|
|
|
/obj/item/seeds/prickly_pear/san_pedro/peyote
|
|
name = "pack of peyote"
|
|
desc = "These seeds grow into a useless decorative peyote cactus."
|
|
icon_state = "peyote-seed"
|
|
species = "peyote"
|
|
plantname = "Peyote Cactus"
|
|
product = /obj/item/food/grown/prickly_pear/san_pedro/peyote
|
|
mutatelist = list()
|
|
reagents_add = list("lsd" = 1)
|
|
|
|
//Fruta
|
|
/obj/item/food/grown/prickly_pear
|
|
seed = /obj/item/seeds/prickly_pear
|
|
name = "prickly pear"
|
|
desc = "The red fruit or pear of this cactus are also known as tuna."
|
|
icon_state = "pricklypearlcactus"
|
|
tastes = list("sweet" = 1, "bland" = 1)
|
|
|
|
/obj/item/food/grown/prickly_pear/san_pedro
|
|
seed = /obj/item/seeds/prickly_pear/san_pedro
|
|
name = "san pedro cactus"
|
|
desc = "A cactus from the Earth Andes mountains. Medicinal, ornamental, symbolic of life for the indigenous people."
|
|
icon_state = "sanpedrocactus"
|
|
force = 7
|
|
throwforce = 7
|
|
w_class = WEIGHT_CLASS_NORMAL
|
|
throw_speed = 4
|
|
throw_range = 5
|
|
attack_verb = list("hit", "sliced")
|
|
tastes = list("weird" = 1, "watery" = 1)
|
|
|
|
/obj/item/food/grown/prickly_pear/san_pedro/peyote
|
|
seed = /obj/item/seeds/prickly_pear/san_pedro/peyote
|
|
name = "peyote"
|
|
desc = "Now I can see the future, the past and all that is true."
|
|
icon_state = "peyote"
|
|
tastes = list("fun" = 1)
|