diff options
author | Rogier <rogier777@gmail.com> | 2016-05-19 13:26:52 +0200 |
---|---|---|
committer | Rogier <rogier777@gmail.com> | 2016-06-27 23:23:54 +0200 |
commit | 75e8027bf7ca581556f91e8c1444c865a77c482d (patch) | |
tree | fd73b231ab301f59a73f8368bfe791564fd92dd8 /default_settings.txt | |
parent | c87a169fdd1ff0b6a08407ff2564f52c15def3cf (diff) |
Make cocos palm regrow coconuts.
This feature is optional, and can be turned off.
Existing cocos trees are converted.
Diffstat (limited to 'default_settings.txt')
-rw-r--r-- | default_settings.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/default_settings.txt b/default_settings.txt index 2bfb276..e3e1193 100644 --- a/default_settings.txt +++ b/default_settings.txt @@ -58,6 +58,21 @@ moretrees.firs_remove_default_trees = false moretrees.firs_remove_interval = 2 moretrees.firs_remove_chance = 150 +-- Cocos palm settings + +moretrees.coconuts_regrow = true +moretrees.coconuts_convert_existing_palms = true -- Converting existing palm trees will make coconuts regrow on them as well + -- Else, they will only regrow on newly-spawned palms + -- However, conversion is not an exact science, and although an attempt is + -- made to detect whether a trunk belongs to an actual palm, some coconut trunks + -- and some coconuts may be incorrectly converted. +moretrees.coconut_flower_interval = 59 +moretrees.coconut_flower_chance = 67 +moretrees.coconut_grow_interval = 2 * moretrees.coconut_flower_interval * moretrees.coconut_flower_chance + -- Actual interval will randomly vary between 67% and 133% of this value + -- 2 * 59 * 67 ~ 2 hours. So flowers become coconuts in about 6 hours +moretrees.coconut_item_drop_ichance = 10 -- inverse probability of ripe coconuts dropping as items (instead of disappearing) + -- Date palm settings moretrees.dates_regrow = true |