Skip to content

Commit

Permalink
Add t_region_shrub_plains entries
Browse files Browse the repository at this point in the history
  • Loading branch information
Procyonae committed May 18, 2024
1 parent 968138b commit 1f51eaf
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/Backrooms/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"terrain": {
"t_region_groundcover": { "t_carpet_backrooms": 500, "t_carpet_backrooms_light": 1 },
"t_region_shrub": { "t_backroom_wall": 1, "t_carpet_backrooms_light": 1 },
"t_region_shrub_plains": { "t_region_shrub": 1 },
"t_region_groundcover_urban": { "t_carpet_backrooms": 2 },
"t_region_groundcover_forest": { "t_carpet_backrooms": 1 },
"t_region_groundcover_swamp": { "t_carpet_backrooms": 1 },
Expand Down
1 change: 1 addition & 0 deletions data/mods/No_Hope/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"t_shrub_lilac": 2,
"t_shrub_grape": 1
},
"t_region_shrub_plains": { "t_region_shrub": 1 },
"t_region_shrub_fruit": {
"t_shrub_blueberry": 6,
"t_shrub_strawberry": 6,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"t_cholla_cactus": 1,
"t_nopal_cactus": 1
},
"t_region_shrub_plains": { "t_region_shrub": 1 },
"t_region_shrub_fruit": {
"t_shrub_blueberry": 6,
"t_shrub_strawberry": 6,
Expand Down
1 change: 1 addition & 0 deletions data/mods/aftershock_exoplanet/region_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"t_region_grass": { "t_lichen": 1 },
"t_region_soil": { "t_deaddirt": 1 },
"t_region_shrub": { "t_lichen": 30 },
"t_region_shrub_plains": { "t_region_shrub": 1 },
"t_region_shrub_fruit": { "t_lichenyum": 30 },
"t_region_shrub_decorative": { "t_lichenyum": 3, "t_lichendirt": 1 },
"t_region_tree": { "t_tree_worm": 30, "t_tree_lichen": 15, "t_tree_xenoinfested": 10 },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"t_shrub_lilac": 2,
"t_shrub_grape": 1
},
"t_region_shrub_plains": { "t_region_shrub": 1 },
"t_region_shrub_fruit": {
"t_shrub_blueberry": 6,
"t_shrub_strawberry": 6,
Expand Down
1 change: 1 addition & 0 deletions data/mods/desert_region/desert_regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"t_region_grass": { "t_grass_fake": 10 },
"t_region_soil": { "t_searth": 10 },
"t_region_shrub": { "t_shrub_dead": 1, "t_cactus_cholla": 1 },
"t_region_shrub_plains": { "t_region_shrub": 1 },
"t_region_shrub_fruit": { "t_cactus_cholla": 1 },
"t_region_shrub_decorative": { "t_shrub_dead": 1, "t_cactus_cholla": 1 },
"t_region_tree": { "t_tree_dead": 1 },
Expand Down
1 change: 1 addition & 0 deletions data/mods/rural_biome/rural_regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"t_shrub_lilac": 1,
"t_shrub_peanut": 1
},
"t_region_shrub_plains": { "t_region_shrub": 1 },
"t_region_shrub_fruit": {
"t_shrub_blueberry": 2,
"t_shrub_strawberry": 3,
Expand Down

0 comments on commit 1f51eaf

Please sign in to comment.