Skip to content

Commit

Permalink
Less mandatory overmap specials
Browse files Browse the repository at this point in the history
Competing with mods included in the game and then expecting an error to not happen is hard these days
  • Loading branch information
dissociativity committed Oct 17, 2018
1 parent 7163688 commit 4e71698
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
34 changes: 17 additions & 17 deletions pk_overmap.json
Expand Up @@ -15,7 +15,7 @@
"locations": [ "forest", "swamp" ],
"city_distance": [12, -1],
"city_sizes": [4, 12],
"occurrences": [1, 3],
"occurrences": [0, 3],
"rotate": false,
"flags": [ "CLASSIC" ]
},
Expand All @@ -28,7 +28,7 @@
"locations": [ "field" ],
"city_distance": [12, -1],
"city_sizes": [4, 12],
"occurrences": [0, 6],
"occurrences": [0, 4],
"rotate": false,
"flags": [ "CLASSIC" ]
},
Expand Down Expand Up @@ -86,7 +86,7 @@
],
"locations": [ "forest", "swamp" ],
"city_sizes": [4, 16],
"occurrences": [1, 3],
"occurrences": [0, 3],
"spawns": { "group": "GROUP_BEE", "population":[800,2400], "radius":[80,240] }
},
{
Expand Down Expand Up @@ -134,7 +134,7 @@
"locations": [ "land" ],
"city_distance": [0, 8],
"city_sizes": [4, 16],
"occurrences": [1, 1],
"occurrences": [0, 1],
"rotate": false,
"spawns": { "group": "GROUP_ROBOCOP", "population":[12,36], "radius":[65,130] }
},
Expand Down Expand Up @@ -256,7 +256,7 @@
"locations": [ "land" ],
"city_distance": [0, 4],
"city_sizes": [7, 20],
"occurrences": [1, 2],
"occurrences": [0, 2],
"rotate": false,
"flags": [ "CLASSIC" ]
},
Expand Down Expand Up @@ -290,7 +290,7 @@
"locations": [ "swamp" ],
"city_distance": [2, -1],
"city_sizes": [4, 16],
"occurrences": [1, 3],
"occurrences": [0, 3],
"rotate": false,
"spawns": { "group": "GROUP_TRIFFID_SWAMP", "population":[400,1050], "radius":[35,90] }
},
Expand All @@ -300,7 +300,7 @@
"copy-from" : "Fungal Bloom",
"locations": [ "land" ],
"city_distance": [0, -1],
"occurrences": [1, 2],
"occurrences": [0, 2],
"spawns": { "group": "GROUP_FUNGI", "population":[350,950], "radius":[35,75] }
},
{
Expand All @@ -312,7 +312,7 @@
{ "point":[0,0,0], "overmap": "fungal_tower", "connect":"road", "existing": true}
],
"locations": [ "land" ],
"occurrences": [1, 2],
"occurrences": [0, 2],
"spawns": { "group": "GROUP_FUNGI_TOWER", "population":[150,300], "radius":[12,24] }
},
{
Expand Down Expand Up @@ -366,7 +366,7 @@
"id": "Spider Pit",
"copy-from" : "Spider Pit",
"city_distance": [0, -1],
"occurrences": [2, 8],
"occurrences": [0, 6],
"rotate": false,
"spawns": { "group": "GROUP_SPIDER", "population":[20,60], "radius":[4,12] }
},
Expand All @@ -380,7 +380,7 @@
"locations": [ "forest" ],
"city_distance": [0, 10],
"city_sizes": [1, 12],
"occurrences": [1, 4],
"occurrences": [0, 3],
"rotate": false,
"spawns": { "group": "GROUP_SPIDER", "population":[18,54], "radius":[4,10] }
},
Expand All @@ -394,7 +394,7 @@
"locations": [ "field" ],
"city_distance": [0, 8],
"city_sizes": [4, 16],
"occurrences": [2, 4],
"occurrences": [0, 3],
"rotate": false,
"spawns": { "group": "GROUP_SPIDER_TRAP", "population":[15,40], "radius":[4,12] }
},
Expand All @@ -408,7 +408,7 @@
"locations": [ "field" ],
"city_distance": [2, -1],
"city_sizes": [4, 16],
"occurrences": [2, 6],
"occurrences": [0, 5],
"rotate": false,
"spawns": { "group": "GROUP_SPIDER_TRAP", "population":[15,40], "radius":[4,10] }
},
Expand All @@ -432,7 +432,7 @@
"locations": [ "land" ],
"city_distance": [-1, 4],
"city_sizes": [5, 16],
"occurrences": [1, 2],
"occurrences": [0, 2],
"rotate": false,
"spawns": { "group": "GROUP_DOOM", "population":[50, 130], "radius":[12,35] }
},
Expand Down Expand Up @@ -632,14 +632,14 @@
"id": "Pond",
"copy-from" : "Pond",
"city_distance": [0, -1],
"occurrences": [2, 15]
"occurrences": [1, 10]
},
{
"type": "overmap_special",
"id": "basin",
"copy-from" : "basin",
"city_distance": [0, -1],
"occurrences": [2, 15]
"occurrences": [1, 8]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -736,7 +736,7 @@
"locations": [ "swamp", "field" ],
"city_distance": [0, -1],
"city_sizes": [4, 16],
"occurrences": [1, 2],
"occurrences": [0, 2],
"rotate": false
},
{
Expand All @@ -761,7 +761,7 @@
"locations": [ "swamp" ],
"city_distance": [18, -1],
"city_sizes": [4, 16],
"occurrences": [1, 2],
"occurrences": [0, 2],
"rotate": false
}
]
28 changes: 14 additions & 14 deletions pk_overmap_freqloc.json
Expand Up @@ -37,7 +37,7 @@
"locations": [ "land" ],
"city_distance": [12, -1],
"city_sizes": [4, 16],
"occurrences": [1, 3]
"occurrences": [0, 3]
},{
"type": "overmap_special",
"id": "Mine Entrace By Road",
Expand Down Expand Up @@ -74,7 +74,7 @@
"locations": [ "swamp" ],
"city_distance": [15, -1],
"city_sizes": [4, 12],
"occurrences": [1, 4],
"occurrences": [0, 4],
"flags": [ "CLASSIC" ],
"spawns": { "group": "GROUP_MUTATIONS", "population":[80,240], "radius":[100,300] }
},{
Expand Down Expand Up @@ -107,7 +107,7 @@
"copy-from": "Gas Station",
"locations": [ "land" ],
"city_distance": [12, -1],
"occurrences": [1, 4]
"occurrences": [0, 4]
},{
"type": "overmap_special",
"id": "Hazardous Waste Sarcophagus",
Expand Down Expand Up @@ -156,7 +156,7 @@
"locations": [ "forest", "swamp" ],
"city_distance": [15, -1],
"city_sizes": [1, 12],
"occurrences": [1, 4]
"occurrences": [0, 4]
},{
"type": "overmap_special",
"id": "Evac Shelter",
Expand Down Expand Up @@ -207,7 +207,7 @@
"type": "overmap_special",
"id": "Public Works",
"copy-from": "Public Works",
"city_distance": [2, 12],
"city_distance": [1, 12],
"rotate": true
},{
"type": "overmap_special",
Expand Down Expand Up @@ -752,7 +752,7 @@
"id": "Strange Temple",
"copy-from": "Strange Temple",
"locations": [ "forest" ],
"occurrences": [1, 2]
"occurrences": [0, 2]
},{
"type": "overmap_special",
"id": "Strangle Temple_swamp",
Expand All @@ -767,7 +767,7 @@
"locations": [ "swamp" ],
"city_distance": [20, -1],
"city_sizes": [4, 12],
"occurrences": [1, 2]
"occurrences": [0, 2]
},{
"type": "overmap_special",
"id": "bandit_cabin",
Expand Down Expand Up @@ -813,7 +813,7 @@
],
"locations": [ "land" ],
"city_distance": [0, 20],
"occurrences": [1, 6],
"occurrences": [1, 4],
"rotate": false,
"spawns": { "group": "GROUP_SMALL_STATION", "population":[4, 12], "radius":[2, 5] }
},{
Expand Down Expand Up @@ -888,7 +888,7 @@
"id": "LMOE Shelter",
"copy-from": "LMOE Shelter",
"city_distance": [0, -1],
"occurrences": [1, 3]
"occurrences": [0, 2]
},{
"type": "overmap_special",
"id": "LMOE Shelter_swamp",
Expand All @@ -900,7 +900,7 @@
"locations": [ "swamp" ],
"city_distance": [15, -1],
"city_sizes": [4, 12],
"occurrences": [1, 3],
"occurrences": [0, 2],
"rotate": false,
"flags": [ "CLASSIC" ]
},{
Expand All @@ -923,7 +923,7 @@
"locations": [ "forest", "swamp" ],
"city_distance": [20, -1],
"city_sizes": [4, 12],
"occurrences": [1, 1],
"occurrences": [0, 1],
"rotate": false,
"flags": [ "CLASSIC" ],
"spawns": { "group": "GROUP_CABIN", "population":[40,120], "radius":[80, 240] }
Expand All @@ -937,14 +937,14 @@
"locations": [ "forest", "swamp" ],
"city_distance": [20, -1],
"city_sizes": [0, 6],
"occurrences": [1, 1],
"occurrences": [0, 1],
"spawns": { "group": "GROUP_CABIN", "population":[25,80], "radius":[250, 500] }
},{
"type": "overmap_special",
"id": "Cabin",
"copy-from": "Cabin",
"locations": [ "forest" ],
"occurrences": [1, 3]
"occurrences": [0, 3]
},{
"type": "overmap_special",
"id": "Cabin_swamp",
Expand Down Expand Up @@ -1076,7 +1076,7 @@
"id": "Mansion_Road",
"copy-from": "Mansion_Road",
"city_distance": [0, -1],
"occurrences": [1, 2],
"occurrences": [0, 2],
"rotate": true
},{
"type": "overmap_special",
Expand Down

0 comments on commit 4e71698

Please sign in to comment.