-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathovermap_specials.json
30 lines (30 loc) · 1.22 KB
/
overmap_specials.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"type" : "overmap_special",
"id" : "trailerpark1",
"overmaps" :
[
{ "point":[0,0,0], "overmap": "trailerpark1_north"},
{ "point": [ 1, 0, 0 ], "overmap": "trailerpark2_north" },
{ "point": [ 0, 0, -1 ], "overmap": "trailerpark_under_north" }
],
"locations" : [ "wilderness" ], "//":"what special locations does it spawn",
"city_distance" : [1, 15], "//":"how far from a city it should be",
"city_sizes" : [4, 12], "//":"what city sizes should it spawn in",
"occurrences" : [0, 0], "//":"how many per overmap"
},
{
"type" : "overmap_special",
"id" : "trailerpark1_bandit",
"overmaps" :
[
{ "point":[0,0,0], "overmap": "trailerpark1_bandit_north"},
{ "point": [ 1, 0, 0 ], "overmap": "trailerpark2_bandit_north" },
{ "point": [ 0, 0, -1 ], "overmap": "trailerpark_under_north" }
],
"locations" : [ "wilderness" ], "//":"what special locations does it spawn",
"city_distance" : [1, 15], "//":"how far from a city it should be",
"city_sizes" : [4, 12], "//":"what city sizes should it spawn in",
"occurrences" : [1, 10], "//":"how many per overmap"
}
]