Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Sure. Head by the Discord and I'll see if I can assist. :)
1.Make a new food-type category (e.g. "Thrum_WoodFood")
[img] https://i.imgur.com/bZ13DV8.png [/img]
2. Add a new diet that permits eating it.
[img] https://i.imgur.com/ozUOw9W.png [/img]
3. Add the diet to any hediff, gene, or racetracker. (Yes, this means can make bionics that let people eat wood)
<modExtensions>
<li Class="BigAndSmall.PawnExtension">
<pawnDiet>BS_Carnivore</pawnDiet>
</li>
</modExtensions>
Step 4:
If you want to eat unprocessed wood, patch the vanilla wood-type so it has a nutrition value (and the "Tree" flag).
Otherwise just create new food items/meals as normal, and make sure to include them in the diet's "foodDef" list.
---------
Let me know if you have questions. :)
I haven't tested tree-eating specifically since iirc. it is the only food-thing humans can't eat normally.
You could try setting the race to:
<foodType>VegetarianRoughAnimal, DendrovoreAnimal</foodType>.
or
<foodType>OmnivoreHuman, Tree</foodType>.
It is quite possible that will handle it just fine.