Skip to content

Commit

Permalink
Merge pull request CleverRaven#78237 from Milopetilo/pond-spring-are-…
Browse files Browse the repository at this point in the history
…water

Add water flags to ponds and springs
  • Loading branch information
Night-Pryanik authored Nov 30, 2024
2 parents 3b34699 + 8b053f0 commit 62dc950
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions data/json/overmap/map_extras.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
"sym": "p",
"color": "blue",
"autonote": true,
"flags": [ "CLASSIC" ]
"flags": [ "CLASSIC", "WATER" ]
},
{
"id": "mx_pond_forest",
Expand All @@ -357,15 +357,15 @@
"description": "Small basin is here.",
"generator": { "generator_method": "update_mapgen", "generator_id": "mx_pond_forest" },
"min_max_zlevel": [ 0, 0 ],
"flags": [ "CLASSIC" ]
"flags": [ "CLASSIC", "WATER" ]
},
{
"id": "mx_pond_forest_2",
"type": "map_extra",
"copy-from": "mx_pond_forest",
"generator": { "generator_method": "update_mapgen", "generator_id": "mx_pond_forest_2" },
"min_max_zlevel": [ 0, 0 ],
"flags": [ "CLASSIC" ]
"flags": [ "CLASSIC", "WATER" ]
},
{
"id": "mx_pond_swamp",
Expand All @@ -374,15 +374,15 @@
"description": "Small bog is here.",
"generator": { "generator_method": "update_mapgen", "generator_id": "mx_pond_swamp" },
"min_max_zlevel": [ 0, 0 ],
"flags": [ "CLASSIC" ]
"flags": [ "CLASSIC", "WATER" ]
},
{
"id": "mx_pond_swamp_2",
"type": "map_extra",
"copy-from": "mx_pond_swamp",
"generator": { "generator_method": "update_mapgen", "generator_id": "mx_pond_swamp_2" },
"min_max_zlevel": [ 0, 0 ],
"flags": [ "CLASSIC" ]
"flags": [ "CLASSIC", "WATER" ]
},
{
"id": "mx_trees",
Expand Down
2 changes: 1 addition & 1 deletion data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
"locations": [ "land" ],
"city_distance": [ 4, -1 ],
"occurrences": [ 0, 1 ],
"flags": [ "CLASSIC", "WILDERNESS" ]
"flags": [ "CLASSIC", "WILDERNESS", "WATER" ]
},
{
"type": "overmap_special",
Expand Down
6 changes: 4 additions & 2 deletions data/json/overmap/overmap_terrain/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,8 @@
"sym": ".",
"color": "blue",
"see_cost": "none",
"mondensity": 2
"mondensity": 2,
"flags": [ "WATER" ]
},
{
"type": "overmap_terrain",
Expand All @@ -687,7 +688,8 @@
"sym": ".",
"color": "light_blue",
"see_cost": "none",
"mondensity": 1
"mondensity": 1,
"flags": [ "WATER" ]
},
{
"type": "overmap_terrain",
Expand Down

0 comments on commit 62dc950

Please sign in to comment.