Skip to content

Commit

Permalink
Add grid flag to more specials, mods in particular (#1999)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt authored Oct 15, 2022
1 parent f6806c8 commit 988b8c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
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 @@ -4825,7 +4825,7 @@
"city_distance": [ 5, 60 ],
"city_sizes": [ 4, -1 ],
"occurrences": [ 0, 2 ],
"flags": [ "CLASSIC", "WILDERNESS" ]
"flags": [ "CLASSIC", "WILDERNESS", "ELECTRIC_GRID" ]
},
{
"type": "overmap_special",
Expand Down
10 changes: 6 additions & 4 deletions data/mods/Aftershock/maps/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"locations": [ "wilderness", "swamp" ],
"city_distance": [ -1, 6 ],
"city_sizes": [ 2, 14 ],
"occurrences": [ 0, 4 ]
"occurrences": [ 0, 4 ],
"flags": [ "ELECTRIC_GRID" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -59,7 +60,7 @@
"city_distance": [ 5, -1 ],
"city_sizes": [ 2, -1 ],
"occurrences": [ 0, 1 ],
"flags": [ "CLASSIC" ]
"flags": [ "CLASSIC", "ELECTRIC_GRID" ]
},
{
"type": "overmap_special",
Expand All @@ -74,7 +75,7 @@
"city_distance": [ 20, -1 ],
"city_sizes": [ 0, 12 ],
"occurrences": [ 0, 0 ],
"flags": [ "UNIQUE" ]
"flags": [ "UNIQUE", "ELECTRIC_GRID" ]
},
{
"type": "overmap_special",
Expand All @@ -86,6 +87,7 @@
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "robot_dispatch_first_north" },
{ "point": [ 0, 0, 1 ], "overmap": "robot_dispatch_second_north" }
]
],
"flags": [ "ELECTRIC_GRID" ]
}
]
4 changes: 2 additions & 2 deletions data/mods/DinoMod/overmap/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"city_distance": [ 10, -1 ],
"city_sizes": [ 0, 20 ],
"occurrences": [ 0, 2 ],
"flags": [ "CLASSIC", "WILDERNESS" ],
"flags": [ "CLASSIC", "WILDERNESS", "ELECTRIC_GRID" ],
"rotate": false
},
{
Expand Down Expand Up @@ -61,7 +61,7 @@
"locations": [ "wilderness" ],
"city_distance": [ 10, -1 ],
"occurrences": [ 30, 100 ],
"flags": [ "LAB", "UNIQUE" ],
"flags": [ "LAB", "UNIQUE", "ELECTRIC_GRID" ],
"rotate": false
}
]
3 changes: 2 additions & 1 deletion data/mods/Magiclysm/worldgen/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"locations": [ "wilderness" ],
"city_distance": [ 20, -1 ],
"city_sizes": [ 0, 20 ],
"occurrences": [ 0, 5 ]
"occurrences": [ 0, 5 ],
"flags": [ "ELECTRIC_GRID" ]
},
{
"type": "overmap_special",
Expand Down

0 comments on commit 988b8c9

Please sign in to comment.