forked from TGWeaver/CDDA-Sky-Islands
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathisland.json
178 lines (178 loc) · 6.75 KB
/
island.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
[
{
"type": "overmap_terrain",
"id": [ "sky_island_core", "sky_island_edge", "sky_island_corner" ],
"name": "sky island",
"sym": "#",
"color": "c_white",
"looks_like": "field",
"mondensity": 0,
"see_cost": 1
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "sky_island_core",
"object": {
"fill_ter": "t_fake_air",
"rows": [
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" YXZ ",
" "
],
"terrain": { " ": "t_grass", ".": "t_fake_air", "X": "t_grass", "Y": "t_grass", "Z": "t_grass" },
"place_zones": [ { "type": "ZONE_START_POINT", "faction": "your_followers", "x": [ 10, 14 ], "y": [ 16, 20 ] } ],
"furniture": { "X": "f_exitportal" },
"items": { "Z": [ { "item": "si_trash_heap", "chance": 100 } ], "Y": [ { "item": "starterkit_items", "chance": 100 } ] },
"place_item": [ ]
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "sky_island_corner",
"object": {
"fill_ter": "t_fake_air",
"rows": [
",,,,,,,,,,,,,,,,,,,,,,,,",
",,,,,...................",
",,,... ",
",,.. ",
",,. ",
",.. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. ",
",. "
],
"terrain": { " ": "t_grass", ".": "t_fake_air", ",": "t_open_air", "X": "t_grass" }
}
},
{
"type": "mapgen",
"method": "json",
"om_terrain": "sky_island_edge",
"object": {
"fill_ter": "t_fake_air",
"rows": [
",,,,,,,,,,,,,,,,,,,,,,,,",
"........................",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
],
"terrain": { " ": "t_grass", ".": "t_fake_air", ",": "t_open_air", "X": "t_grass" }
}
},
{
"type": "overmap_special",
"id": "HQislandspecial",
"overmaps": [
{ "point": [ 0, 0, 7 ], "overmap": "sky_island_core_north" },
{ "point": [ -1, -1, 7 ], "overmap": "sky_island_corner_north" },
{ "point": [ -1, 0, 7 ], "overmap": "sky_island_edge_west" },
{ "point": [ -1, 1, 7 ], "overmap": "sky_island_corner_west" },
{ "point": [ 0, -1, 7 ], "overmap": "sky_island_edge_north" },
{ "point": [ 0, 1, 7 ], "overmap": "sky_island_edge_south" },
{ "point": [ 1, -1, 7 ], "overmap": "sky_island_corner_east" },
{ "point": [ 1, 0, 7 ], "overmap": "sky_island_edge_east" },
{ "point": [ 1, 1, 7 ], "overmap": "sky_island_corner_south" },
{ "point": [ -1, -1, 0 ], "overmap": "open_air" },
{ "point": [ -1, 0, 0 ], "overmap": "open_air" },
{ "point": [ -1, 1, 0 ], "overmap": "open_air" },
{ "point": [ 0, -1, 0 ], "overmap": "open_air" },
{ "point": [ 0, 0, 0 ], "overmap": "open_air" },
{ "point": [ 0, 1, 0 ], "overmap": "open_air" },
{ "point": [ 1, -1, 0 ], "overmap": "open_air" },
{ "point": [ 1, 0, 0 ], "overmap": "open_air" },
{ "point": [ 1, 1, 0 ], "overmap": "open_air" },
{ "point": [ -1, -1, -1 ], "overmap": "open_air" },
{ "point": [ -1, 0, -1 ], "overmap": "open_air" },
{ "point": [ -1, 1, -1 ], "overmap": "open_air" },
{ "point": [ 0, -1, -1 ], "overmap": "open_air" },
{ "point": [ 0, 0, -1 ], "overmap": "open_air" },
{ "point": [ 0, 1, -1 ], "overmap": "open_air" },
{ "point": [ 1, -1, -1 ], "overmap": "open_air" },
{ "point": [ 1, 0, -1 ], "overmap": "open_air" },
{ "point": [ 1, 1, -1 ], "overmap": "open_air" },
{ "point": [ -1, -1, -2 ], "overmap": "open_air" },
{ "point": [ -1, 0, -2 ], "overmap": "open_air" },
{ "point": [ -1, 1, -2 ], "overmap": "open_air" },
{ "point": [ 0, -1, -2 ], "overmap": "open_air" },
{ "point": [ 0, 0, -2 ], "overmap": "open_air" },
{ "point": [ 0, 1, -2 ], "overmap": "open_air" },
{ "point": [ 1, -1, -2 ], "overmap": "open_air" },
{ "point": [ 1, 0, -2 ], "overmap": "open_air" },
{ "point": [ 1, 1, -2 ], "overmap": "open_air" },
{ "point": [ -1, -1, -3 ], "overmap": "open_air" },
{ "point": [ -1, 0, -3 ], "overmap": "open_air" },
{ "point": [ -1, 1, -3 ], "overmap": "open_air" },
{ "point": [ 0, -1, -3 ], "overmap": "open_air" },
{ "point": [ 0, 0, -3 ], "overmap": "open_air" },
{ "point": [ 0, 1, -3 ], "overmap": "open_air" },
{ "point": [ 1, -1, -3 ], "overmap": "open_air" },
{ "point": [ 1, 0, -3 ], "overmap": "open_air" },
{ "point": [ 1, 1, -3 ], "overmap": "open_air" }
],
"locations": [ "wilderness" ],
"city_distance": [ 3, -1 ],
"city_sizes": [ 0, 20 ],
"occurrences": [ 100, 100 ],
"rotate": false,
"flags": [ "CLASSIC", "SAFE_AT_WORLDGEN", "GLOBALLY_UNIQUE" ]
}
]