News:

Welcome to World of Banished!

Main Menu

Farmed Food List

Started by Necrolex, October 02, 2025, 05:37:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Necrolex

Hello everyone.

Does anyone have, or know where to find, the list of all food items generated on vanilla farms and from Mods?
I want to know which ones already exist and which ones are still missing.

RedKetchup

in RKEC i have:

      { String _name = "SeedAcai";            String _text = "Acai Seeds"; }
      { String _name = "SeedApricot";            String _text = "Apricot Seeds"; }
      { String _name = "SeedBanana";            String _text = "Banana Seeds"; }
      { String _name = "SeedBarley";            String _text = "Barley Seeds"; }
      { String _name = "SeedBlackberry";         String _text = "Blackberry Seeds"; }
      { String _name = "SeedBroccoli";         String _text = "Broccoli Seeds"; }
      { String _name = "SeedCarrot";            String _text = "Carrot Seeds"; }
      { String _name = "SeedCoconut";            String _text = "Coconut Seeds"; }
      { String _name = "SeedCotton";            String _text = "Cotton Seeds"; }
      { String _name = "SeedCranberry";         String _text = "Cranberry Seeds"; }
      { String _name = "SeedCucumber";         String _text = "Cucumber Seeds"; }
      { String _name = "SeedDate";            String _text = "Date Seeds"; }
      { String _name = "SeedFig";            String _text = "Fig Seeds"; }
      { String _name = "SeedFlax";            String _text = "Flax Seeds"; }
      { String _name = "SeedGrape";            String _text = "Grape Seeds"; }
      { String _name = "SeedGrapefruit";         String _text = "Grapefruit Seeds"; }
      { String _name = "SeedGuava";            String _text = "Guava Seeds"; }
      { String _name = "SeedHops";            String _text = "Hops Seeds"; }
      { String _name = "SeedKale";            String _text = "Kale Seeds"; }
      { String _name = "SeedKiwi";            String _text = "Kiwi Seeds"; }
      { String _name = "SeedKumquat";            String _text = "Kumquat Seeds"; }
      { String _name = "SeedLemon";            String _text = "Lemon Seeds"; }
      { String _name = "SeedLettuce";            String _text = "Lettuce Seeds"; }
      { String _name = "SeedLime";            String _text = "Lime Seeds"; }
      { String _name = "SeedMango";            String _text = "Mango Seeds"; }
      { String _name = "SeedMulberry";         String _text = "Mulberry Seeds"; }
      { String _name = "SeedNectarine";         String _text = "Nectarine Seeds"; }
      { String _name = "SeedOat";            String _text = "Oat Seeds"; }
      { String _name = "SeedOlive";            String _text = "Olive Seeds"; }
      { String _name = "SeedOrange";            String _text = "Orange Seeds"; }
      { String _name = "SeedPapaya";            String _text = "Papaya Seeds"; }
      { String _name = "SeedPea";            String _text = "Pea Seeds"; }
      { String _name = "SeedPeanuts";            String _text = "Peanuts Seeds"; }
      { String _name = "SeedPineapple";         String _text = "Pineapple Seeds"; }
      { String _name = "SeedQuince";            String _text = "Quince Seeds"; }
      { String _name = "SeedRaspberry";         String _text = "Raspberry Seeds"; }
      { String _name = "SeedRadish";            String _text = "Radish Seeds"; }
      { String _name = "SeedRKBlueberry";         String _text = "Blueberry Seeds"; }
      { String _name = "SeedRye";            String _text = "Rye Seeds"; }
      { String _name = "SeedSpinach";            String _text = "Spinach Seeds"; }
      { String _name = "SeedSorghum";            String _text = "Sorghum Seeds"; }
      { String _name = "SeedStrawberry";         String _text = "Strawberry Seeds"; }
      { String _name = "SeedTamarind";         String _text = "Tamarind Seeds"; }
      { String _name = "SeedTomato";            String _text = "Tomato Seeds"; }
      { String _name = "SeedTurnip";            String _text = "Turnip Seeds"; }
      { String _name = "SeedWatermelon";         String _text = "Watermelon Seeds"; }
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

RedKetchup

megamod should have the most complete list. you need to ask Kralyerg for that
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

Necrolex

Thank you!
It's already helped me a lot, even though I still need to complete the rest of the list.

RedKetchup

if happends doing any of these :

      //"Template/RawMaterialGuava.rsc",
      //"Template/RawMaterialKiwi.rsc",
      //"Template/RawMaterialKumquat.rsc",
      //"Template/RawMaterialNectarine.rsc",
      //"Template/RawMaterialPapaya.rsc",
      //"Template/RawMaterialTamarind.rsc",

I am a taker :)
> > > Support Mods Creation developments with Donations by Paypal  < < <
Click here to Donate by PayPal .

Necrolex

I'm still trying to understand everything, but when I manage to create mods of this type, I thought about bringing a bit of Brazil with the GuaranĂ¡ fruit, a native item from here, but I can try to see what I can do about those ones you mentioned.

catty-cb

Quote from: Necrolex on October 02, 2025, 05:37:02 PMthe list of all food items generated on vanilla farms and from Mods?

I've got a copy of the old "Colonial Charter" site, its got according to the header at the top of each page everything that's in the original Banished game, plus those in Colonial Charter mod and (some of) Mega Mod

Have dropped one of the webpages into dropbox

https://www.dropbox.com/scl/fi/bpdvm7o1sq138l5l2324z/Production-Chains.pdf?rlkey=39ax5qyjxbqq4vbhq19t4lpbo&st=8ldhu098&dl=0

Necrolex

Wow!
It takes me a while to process large lists like this, but I'll read through it calmly because it's going to help me a lot.
Thank you!

catty-cb

I was thinking if I could zip it up then I could add it as a download as it has 100s of webpages all with detailed information on all the buildings, etc.

It will have to wait till the weekend  :thumbsup