A few more Boulders

Is there a .json file I can edit to add a few more Stone Boulders around? keep running out of hung oā€™ stones for the blue/red roofs, or increase the occurrence of a large boulder to spawn?

One of the boulder_clusters in stonehearth.smod\scenerios\static\terrain\ should do it.

Alsoā€¦ someone figured out how to ā€œmineā€ a mountain using the place floor building tool. But I canā€™t find the thread or remember who posted it, but I do remember that @sdee commented on it :smile:
I think they used it by clicking on the base of a cliff and dragging to somewhere on the top and the workers mine down to the ā€œfloorā€, but Iā€™m not sureā€¦

1 Like

Change the durability value for the boulders. For example, change the small boulder from 1 to 100. :slight_smile:

stonehearth\entities\boulders\small_boulder\small_boulder.json

Change

      "stonehearth:resource_node": {
         "durability": 1
      },

to

      "stonehearth:resource_node": {
         "durability": 100
      },
2 Likes

:smiley:

3 Likes

Yup Yup thatā€™s it :smile:

No wonder I couldnā€™t find the thread, it was a comment :laughing:

1 Like