From 6cfe290565f6a8ed93900f0df92b8ceaabfcfcab Mon Sep 17 00:00:00 2001 From: Golfavel <32048635+Golfavel@users.noreply.github.com> Date: Sun, 31 Dec 2023 03:17:33 -0700 Subject: [PATCH] [NeoDays] Edible flesh (#2261) * added: guava connected: various gummy candy with candy, handful of coconut flesh with canned clams * added: vegetable sandwich with cheese connected: dried soybeans to crack; fillet of mollush to fish; golden goose egg to lemon * added: licorice, horseradish root connected: horseradish greens to young leaves; hazelnut cake to cake2 moved: cake3 to ./food/ * fixed: nonexistant cake sprite * connected: pekmez to sewage; pecorino cheese to cheese; peanutbutter spread to canned beans; military chocolate to clay lump; mayapple to guayaba * connected: rehydrated cheese and rehydrated egg to cooking oil; cheese powder to canned corn * added: raw meatball, raw sausage, raw wasteland sausage moved: wasteland sausage to ./food/meats/ * connected: space cake to cake3; spinach to young leaves * added; sponge cake, succotash, toaster pastry connected: wild sarsaparilla root with raw spaghetti; tiramisu with cake2 --- .../items/brownie_brownie_weed_cake2_0.json | 1 - ...wafers_gummy_vitamins_maple_candy_candy_0.json | 1 - .../items/cheese_hard_cheese_0.json | 1 - gfx/NeoDays/pngs_tiles_10x10/items/clay_lump.json | 9 +++++++++ .../items/{1059_clay_lump_0.png => clay_lump.png} | Bin ...ay_lump_clay_boiled_clay_lump_chocolate_0.json | 1 - .../pngs_tiles_10x10/items/food/cake2.json | 10 ++++++++++ .../items/{1091_brownie_0.png => food/cake2.png} | Bin .../pngs_tiles_10x10/items/food/cake3.json | 8 ++++++++ .../{1092_jihelucake_0.png => food/cake3.png} | Bin .../pngs_tiles_10x10/items/food/candy.json | 13 +++++++++++++ .../items/{941_candy2_0.png => food/candy.png} | Bin .../pngs_tiles_10x10/items/food/cheese.json | 8 ++++++++ .../{1088_cheese_hard_0.png => food/cheese.png} | Bin .../items/food/fruit/guayaba.json | 8 ++++++++ .../pngs_tiles_10x10/items/food/fruit/guayaba.png | Bin 0 -> 115 bytes .../pngs_tiles_10x10/items/food/fruit/lemon.json | 3 ++- .../pngs_tiles_10x10/items/food/licorice.png | Bin 0 -> 143 bytes .../pngs_tiles_10x10/items/food/meats/fish.json | 1 + .../items/food/meats/fish_smoked.json | 1 - .../items/food/meats/meatball_raw.png | Bin 0 -> 109 bytes .../items/food/meats/sausage_raw.png | Bin 0 -> 122 bytes .../meats/sausage_wasteland.png} | Bin .../items/food/meats/sausage_wasteland_raw.png | Bin 0 -> 131 bytes .../food/sandwiches/sandwich_veggy_cheese.json | 7 +++++++ .../food/sandwiches/sandwich_veggy_cheese.png | Bin 0 -> 152 bytes .../items/food/spaghetti_raw.json | 10 ++++++++++ .../spaghetti_raw.png} | Bin .../pngs_tiles_10x10/items/food/sponge_cake.png | Bin 0 -> 138 bytes .../pngs_tiles_10x10/items/food/succotash.json | 7 +++++++ .../pngs_tiles_10x10/items/food/succotash.png | Bin 0 -> 154 bytes .../pngs_tiles_10x10/items/food/toasterpastry.png | Bin 0 -> 138 bytes .../items/food/vegetables/horseradish_root.png | Bin 0 -> 135 bytes .../items/food/vegetables/young_leaves.json | 2 ++ .../items/jihelucake_cake3_0.json | 1 - .../pngs_tiles_10x10/items/piles/can_beans.json | 1 + .../pngs_tiles_10x10/items/piles/can_clams.json | 1 + .../pngs_tiles_10x10/items/piles/can_corn.json | 1 + .../pngs_tiles_10x10/items/piles/crack.json | 1 + .../items/puddles/cooking_oil.json | 2 ++ .../pngs_tiles_10x10/items/puddles/sewage.json | 1 + .../items/sausage_wasteland_0.json | 1 - ...etti_raw_cracklins_porkstick_mre_hotdog_0.json | 1 - 43 files changed, 92 insertions(+), 9 deletions(-) delete mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/brownie_brownie_weed_cake2_0.json delete mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/candy2_candy3_neccowafers_gummy_vitamins_maple_candy_candy_0.json delete mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/cheese_hard_cheese_0.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/clay_lump.json rename gfx/NeoDays/pngs_tiles_10x10/items/{1059_clay_lump_0.png => clay_lump.png} (100%) delete mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/clay_lump_clay_boiled_clay_lump_chocolate_0.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/cake2.json rename gfx/NeoDays/pngs_tiles_10x10/items/{1091_brownie_0.png => food/cake2.png} (100%) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/cake3.json rename gfx/NeoDays/pngs_tiles_10x10/items/{1092_jihelucake_0.png => food/cake3.png} (100%) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/candy.json rename gfx/NeoDays/pngs_tiles_10x10/items/{941_candy2_0.png => food/candy.png} (100%) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/cheese.json rename gfx/NeoDays/pngs_tiles_10x10/items/{1088_cheese_hard_0.png => food/cheese.png} (100%) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/guayaba.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/guayaba.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/licorice.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/meats/meatball_raw.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/meats/sausage_raw.png rename gfx/NeoDays/pngs_tiles_10x10/items/{1003_sausage_wasteland_0.png => food/meats/sausage_wasteland.png} (100%) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/meats/sausage_wasteland_raw.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/sandwiches/sandwich_veggy_cheese.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/sandwiches/sandwich_veggy_cheese.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/spaghetti_raw.json rename gfx/NeoDays/pngs_tiles_10x10/items/{1022_spaghetti_raw_0.png => food/spaghetti_raw.png} (100%) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/sponge_cake.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/succotash.json create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/succotash.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/toasterpastry.png create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/vegetables/horseradish_root.png delete mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/jihelucake_cake3_0.json delete mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/sausage_wasteland_0.json delete mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/spaghetti_raw_cracklins_porkstick_mre_hotdog_0.json diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/brownie_brownie_weed_cake2_0.json b/gfx/NeoDays/pngs_tiles_10x10/items/brownie_brownie_weed_cake2_0.json deleted file mode 100644 index ed572296e8..0000000000 --- a/gfx/NeoDays/pngs_tiles_10x10/items/brownie_brownie_weed_cake2_0.json +++ /dev/null @@ -1 +0,0 @@ -{"id": ["brownie", "brownie_weed", "cake2"], "fg": ["1091_brownie_0"], "rotates": false, "bg": []} \ No newline at end of file diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/candy2_candy3_neccowafers_gummy_vitamins_maple_candy_candy_0.json b/gfx/NeoDays/pngs_tiles_10x10/items/candy2_candy3_neccowafers_gummy_vitamins_maple_candy_candy_0.json deleted file mode 100644 index b4a3057e0c..0000000000 --- a/gfx/NeoDays/pngs_tiles_10x10/items/candy2_candy3_neccowafers_gummy_vitamins_maple_candy_candy_0.json +++ /dev/null @@ -1 +0,0 @@ -{"id": ["candy2", "candy3", "neccowafers", "gummy_vitamins", "maple_candy", "candy"], "fg": ["941_candy2_0"], "rotates": false, "bg": []} \ No newline at end of file diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/cheese_hard_cheese_0.json b/gfx/NeoDays/pngs_tiles_10x10/items/cheese_hard_cheese_0.json deleted file mode 100644 index 7ef925dec3..0000000000 --- a/gfx/NeoDays/pngs_tiles_10x10/items/cheese_hard_cheese_0.json +++ /dev/null @@ -1 +0,0 @@ -{"id": ["cheese_hard", "cheese"], "fg": ["1088_cheese_hard_0"], "rotates": false, "bg": []} \ No newline at end of file diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/clay_lump.json b/gfx/NeoDays/pngs_tiles_10x10/items/clay_lump.json new file mode 100644 index 0000000000..9e0a4ed13e --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/clay_lump.json @@ -0,0 +1,9 @@ +{ + "id": [ + "clay_lump", + "clay_boiled", + "chocolate", + "chocolate_military" + ], + "fg": "clay_lump" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/1059_clay_lump_0.png b/gfx/NeoDays/pngs_tiles_10x10/items/clay_lump.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/1059_clay_lump_0.png rename to gfx/NeoDays/pngs_tiles_10x10/items/clay_lump.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/clay_lump_clay_boiled_clay_lump_chocolate_0.json b/gfx/NeoDays/pngs_tiles_10x10/items/clay_lump_clay_boiled_clay_lump_chocolate_0.json deleted file mode 100644 index 5f83a5b78c..0000000000 --- a/gfx/NeoDays/pngs_tiles_10x10/items/clay_lump_clay_boiled_clay_lump_chocolate_0.json +++ /dev/null @@ -1 +0,0 @@ -{"id": ["clay_lump", "clay_boiled", "chocolate"], "fg": ["1059_clay_lump_0"], "rotates": false, "bg": []} \ No newline at end of file diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/cake2.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/cake2.json new file mode 100644 index 0000000000..4a8ad3bc4c --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/cake2.json @@ -0,0 +1,10 @@ +{ + "id": [ + "cake2", + "hazelnut_cake", + "tiramisu", + "brownie", + "brownie_weed" + ], + "fg": "cake2" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/1091_brownie_0.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/cake2.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/1091_brownie_0.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/cake2.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/cake3.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/cake3.json new file mode 100644 index 0000000000..8bc20d87a6 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/cake3.json @@ -0,0 +1,8 @@ +{ + "id": [ + "cake3", + "space_cake", + "jihelucake" + ], + "fg": "cake3" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/1092_jihelucake_0.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/cake3.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/1092_jihelucake_0.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/cake3.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/candy.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/candy.json new file mode 100644 index 0000000000..95cb8283ad --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/candy.json @@ -0,0 +1,13 @@ +{ + "id": [ + "candy", + "candy2", + "candy3", + "candy4", + "candy5", + "neccowafers", + "gummy_vitamins", + "maple_candy" + ], + "fg": "candy" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/941_candy2_0.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/candy.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/941_candy2_0.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/candy.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/cheese.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/cheese.json new file mode 100644 index 0000000000..e21155b1e9 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/cheese.json @@ -0,0 +1,8 @@ +{ + "id": [ + "cheese", + "cheese_hard", + "pecorino_cheese" + ], + "fg": "cheese" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/1088_cheese_hard_0.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/cheese.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/1088_cheese_hard_0.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/cheese.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/guayaba.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/guayaba.json new file mode 100644 index 0000000000..2016ea9c5e --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/guayaba.json @@ -0,0 +1,8 @@ +{ + "id": [ + "guayaba", + "mayapple" + ], + "fg": "guayaba", + "//": "this is a lime, rename it to a lime if we ever get limes" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/guayaba.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/guayaba.png new file mode 100644 index 0000000000000000000000000000000000000000..ebfaa09b8b9046a19a4740b910b91d02722ed27e GIT binary patch literal 115 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4S$VoRhDcmaPEZgsP}=zaaq!`e zMKA3Ak|iWJYB^my*CFt$|9a4hB(*(u4n_@}hrKQKcuz|2;F4R!$gnttmrFEIY9Y`R N22WQ%mvv4FO#uHaBCh}d literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/lemon.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/lemon.json index 89a7cbe304..80b19dc13f 100644 --- a/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/lemon.json +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/fruit/lemon.json @@ -1,7 +1,8 @@ { "id": [ "lemon", - "irradiated_lemon" + "irradiated_lemon", + "egg_goose_golden" ], "fg": "lemon" } diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/licorice.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/licorice.png new file mode 100644 index 0000000000000000000000000000000000000000..815094ba7da69e69b9e213c4773f78a40259dfb8 GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4g?YL-hDcnVJK-Yd0Rs+~_?VZQ z{#i3;lWl)L$orlbRbR5B>Vvvo{2GJxFDtm#0&QUMboFyt=akR{00Cw-xc~qF literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish.json index f85b508506..03a1e792b9 100644 --- a/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish.json +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish.json @@ -1,6 +1,7 @@ { "id": [ "fish", + "mollusk", "lunchmeat", "fried_spam", "meat_aspic", diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish_smoked.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish_smoked.json index 84d6229781..89eddd241d 100644 --- a/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish_smoked.json +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/fish_smoked.json @@ -3,7 +3,6 @@ "fish_smoked", "pemmican", "hflesh_pemmican", - "toasterpastry", "cloutie_dumpling", "haggis", "human_haggis", diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/meatball_raw.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/meatball_raw.png new file mode 100644 index 0000000000000000000000000000000000000000..257dc7054f9208ee1ed33fb61d86cce678d4fcd8 GIT binary patch literal 109 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4nRvQ5hDcmaPFP@;;PUwYant5I|V^L-X0%5bq5*sDXww%@dzj4Pz&gn{SMYhhh3=H>#IJn|>6g2|%GkCiCxvXf4IeNM{hDcmaPEZgscqH(@e_bEv z^hN(KFEjiz-;7u9M2okeRl=d=9fsQ6hkJjB7#`wi>Ut0+9MtkqGNvnFjhe_dhH0Eq VDSO$&GJu9Lc)I$ztaD0e0suqYCh7nH literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/1003_sausage_wasteland_0.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/sausage_wasteland.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/1003_sausage_wasteland_0.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/meats/sausage_wasteland.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/sausage_wasteland_raw.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/meats/sausage_wasteland_raw.png new file mode 100644 index 0000000000000000000000000000000000000000..4e20df1d418f1c45d323a4ab39deda9f33eb9b2e GIT binary patch literal 131 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4d3m}xhDcoQo#4pF;K0JX{NMld z>PcI9PwrZ%7FDP{)0^R<>&;mv4KZJMxWiq<4gUylz4B#-@av#uuWNU7>Ne&Zf2uHf faObd?1q1ubFJfF5iXvHnrZRZC`njxgN@xNA>f4#e2FqhDcmaPEZgsaC-T_<%+=} zk=R?8nio2qU(T{_2Iu-kGYj6;tL2m(6#3ilB5|lCjkRmh>2`zMU-g;Z=j++n+Wzwx zOaA-+pXK4ftvn&;{LL_|b;lt=276b_`%$Jr9YCuXJYD@<);T3K0RRWw BIAj0- literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/spaghetti_raw.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/spaghetti_raw.json new file mode 100644 index 0000000000..3f9ff209a0 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/spaghetti_raw.json @@ -0,0 +1,10 @@ +{ + "id": [ + "spaghetti_raw", + "cracklins", + "porkstick", + "wild_sarsaparilla_root", + "mre_hotdog" + ], + "fg": "spaghetti_raw" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/1022_spaghetti_raw_0.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/spaghetti_raw.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/1022_spaghetti_raw_0.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/spaghetti_raw.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/sponge_cake.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/sponge_cake.png new file mode 100644 index 0000000000000000000000000000000000000000..f1027d18ab66db262ff16fb75463b11ea4e91850 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f41$w$ThDcmaPEZgsaC-T_<%;1U zk=R?8nnPRX`ExRZfUu9C55rtHvj_i|>e~L-&wcrmKRJ1E=eAjlk>X}Nlam`)9!pi? jF<2!W?VL^uLFUbP0l+XkKfubzo literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/succotash.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/succotash.json new file mode 100644 index 0000000000..00c52efff1 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/succotash.json @@ -0,0 +1,7 @@ +{ + "id": [ + "succotash", + "succotash_deluxe" + ], + "fg": "succotash" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/succotash.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/succotash.png new file mode 100644 index 0000000000000000000000000000000000000000..0d24301838febb7983f5040723687cda3ad97477 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4C3?CzhDcoQop74>fB}cIuaUEO zs(}71Nv-b_f<%`rDth>sovC4dn(FoGd7_tQMO&OZ(!<3nz`L-Q!(-8*z-qRMQ?5<9 zCerZ4ldItk+wJbVweMfN)BUn9Dph?7W7=8%%hh^C>?WUX?3BC>w2Z;i)z4*}Q$iB} DL9REW literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/toasterpastry.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/toasterpastry.png new file mode 100644 index 0000000000000000000000000000000000000000..2943eb35fb655c536f12c11f837fd1f431e74c76 GIT binary patch literal 138 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f41$w$ThDcmaPEZgsSoHD#oT%7v2}I5*=a5T0y8d%9#lzSST>O}R?zHdf$&Aqh0*;vrhcw3@=^{w7i42&b5k>6 jT+=n-@JIWF1#ArGFRAfIK8P*_8qVP9>gTe~DWM4f(*G>o literal 0 HcmV?d00001 diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/vegetables/horseradish_root.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/vegetables/horseradish_root.png new file mode 100644 index 0000000000000000000000000000000000000000..f3330b069bfbb6d3c6cc7ac73d937793bbb946d1 GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^AT}2V8<6ZZI=>f4`FXlHhDcm)?e`QqV8C%W<^TWl z?-owxi}a{vHeot4PiHH`nNA;%w0rj3);|wQxxt{~8y2p>IjQe@g~KGX6;ZZQvAZHa jX>GDwcKZ6?S