forked from chaosvolt/cdda-arcana-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathovermap_specials.json
179 lines (179 loc) · 7.54 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
[
{
"type": "overmap_special",
"id": "Curious Structure",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "curious_structure_north" },
{ "point": [ 0, 0, -1 ], "overmap": "curious_structure_b_north" },
{ "point": [ 0, 0, -2 ], "overmap": "curious_structure_b2_north" },
{ "point": [ 0, 0, 1 ], "overmap": "curious_structure_roof_north" }
],
"locations": [ "field", "forest" ],
"city_distance": [ 20, -1 ],
"occurrences": [ 1, 1 ],
"flags": [ "CLASSIC", "UNIQUE" ]
},
{
"type": "overmap_special",
"id": "Strange Grove",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "strange_grove_north" },
{ "point": [ 0, 0, -1 ], "overmap": "grove_ruins_north" }
],
"locations": [ "forest" ],
"city_distance": [ 0, -1 ],
"occurrences": [ 1, 1 ],
"flags": [ "CLASSIC", "UNIQUE" ]
},
{
"type": "overmap_special",
"id": "Floating Temple",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "impact_site_north" },
{ "point": [ 0, 0, 1 ], "overmap": "impact_platforms_center_north" },
{ "point": [ -1, 0, 1 ], "overmap": "impact_platforms_left_north" },
{ "point": [ 1, 0, 1 ], "overmap": "impact_platforms_right_north" },
{ "point": [ -1, 0, 2 ], "overmap": "impact_temple_left_north" },
{ "point": [ 1, 0, 2 ], "overmap": "impact_temple_right_north" },
{ "point": [ 0, 0, 2 ], "overmap": "impact_temple_center_north" },
{ "point": [ -1, 0, 3 ], "overmap": "impact_roof_left_north" },
{ "point": [ 1, 0, 3 ], "overmap": "impact_roof_right_north" },
{ "point": [ 0, 0, 3 ], "overmap": "impact_roof_center_north" }
],
"locations": [ "field", "forest", "swamp" ],
"city_distance": [ 20, -1 ],
"occurrences": [ 1, 1 ],
"flags": [ "CLASSIC", "UNIQUE" ],
"spawns": { "group": "GROUP_ARCHON", "population": [ 100, 300 ], "radius": [ 20, 40 ] }
},
{
"type": "overmap_special",
"id": "Island Temple",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "island_temple_1_north" },
{ "point": [ 1, 0, 0 ], "overmap": "island_temple_2_north" },
{ "point": [ 0, 1, 0 ], "overmap": "island_temple_3_north" },
{ "point": [ 1, 1, 0 ], "overmap": "island_temple_4_north" },
{ "point": [ 0, 0, -1 ], "overmap": "island_temple_b_1_north" },
{ "point": [ 1, 0, -1 ], "overmap": "island_temple_b_2_north" },
{ "point": [ 0, 1, -1 ], "overmap": "island_temple_b_3_north" },
{ "point": [ 1, 1, -1 ], "overmap": "island_temple_b_4_north" },
{ "point": [ 0, 0, 1 ], "overmap": "island_temple_roof_north" },
{ "point": [ 1, 0, 1 ], "overmap": "island_temple_roof_east" },
{ "point": [ 0, 1, 1 ], "overmap": "island_temple_roof_west" },
{ "point": [ 1, 1, 1 ], "overmap": "island_temple_roof_south" }
],
"locations": [ "forest", "swamp" ],
"city_distance": [ 20, -1 ],
"occurrences": [ 1, 1 ],
"flags": [ "CLASSIC", "UNIQUE" ]
},
{
"type": "overmap_special",
"id": "Ruined Shrine",
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "shrine_anomaly_north" } ],
"locations": [ "wilderness", "swamp" ],
"city_distance": [ 20, -1 ],
"occurrences": [ 0, 3 ],
"flags": [ "CLASSIC" ]
},
{
"type": "overmap_special",
"id": "Hermit Cabin",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "arcana_hermitage_1_north" },
{ "point": [ 0, 0, 1 ], "overmap": "arcana_hermitage_2_north" },
{ "point": [ 0, 0, 2 ], "overmap": "arcana_hermitage_roof_north" }
],
"connections": [ { "point": [ 0, 1, 0 ], "terrain": "road" } ],
"locations": [ "wilderness" ],
"city_distance": [ 16, -1 ],
"city_sizes": [ 0, 20 ],
"occurrences": [ 90, 100 ],
"flags": [ "CLASSIC", "UNIQUE" ]
},
{
"type": "overmap_special",
"id": "cf_rural_church",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "cf_church_1" },
{ "point": [ 1, 0, 0 ], "overmap": "cf_church_2" },
{ "point": [ 0, 1, 0 ], "overmap": "cf_church_3" },
{ "point": [ 1, 1, 0 ], "overmap": "cf_church_4" },
{ "point": [ 0, 0, 1 ], "overmap": "cf_church_1_roof" },
{ "point": [ 1, 0, 1 ], "overmap": "cf_church_2_roof" },
{ "point": [ 0, 1, 1 ], "overmap": "cf_church_3_roof" },
{ "point": [ 1, 1, 1 ], "overmap": "cf_church_4_roof" },
{ "point": [ -1, -3, 0 ], "overmap": "field" },
{ "point": [ 0, -3, 0 ], "overmap": "field" },
{ "point": [ 1, -3, 0 ], "overmap": "field" },
{ "point": [ 2, -3, 0 ], "overmap": "field" },
{ "point": [ -2, -2, 0 ], "overmap": "field" },
{ "point": [ -1, -2, 0 ], "overmap": "field" },
{ "point": [ 0, -2, 0 ], "overmap": "field" },
{ "point": [ 1, -2, 0 ], "overmap": "field" },
{ "point": [ 2, -2, 0 ], "overmap": "field" },
{ "point": [ 3, -2, 0 ], "overmap": "field" },
{ "point": [ -3, -1, 0 ], "overmap": "field" },
{ "point": [ -2, -1, 0 ], "overmap": "field" },
{ "point": [ -1, -1, 0 ], "overmap": "field" },
{ "point": [ 0, -1, 0 ], "overmap": "field" },
{ "point": [ 1, -1, 0 ], "overmap": "field" },
{ "point": [ 2, -1, 0 ], "overmap": "field" },
{ "point": [ 3, -1, 0 ], "overmap": "field" },
{ "point": [ 4, -1, 0 ], "overmap": "field" },
{ "point": [ -3, 0, 0 ], "overmap": "field" },
{ "point": [ -2, 0, 0 ], "overmap": "field" },
{ "point": [ -1, 0, 0 ], "overmap": "field" },
{ "point": [ 2, 0, 0 ], "overmap": "field" },
{ "point": [ 3, 0, 0 ], "overmap": "field" },
{ "point": [ 4, 0, 0 ], "overmap": "field" },
{ "point": [ -3, 1, 0 ], "overmap": "field" },
{ "point": [ -2, 1, 0 ], "overmap": "field" },
{ "point": [ -1, 1, 0 ], "overmap": "field" },
{ "point": [ 2, 1, 0 ], "overmap": "field" },
{ "point": [ 3, 1, 0 ], "overmap": "field" },
{ "point": [ 4, 1, 0 ], "overmap": "field" },
{ "point": [ -3, 2, 0 ], "overmap": "field" },
{ "point": [ -2, 2, 0 ], "overmap": "field" },
{ "point": [ -1, 2, 0 ], "overmap": "field" },
{ "point": [ 1, 2, 0 ], "overmap": "field" },
{ "point": [ 2, 2, 0 ], "overmap": "field" },
{ "point": [ 3, 2, 0 ], "overmap": "field" },
{ "point": [ 4, 2, 0 ], "overmap": "field" },
{ "point": [ -2, 3, 0 ], "overmap": "field" },
{ "point": [ -1, 3, 0 ], "overmap": "field" },
{ "point": [ 0, 3, 0 ], "overmap": "field" },
{ "point": [ 1, 3, 0 ], "overmap": "field" },
{ "point": [ 2, 3, 0 ], "overmap": "field" },
{ "point": [ 3, 3, 0 ], "overmap": "field" },
{ "point": [ -1, 4, 0 ], "overmap": "field" },
{ "point": [ 0, 4, 0 ], "overmap": "field" },
{ "point": [ 1, 4, 0 ], "overmap": "field" },
{ "point": [ 2, 4, 0 ], "overmap": "field" }
],
"connections": [ { "point": [ 0, 2, 0 ], "terrain": "road" } ],
"locations": [ "land" ],
"city_distance": [ 10, -1 ],
"city_sizes": [ 1, 20 ],
"//": "Doesn't naturally spawn, generated by dialogue instead.",
"occurrences": [ 0, 0 ],
"flags": [ "CLASSIC" ],
"rotate": false
},
{
"type": "overmap_special",
"id": "sanguine_holdout",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "sanguine_holdout_1_north" },
{ "point": [ 0, 0, -1 ], "overmap": "sanguine_holdout_b1_north" }
],
"connections": [ { "point": [ 0, -1, 0 ], "terrain": "road", "existing": true } ],
"locations": [ "forest" ],
"city_distance": [ 10, -1 ],
"city_sizes": [ 1, 20 ],
"//": "Doesn't naturally spawn, generated by dialogue instead.",
"occurrences": [ 0, 0 ],
"flags": [ "CLASSIC" ]
}
]