Ok, try to explain myself what I found.
The picaxe have this values
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
cracky = {times={[3]=1.60}, uses=10, maxlevel=1} #wooden picaxe
cracky = {times={[1]=4.00, [2]=1.60, [3]=0.80}, uses=20, maxlevel=2} #steel picaxe
Some nodes have this values
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
groups = {cracky = 3, stone = 1} #stone
groups = {cracky = 2, stone = 1} #stonebrick
cracky is the digging time per level. That means digging stone with a wooden picaxe takes 1.60 (seconds?), with a steel picaxe it takes 0.80. stonebrick is not diggable with a wooden picaxe
But the second parameter confuses me. stone = 1. Some cracky nodes have a stone parameter, some have a level parameter like obsidian and sandstonebrick has just cracky.
And how does it work with maxlevel?