The list of what the different baby animals will eat is rather eccentric. Of the foods a given animal will eat, only the ones that you have in your inventory will show up, and often these turn out to all be rather expensive/hard-to-make foods. However, all 3 babies will eat a select few simple/cheap foods - you just may not have them in your inventory.
So here's a list of those foods:
Piglets eat: broccoli, cabbage, potatoes, grain, oats
caterpillars eat: zucchini, mushrooms, potatoes
chicks eat: carrots, corn, parsnips, rice, liquorice
Yes!! This is soo helpful!! Thanks for posting this!! Oddly, I've noticed my caterpillars won't eat potatoes, but I've had good luck with tomatotes... Have you noticed any particular amount of food? I was having good luck with 11 of each item for a few days, then it changed to 13, now after the update it seems more varied...?
:-) =^.^=
Yes!! This is soo helpful!! Thanks for posting this!! Oddly, I've noticed my caterpillars won't eat potatoes, but I've had good luck with tomatotes... Have you noticed any particular amount of food? I was having good luck with 11 of each item for a few days, then it changed to 13, now after the update it seems more varied...?
\r\n:-) =^.^=
If you're interested in seeing the full list of items, this is an open source game so you can do that too! Here's where that is defined: https://github.com/ChildrenOfUr/coUserver/blob/dev/lib/entities/items/json/herdkeeping.json
If you're interested in seeing the full list of items, this is an open source game so you can do that too! Here's where that is defined: https://github.com/ChildrenOfUr/coUserver/blob/dev/lib/entities/items/json/herdkeeping.json
And if you're interested in seeing why it takes how many it takes, you can check that out here: https://github.com/ChildrenOfUr/coUserver/blob/dev/lib/entities/items/actions/itemgroups/baby_animals.dart#L98
And if you're interested in seeing why it takes how many it takes, you can check that out here: https://github.com/ChildrenOfUr/coUserver/blob/dev/lib/entities/items/actions/itemgroups/baby_animals.dart#L98
Didn't even *think* about going to look at the code. Literally, didn't even cross my mind. You rock, thanks!!!!! =^.^=
Didn't even *think* about going to look at the code. Literally, didn't even cross my mind. You rock, thanks!!!!! =^.^=