Wire the existing attractor-matching engine (#919/#925) into the generation cascade as Layer 3, and make the whole placement-scoring path integer-deterministic. Layer 3 (D-211): - CascadeLayer::Settlement + Layer3Output (placements) on the snapshot; BodyWorldState gains a `placements` field (the D-203 hot cache). - run_layer3 runs the five-phase match_cities against Layer-1 attractors via the authored D-195 compatibility matrix; pure function of (attractors, cities) — no RNG. cities are passed in by the caller so the cascade stays DB-free and testable. A `// cache seam` marks where a persistent cache wraps it later (#1021). - gen_queue passes &[] for now (Topography needs no cities); the runtime settlement read (gen_queue/layer_proxy) is the #955 follow-on. Integer determinism (D-010 / D-227 — D-195 amended): - Wiring match_cities into the deterministic cascade made its f32 scoring a live cross-platform divergence risk (a near-tie comparison or the Hungarian's f32 reductions can round differently per platform → a different world from the same seed). Converted the entire path to integers: CompatibilityMatrix is a 0-100 affinity table; attractor strength is 0-100 and terrain cost is a percent (100 = baseline), quantized once at the Layer-1 feature boundary; cell_score, the Hungarian, and CityPlacement.score are i64. No f32 in any placement or ranking decision. - Layer-1 golden fixture rebaked: confirmed selection/positions are unchanged (same 256 attractors, 93 river cells) — only the strength/cost representation changed. Tests: lib green (1292); new settlement_layer_places_cities_deterministically covers placement + determinism + propagation into BodyWorldState. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7965 lines
129 KiB
JSON
7965 lines
129 KiB
JSON
{
|
|
"downsample": [
|
|
256,
|
|
128
|
|
],
|
|
"layer1": {
|
|
"attractors": [
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
0,
|
|
100
|
|
],
|
|
"strength": 20,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 162
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
0,
|
|
142
|
|
],
|
|
"strength": 14,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 165
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
0,
|
|
197
|
|
],
|
|
"strength": 13,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 166
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
0,
|
|
241
|
|
],
|
|
"strength": 23,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 166
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
11,
|
|
65
|
|
],
|
|
"strength": 12,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 384
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
12,
|
|
232
|
|
],
|
|
"strength": 15,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 166
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
12,
|
|
238
|
|
],
|
|
"strength": 23,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 163
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
15,
|
|
141
|
|
],
|
|
"strength": 22,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 150
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
20,
|
|
85
|
|
],
|
|
"strength": 24,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 158
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
25,
|
|
100
|
|
],
|
|
"strength": 22,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
28,
|
|
14
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 150
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
28,
|
|
181
|
|
],
|
|
"strength": 20,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 327
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
38,
|
|
47
|
|
],
|
|
"strength": 16,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
38,
|
|
98
|
|
],
|
|
"strength": 13,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 348
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
50,
|
|
226
|
|
],
|
|
"strength": 13,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
50,
|
|
254
|
|
],
|
|
"strength": 16,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 324
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
51,
|
|
230
|
|
],
|
|
"strength": 25,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 322
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
88,
|
|
217
|
|
],
|
|
"strength": 13,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 142
|
|
},
|
|
{
|
|
"attractor_type": "RiverMouth",
|
|
"position": [
|
|
124,
|
|
239
|
|
],
|
|
"strength": 12,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 327
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
25,
|
|
117
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 157
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
25,
|
|
129
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 159
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
32,
|
|
101
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 330
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
35,
|
|
50
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 336
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
35,
|
|
148
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 344
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
36,
|
|
8
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 330
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
36,
|
|
182
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 333
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
36,
|
|
198
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 333
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
37,
|
|
126
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 331
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
38,
|
|
62
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
38,
|
|
167
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 331
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
41,
|
|
89
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 191
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
41,
|
|
113
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
42,
|
|
210
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 328
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
44,
|
|
101
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 170
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
46,
|
|
20
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 330
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
47,
|
|
77
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 326
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
48,
|
|
2
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 328
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
48,
|
|
182
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 331
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
49,
|
|
127
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 222
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
50,
|
|
58
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 330
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
50,
|
|
157
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
51,
|
|
194
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
52,
|
|
139
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
52,
|
|
255
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
54,
|
|
215
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 396
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
55,
|
|
113
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 167
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
58,
|
|
27
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
60,
|
|
6
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 330
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
62,
|
|
66
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 165
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
63,
|
|
39
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 323
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
63,
|
|
191
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 358
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
64,
|
|
145
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 339
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
64,
|
|
252
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 350
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
65,
|
|
203
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 314
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
67,
|
|
123
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 338
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
70,
|
|
18
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 266
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
70,
|
|
51
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 272
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
70,
|
|
78
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 270
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
74,
|
|
63
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 351
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
76,
|
|
35
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
76,
|
|
241
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 192
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
77,
|
|
202
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 385
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
82,
|
|
11
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 328
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
82,
|
|
50
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 333
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
84,
|
|
23
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 324
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
86,
|
|
146
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 330
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
88,
|
|
38
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 323
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
88,
|
|
233
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 194
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
89,
|
|
202
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 344
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
91,
|
|
67
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 331
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
92,
|
|
89
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 322
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
94,
|
|
221
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 337
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
95,
|
|
101
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 324
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
99,
|
|
113
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 323
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
102,
|
|
209
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 323
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
103,
|
|
63
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 326
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
104,
|
|
88
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 321
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
105,
|
|
197
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 328
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
106,
|
|
226
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
108,
|
|
15
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 341
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
110,
|
|
27
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 231
|
|
},
|
|
{
|
|
"attractor_type": "CoastalAccess",
|
|
"position": [
|
|
111,
|
|
39
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 250
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
0,
|
|
101
|
|
],
|
|
"strength": 87,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 162
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
0,
|
|
141
|
|
],
|
|
"strength": 89,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 164
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
0,
|
|
198
|
|
],
|
|
"strength": 86,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 164
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
15,
|
|
140
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 159
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
20,
|
|
86
|
|
],
|
|
"strength": 91,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 154
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
23,
|
|
182
|
|
],
|
|
"strength": 88,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 158
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
24,
|
|
101
|
|
],
|
|
"strength": 98,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
25,
|
|
121
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 156
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
27,
|
|
16
|
|
],
|
|
"strength": 89,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 135
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
29,
|
|
137
|
|
],
|
|
"strength": 96,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 143
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
32,
|
|
156
|
|
],
|
|
"strength": 91,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 153
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
35,
|
|
64
|
|
],
|
|
"strength": 91,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 164
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
35,
|
|
168
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
35,
|
|
182
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 152
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
35,
|
|
196
|
|
],
|
|
"strength": 93,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 155
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
36,
|
|
94
|
|
],
|
|
"strength": 85,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
40,
|
|
213
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 149
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
42,
|
|
18
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 147
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
42,
|
|
30
|
|
],
|
|
"strength": 93,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 134
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
42,
|
|
82
|
|
],
|
|
"strength": 92,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 162
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
43,
|
|
43
|
|
],
|
|
"strength": 96,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 142
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
45,
|
|
1
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 153
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
45,
|
|
253
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 148
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
46,
|
|
156
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 147
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
46,
|
|
231
|
|
],
|
|
"strength": 92,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 157
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
47,
|
|
70
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 149
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
48,
|
|
110
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 204
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
50,
|
|
122
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 144
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
51,
|
|
137
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 156
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
52,
|
|
55
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
58,
|
|
228
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 203
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
59,
|
|
215
|
|
],
|
|
"strength": 92,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 161
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
62,
|
|
32
|
|
],
|
|
"strength": 89,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 144
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
63,
|
|
67
|
|
],
|
|
"strength": 89,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 180
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
64,
|
|
194
|
|
],
|
|
"strength": 88,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 174
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
65,
|
|
182
|
|
],
|
|
"strength": 93,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 156
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
66,
|
|
2
|
|
],
|
|
"strength": 86,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 328
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
66,
|
|
249
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 153
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
68,
|
|
147
|
|
],
|
|
"strength": 93,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 323
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
72,
|
|
54
|
|
],
|
|
"strength": 92,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 154
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
75,
|
|
23
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 148
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
75,
|
|
66
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 158
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
85,
|
|
42
|
|
],
|
|
"strength": 91,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
86,
|
|
203
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 328
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
86,
|
|
215
|
|
],
|
|
"strength": 98,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 144
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
92,
|
|
227
|
|
],
|
|
"strength": 86,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 347
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
107,
|
|
213
|
|
],
|
|
"strength": 91,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 153
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
111,
|
|
201
|
|
],
|
|
"strength": 96,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
113,
|
|
232
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 148
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
115,
|
|
14
|
|
],
|
|
"strength": 95,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 149
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
115,
|
|
65
|
|
],
|
|
"strength": 93,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 327
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
115,
|
|
84
|
|
],
|
|
"strength": 87,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 142
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
117,
|
|
100
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 143
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
119,
|
|
26
|
|
],
|
|
"strength": 94,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 165
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
122,
|
|
44
|
|
],
|
|
"strength": 88,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 171
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
123,
|
|
131
|
|
],
|
|
"strength": 90,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 142
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
124,
|
|
119
|
|
],
|
|
"strength": 96,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 143
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
127,
|
|
66
|
|
],
|
|
"strength": 89,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 141
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
127,
|
|
143
|
|
],
|
|
"strength": 86,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 331
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
127,
|
|
200
|
|
],
|
|
"strength": 93,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
127,
|
|
230
|
|
],
|
|
"strength": 92,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 163
|
|
},
|
|
{
|
|
"attractor_type": "ValleyFloor",
|
|
"position": [
|
|
127,
|
|
250
|
|
],
|
|
"strength": 87,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 326
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
1,
|
|
100
|
|
],
|
|
"strength": 46,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 162
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
3,
|
|
133
|
|
],
|
|
"strength": 49,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 163
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
4,
|
|
54
|
|
],
|
|
"strength": 1,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 389
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
7,
|
|
195
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 165
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
10,
|
|
69
|
|
],
|
|
"strength": 13,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 382
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
11,
|
|
249
|
|
],
|
|
"strength": 29,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 162
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
12,
|
|
236
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 163
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
13,
|
|
40
|
|
],
|
|
"strength": 1,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 407
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
14,
|
|
28
|
|
],
|
|
"strength": 6,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 389
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
17,
|
|
6
|
|
],
|
|
"strength": 17,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 382
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
17,
|
|
97
|
|
],
|
|
"strength": 48,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 154
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
17,
|
|
127
|
|
],
|
|
"strength": 49,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 158
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
18,
|
|
168
|
|
],
|
|
"strength": 42,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 155
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
19,
|
|
180
|
|
],
|
|
"strength": 49,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 160
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
19,
|
|
224
|
|
],
|
|
"strength": 18,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 387
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
25,
|
|
40
|
|
],
|
|
"strength": 29,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 215
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
27,
|
|
81
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 134
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
27,
|
|
155
|
|
],
|
|
"strength": 27,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 171
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
27,
|
|
236
|
|
],
|
|
"strength": 14,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 386
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
29,
|
|
15
|
|
],
|
|
"strength": 49,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 164
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
29,
|
|
61
|
|
],
|
|
"strength": 39,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 168
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
32,
|
|
251
|
|
],
|
|
"strength": 27,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 155
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
33,
|
|
0
|
|
],
|
|
"strength": 17,
|
|
"sub_biome": "Alpine",
|
|
"terrain_modification_cost": 431
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
36,
|
|
143
|
|
],
|
|
"strength": 46,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 144
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
41,
|
|
235
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 135
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
44,
|
|
100
|
|
],
|
|
"strength": 43,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 222
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
54,
|
|
216
|
|
],
|
|
"strength": 48,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 297
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
60,
|
|
120
|
|
],
|
|
"strength": 43,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 230
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
63,
|
|
243
|
|
],
|
|
"strength": 47,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 215
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
68,
|
|
63
|
|
],
|
|
"strength": 23,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 204
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
69,
|
|
205
|
|
],
|
|
"strength": 24,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 210
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
74,
|
|
231
|
|
],
|
|
"strength": 33,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 224
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
75,
|
|
78
|
|
],
|
|
"strength": 30,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 210
|
|
},
|
|
{
|
|
"attractor_type": "PassEntrance",
|
|
"position": [
|
|
114,
|
|
41
|
|
],
|
|
"strength": 44,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 211
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
26,
|
|
116
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 337
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
26,
|
|
128
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 346
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
31,
|
|
16
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 413
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
33,
|
|
100
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 330
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
36,
|
|
49
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 335
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
36,
|
|
147
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 347
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
38,
|
|
61
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
38,
|
|
127
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
41,
|
|
112
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 326
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
57,
|
|
52
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
68,
|
|
15
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 329
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
95,
|
|
220
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 341
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
116,
|
|
50
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 343
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
117,
|
|
75
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 322
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
117,
|
|
90
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 327
|
|
},
|
|
{
|
|
"attractor_type": "LakeShore",
|
|
"position": [
|
|
125,
|
|
102
|
|
],
|
|
"strength": 50,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 332
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
0,
|
|
99
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 162
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
0,
|
|
143
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 167
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
0,
|
|
196
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 165
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
4,
|
|
131
|
|
],
|
|
"strength": 33,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 162
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
16,
|
|
142
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 150
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
18,
|
|
182
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 155
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
21,
|
|
85
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 157
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
24,
|
|
100
|
|
],
|
|
"strength": 39,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
25,
|
|
120
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 156
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
27,
|
|
17
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 133
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
29,
|
|
138
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
31,
|
|
37
|
|
],
|
|
"strength": 33,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 138
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
31,
|
|
182
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 151
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
32,
|
|
155
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 156
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
35,
|
|
60
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 332
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
35,
|
|
87
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 138
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
35,
|
|
167
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
35,
|
|
197
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 156
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
39,
|
|
212
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 150
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
41,
|
|
2
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 153
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
41,
|
|
17
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
43,
|
|
30
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 136
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
43,
|
|
42
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 142
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
44,
|
|
253
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 137
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
45,
|
|
229
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 155
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
46,
|
|
72
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 149
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
47,
|
|
109
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "TemperateForest",
|
|
"terrain_modification_cost": 134
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
47,
|
|
155
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 147
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
50,
|
|
123
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
51,
|
|
54
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
51,
|
|
138
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 155
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
56,
|
|
250
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 151
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
57,
|
|
228
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 203
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
60,
|
|
66
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 336
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
61,
|
|
31
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
65,
|
|
183
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "TropicalWet",
|
|
"terrain_modification_cost": 212
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
66,
|
|
3
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 328
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
66,
|
|
43
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
67,
|
|
148
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 325
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
72,
|
|
55
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 155
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
75,
|
|
22
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 150
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
76,
|
|
69
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 149
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
85,
|
|
43
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 147
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
86,
|
|
216
|
|
],
|
|
"strength": 39,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 144
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
87,
|
|
204
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 149
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
107,
|
|
219
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "BorealForest",
|
|
"terrain_modification_cost": 164
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
108,
|
|
207
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 148
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
112,
|
|
231
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 150
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
114,
|
|
13
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 146
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
115,
|
|
64
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 147
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
115,
|
|
85
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 143
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
116,
|
|
100
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
120,
|
|
25
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 167
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
120,
|
|
201
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 149
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
123,
|
|
46
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 145
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
124,
|
|
120
|
|
],
|
|
"strength": 38,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 143
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
124,
|
|
132
|
|
],
|
|
"strength": 36,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 141
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
127,
|
|
65
|
|
],
|
|
"strength": 35,
|
|
"sub_biome": "CoastalLowland",
|
|
"terrain_modification_cost": 141
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
127,
|
|
144
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 335
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
127,
|
|
213
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 164
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
127,
|
|
231
|
|
],
|
|
"strength": 37,
|
|
"sub_biome": "Tundra",
|
|
"terrain_modification_cost": 164
|
|
},
|
|
{
|
|
"attractor_type": "PlainCenter",
|
|
"position": [
|
|
127,
|
|
251
|
|
],
|
|
"strength": 34,
|
|
"sub_biome": "Wetland",
|
|
"terrain_modification_cost": 332
|
|
}
|
|
],
|
|
"body_id": "GJ1c",
|
|
"drainage_basins": [
|
|
{
|
|
"area_pct": 0.89166259765625,
|
|
"basin_id": 0,
|
|
"boundary": [
|
|
[
|
|
0,
|
|
0
|
|
],
|
|
[
|
|
0,
|
|
1
|
|
],
|
|
[
|
|
0,
|
|
2
|
|
],
|
|
[
|
|
0,
|
|
3
|
|
],
|
|
[
|
|
0,
|
|
4
|
|
],
|
|
[
|
|
0,
|
|
5
|
|
],
|
|
[
|
|
0,
|
|
6
|
|
],
|
|
[
|
|
0,
|
|
7
|
|
],
|
|
[
|
|
0,
|
|
8
|
|
],
|
|
[
|
|
0,
|
|
9
|
|
],
|
|
[
|
|
0,
|
|
10
|
|
],
|
|
[
|
|
0,
|
|
11
|
|
],
|
|
[
|
|
0,
|
|
12
|
|
],
|
|
[
|
|
0,
|
|
13
|
|
],
|
|
[
|
|
0,
|
|
14
|
|
],
|
|
[
|
|
0,
|
|
15
|
|
],
|
|
[
|
|
0,
|
|
16
|
|
],
|
|
[
|
|
0,
|
|
17
|
|
],
|
|
[
|
|
0,
|
|
18
|
|
],
|
|
[
|
|
0,
|
|
19
|
|
],
|
|
[
|
|
0,
|
|
20
|
|
],
|
|
[
|
|
0,
|
|
21
|
|
],
|
|
[
|
|
0,
|
|
22
|
|
],
|
|
[
|
|
0,
|
|
23
|
|
],
|
|
[
|
|
0,
|
|
24
|
|
],
|
|
[
|
|
0,
|
|
25
|
|
],
|
|
[
|
|
0,
|
|
26
|
|
],
|
|
[
|
|
0,
|
|
27
|
|
],
|
|
[
|
|
0,
|
|
28
|
|
],
|
|
[
|
|
0,
|
|
29
|
|
],
|
|
[
|
|
0,
|
|
30
|
|
],
|
|
[
|
|
0,
|
|
31
|
|
],
|
|
[
|
|
0,
|
|
32
|
|
],
|
|
[
|
|
0,
|
|
33
|
|
],
|
|
[
|
|
0,
|
|
34
|
|
],
|
|
[
|
|
0,
|
|
35
|
|
],
|
|
[
|
|
0,
|
|
36
|
|
],
|
|
[
|
|
0,
|
|
37
|
|
],
|
|
[
|
|
0,
|
|
38
|
|
],
|
|
[
|
|
0,
|
|
39
|
|
],
|
|
[
|
|
0,
|
|
40
|
|
],
|
|
[
|
|
0,
|
|
41
|
|
],
|
|
[
|
|
0,
|
|
42
|
|
],
|
|
[
|
|
0,
|
|
43
|
|
],
|
|
[
|
|
0,
|
|
44
|
|
],
|
|
[
|
|
0,
|
|
45
|
|
],
|
|
[
|
|
0,
|
|
46
|
|
],
|
|
[
|
|
0,
|
|
47
|
|
],
|
|
[
|
|
0,
|
|
48
|
|
],
|
|
[
|
|
0,
|
|
49
|
|
],
|
|
[
|
|
0,
|
|
50
|
|
],
|
|
[
|
|
0,
|
|
51
|
|
],
|
|
[
|
|
0,
|
|
52
|
|
],
|
|
[
|
|
0,
|
|
53
|
|
],
|
|
[
|
|
0,
|
|
54
|
|
],
|
|
[
|
|
0,
|
|
55
|
|
],
|
|
[
|
|
0,
|
|
56
|
|
],
|
|
[
|
|
0,
|
|
57
|
|
],
|
|
[
|
|
0,
|
|
58
|
|
],
|
|
[
|
|
0,
|
|
59
|
|
],
|
|
[
|
|
0,
|
|
60
|
|
],
|
|
[
|
|
0,
|
|
61
|
|
],
|
|
[
|
|
0,
|
|
62
|
|
],
|
|
[
|
|
0,
|
|
63
|
|
],
|
|
[
|
|
0,
|
|
64
|
|
],
|
|
[
|
|
0,
|
|
65
|
|
],
|
|
[
|
|
0,
|
|
66
|
|
],
|
|
[
|
|
0,
|
|
67
|
|
],
|
|
[
|
|
0,
|
|
68
|
|
],
|
|
[
|
|
0,
|
|
69
|
|
],
|
|
[
|
|
0,
|
|
70
|
|
],
|
|
[
|
|
0,
|
|
71
|
|
],
|
|
[
|
|
0,
|
|
72
|
|
],
|
|
[
|
|
0,
|
|
73
|
|
],
|
|
[
|
|
0,
|
|
74
|
|
],
|
|
[
|
|
0,
|
|
75
|
|
],
|
|
[
|
|
0,
|
|
76
|
|
],
|
|
[
|
|
0,
|
|
77
|
|
],
|
|
[
|
|
0,
|
|
78
|
|
],
|
|
[
|
|
0,
|
|
79
|
|
],
|
|
[
|
|
0,
|
|
80
|
|
],
|
|
[
|
|
0,
|
|
81
|
|
],
|
|
[
|
|
0,
|
|
82
|
|
],
|
|
[
|
|
0,
|
|
83
|
|
],
|
|
[
|
|
0,
|
|
84
|
|
],
|
|
[
|
|
0,
|
|
85
|
|
],
|
|
[
|
|
0,
|
|
86
|
|
],
|
|
[
|
|
0,
|
|
87
|
|
],
|
|
[
|
|
0,
|
|
88
|
|
],
|
|
[
|
|
0,
|
|
89
|
|
],
|
|
[
|
|
0,
|
|
90
|
|
],
|
|
[
|
|
0,
|
|
91
|
|
],
|
|
[
|
|
0,
|
|
92
|
|
],
|
|
[
|
|
0,
|
|
93
|
|
],
|
|
[
|
|
0,
|
|
94
|
|
],
|
|
[
|
|
0,
|
|
95
|
|
],
|
|
[
|
|
0,
|
|
96
|
|
],
|
|
[
|
|
0,
|
|
97
|
|
],
|
|
[
|
|
0,
|
|
98
|
|
],
|
|
[
|
|
0,
|
|
99
|
|
],
|
|
[
|
|
0,
|
|
100
|
|
],
|
|
[
|
|
0,
|
|
101
|
|
],
|
|
[
|
|
0,
|
|
102
|
|
],
|
|
[
|
|
0,
|
|
103
|
|
],
|
|
[
|
|
0,
|
|
104
|
|
],
|
|
[
|
|
0,
|
|
105
|
|
],
|
|
[
|
|
0,
|
|
106
|
|
],
|
|
[
|
|
0,
|
|
107
|
|
],
|
|
[
|
|
0,
|
|
108
|
|
],
|
|
[
|
|
0,
|
|
109
|
|
],
|
|
[
|
|
0,
|
|
110
|
|
],
|
|
[
|
|
0,
|
|
111
|
|
],
|
|
[
|
|
0,
|
|
112
|
|
],
|
|
[
|
|
0,
|
|
113
|
|
],
|
|
[
|
|
0,
|
|
114
|
|
],
|
|
[
|
|
0,
|
|
115
|
|
],
|
|
[
|
|
0,
|
|
116
|
|
],
|
|
[
|
|
0,
|
|
117
|
|
],
|
|
[
|
|
0,
|
|
118
|
|
],
|
|
[
|
|
0,
|
|
119
|
|
],
|
|
[
|
|
0,
|
|
120
|
|
],
|
|
[
|
|
0,
|
|
121
|
|
],
|
|
[
|
|
0,
|
|
122
|
|
],
|
|
[
|
|
0,
|
|
123
|
|
],
|
|
[
|
|
0,
|
|
124
|
|
],
|
|
[
|
|
0,
|
|
125
|
|
],
|
|
[
|
|
0,
|
|
126
|
|
],
|
|
[
|
|
0,
|
|
127
|
|
],
|
|
[
|
|
0,
|
|
128
|
|
],
|
|
[
|
|
0,
|
|
129
|
|
],
|
|
[
|
|
0,
|
|
130
|
|
],
|
|
[
|
|
0,
|
|
131
|
|
],
|
|
[
|
|
0,
|
|
132
|
|
],
|
|
[
|
|
0,
|
|
133
|
|
],
|
|
[
|
|
0,
|
|
134
|
|
],
|
|
[
|
|
0,
|
|
135
|
|
],
|
|
[
|
|
0,
|
|
136
|
|
],
|
|
[
|
|
0,
|
|
137
|
|
],
|
|
[
|
|
0,
|
|
138
|
|
],
|
|
[
|
|
0,
|
|
139
|
|
],
|
|
[
|
|
0,
|
|
140
|
|
],
|
|
[
|
|
0,
|
|
141
|
|
],
|
|
[
|
|
0,
|
|
142
|
|
],
|
|
[
|
|
0,
|
|
143
|
|
],
|
|
[
|
|
0,
|
|
144
|
|
],
|
|
[
|
|
0,
|
|
145
|
|
],
|
|
[
|
|
0,
|
|
146
|
|
],
|
|
[
|
|
0,
|
|
147
|
|
],
|
|
[
|
|
0,
|
|
148
|
|
],
|
|
[
|
|
0,
|
|
149
|
|
],
|
|
[
|
|
0,
|
|
150
|
|
],
|
|
[
|
|
0,
|
|
151
|
|
],
|
|
[
|
|
0,
|
|
152
|
|
],
|
|
[
|
|
0,
|
|
153
|
|
],
|
|
[
|
|
0,
|
|
154
|
|
],
|
|
[
|
|
0,
|
|
155
|
|
],
|
|
[
|
|
0,
|
|
156
|
|
],
|
|
[
|
|
0,
|
|
157
|
|
],
|
|
[
|
|
0,
|
|
158
|
|
],
|
|
[
|
|
0,
|
|
159
|
|
],
|
|
[
|
|
0,
|
|
160
|
|
],
|
|
[
|
|
0,
|
|
161
|
|
],
|
|
[
|
|
0,
|
|
162
|
|
],
|
|
[
|
|
0,
|
|
163
|
|
],
|
|
[
|
|
0,
|
|
164
|
|
],
|
|
[
|
|
0,
|
|
165
|
|
],
|
|
[
|
|
0,
|
|
166
|
|
],
|
|
[
|
|
0,
|
|
167
|
|
],
|
|
[
|
|
0,
|
|
168
|
|
],
|
|
[
|
|
0,
|
|
169
|
|
],
|
|
[
|
|
0,
|
|
170
|
|
],
|
|
[
|
|
0,
|
|
171
|
|
],
|
|
[
|
|
0,
|
|
172
|
|
],
|
|
[
|
|
0,
|
|
173
|
|
],
|
|
[
|
|
0,
|
|
174
|
|
],
|
|
[
|
|
0,
|
|
175
|
|
],
|
|
[
|
|
0,
|
|
176
|
|
],
|
|
[
|
|
0,
|
|
177
|
|
],
|
|
[
|
|
0,
|
|
178
|
|
],
|
|
[
|
|
0,
|
|
179
|
|
],
|
|
[
|
|
0,
|
|
180
|
|
],
|
|
[
|
|
0,
|
|
181
|
|
],
|
|
[
|
|
0,
|
|
182
|
|
],
|
|
[
|
|
0,
|
|
183
|
|
],
|
|
[
|
|
0,
|
|
184
|
|
],
|
|
[
|
|
0,
|
|
185
|
|
],
|
|
[
|
|
0,
|
|
186
|
|
],
|
|
[
|
|
0,
|
|
187
|
|
],
|
|
[
|
|
0,
|
|
188
|
|
],
|
|
[
|
|
0,
|
|
189
|
|
],
|
|
[
|
|
0,
|
|
190
|
|
],
|
|
[
|
|
0,
|
|
191
|
|
],
|
|
[
|
|
0,
|
|
192
|
|
],
|
|
[
|
|
0,
|
|
193
|
|
],
|
|
[
|
|
0,
|
|
194
|
|
],
|
|
[
|
|
0,
|
|
195
|
|
],
|
|
[
|
|
0,
|
|
196
|
|
],
|
|
[
|
|
0,
|
|
197
|
|
],
|
|
[
|
|
0,
|
|
198
|
|
],
|
|
[
|
|
0,
|
|
199
|
|
],
|
|
[
|
|
0,
|
|
200
|
|
],
|
|
[
|
|
0,
|
|
201
|
|
],
|
|
[
|
|
0,
|
|
202
|
|
],
|
|
[
|
|
0,
|
|
203
|
|
],
|
|
[
|
|
0,
|
|
204
|
|
],
|
|
[
|
|
0,
|
|
205
|
|
],
|
|
[
|
|
0,
|
|
206
|
|
],
|
|
[
|
|
0,
|
|
207
|
|
],
|
|
[
|
|
0,
|
|
208
|
|
],
|
|
[
|
|
0,
|
|
209
|
|
],
|
|
[
|
|
0,
|
|
210
|
|
],
|
|
[
|
|
0,
|
|
211
|
|
],
|
|
[
|
|
0,
|
|
212
|
|
],
|
|
[
|
|
0,
|
|
213
|
|
],
|
|
[
|
|
0,
|
|
214
|
|
],
|
|
[
|
|
0,
|
|
215
|
|
],
|
|
[
|
|
0,
|
|
216
|
|
],
|
|
[
|
|
0,
|
|
217
|
|
],
|
|
[
|
|
0,
|
|
218
|
|
],
|
|
[
|
|
0,
|
|
219
|
|
],
|
|
[
|
|
0,
|
|
220
|
|
],
|
|
[
|
|
0,
|
|
221
|
|
],
|
|
[
|
|
0,
|
|
222
|
|
],
|
|
[
|
|
0,
|
|
223
|
|
],
|
|
[
|
|
0,
|
|
224
|
|
],
|
|
[
|
|
0,
|
|
225
|
|
],
|
|
[
|
|
0,
|
|
226
|
|
],
|
|
[
|
|
0,
|
|
227
|
|
],
|
|
[
|
|
0,
|
|
228
|
|
],
|
|
[
|
|
0,
|
|
229
|
|
],
|
|
[
|
|
0,
|
|
230
|
|
],
|
|
[
|
|
0,
|
|
231
|
|
],
|
|
[
|
|
0,
|
|
232
|
|
],
|
|
[
|
|
0,
|
|
233
|
|
],
|
|
[
|
|
0,
|
|
234
|
|
],
|
|
[
|
|
0,
|
|
235
|
|
],
|
|
[
|
|
0,
|
|
236
|
|
],
|
|
[
|
|
0,
|
|
237
|
|
],
|
|
[
|
|
0,
|
|
238
|
|
],
|
|
[
|
|
0,
|
|
239
|
|
],
|
|
[
|
|
0,
|
|
240
|
|
],
|
|
[
|
|
0,
|
|
241
|
|
],
|
|
[
|
|
0,
|
|
242
|
|
],
|
|
[
|
|
0,
|
|
243
|
|
],
|
|
[
|
|
0,
|
|
244
|
|
],
|
|
[
|
|
0,
|
|
245
|
|
],
|
|
[
|
|
0,
|
|
246
|
|
],
|
|
[
|
|
0,
|
|
247
|
|
],
|
|
[
|
|
0,
|
|
248
|
|
],
|
|
[
|
|
0,
|
|
249
|
|
],
|
|
[
|
|
0,
|
|
250
|
|
],
|
|
[
|
|
0,
|
|
251
|
|
],
|
|
[
|
|
0,
|
|
252
|
|
],
|
|
[
|
|
0,
|
|
253
|
|
],
|
|
[
|
|
0,
|
|
254
|
|
],
|
|
[
|
|
0,
|
|
255
|
|
],
|
|
[
|
|
1,
|
|
255
|
|
],
|
|
[
|
|
2,
|
|
255
|
|
],
|
|
[
|
|
3,
|
|
255
|
|
],
|
|
[
|
|
4,
|
|
255
|
|
],
|
|
[
|
|
5,
|
|
255
|
|
],
|
|
[
|
|
6,
|
|
255
|
|
],
|
|
[
|
|
7,
|
|
255
|
|
],
|
|
[
|
|
8,
|
|
255
|
|
],
|
|
[
|
|
9,
|
|
255
|
|
],
|
|
[
|
|
10,
|
|
255
|
|
],
|
|
[
|
|
11,
|
|
255
|
|
],
|
|
[
|
|
12,
|
|
255
|
|
],
|
|
[
|
|
13,
|
|
255
|
|
],
|
|
[
|
|
14,
|
|
255
|
|
],
|
|
[
|
|
15,
|
|
255
|
|
],
|
|
[
|
|
16,
|
|
255
|
|
],
|
|
[
|
|
17,
|
|
255
|
|
],
|
|
[
|
|
18,
|
|
255
|
|
],
|
|
[
|
|
19,
|
|
255
|
|
],
|
|
[
|
|
20,
|
|
255
|
|
],
|
|
[
|
|
21,
|
|
255
|
|
],
|
|
[
|
|
22,
|
|
255
|
|
],
|
|
[
|
|
23,
|
|
255
|
|
],
|
|
[
|
|
24,
|
|
255
|
|
],
|
|
[
|
|
25,
|
|
255
|
|
],
|
|
[
|
|
26,
|
|
255
|
|
],
|
|
[
|
|
27,
|
|
255
|
|
],
|
|
[
|
|
28,
|
|
255
|
|
],
|
|
[
|
|
29,
|
|
255
|
|
],
|
|
[
|
|
30,
|
|
255
|
|
],
|
|
[
|
|
31,
|
|
255
|
|
],
|
|
[
|
|
32,
|
|
255
|
|
],
|
|
[
|
|
33,
|
|
255
|
|
],
|
|
[
|
|
34,
|
|
255
|
|
],
|
|
[
|
|
35,
|
|
255
|
|
],
|
|
[
|
|
36,
|
|
255
|
|
],
|
|
[
|
|
37,
|
|
255
|
|
],
|
|
[
|
|
38,
|
|
255
|
|
],
|
|
[
|
|
39,
|
|
255
|
|
],
|
|
[
|
|
40,
|
|
255
|
|
],
|
|
[
|
|
41,
|
|
255
|
|
],
|
|
[
|
|
42,
|
|
255
|
|
],
|
|
[
|
|
43,
|
|
255
|
|
],
|
|
[
|
|
44,
|
|
255
|
|
],
|
|
[
|
|
45,
|
|
255
|
|
],
|
|
[
|
|
46,
|
|
255
|
|
],
|
|
[
|
|
47,
|
|
255
|
|
],
|
|
[
|
|
48,
|
|
255
|
|
],
|
|
[
|
|
49,
|
|
255
|
|
],
|
|
[
|
|
50,
|
|
255
|
|
],
|
|
[
|
|
51,
|
|
255
|
|
],
|
|
[
|
|
52,
|
|
255
|
|
],
|
|
[
|
|
53,
|
|
255
|
|
],
|
|
[
|
|
54,
|
|
255
|
|
],
|
|
[
|
|
55,
|
|
255
|
|
],
|
|
[
|
|
56,
|
|
255
|
|
],
|
|
[
|
|
57,
|
|
255
|
|
],
|
|
[
|
|
58,
|
|
255
|
|
],
|
|
[
|
|
59,
|
|
255
|
|
],
|
|
[
|
|
60,
|
|
255
|
|
],
|
|
[
|
|
61,
|
|
255
|
|
],
|
|
[
|
|
62,
|
|
255
|
|
],
|
|
[
|
|
63,
|
|
255
|
|
],
|
|
[
|
|
64,
|
|
255
|
|
],
|
|
[
|
|
65,
|
|
255
|
|
],
|
|
[
|
|
66,
|
|
255
|
|
],
|
|
[
|
|
67,
|
|
255
|
|
],
|
|
[
|
|
68,
|
|
255
|
|
],
|
|
[
|
|
69,
|
|
255
|
|
],
|
|
[
|
|
70,
|
|
255
|
|
],
|
|
[
|
|
71,
|
|
255
|
|
],
|
|
[
|
|
72,
|
|
255
|
|
],
|
|
[
|
|
73,
|
|
255
|
|
],
|
|
[
|
|
74,
|
|
255
|
|
],
|
|
[
|
|
75,
|
|
255
|
|
],
|
|
[
|
|
76,
|
|
255
|
|
],
|
|
[
|
|
77,
|
|
255
|
|
],
|
|
[
|
|
78,
|
|
255
|
|
],
|
|
[
|
|
79,
|
|
255
|
|
],
|
|
[
|
|
80,
|
|
255
|
|
],
|
|
[
|
|
81,
|
|
255
|
|
],
|
|
[
|
|
82,
|
|
255
|
|
],
|
|
[
|
|
83,
|
|
255
|
|
],
|
|
[
|
|
84,
|
|
255
|
|
],
|
|
[
|
|
85,
|
|
255
|
|
],
|
|
[
|
|
86,
|
|
255
|
|
],
|
|
[
|
|
87,
|
|
255
|
|
],
|
|
[
|
|
88,
|
|
255
|
|
],
|
|
[
|
|
89,
|
|
255
|
|
],
|
|
[
|
|
90,
|
|
255
|
|
],
|
|
[
|
|
91,
|
|
255
|
|
],
|
|
[
|
|
91,
|
|
254
|
|
],
|
|
[
|
|
91,
|
|
253
|
|
],
|
|
[
|
|
91,
|
|
252
|
|
],
|
|
[
|
|
92,
|
|
251
|
|
],
|
|
[
|
|
92,
|
|
250
|
|
],
|
|
[
|
|
92,
|
|
249
|
|
],
|
|
[
|
|
92,
|
|
248
|
|
],
|
|
[
|
|
92,
|
|
247
|
|
],
|
|
[
|
|
92,
|
|
246
|
|
],
|
|
[
|
|
92,
|
|
245
|
|
],
|
|
[
|
|
92,
|
|
244
|
|
],
|
|
[
|
|
92,
|
|
243
|
|
],
|
|
[
|
|
91,
|
|
242
|
|
],
|
|
[
|
|
91,
|
|
241
|
|
],
|
|
[
|
|
92,
|
|
240
|
|
],
|
|
[
|
|
92,
|
|
239
|
|
],
|
|
[
|
|
92,
|
|
238
|
|
],
|
|
[
|
|
92,
|
|
237
|
|
],
|
|
[
|
|
93,
|
|
236
|
|
],
|
|
[
|
|
93,
|
|
235
|
|
],
|
|
[
|
|
94,
|
|
234
|
|
],
|
|
[
|
|
94,
|
|
233
|
|
],
|
|
[
|
|
94,
|
|
232
|
|
],
|
|
[
|
|
95,
|
|
231
|
|
],
|
|
[
|
|
95,
|
|
230
|
|
],
|
|
[
|
|
95,
|
|
229
|
|
],
|
|
[
|
|
95,
|
|
228
|
|
],
|
|
[
|
|
95,
|
|
227
|
|
],
|
|
[
|
|
96,
|
|
226
|
|
],
|
|
[
|
|
97,
|
|
226
|
|
],
|
|
[
|
|
98,
|
|
226
|
|
],
|
|
[
|
|
99,
|
|
226
|
|
],
|
|
[
|
|
100,
|
|
226
|
|
],
|
|
[
|
|
101,
|
|
225
|
|
],
|
|
[
|
|
102,
|
|
225
|
|
],
|
|
[
|
|
103,
|
|
225
|
|
],
|
|
[
|
|
104,
|
|
224
|
|
],
|
|
[
|
|
105,
|
|
223
|
|
],
|
|
[
|
|
106,
|
|
222
|
|
],
|
|
[
|
|
107,
|
|
222
|
|
],
|
|
[
|
|
108,
|
|
221
|
|
],
|
|
[
|
|
109,
|
|
220
|
|
],
|
|
[
|
|
110,
|
|
219
|
|
],
|
|
[
|
|
111,
|
|
219
|
|
],
|
|
[
|
|
112,
|
|
220
|
|
],
|
|
[
|
|
112,
|
|
221
|
|
],
|
|
[
|
|
113,
|
|
222
|
|
],
|
|
[
|
|
113,
|
|
223
|
|
],
|
|
[
|
|
114,
|
|
224
|
|
],
|
|
[
|
|
114,
|
|
225
|
|
],
|
|
[
|
|
115,
|
|
226
|
|
],
|
|
[
|
|
115,
|
|
227
|
|
],
|
|
[
|
|
116,
|
|
228
|
|
],
|
|
[
|
|
116,
|
|
229
|
|
],
|
|
[
|
|
117,
|
|
230
|
|
],
|
|
[
|
|
118,
|
|
231
|
|
],
|
|
[
|
|
118,
|
|
232
|
|
],
|
|
[
|
|
118,
|
|
233
|
|
],
|
|
[
|
|
119,
|
|
234
|
|
],
|
|
[
|
|
120,
|
|
235
|
|
],
|
|
[
|
|
121,
|
|
236
|
|
],
|
|
[
|
|
122,
|
|
237
|
|
],
|
|
[
|
|
122,
|
|
238
|
|
],
|
|
[
|
|
123,
|
|
239
|
|
],
|
|
[
|
|
123,
|
|
240
|
|
],
|
|
[
|
|
123,
|
|
241
|
|
],
|
|
[
|
|
123,
|
|
242
|
|
],
|
|
[
|
|
122,
|
|
243
|
|
],
|
|
[
|
|
122,
|
|
244
|
|
],
|
|
[
|
|
122,
|
|
245
|
|
],
|
|
[
|
|
122,
|
|
246
|
|
],
|
|
[
|
|
122,
|
|
247
|
|
],
|
|
[
|
|
122,
|
|
248
|
|
],
|
|
[
|
|
122,
|
|
249
|
|
],
|
|
[
|
|
122,
|
|
250
|
|
],
|
|
[
|
|
123,
|
|
251
|
|
],
|
|
[
|
|
122,
|
|
252
|
|
],
|
|
[
|
|
121,
|
|
252
|
|
],
|
|
[
|
|
120,
|
|
253
|
|
],
|
|
[
|
|
119,
|
|
254
|
|
],
|
|
[
|
|
118,
|
|
255
|
|
],
|
|
[
|
|
119,
|
|
255
|
|
],
|
|
[
|
|
120,
|
|
255
|
|
],
|
|
[
|
|
121,
|
|
255
|
|
],
|
|
[
|
|
122,
|
|
255
|
|
],
|
|
[
|
|
123,
|
|
255
|
|
],
|
|
[
|
|
124,
|
|
255
|
|
],
|
|
[
|
|
125,
|
|
255
|
|
],
|
|
[
|
|
126,
|
|
255
|
|
],
|
|
[
|
|
127,
|
|
255
|
|
],
|
|
[
|
|
127,
|
|
254
|
|
],
|
|
[
|
|
127,
|
|
253
|
|
],
|
|
[
|
|
127,
|
|
252
|
|
],
|
|
[
|
|
127,
|
|
251
|
|
],
|
|
[
|
|
127,
|
|
250
|
|
],
|
|
[
|
|
127,
|
|
249
|
|
],
|
|
[
|
|
127,
|
|
248
|
|
],
|
|
[
|
|
127,
|
|
247
|
|
],
|
|
[
|
|
127,
|
|
246
|
|
],
|
|
[
|
|
127,
|
|
245
|
|
],
|
|
[
|
|
127,
|
|
244
|
|
],
|
|
[
|
|
127,
|
|
243
|
|
],
|
|
[
|
|
127,
|
|
242
|
|
],
|
|
[
|
|
127,
|
|
241
|
|
],
|
|
[
|
|
127,
|
|
240
|
|
],
|
|
[
|
|
127,
|
|
239
|
|
],
|
|
[
|
|
127,
|
|
238
|
|
],
|
|
[
|
|
127,
|
|
237
|
|
],
|
|
[
|
|
127,
|
|
236
|
|
],
|
|
[
|
|
127,
|
|
235
|
|
],
|
|
[
|
|
127,
|
|
234
|
|
],
|
|
[
|
|
127,
|
|
233
|
|
],
|
|
[
|
|
127,
|
|
232
|
|
],
|
|
[
|
|
127,
|
|
231
|
|
],
|
|
[
|
|
127,
|
|
230
|
|
],
|
|
[
|
|
127,
|
|
229
|
|
],
|
|
[
|
|
127,
|
|
228
|
|
],
|
|
[
|
|
127,
|
|
227
|
|
],
|
|
[
|
|
127,
|
|
226
|
|
],
|
|
[
|
|
127,
|
|
225
|
|
],
|
|
[
|
|
127,
|
|
224
|
|
],
|
|
[
|
|
127,
|
|
223
|
|
],
|
|
[
|
|
127,
|
|
222
|
|
],
|
|
[
|
|
127,
|
|
221
|
|
],
|
|
[
|
|
127,
|
|
220
|
|
],
|
|
[
|
|
127,
|
|
219
|
|
],
|
|
[
|
|
127,
|
|
218
|
|
],
|
|
[
|
|
127,
|
|
217
|
|
],
|
|
[
|
|
127,
|
|
216
|
|
],
|
|
[
|
|
127,
|
|
215
|
|
],
|
|
[
|
|
127,
|
|
214
|
|
],
|
|
[
|
|
127,
|
|
213
|
|
],
|
|
[
|
|
127,
|
|
212
|
|
],
|
|
[
|
|
127,
|
|
211
|
|
],
|
|
[
|
|
127,
|
|
210
|
|
],
|
|
[
|
|
127,
|
|
209
|
|
],
|
|
[
|
|
127,
|
|
208
|
|
],
|
|
[
|
|
127,
|
|
207
|
|
],
|
|
[
|
|
127,
|
|
206
|
|
],
|
|
[
|
|
127,
|
|
205
|
|
],
|
|
[
|
|
127,
|
|
204
|
|
],
|
|
[
|
|
127,
|
|
203
|
|
],
|
|
[
|
|
127,
|
|
202
|
|
],
|
|
[
|
|
127,
|
|
201
|
|
],
|
|
[
|
|
127,
|
|
200
|
|
],
|
|
[
|
|
127,
|
|
199
|
|
],
|
|
[
|
|
127,
|
|
198
|
|
],
|
|
[
|
|
127,
|
|
197
|
|
],
|
|
[
|
|
127,
|
|
196
|
|
],
|
|
[
|
|
126,
|
|
197
|
|
],
|
|
[
|
|
126,
|
|
198
|
|
],
|
|
[
|
|
125,
|
|
199
|
|
],
|
|
[
|
|
125,
|
|
200
|
|
],
|
|
[
|
|
124,
|
|
201
|
|
],
|
|
[
|
|
124,
|
|
202
|
|
],
|
|
[
|
|
124,
|
|
203
|
|
],
|
|
[
|
|
124,
|
|
204
|
|
],
|
|
[
|
|
124,
|
|
205
|
|
],
|
|
[
|
|
124,
|
|
206
|
|
],
|
|
[
|
|
123,
|
|
207
|
|
],
|
|
[
|
|
122,
|
|
208
|
|
],
|
|
[
|
|
121,
|
|
209
|
|
],
|
|
[
|
|
120,
|
|
210
|
|
],
|
|
[
|
|
120,
|
|
211
|
|
],
|
|
[
|
|
119,
|
|
212
|
|
],
|
|
[
|
|
118,
|
|
213
|
|
],
|
|
[
|
|
117,
|
|
213
|
|
],
|
|
[
|
|
116,
|
|
213
|
|
],
|
|
[
|
|
115,
|
|
214
|
|
],
|
|
[
|
|
114,
|
|
214
|
|
],
|
|
[
|
|
113,
|
|
215
|
|
],
|
|
[
|
|
112,
|
|
216
|
|
],
|
|
[
|
|
111,
|
|
216
|
|
],
|
|
[
|
|
110,
|
|
215
|
|
],
|
|
[
|
|
109,
|
|
214
|
|
],
|
|
[
|
|
108,
|
|
213
|
|
],
|
|
[
|
|
107,
|
|
213
|
|
],
|
|
[
|
|
106,
|
|
214
|
|
],
|
|
[
|
|
105,
|
|
214
|
|
],
|
|
[
|
|
104,
|
|
214
|
|
],
|
|
[
|
|
103,
|
|
214
|
|
],
|
|
[
|
|
102,
|
|
214
|
|
],
|
|
[
|
|
101,
|
|
215
|
|
],
|
|
[
|
|
100,
|
|
215
|
|
],
|
|
[
|
|
99,
|
|
215
|
|
],
|
|
[
|
|
98,
|
|
216
|
|
],
|
|
[
|
|
97,
|
|
217
|
|
],
|
|
[
|
|
96,
|
|
218
|
|
],
|
|
[
|
|
95,
|
|
218
|
|
],
|
|
[
|
|
94,
|
|
218
|
|
],
|
|
[
|
|
93,
|
|
217
|
|
],
|
|
[
|
|
93,
|
|
216
|
|
],
|
|
[
|
|
93,
|
|
215
|
|
],
|
|
[
|
|
92,
|
|
214
|
|
],
|
|
[
|
|
91,
|
|
213
|
|
],
|
|
[
|
|
90,
|
|
212
|
|
],
|
|
[
|
|
89,
|
|
211
|
|
],
|
|
[
|
|
88,
|
|
210
|
|
],
|
|
[
|
|
87,
|
|
209
|
|
],
|
|
[
|
|
86,
|
|
208
|
|
],
|
|
[
|
|
86,
|
|
207
|
|
],
|
|
[
|
|
86,
|
|
206
|
|
],
|
|
[
|
|
86,
|
|
205
|
|
],
|
|
[
|
|
86,
|
|
204
|
|
],
|
|
[
|
|
86,
|
|
203
|
|
],
|
|
[
|
|
85,
|
|
202
|
|
],
|
|
[
|
|
84,
|
|
201
|
|
],
|
|
[
|
|
83,
|
|
200
|
|
],
|
|
[
|
|
83,
|
|
199
|
|
],
|
|
[
|
|
82,
|
|
198
|
|
],
|
|
[
|
|
83,
|
|
197
|
|
],
|
|
[
|
|
83,
|
|
196
|
|
],
|
|
[
|
|
84,
|
|
195
|
|
],
|
|
[
|
|
85,
|
|
194
|
|
],
|
|
[
|
|
85,
|
|
193
|
|
],
|
|
[
|
|
85,
|
|
192
|
|
],
|
|
[
|
|
85,
|
|
191
|
|
],
|
|
[
|
|
85,
|
|
190
|
|
],
|
|
[
|
|
85,
|
|
189
|
|
],
|
|
[
|
|
85,
|
|
188
|
|
],
|
|
[
|
|
84,
|
|
187
|
|
],
|
|
[
|
|
84,
|
|
186
|
|
],
|
|
[
|
|
84,
|
|
185
|
|
],
|
|
[
|
|
83,
|
|
184
|
|
],
|
|
[
|
|
83,
|
|
183
|
|
],
|
|
[
|
|
83,
|
|
182
|
|
],
|
|
[
|
|
83,
|
|
181
|
|
],
|
|
[
|
|
84,
|
|
180
|
|
],
|
|
[
|
|
85,
|
|
179
|
|
],
|
|
[
|
|
86,
|
|
178
|
|
],
|
|
[
|
|
87,
|
|
177
|
|
],
|
|
[
|
|
88,
|
|
176
|
|
],
|
|
[
|
|
89,
|
|
175
|
|
],
|
|
[
|
|
90,
|
|
174
|
|
],
|
|
[
|
|
91,
|
|
173
|
|
],
|
|
[
|
|
91,
|
|
172
|
|
],
|
|
[
|
|
91,
|
|
171
|
|
],
|
|
[
|
|
92,
|
|
170
|
|
],
|
|
[
|
|
92,
|
|
169
|
|
],
|
|
[
|
|
92,
|
|
168
|
|
],
|
|
[
|
|
92,
|
|
167
|
|
],
|
|
[
|
|
92,
|
|
166
|
|
],
|
|
[
|
|
92,
|
|
165
|
|
],
|
|
[
|
|
91,
|
|
164
|
|
],
|
|
[
|
|
90,
|
|
163
|
|
],
|
|
[
|
|
90,
|
|
162
|
|
],
|
|
[
|
|
91,
|
|
161
|
|
],
|
|
[
|
|
92,
|
|
161
|
|
],
|
|
[
|
|
93,
|
|
161
|
|
],
|
|
[
|
|
94,
|
|
160
|
|
],
|
|
[
|
|
95,
|
|
160
|
|
],
|
|
[
|
|
96,
|
|
159
|
|
],
|
|
[
|
|
96,
|
|
158
|
|
],
|
|
[
|
|
97,
|
|
157
|
|
],
|
|
[
|
|
97,
|
|
156
|
|
],
|
|
[
|
|
98,
|
|
155
|
|
],
|
|
[
|
|
99,
|
|
156
|
|
],
|
|
[
|
|
100,
|
|
156
|
|
],
|
|
[
|
|
101,
|
|
156
|
|
],
|
|
[
|
|
102,
|
|
157
|
|
],
|
|
[
|
|
103,
|
|
158
|
|
],
|
|
[
|
|
104,
|
|
157
|
|
],
|
|
[
|
|
105,
|
|
158
|
|
],
|
|
[
|
|
105,
|
|
159
|
|
],
|
|
[
|
|
106,
|
|
159
|
|
],
|
|
[
|
|
107,
|
|
160
|
|
],
|
|
[
|
|
107,
|
|
161
|
|
],
|
|
[
|
|
107,
|
|
162
|
|
],
|
|
[
|
|
107,
|
|
163
|
|
],
|
|
[
|
|
107,
|
|
164
|
|
],
|
|
[
|
|
108,
|
|
165
|
|
],
|
|
[
|
|
109,
|
|
166
|
|
],
|
|
[
|
|
110,
|
|
167
|
|
],
|
|
[
|
|
111,
|
|
168
|
|
],
|
|
[
|
|
112,
|
|
169
|
|
],
|
|
[
|
|
112,
|
|
170
|
|
],
|
|
[
|
|
112,
|
|
171
|
|
],
|
|
[
|
|
113,
|
|
172
|
|
],
|
|
[
|
|
113,
|
|
173
|
|
],
|
|
[
|
|
114,
|
|
174
|
|
],
|
|
[
|
|
115,
|
|
175
|
|
],
|
|
[
|
|
116,
|
|
176
|
|
],
|
|
[
|
|
117,
|
|
177
|
|
],
|
|
[
|
|
118,
|
|
178
|
|
],
|
|
[
|
|
119,
|
|
178
|
|
],
|
|
[
|
|
120,
|
|
178
|
|
],
|
|
[
|
|
121,
|
|
178
|
|
],
|
|
[
|
|
122,
|
|
177
|
|
],
|
|
[
|
|
123,
|
|
177
|
|
],
|
|
[
|
|
124,
|
|
177
|
|
],
|
|
[
|
|
125,
|
|
177
|
|
],
|
|
[
|
|
126,
|
|
177
|
|
],
|
|
[
|
|
127,
|
|
177
|
|
],
|
|
[
|
|
127,
|
|
176
|
|
],
|
|
[
|
|
127,
|
|
175
|
|
],
|
|
[
|
|
127,
|
|
174
|
|
],
|
|
[
|
|
127,
|
|
173
|
|
],
|
|
[
|
|
127,
|
|
172
|
|
],
|
|
[
|
|
127,
|
|
171
|
|
],
|
|
[
|
|
127,
|
|
170
|
|
],
|
|
[
|
|
127,
|
|
169
|
|
],
|
|
[
|
|
127,
|
|
168
|
|
],
|
|
[
|
|
127,
|
|
167
|
|
],
|
|
[
|
|
127,
|
|
166
|
|
],
|
|
[
|
|
127,
|
|
165
|
|
],
|
|
[
|
|
127,
|
|
164
|
|
],
|
|
[
|
|
127,
|
|
163
|
|
],
|
|
[
|
|
127,
|
|
162
|
|
],
|
|
[
|
|
127,
|
|
161
|
|
],
|
|
[
|
|
127,
|
|
160
|
|
],
|
|
[
|
|
127,
|
|
159
|
|
],
|
|
[
|
|
127,
|
|
158
|
|
],
|
|
[
|
|
127,
|
|
157
|
|
],
|
|
[
|
|
127,
|
|
156
|
|
],
|
|
[
|
|
127,
|
|
155
|
|
],
|
|
[
|
|
127,
|
|
154
|
|
],
|
|
[
|
|
127,
|
|
153
|
|
],
|
|
[
|
|
127,
|
|
152
|
|
],
|
|
[
|
|
127,
|
|
151
|
|
],
|
|
[
|
|
127,
|
|
150
|
|
],
|
|
[
|
|
127,
|
|
149
|
|
],
|
|
[
|
|
127,
|
|
148
|
|
],
|
|
[
|
|
127,
|
|
147
|
|
],
|
|
[
|
|
127,
|
|
146
|
|
],
|
|
[
|
|
127,
|
|
145
|
|
],
|
|
[
|
|
127,
|
|
144
|
|
],
|
|
[
|
|
127,
|
|
143
|
|
],
|
|
[
|
|
127,
|
|
142
|
|
],
|
|
[
|
|
127,
|
|
141
|
|
],
|
|
[
|
|
127,
|
|
140
|
|
],
|
|
[
|
|
127,
|
|
139
|
|
],
|
|
[
|
|
127,
|
|
138
|
|
],
|
|
[
|
|
127,
|
|
137
|
|
],
|
|
[
|
|
127,
|
|
136
|
|
],
|
|
[
|
|
127,
|
|
135
|
|
],
|
|
[
|
|
127,
|
|
134
|
|
],
|
|
[
|
|
127,
|
|
133
|
|
],
|
|
[
|
|
127,
|
|
132
|
|
],
|
|
[
|
|
127,
|
|
131
|
|
],
|
|
[
|
|
127,
|
|
130
|
|
],
|
|
[
|
|
127,
|
|
129
|
|
],
|
|
[
|
|
127,
|
|
128
|
|
],
|
|
[
|
|
127,
|
|
127
|
|
],
|
|
[
|
|
127,
|
|
126
|
|
],
|
|
[
|
|
127,
|
|
125
|
|
],
|
|
[
|
|
127,
|
|
124
|
|
],
|
|
[
|
|
127,
|
|
123
|
|
],
|
|
[
|
|
127,
|
|
122
|
|
],
|
|
[
|
|
127,
|
|
121
|
|
],
|
|
[
|
|
127,
|
|
120
|
|
],
|
|
[
|
|
127,
|
|
119
|
|
],
|
|
[
|
|
127,
|
|
118
|
|
],
|
|
[
|
|
127,
|
|
117
|
|
],
|
|
[
|
|
127,
|
|
116
|
|
],
|
|
[
|
|
127,
|
|
115
|
|
],
|
|
[
|
|
127,
|
|
114
|
|
],
|
|
[
|
|
127,
|
|
113
|
|
],
|
|
[
|
|
127,
|
|
112
|
|
],
|
|
[
|
|
127,
|
|
111
|
|
],
|
|
[
|
|
127,
|
|
110
|
|
],
|
|
[
|
|
127,
|
|
109
|
|
],
|
|
[
|
|
127,
|
|
108
|
|
],
|
|
[
|
|
127,
|
|
107
|
|
],
|
|
[
|
|
127,
|
|
106
|
|
],
|
|
[
|
|
127,
|
|
105
|
|
],
|
|
[
|
|
127,
|
|
104
|
|
],
|
|
[
|
|
127,
|
|
103
|
|
],
|
|
[
|
|
127,
|
|
102
|
|
],
|
|
[
|
|
127,
|
|
101
|
|
],
|
|
[
|
|
127,
|
|
100
|
|
],
|
|
[
|
|
127,
|
|
99
|
|
],
|
|
[
|
|
127,
|
|
98
|
|
],
|
|
[
|
|
127,
|
|
97
|
|
],
|
|
[
|
|
127,
|
|
96
|
|
],
|
|
[
|
|
127,
|
|
95
|
|
],
|
|
[
|
|
127,
|
|
94
|
|
],
|
|
[
|
|
127,
|
|
93
|
|
],
|
|
[
|
|
127,
|
|
92
|
|
],
|
|
[
|
|
127,
|
|
91
|
|
],
|
|
[
|
|
127,
|
|
90
|
|
],
|
|
[
|
|
127,
|
|
89
|
|
],
|
|
[
|
|
127,
|
|
88
|
|
],
|
|
[
|
|
127,
|
|
87
|
|
],
|
|
[
|
|
127,
|
|
86
|
|
],
|
|
[
|
|
127,
|
|
85
|
|
],
|
|
[
|
|
127,
|
|
84
|
|
],
|
|
[
|
|
127,
|
|
83
|
|
],
|
|
[
|
|
127,
|
|
82
|
|
],
|
|
[
|
|
127,
|
|
81
|
|
],
|
|
[
|
|
127,
|
|
80
|
|
],
|
|
[
|
|
127,
|
|
79
|
|
],
|
|
[
|
|
127,
|
|
78
|
|
],
|
|
[
|
|
127,
|
|
77
|
|
],
|
|
[
|
|
127,
|
|
76
|
|
],
|
|
[
|
|
127,
|
|
75
|
|
],
|
|
[
|
|
127,
|
|
74
|
|
],
|
|
[
|
|
127,
|
|
73
|
|
],
|
|
[
|
|
127,
|
|
72
|
|
],
|
|
[
|
|
127,
|
|
71
|
|
],
|
|
[
|
|
127,
|
|
70
|
|
],
|
|
[
|
|
127,
|
|
69
|
|
],
|
|
[
|
|
127,
|
|
68
|
|
],
|
|
[
|
|
127,
|
|
67
|
|
],
|
|
[
|
|
127,
|
|
66
|
|
],
|
|
[
|
|
127,
|
|
65
|
|
],
|
|
[
|
|
127,
|
|
64
|
|
],
|
|
[
|
|
127,
|
|
63
|
|
],
|
|
[
|
|
127,
|
|
62
|
|
],
|
|
[
|
|
127,
|
|
61
|
|
],
|
|
[
|
|
127,
|
|
60
|
|
],
|
|
[
|
|
127,
|
|
59
|
|
],
|
|
[
|
|
127,
|
|
58
|
|
],
|
|
[
|
|
127,
|
|
57
|
|
],
|
|
[
|
|
127,
|
|
56
|
|
],
|
|
[
|
|
127,
|
|
55
|
|
],
|
|
[
|
|
127,
|
|
54
|
|
],
|
|
[
|
|
127,
|
|
53
|
|
],
|
|
[
|
|
127,
|
|
52
|
|
],
|
|
[
|
|
127,
|
|
51
|
|
],
|
|
[
|
|
127,
|
|
50
|
|
],
|
|
[
|
|
127,
|
|
49
|
|
],
|
|
[
|
|
127,
|
|
48
|
|
],
|
|
[
|
|
127,
|
|
47
|
|
],
|
|
[
|
|
127,
|
|
46
|
|
],
|
|
[
|
|
127,
|
|
45
|
|
],
|
|
[
|
|
127,
|
|
44
|
|
],
|
|
[
|
|
127,
|
|
43
|
|
],
|
|
[
|
|
127,
|
|
42
|
|
],
|
|
[
|
|
127,
|
|
41
|
|
],
|
|
[
|
|
127,
|
|
40
|
|
],
|
|
[
|
|
127,
|
|
39
|
|
],
|
|
[
|
|
127,
|
|
38
|
|
],
|
|
[
|
|
127,
|
|
37
|
|
],
|
|
[
|
|
127,
|
|
36
|
|
],
|
|
[
|
|
127,
|
|
35
|
|
],
|
|
[
|
|
127,
|
|
34
|
|
],
|
|
[
|
|
127,
|
|
33
|
|
],
|
|
[
|
|
127,
|
|
32
|
|
],
|
|
[
|
|
127,
|
|
31
|
|
],
|
|
[
|
|
127,
|
|
30
|
|
],
|
|
[
|
|
127,
|
|
29
|
|
],
|
|
[
|
|
127,
|
|
28
|
|
],
|
|
[
|
|
127,
|
|
27
|
|
],
|
|
[
|
|
127,
|
|
26
|
|
],
|
|
[
|
|
127,
|
|
25
|
|
],
|
|
[
|
|
127,
|
|
24
|
|
],
|
|
[
|
|
127,
|
|
23
|
|
],
|
|
[
|
|
127,
|
|
22
|
|
],
|
|
[
|
|
127,
|
|
21
|
|
],
|
|
[
|
|
127,
|
|
20
|
|
],
|
|
[
|
|
127,
|
|
19
|
|
],
|
|
[
|
|
127,
|
|
18
|
|
],
|
|
[
|
|
127,
|
|
17
|
|
],
|
|
[
|
|
127,
|
|
16
|
|
],
|
|
[
|
|
127,
|
|
15
|
|
],
|
|
[
|
|
127,
|
|
14
|
|
],
|
|
[
|
|
127,
|
|
13
|
|
],
|
|
[
|
|
127,
|
|
12
|
|
],
|
|
[
|
|
127,
|
|
11
|
|
],
|
|
[
|
|
127,
|
|
10
|
|
],
|
|
[
|
|
127,
|
|
9
|
|
],
|
|
[
|
|
127,
|
|
8
|
|
],
|
|
[
|
|
127,
|
|
7
|
|
],
|
|
[
|
|
127,
|
|
6
|
|
],
|
|
[
|
|
127,
|
|
5
|
|
],
|
|
[
|
|
127,
|
|
4
|
|
],
|
|
[
|
|
127,
|
|
3
|
|
],
|
|
[
|
|
127,
|
|
2
|
|
],
|
|
[
|
|
127,
|
|
1
|
|
],
|
|
[
|
|
127,
|
|
0
|
|
],
|
|
[
|
|
126,
|
|
0
|
|
],
|
|
[
|
|
125,
|
|
0
|
|
],
|
|
[
|
|
124,
|
|
0
|
|
],
|
|
[
|
|
123,
|
|
0
|
|
],
|
|
[
|
|
122,
|
|
0
|
|
],
|
|
[
|
|
121,
|
|
0
|
|
],
|
|
[
|
|
120,
|
|
0
|
|
],
|
|
[
|
|
119,
|
|
0
|
|
],
|
|
[
|
|
118,
|
|
0
|
|
],
|
|
[
|
|
118,
|
|
1
|
|
],
|
|
[
|
|
118,
|
|
2
|
|
],
|
|
[
|
|
118,
|
|
3
|
|
],
|
|
[
|
|
118,
|
|
4
|
|
],
|
|
[
|
|
118,
|
|
5
|
|
],
|
|
[
|
|
117,
|
|
6
|
|
],
|
|
[
|
|
116,
|
|
7
|
|
],
|
|
[
|
|
115,
|
|
8
|
|
],
|
|
[
|
|
114,
|
|
8
|
|
],
|
|
[
|
|
113,
|
|
7
|
|
],
|
|
[
|
|
112,
|
|
6
|
|
],
|
|
[
|
|
111,
|
|
5
|
|
],
|
|
[
|
|
110,
|
|
4
|
|
],
|
|
[
|
|
109,
|
|
3
|
|
],
|
|
[
|
|
108,
|
|
3
|
|
],
|
|
[
|
|
107,
|
|
2
|
|
],
|
|
[
|
|
107,
|
|
1
|
|
],
|
|
[
|
|
106,
|
|
1
|
|
],
|
|
[
|
|
105,
|
|
0
|
|
],
|
|
[
|
|
104,
|
|
0
|
|
],
|
|
[
|
|
103,
|
|
0
|
|
],
|
|
[
|
|
102,
|
|
0
|
|
],
|
|
[
|
|
101,
|
|
0
|
|
],
|
|
[
|
|
100,
|
|
0
|
|
],
|
|
[
|
|
99,
|
|
0
|
|
],
|
|
[
|
|
98,
|
|
0
|
|
],
|
|
[
|
|
97,
|
|
0
|
|
],
|
|
[
|
|
96,
|
|
0
|
|
],
|
|
[
|
|
95,
|
|
1
|
|
],
|
|
[
|
|
94,
|
|
2
|
|
],
|
|
[
|
|
93,
|
|
3
|
|
],
|
|
[
|
|
92,
|
|
4
|
|
],
|
|
[
|
|
91,
|
|
4
|
|
],
|
|
[
|
|
90,
|
|
3
|
|
],
|
|
[
|
|
90,
|
|
2
|
|
],
|
|
[
|
|
90,
|
|
1
|
|
],
|
|
[
|
|
90,
|
|
0
|
|
],
|
|
[
|
|
89,
|
|
0
|
|
],
|
|
[
|
|
88,
|
|
0
|
|
],
|
|
[
|
|
87,
|
|
0
|
|
],
|
|
[
|
|
86,
|
|
0
|
|
],
|
|
[
|
|
85,
|
|
0
|
|
],
|
|
[
|
|
84,
|
|
0
|
|
],
|
|
[
|
|
83,
|
|
0
|
|
],
|
|
[
|
|
82,
|
|
0
|
|
],
|
|
[
|
|
81,
|
|
0
|
|
],
|
|
[
|
|
80,
|
|
0
|
|
],
|
|
[
|
|
79,
|
|
0
|
|
],
|
|
[
|
|
78,
|
|
0
|
|
],
|
|
[
|
|
77,
|
|
0
|
|
],
|
|
[
|
|
76,
|
|
0
|
|
],
|
|
[
|
|
75,
|
|
0
|
|
],
|
|
[
|
|
74,
|
|
0
|
|
],
|
|
[
|
|
73,
|
|
0
|
|
],
|
|
[
|
|
72,
|
|
0
|
|
],
|
|
[
|
|
71,
|
|
0
|
|
],
|
|
[
|
|
70,
|
|
0
|
|
],
|
|
[
|
|
69,
|
|
0
|
|
],
|
|
[
|
|
68,
|
|
0
|
|
],
|
|
[
|
|
67,
|
|
0
|
|
],
|
|
[
|
|
66,
|
|
0
|
|
],
|
|
[
|
|
65,
|
|
0
|
|
],
|
|
[
|
|
64,
|
|
0
|
|
],
|
|
[
|
|
63,
|
|
0
|
|
],
|
|
[
|
|
62,
|
|
0
|
|
],
|
|
[
|
|
61,
|
|
0
|
|
],
|
|
[
|
|
60,
|
|
0
|
|
],
|
|
[
|
|
59,
|
|
0
|
|
],
|
|
[
|
|
58,
|
|
0
|
|
],
|
|
[
|
|
57,
|
|
0
|
|
],
|
|
[
|
|
56,
|
|
0
|
|
],
|
|
[
|
|
55,
|
|
0
|
|
],
|
|
[
|
|
54,
|
|
0
|
|
],
|
|
[
|
|
53,
|
|
0
|
|
],
|
|
[
|
|
52,
|
|
0
|
|
],
|
|
[
|
|
51,
|
|
0
|
|
],
|
|
[
|
|
50,
|
|
0
|
|
],
|
|
[
|
|
49,
|
|
0
|
|
],
|
|
[
|
|
48,
|
|
0
|
|
],
|
|
[
|
|
47,
|
|
0
|
|
],
|
|
[
|
|
46,
|
|
0
|
|
],
|
|
[
|
|
45,
|
|
0
|
|
],
|
|
[
|
|
44,
|
|
0
|
|
],
|
|
[
|
|
43,
|
|
0
|
|
],
|
|
[
|
|
42,
|
|
0
|
|
],
|
|
[
|
|
41,
|
|
0
|
|
],
|
|
[
|
|
40,
|
|
0
|
|
],
|
|
[
|
|
39,
|
|
0
|
|
],
|
|
[
|
|
38,
|
|
0
|
|
],
|
|
[
|
|
37,
|
|
0
|
|
],
|
|
[
|
|
36,
|
|
0
|
|
],
|
|
[
|
|
35,
|
|
0
|
|
],
|
|
[
|
|
34,
|
|
0
|
|
],
|
|
[
|
|
33,
|
|
0
|
|
],
|
|
[
|
|
32,
|
|
0
|
|
],
|
|
[
|
|
31,
|
|
0
|
|
],
|
|
[
|
|
30,
|
|
0
|
|
],
|
|
[
|
|
29,
|
|
0
|
|
],
|
|
[
|
|
28,
|
|
0
|
|
],
|
|
[
|
|
27,
|
|
0
|
|
],
|
|
[
|
|
26,
|
|
0
|
|
],
|
|
[
|
|
25,
|
|
0
|
|
],
|
|
[
|
|
24,
|
|
0
|
|
],
|
|
[
|
|
23,
|
|
0
|
|
],
|
|
[
|
|
22,
|
|
0
|
|
],
|
|
[
|
|
21,
|
|
0
|
|
],
|
|
[
|
|
20,
|
|
0
|
|
],
|
|
[
|
|
19,
|
|
0
|
|
],
|
|
[
|
|
18,
|
|
0
|
|
],
|
|
[
|
|
17,
|
|
0
|
|
],
|
|
[
|
|
16,
|
|
0
|
|
],
|
|
[
|
|
15,
|
|
0
|
|
],
|
|
[
|
|
14,
|
|
0
|
|
],
|
|
[
|
|
13,
|
|
0
|
|
],
|
|
[
|
|
12,
|
|
0
|
|
],
|
|
[
|
|
11,
|
|
0
|
|
],
|
|
[
|
|
10,
|
|
0
|
|
],
|
|
[
|
|
9,
|
|
0
|
|
],
|
|
[
|
|
8,
|
|
0
|
|
],
|
|
[
|
|
7,
|
|
0
|
|
],
|
|
[
|
|
6,
|
|
0
|
|
],
|
|
[
|
|
5,
|
|
0
|
|
],
|
|
[
|
|
4,
|
|
0
|
|
],
|
|
[
|
|
3,
|
|
0
|
|
],
|
|
[
|
|
2,
|
|
0
|
|
],
|
|
[
|
|
1,
|
|
0
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"area_pct": 0.02642822265625,
|
|
"basin_id": 1,
|
|
"boundary": [
|
|
[
|
|
68,
|
|
94
|
|
],
|
|
[
|
|
68,
|
|
95
|
|
],
|
|
[
|
|
69,
|
|
96
|
|
],
|
|
[
|
|
70,
|
|
97
|
|
],
|
|
[
|
|
71,
|
|
98
|
|
],
|
|
[
|
|
72,
|
|
99
|
|
],
|
|
[
|
|
73,
|
|
100
|
|
],
|
|
[
|
|
73,
|
|
101
|
|
],
|
|
[
|
|
73,
|
|
102
|
|
],
|
|
[
|
|
74,
|
|
103
|
|
],
|
|
[
|
|
74,
|
|
104
|
|
],
|
|
[
|
|
74,
|
|
105
|
|
],
|
|
[
|
|
74,
|
|
106
|
|
],
|
|
[
|
|
75,
|
|
107
|
|
],
|
|
[
|
|
75,
|
|
108
|
|
],
|
|
[
|
|
76,
|
|
109
|
|
],
|
|
[
|
|
77,
|
|
110
|
|
],
|
|
[
|
|
77,
|
|
111
|
|
],
|
|
[
|
|
77,
|
|
112
|
|
],
|
|
[
|
|
77,
|
|
113
|
|
],
|
|
[
|
|
78,
|
|
113
|
|
],
|
|
[
|
|
79,
|
|
113
|
|
],
|
|
[
|
|
80,
|
|
113
|
|
],
|
|
[
|
|
81,
|
|
114
|
|
],
|
|
[
|
|
82,
|
|
114
|
|
],
|
|
[
|
|
83,
|
|
114
|
|
],
|
|
[
|
|
84,
|
|
115
|
|
],
|
|
[
|
|
85,
|
|
116
|
|
],
|
|
[
|
|
86,
|
|
116
|
|
],
|
|
[
|
|
87,
|
|
116
|
|
],
|
|
[
|
|
88,
|
|
116
|
|
],
|
|
[
|
|
89,
|
|
116
|
|
],
|
|
[
|
|
90,
|
|
116
|
|
],
|
|
[
|
|
91,
|
|
117
|
|
],
|
|
[
|
|
92,
|
|
118
|
|
],
|
|
[
|
|
93,
|
|
119
|
|
],
|
|
[
|
|
94,
|
|
119
|
|
],
|
|
[
|
|
95,
|
|
118
|
|
],
|
|
[
|
|
96,
|
|
117
|
|
],
|
|
[
|
|
97,
|
|
116
|
|
],
|
|
[
|
|
98,
|
|
115
|
|
],
|
|
[
|
|
99,
|
|
114
|
|
],
|
|
[
|
|
100,
|
|
113
|
|
],
|
|
[
|
|
100,
|
|
112
|
|
],
|
|
[
|
|
100,
|
|
111
|
|
],
|
|
[
|
|
100,
|
|
110
|
|
],
|
|
[
|
|
100,
|
|
109
|
|
],
|
|
[
|
|
99,
|
|
108
|
|
],
|
|
[
|
|
99,
|
|
107
|
|
],
|
|
[
|
|
99,
|
|
106
|
|
],
|
|
[
|
|
99,
|
|
105
|
|
],
|
|
[
|
|
98,
|
|
104
|
|
],
|
|
[
|
|
98,
|
|
103
|
|
],
|
|
[
|
|
97,
|
|
102
|
|
],
|
|
[
|
|
97,
|
|
101
|
|
],
|
|
[
|
|
97,
|
|
100
|
|
],
|
|
[
|
|
96,
|
|
99
|
|
],
|
|
[
|
|
96,
|
|
98
|
|
],
|
|
[
|
|
95,
|
|
97
|
|
],
|
|
[
|
|
95,
|
|
96
|
|
],
|
|
[
|
|
95,
|
|
95
|
|
],
|
|
[
|
|
95,
|
|
94
|
|
],
|
|
[
|
|
95,
|
|
93
|
|
],
|
|
[
|
|
95,
|
|
92
|
|
],
|
|
[
|
|
95,
|
|
91
|
|
],
|
|
[
|
|
94,
|
|
90
|
|
],
|
|
[
|
|
93,
|
|
89
|
|
],
|
|
[
|
|
92,
|
|
88
|
|
],
|
|
[
|
|
91,
|
|
87
|
|
],
|
|
[
|
|
90,
|
|
86
|
|
],
|
|
[
|
|
90,
|
|
85
|
|
],
|
|
[
|
|
90,
|
|
84
|
|
],
|
|
[
|
|
90,
|
|
83
|
|
],
|
|
[
|
|
91,
|
|
82
|
|
],
|
|
[
|
|
92,
|
|
81
|
|
],
|
|
[
|
|
91,
|
|
80
|
|
],
|
|
[
|
|
90,
|
|
79
|
|
],
|
|
[
|
|
89,
|
|
78
|
|
],
|
|
[
|
|
88,
|
|
77
|
|
],
|
|
[
|
|
88,
|
|
76
|
|
],
|
|
[
|
|
87,
|
|
75
|
|
],
|
|
[
|
|
86,
|
|
74
|
|
],
|
|
[
|
|
85,
|
|
74
|
|
],
|
|
[
|
|
84,
|
|
74
|
|
],
|
|
[
|
|
83,
|
|
74
|
|
],
|
|
[
|
|
83,
|
|
75
|
|
],
|
|
[
|
|
83,
|
|
76
|
|
],
|
|
[
|
|
82,
|
|
77
|
|
],
|
|
[
|
|
82,
|
|
78
|
|
],
|
|
[
|
|
82,
|
|
79
|
|
],
|
|
[
|
|
81,
|
|
80
|
|
],
|
|
[
|
|
80,
|
|
81
|
|
],
|
|
[
|
|
79,
|
|
81
|
|
],
|
|
[
|
|
78,
|
|
82
|
|
],
|
|
[
|
|
77,
|
|
83
|
|
],
|
|
[
|
|
76,
|
|
84
|
|
],
|
|
[
|
|
75,
|
|
85
|
|
],
|
|
[
|
|
74,
|
|
86
|
|
],
|
|
[
|
|
74,
|
|
87
|
|
],
|
|
[
|
|
74,
|
|
88
|
|
],
|
|
[
|
|
73,
|
|
89
|
|
],
|
|
[
|
|
72,
|
|
90
|
|
],
|
|
[
|
|
71,
|
|
91
|
|
],
|
|
[
|
|
70,
|
|
92
|
|
],
|
|
[
|
|
69,
|
|
93
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"area_pct": 0.05499267578125,
|
|
"basin_id": 2,
|
|
"boundary": [
|
|
[
|
|
83,
|
|
198
|
|
],
|
|
[
|
|
84,
|
|
199
|
|
],
|
|
[
|
|
84,
|
|
200
|
|
],
|
|
[
|
|
85,
|
|
201
|
|
],
|
|
[
|
|
86,
|
|
202
|
|
],
|
|
[
|
|
87,
|
|
203
|
|
],
|
|
[
|
|
87,
|
|
204
|
|
],
|
|
[
|
|
87,
|
|
205
|
|
],
|
|
[
|
|
87,
|
|
206
|
|
],
|
|
[
|
|
87,
|
|
207
|
|
],
|
|
[
|
|
87,
|
|
208
|
|
],
|
|
[
|
|
88,
|
|
209
|
|
],
|
|
[
|
|
89,
|
|
210
|
|
],
|
|
[
|
|
90,
|
|
211
|
|
],
|
|
[
|
|
91,
|
|
212
|
|
],
|
|
[
|
|
92,
|
|
213
|
|
],
|
|
[
|
|
93,
|
|
214
|
|
],
|
|
[
|
|
94,
|
|
215
|
|
],
|
|
[
|
|
94,
|
|
216
|
|
],
|
|
[
|
|
94,
|
|
217
|
|
],
|
|
[
|
|
95,
|
|
217
|
|
],
|
|
[
|
|
96,
|
|
217
|
|
],
|
|
[
|
|
97,
|
|
216
|
|
],
|
|
[
|
|
98,
|
|
215
|
|
],
|
|
[
|
|
99,
|
|
214
|
|
],
|
|
[
|
|
100,
|
|
214
|
|
],
|
|
[
|
|
101,
|
|
214
|
|
],
|
|
[
|
|
102,
|
|
213
|
|
],
|
|
[
|
|
103,
|
|
213
|
|
],
|
|
[
|
|
104,
|
|
213
|
|
],
|
|
[
|
|
105,
|
|
213
|
|
],
|
|
[
|
|
106,
|
|
213
|
|
],
|
|
[
|
|
107,
|
|
212
|
|
],
|
|
[
|
|
108,
|
|
212
|
|
],
|
|
[
|
|
109,
|
|
213
|
|
],
|
|
[
|
|
110,
|
|
214
|
|
],
|
|
[
|
|
111,
|
|
215
|
|
],
|
|
[
|
|
112,
|
|
215
|
|
],
|
|
[
|
|
113,
|
|
214
|
|
],
|
|
[
|
|
114,
|
|
213
|
|
],
|
|
[
|
|
115,
|
|
213
|
|
],
|
|
[
|
|
116,
|
|
212
|
|
],
|
|
[
|
|
117,
|
|
212
|
|
],
|
|
[
|
|
118,
|
|
212
|
|
],
|
|
[
|
|
119,
|
|
211
|
|
],
|
|
[
|
|
119,
|
|
210
|
|
],
|
|
[
|
|
120,
|
|
209
|
|
],
|
|
[
|
|
121,
|
|
208
|
|
],
|
|
[
|
|
122,
|
|
207
|
|
],
|
|
[
|
|
123,
|
|
206
|
|
],
|
|
[
|
|
123,
|
|
205
|
|
],
|
|
[
|
|
123,
|
|
204
|
|
],
|
|
[
|
|
123,
|
|
203
|
|
],
|
|
[
|
|
123,
|
|
202
|
|
],
|
|
[
|
|
123,
|
|
201
|
|
],
|
|
[
|
|
124,
|
|
200
|
|
],
|
|
[
|
|
124,
|
|
199
|
|
],
|
|
[
|
|
125,
|
|
198
|
|
],
|
|
[
|
|
125,
|
|
197
|
|
],
|
|
[
|
|
126,
|
|
196
|
|
],
|
|
[
|
|
127,
|
|
195
|
|
],
|
|
[
|
|
127,
|
|
194
|
|
],
|
|
[
|
|
127,
|
|
193
|
|
],
|
|
[
|
|
127,
|
|
192
|
|
],
|
|
[
|
|
127,
|
|
191
|
|
],
|
|
[
|
|
127,
|
|
190
|
|
],
|
|
[
|
|
127,
|
|
189
|
|
],
|
|
[
|
|
127,
|
|
188
|
|
],
|
|
[
|
|
127,
|
|
187
|
|
],
|
|
[
|
|
127,
|
|
186
|
|
],
|
|
[
|
|
127,
|
|
185
|
|
],
|
|
[
|
|
127,
|
|
184
|
|
],
|
|
[
|
|
127,
|
|
183
|
|
],
|
|
[
|
|
127,
|
|
182
|
|
],
|
|
[
|
|
127,
|
|
181
|
|
],
|
|
[
|
|
127,
|
|
180
|
|
],
|
|
[
|
|
127,
|
|
179
|
|
],
|
|
[
|
|
127,
|
|
178
|
|
],
|
|
[
|
|
126,
|
|
178
|
|
],
|
|
[
|
|
125,
|
|
178
|
|
],
|
|
[
|
|
124,
|
|
178
|
|
],
|
|
[
|
|
123,
|
|
178
|
|
],
|
|
[
|
|
122,
|
|
178
|
|
],
|
|
[
|
|
121,
|
|
179
|
|
],
|
|
[
|
|
120,
|
|
179
|
|
],
|
|
[
|
|
119,
|
|
179
|
|
],
|
|
[
|
|
118,
|
|
179
|
|
],
|
|
[
|
|
117,
|
|
178
|
|
],
|
|
[
|
|
116,
|
|
177
|
|
],
|
|
[
|
|
115,
|
|
176
|
|
],
|
|
[
|
|
114,
|
|
175
|
|
],
|
|
[
|
|
113,
|
|
174
|
|
],
|
|
[
|
|
112,
|
|
173
|
|
],
|
|
[
|
|
112,
|
|
172
|
|
],
|
|
[
|
|
111,
|
|
171
|
|
],
|
|
[
|
|
111,
|
|
170
|
|
],
|
|
[
|
|
111,
|
|
169
|
|
],
|
|
[
|
|
110,
|
|
168
|
|
],
|
|
[
|
|
109,
|
|
167
|
|
],
|
|
[
|
|
108,
|
|
166
|
|
],
|
|
[
|
|
107,
|
|
165
|
|
],
|
|
[
|
|
106,
|
|
164
|
|
],
|
|
[
|
|
106,
|
|
163
|
|
],
|
|
[
|
|
106,
|
|
162
|
|
],
|
|
[
|
|
106,
|
|
161
|
|
],
|
|
[
|
|
106,
|
|
160
|
|
],
|
|
[
|
|
105,
|
|
160
|
|
],
|
|
[
|
|
104,
|
|
159
|
|
],
|
|
[
|
|
104,
|
|
158
|
|
],
|
|
[
|
|
103,
|
|
159
|
|
],
|
|
[
|
|
102,
|
|
158
|
|
],
|
|
[
|
|
101,
|
|
157
|
|
],
|
|
[
|
|
100,
|
|
157
|
|
],
|
|
[
|
|
99,
|
|
157
|
|
],
|
|
[
|
|
98,
|
|
156
|
|
],
|
|
[
|
|
98,
|
|
157
|
|
],
|
|
[
|
|
97,
|
|
158
|
|
],
|
|
[
|
|
97,
|
|
159
|
|
],
|
|
[
|
|
96,
|
|
160
|
|
],
|
|
[
|
|
95,
|
|
161
|
|
],
|
|
[
|
|
94,
|
|
161
|
|
],
|
|
[
|
|
93,
|
|
162
|
|
],
|
|
[
|
|
92,
|
|
162
|
|
],
|
|
[
|
|
91,
|
|
162
|
|
],
|
|
[
|
|
91,
|
|
163
|
|
],
|
|
[
|
|
92,
|
|
164
|
|
],
|
|
[
|
|
93,
|
|
165
|
|
],
|
|
[
|
|
93,
|
|
166
|
|
],
|
|
[
|
|
93,
|
|
167
|
|
],
|
|
[
|
|
93,
|
|
168
|
|
],
|
|
[
|
|
93,
|
|
169
|
|
],
|
|
[
|
|
93,
|
|
170
|
|
],
|
|
[
|
|
92,
|
|
171
|
|
],
|
|
[
|
|
92,
|
|
172
|
|
],
|
|
[
|
|
92,
|
|
173
|
|
],
|
|
[
|
|
91,
|
|
174
|
|
],
|
|
[
|
|
90,
|
|
175
|
|
],
|
|
[
|
|
89,
|
|
176
|
|
],
|
|
[
|
|
88,
|
|
177
|
|
],
|
|
[
|
|
87,
|
|
178
|
|
],
|
|
[
|
|
86,
|
|
179
|
|
],
|
|
[
|
|
85,
|
|
180
|
|
],
|
|
[
|
|
84,
|
|
181
|
|
],
|
|
[
|
|
84,
|
|
182
|
|
],
|
|
[
|
|
84,
|
|
183
|
|
],
|
|
[
|
|
84,
|
|
184
|
|
],
|
|
[
|
|
85,
|
|
185
|
|
],
|
|
[
|
|
85,
|
|
186
|
|
],
|
|
[
|
|
85,
|
|
187
|
|
],
|
|
[
|
|
86,
|
|
188
|
|
],
|
|
[
|
|
86,
|
|
189
|
|
],
|
|
[
|
|
86,
|
|
190
|
|
],
|
|
[
|
|
86,
|
|
191
|
|
],
|
|
[
|
|
86,
|
|
192
|
|
],
|
|
[
|
|
86,
|
|
193
|
|
],
|
|
[
|
|
86,
|
|
194
|
|
],
|
|
[
|
|
85,
|
|
195
|
|
],
|
|
[
|
|
84,
|
|
196
|
|
],
|
|
[
|
|
84,
|
|
197
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"area_pct": 0.02691650390625,
|
|
"basin_id": 3,
|
|
"boundary": [
|
|
[
|
|
91,
|
|
0
|
|
],
|
|
[
|
|
91,
|
|
1
|
|
],
|
|
[
|
|
91,
|
|
2
|
|
],
|
|
[
|
|
91,
|
|
3
|
|
],
|
|
[
|
|
92,
|
|
3
|
|
],
|
|
[
|
|
93,
|
|
2
|
|
],
|
|
[
|
|
94,
|
|
1
|
|
],
|
|
[
|
|
95,
|
|
0
|
|
],
|
|
[
|
|
94,
|
|
0
|
|
],
|
|
[
|
|
93,
|
|
0
|
|
],
|
|
[
|
|
92,
|
|
0
|
|
]
|
|
]
|
|
}
|
|
],
|
|
"grid_h": 128,
|
|
"grid_w": 256,
|
|
"river_network": {
|
|
"confluences": [],
|
|
"mouths": [
|
|
[
|
|
0,
|
|
100
|
|
],
|
|
[
|
|
0,
|
|
142
|
|
],
|
|
[
|
|
0,
|
|
197
|
|
],
|
|
[
|
|
0,
|
|
241
|
|
],
|
|
[
|
|
11,
|
|
65
|
|
],
|
|
[
|
|
12,
|
|
232
|
|
],
|
|
[
|
|
12,
|
|
238
|
|
],
|
|
[
|
|
15,
|
|
141
|
|
],
|
|
[
|
|
20,
|
|
85
|
|
],
|
|
[
|
|
25,
|
|
100
|
|
],
|
|
[
|
|
28,
|
|
14
|
|
],
|
|
[
|
|
28,
|
|
181
|
|
],
|
|
[
|
|
38,
|
|
47
|
|
],
|
|
[
|
|
38,
|
|
98
|
|
],
|
|
[
|
|
50,
|
|
226
|
|
],
|
|
[
|
|
50,
|
|
254
|
|
],
|
|
[
|
|
51,
|
|
230
|
|
],
|
|
[
|
|
88,
|
|
217
|
|
],
|
|
[
|
|
124,
|
|
239
|
|
]
|
|
],
|
|
"river_cells": [
|
|
[
|
|
0,
|
|
0
|
|
],
|
|
[
|
|
0,
|
|
1
|
|
],
|
|
[
|
|
0,
|
|
2
|
|
],
|
|
[
|
|
0,
|
|
3
|
|
],
|
|
[
|
|
0,
|
|
86
|
|
],
|
|
[
|
|
0,
|
|
87
|
|
],
|
|
[
|
|
0,
|
|
88
|
|
],
|
|
[
|
|
0,
|
|
89
|
|
],
|
|
[
|
|
0,
|
|
90
|
|
],
|
|
[
|
|
0,
|
|
91
|
|
],
|
|
[
|
|
0,
|
|
92
|
|
],
|
|
[
|
|
0,
|
|
93
|
|
],
|
|
[
|
|
0,
|
|
94
|
|
],
|
|
[
|
|
0,
|
|
95
|
|
],
|
|
[
|
|
0,
|
|
96
|
|
],
|
|
[
|
|
0,
|
|
97
|
|
],
|
|
[
|
|
0,
|
|
98
|
|
],
|
|
[
|
|
0,
|
|
99
|
|
],
|
|
[
|
|
0,
|
|
100
|
|
],
|
|
[
|
|
0,
|
|
142
|
|
],
|
|
[
|
|
0,
|
|
197
|
|
],
|
|
[
|
|
0,
|
|
241
|
|
],
|
|
[
|
|
0,
|
|
242
|
|
],
|
|
[
|
|
0,
|
|
243
|
|
],
|
|
[
|
|
0,
|
|
244
|
|
],
|
|
[
|
|
0,
|
|
245
|
|
],
|
|
[
|
|
0,
|
|
246
|
|
],
|
|
[
|
|
0,
|
|
247
|
|
],
|
|
[
|
|
0,
|
|
248
|
|
],
|
|
[
|
|
0,
|
|
249
|
|
],
|
|
[
|
|
0,
|
|
250
|
|
],
|
|
[
|
|
0,
|
|
251
|
|
],
|
|
[
|
|
0,
|
|
252
|
|
],
|
|
[
|
|
0,
|
|
253
|
|
],
|
|
[
|
|
0,
|
|
254
|
|
],
|
|
[
|
|
0,
|
|
255
|
|
],
|
|
[
|
|
11,
|
|
65
|
|
],
|
|
[
|
|
11,
|
|
241
|
|
],
|
|
[
|
|
11,
|
|
242
|
|
],
|
|
[
|
|
11,
|
|
243
|
|
],
|
|
[
|
|
11,
|
|
244
|
|
],
|
|
[
|
|
11,
|
|
245
|
|
],
|
|
[
|
|
12,
|
|
232
|
|
],
|
|
[
|
|
12,
|
|
238
|
|
],
|
|
[
|
|
12,
|
|
239
|
|
],
|
|
[
|
|
12,
|
|
240
|
|
],
|
|
[
|
|
15,
|
|
141
|
|
],
|
|
[
|
|
16,
|
|
142
|
|
],
|
|
[
|
|
20,
|
|
84
|
|
],
|
|
[
|
|
20,
|
|
85
|
|
],
|
|
[
|
|
21,
|
|
82
|
|
],
|
|
[
|
|
21,
|
|
83
|
|
],
|
|
[
|
|
25,
|
|
100
|
|
],
|
|
[
|
|
27,
|
|
17
|
|
],
|
|
[
|
|
28,
|
|
14
|
|
],
|
|
[
|
|
28,
|
|
15
|
|
],
|
|
[
|
|
28,
|
|
16
|
|
],
|
|
[
|
|
28,
|
|
181
|
|
],
|
|
[
|
|
28,
|
|
182
|
|
],
|
|
[
|
|
28,
|
|
183
|
|
],
|
|
[
|
|
28,
|
|
184
|
|
],
|
|
[
|
|
28,
|
|
185
|
|
],
|
|
[
|
|
28,
|
|
186
|
|
],
|
|
[
|
|
28,
|
|
187
|
|
],
|
|
[
|
|
28,
|
|
188
|
|
],
|
|
[
|
|
28,
|
|
189
|
|
],
|
|
[
|
|
28,
|
|
190
|
|
],
|
|
[
|
|
37,
|
|
46
|
|
],
|
|
[
|
|
37,
|
|
95
|
|
],
|
|
[
|
|
37,
|
|
96
|
|
],
|
|
[
|
|
37,
|
|
97
|
|
],
|
|
[
|
|
38,
|
|
40
|
|
],
|
|
[
|
|
38,
|
|
41
|
|
],
|
|
[
|
|
38,
|
|
42
|
|
],
|
|
[
|
|
38,
|
|
43
|
|
],
|
|
[
|
|
38,
|
|
44
|
|
],
|
|
[
|
|
38,
|
|
45
|
|
],
|
|
[
|
|
38,
|
|
47
|
|
],
|
|
[
|
|
38,
|
|
98
|
|
],
|
|
[
|
|
50,
|
|
226
|
|
],
|
|
[
|
|
50,
|
|
254
|
|
],
|
|
[
|
|
51,
|
|
230
|
|
],
|
|
[
|
|
51,
|
|
231
|
|
],
|
|
[
|
|
51,
|
|
232
|
|
],
|
|
[
|
|
52,
|
|
233
|
|
],
|
|
[
|
|
52,
|
|
234
|
|
],
|
|
[
|
|
52,
|
|
235
|
|
],
|
|
[
|
|
52,
|
|
236
|
|
],
|
|
[
|
|
53,
|
|
237
|
|
],
|
|
[
|
|
54,
|
|
238
|
|
],
|
|
[
|
|
88,
|
|
217
|
|
],
|
|
[
|
|
124,
|
|
238
|
|
],
|
|
[
|
|
124,
|
|
239
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"source_heightmap": "../wiki/star-systems/GJ-1/bodies/GJ1c/heightmap.png",
|
|
"source_sha256": "195af5eaf3b2c0591ebed160a43d6e6935bba868cf9cd836915ebd65b66b67a4"
|
|
}
|