Skip to content

Commit

Permalink
Further change rates
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieNeko committed Dec 31, 2024
1 parent 187380d commit 8beab3f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
},
"t_region_shrub_decorative": { "t_shrub": 3, "t_fern": 1, "t_shrub_rose": 2, "t_shrub_hydrangea": 2, "t_shrub_lilac": 2 },
"t_region_tree": {
"t_tree_elm": 128,
"t_tree_elm": 64,
"t_tree_cottonwood": 32,
"t_tree_young": 128,
"t_tree_young": 64,
"t_tree_birch": 16,
"t_tree": 12,
"t_tree_pine": 64,
"t_tree_pine": 32,
"t_tree_maple": 32,
"t_tree_willow": 32,
"t_tree_hickory": 8,
Expand All @@ -64,14 +64,14 @@
"t_tree_plum": 2,
"t_tree_elderberry": 2,
"t_tree_mulberry": 2,
"t_tree_deadpine": 64,
"t_tree_hickory_dead": 64,
"t_tree_dead": 96,
"t_tree_deadpine": 32,
"t_tree_hickory_dead": 32,
"t_tree_dead": 64,
"t_tree_cacao": 1,
"t_tree_coca": 1
},
"t_region_tree_shade": {
"t_tree_elm": 128,
"t_tree_elm": 64,
"t_tree_cottonwood": 32,
"t_tree_young": 32,
"t_tree": 12,
Expand All @@ -97,7 +97,7 @@
"t_tree_plum": 2,
"t_tree_elderberry": 2,
"t_tree_mulberry": 2,
"t_tree_dead": 8,
"t_tree_dead": 4,
"t_tree_cacao": 1
},
"t_region_tree_nut": {
Expand All @@ -109,7 +109,7 @@
"t_tree_chestnut": 4,
"t_tree_hazelnut": 1,
"t_tree_coffee": 1,
"t_tree_hickory_dead": 16,
"t_tree_hickory_dead": 8,
"t_tree_dead": 8
},
"t_region_tree_evergreen": { "t_tree_pine": 32, "t_tree_juniper": 16, "t_tree_deadpine": 12 }
Expand Down

0 comments on commit 8beab3f

Please sign in to comment.