Twigs, leaves and overall forest improvements

If you ever visited a forest in real life, the ground is mostly old leaves and little twigs. More like splinters but there are also many bigger twigs.


(from: File:Forest-floor076.jpg - Wikipedia)

Currently it is actually hard to find firewood without an axe in the forest. As someone who actually gathered firewood for an actual fire in the forest, it is actually pretty easy to find a bit of firewood for a small camp fire you use to cook food.

This is why I want to potentially add a new tile: Forest soil. You get some leaves, splinters and twigs from it. If you are lucky you might even find a stick. The reason why I do not want to spread all that as items on the forest floor is performance, so adding a new tile and letting the player either examine it or use some sort of construction action to gather stuff seems sensible.
I think a construction action might be better here because if you can examine literally almost any tile in the forest it gets spammy.

Why leaves? There is the pile of leaves and a few constructions in my PR which need an insane amount of withered plants or straw because we do not have leaves yet. Both twigs and leaves are mostly intended to be burned, but can be used for some crude constructions if you have to live in the forest. I could imagine they can also be used for composting, but this is out of scope.

Leaves and twigs should also be dropped from trees when you cut them down. This should be the only thing requiring C++. I would also buff shrubs because they only give you 0-2 withered plants. They would drop leaves and a slightly higher amount of withered plants.

I am aware that in real life you have to fight against wet firewood, but this is also out of scope here, until we have support for wet terrain.

5 Likes

A faster work around for constructions like a strawbed that need a lot of material is simply to add a longer constuction time and get rid of the withered plant/straw as construction material. This would represent your character going around and gathering the materials nessecery to make the bed without the player having to be bothered with extra keypresses and busywork. Just make sure that these types of construction can only be made on diggable terain to prevent people from being able to construct these anywhere.

I still like the forest soil idea. Some other things you might be able to find in forest soil would be tinder (material conbustable enough to be used as such) and rarely pieces of trash (people like to litter). Trash that you or I might ignore but that could be very usefull to a innawood survivorl

This would be good for crafting arrows more sustainably. Rather than cutting down trees to get a smallish amount of them. It also puts a heavy strain on the diet to do so. Character needs more calorie dense food.

To train the archery skill takes firing literally thousands of arrows. Is there a better way to train the skill. I saw a few books to train it, but they only go up to four or five.

1 Like

I would say you want to default to wet firewood until you have support for tracking whether terrain is wet.

Diggable isn’t a great match for “ready access to misc wood and leaf litter”, e.g. farm fields, desert, beach.

To clarify, forest soil would be in forests only.

I might work on at least leaves in my current more foliage PR.

My latest character has gone from 0-5 Archery on basically a single quiverful of carbon-fiber arrows. Even taking into account that they are much more hardy than, say, wooden broadheads, “thousands of arrows” might be a bit of an exaggeration.

I’ll try that in the latest build.