From 2b569759930137271c45f4671707707b77923422 Mon Sep 17 00:00:00 2001 From: Rogier Date: Sun, 21 Jun 2015 10:39:42 +0200 Subject: [PATCH] Increase conversion rate of short grass to grass (took forever) At the previous rate, it would take almost 27 days for half of the short grass to convert to regular dirt with grass. And therefore 54 days in total to reach 75% conversion, 81 days for 87.5%, etc. At the new rate, it should take about 4.5 hours for half of the short grass to convert back to dirt wit grass. --- dryplants/settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dryplants/settings.txt b/dryplants/settings.txt index 179da6b..cc12a9c 100644 --- a/dryplants/settings.txt +++ b/dryplants/settings.txt @@ -40,8 +40,8 @@ TALL_GRASS_RARITY = 75 -- percent -- short grass becomes dirt with grass again -GRASS_REGROWING_TIME = 16800 -- seconds -GRASS_REGROWING_CHANCE = 0.5 -- percent +GRASS_REGROWING_TIME = 1200 -- seconds +GRASS_REGROWING_CHANCE = 5 -- percent HAY_DRYING_TIME = 3600 -- seconds