Saplings: Reduce grow time to ABM equivalent
authorparamat <paramat@users.noreply.github.com>
Wed, 5 Jul 2017 14:12:21 +0000 (15:12 +0100)
committerparamat <mat.gregory@virginmedia.com>
Sat, 8 Jul 2017 13:51:03 +0000 (14:51 +0100)
commit0cdee1d8f5c19271abc1a30a250afa5eb4547393
tree00826ac817a55e262eaa8d786a2520177f52322b
parentb66a61a10fee30d3d2436ce777124c82f07623ee
Saplings: Reduce grow time to ABM equivalent

Previous times were chosen using statistical maths, but reports suggested
this was too long.
I tested by timing an ABM acting on 100 nodes, with interval and chance equal
to the old sapling ABM.
50 at 4m59s.
99 at 24m58s.
100 at 26m58s.
So choose a grow time between 5 and 25 min for tree and bush saplings.
If 'can grow' is false at grow time the timer is reset to 5 min.
mods/default/nodes.lua
mods/default/trees.lua