Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove salt water from swamps #78419

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove saltwater from swamps
  • Loading branch information
harakka committed Dec 8, 2024
commit 3cb1ad41cee609db4e6f08a2bc3a7269785bb2ff
7 changes: 1 addition & 6 deletions data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,7 @@
"clear_types": false,
"types": { "t_trunk": 1, "f_boulder_small": 2, "f_boulder_medium": 1 }
},
"water": {
"sequence": 3,
"chance": 2,
"clear_types": false,
"types": { "t_swater_sh": 6, "t_swater_dp": 1, "t_water_murky": 12 }
}
"water": { "sequence": 3, "chance": 2, "clear_types": false, "types": { "t_water_sh": 6, "t_water_dp": 1, "t_water_murky": 12 } }
},
"clear_terrain_furniture": false,
"terrain_furniture": { "t_water_murky": { "chance": 2, "clear_furniture": false, "furniture": { "f_region_water_plant": 1 } } }
Expand Down
7 changes: 1 addition & 6 deletions data/mods/TropiCataclysm/tropical_regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,7 @@
"clear_types": false,
"types": { "t_trunk": 1, "f_boulder_small": 2, "f_boulder_medium": 1 }
},
"water": {
"sequence": 3,
"chance": 2,
"clear_types": false,
"types": { "t_swater_sh": 6, "t_swater_dp": 1, "t_water_murky": 12 }
}
"water": { "sequence": 3, "chance": 2, "clear_types": false, "types": { "t_water_sh": 6, "t_water_dp": 1, "t_water_murky": 12 } }
},
"clear_terrain_furniture": false,
"terrain_furniture": { "t_water_murky": { "chance": 2, "clear_furniture": false, "furniture": { "f_region_water_plant": 1 } } }
Expand Down
7 changes: 1 addition & 6 deletions data/mods/rural_biome/rural_regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -328,12 +328,7 @@
"clear_types": false,
"types": { "t_trunk": 1, "f_boulder_small": 2, "f_boulder_medium": 1 }
},
"water": {
"sequence": 3,
"chance": 2,
"clear_types": false,
"types": { "t_swater_sh": 6, "t_swater_dp": 1, "t_water_murky": 12 }
}
"water": { "sequence": 3, "chance": 2, "clear_types": false, "types": { "t_water_sh": 6, "t_water_dp": 1, "t_water_murky": 12 } }
},
"clear_terrain_furniture": false,
"terrain_furniture": { "t_water_murky": { "chance": 2, "clear_furniture": false, "furniture": { "f_region_water_plant": 1 } } }
Expand Down
Loading