• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Need help editing nests

Tetrameth

New member
What do I need to change to reduce the hitpoints of nests. They take 4 hits with a stone axe to destroy, I want to know how to bring it down to make it only 1-2 hits.

 
You will need to add a "property" element with the attribute of "MaxDamage".

You can either append with a modlet or just add the value in your game xml. The former is of course recommended. Found that setting it to 10 is one hit and 20 is 2 hits.

Example of the element that needs adding: <property name="MaxDamage" value="10"/>

Happy modding :)

 
Back
Top