diff --git a/docs/noise/vulcanus-cliffs-NOTES.md b/docs/noise/vulcanus-cliffs-NOTES.md index 5d18a66b..d26748bf 100644 --- a/docs/noise/vulcanus-cliffs-NOTES.md +++ b/docs/noise/vulcanus-cliffs-NOTES.md @@ -2193,3 +2193,118 @@ Running BOTH sides with the resources off isolates it: So 13 wrong orientations and 10 surplus cells survive with the ore entirely out of the picture. Tuning the ore rule cannot reach them, and that non-ore half is the larger target now. + +## Two LEVERS: no entity suppresses a cliff, and the lava rule is 166/169 (2026-08-03, #84) + +#110 handed over "find a lever that isolates the non-ore suppressor the way +`autoplace_controls` isolated the ore", with the suspect unnamed. +`oracle-vulcanus-cliff-suppressor-levers` supplies two, through +`map_gen_settings.autoplace_settings` - a knob `autoplace_controls` cannot +reach, because a control only touches prototypes that name one, and the rocks, +the chimneys and `crater-cliff` name none. +`test/vulcanusCliffSuppressorLevers.spec.ts`. + +### The entity class is excluded POSITIVELY + +Switching the whole `entity` category off (`treat_missing_as_default = false`, +empty settings) removes every autoplaced entity in the region - **409 rocks, 115 +chimneys, 45 rock explosions and all 8 `crater-cliff`s** - and the cliff set does +not move by one cell: same 916 cells, same orientations, bit for bit. + +Rocks were previously refuted only statistically, against the port's OWN rock +model (#109). This is the whole class, measured, with the lever's own proof in +the same run three ways: the `autoplace_settings` read back off the surface, the +569 entities that vanished, and the crater ring that went with them. The +vacuity arm runs the other way too - `cliff-vulcanus` comes from `cliff_settings` +rather than the category, so it must SURVIVE the lever, and it does. + +`crater-cliff` is worth a line of its own: it is a real Vulcanus feature the port +does not model (8 entities in a radius-7 ring at `(1646.6, 1679.75)`, present +only when calcite is off), and every spec's `name === "cliff-vulcanus"` filter +had been discarding it - the same trap as #94. It is not the residual: the whole +ring is 47 to 180 tiles from the nearest disputed cell. + +### Cliffs do not collide with each other + +The tempting candidate, since a cliff IS an entity with a collision box and +`tryToAddCliff` adds them one at a time. Refuted by the game's own output rather +than by a model: **293 pairs of the game's own cliffs have overlapping collision +rectangles**. No model needed and no scoring - whatever that call tests, it is +not this. (The port's own set reports 299, so the counter is not dead.) + +### The lava lever, and the rejection's first precision/recall + +Dropping `lava`/`lava-hot` from the TILE category leaves the elevation the +crossings read untouched - tiles are downstream of it - and takes away the only +thing the tile test can reject against. The cells that appear are the game's own +answer to which cliffs lava suppresses. + +| | | +| --- | --- | +| lava tiles in the region, on / off | **6709** (2466 + 4243) / **0** | +| game cells, lava on / off | 892 / 1058 | +| cells lava suppresses | **169** | +| cells that DISAPPEAR when lava is added back | 3 | +| our rejection fires on | **171**, of which true **166** | +| | **precision 0.9708, recall 0.9822** | + +Until now this rule was scored only by how much it improved the totals (#84 item +1: "drops 198 cells, 185 false positives and 13 true"), which cannot tell a rule +that is right from one that is merely profitable. + +**Its errors are the residual, not a scatter.** With 1,058 cells to be wrong +about, all 8 land inside the 26 the port already disputes: + +- the **3** suppressions we miss - `1658,1598.5`, `1662,1630.5`, `1722,1630.5` - + are 3 of the 10 surplus cells; +- the **5** false rejections include all **3** of the port's missing cells - + `1638,1598.5`, `1638,1602.5`, `1662,1634.5`. + +They point BOTH WAYS, which a box uniformly too small or too big cannot produce. +The shape is wrong, not the size - and that is precisely the thing #88 says must +not be tuned until it fits, so it is left measured and unfixed. + +### The sharpest statement of the residual there has been + +With neither ore nor lava in the world: + +| | matched | wrong | surplus | missing | +| --- | --- | --- | --- | --- | +| `[1500,1500]`, both sides, no ore, no lava | **1049** | 9 | 12 | **0** | + +**Recall 1.0000.** The crossing field plus the repair produce a strict SUPERSET +of the game's cells, so everything left is over-placement and the two rejections +are the only things that can remove one. That reframes the target: the question +is no longer "what does the port miss" but "what else does the game refuse". + +The 12 surplus cells sit in four tight clusters, each the same shape - the port +runs a cliff one or two cells past where the game's run ends in an entrance +orientation - and the 9 wrong orientations are the far side of those same edges +(#103), not a separate defect. + +### What led here, and what it is worth as a lead + +The lava lever was not a guess. Measuring each cell's gap from its collision box +to the nearest tile the resolver calls lava, against the matched cells as +control: + +| population | n | lava within 2 tiles of the box | +| --- | --- | --- | +| matched (control) | 876 | 9 = **1.0%** | +| surplus | 10 | 4 = **40%** | +| wrong | 13 | 5 = **38%** | + +A 40x enrichment. Two cautions are kept with it rather than dropped: the +effective sample size is the number of CLUSTERS, four, not 23 cells - and one +cluster, `[1742..1746, 1530..1542]`, has no lava within 10 tiles at all. The +lever confirms that reservation: that cluster survives with lava gone from the +world entirely. + +### Where that leaves it + +Still open, and the exclusion list is still open on principle (#106 -> #107). +What is now excluded with a positive measurement rather than by elimination: the +whole entity class, cliff-on-cliff collision, and - for 166 of 169 cells - lava. +Of the four surviving clusters, none is ore, none is lava, and none is an entity. +The next question is what else the game refuses, and the useful new constraint is +that whatever it is only ever REMOVES: the port under-places nothing. diff --git a/test/fixtures/PROVENANCE.json b/test/fixtures/PROVENANCE.json index 03608c21..eeb5b11f 100644 --- a/test/fixtures/PROVENANCE.json +++ b/test/fixtures/PROVENANCE.json @@ -220,6 +220,10 @@ "factorioVersion": "2.1.12", "evidence": "captured 2026-08-03 by test/oracle/capture.ts vulcanus-cliff-fine-sweep against the installed binary, which pnpm refs:sync --check reported in sync at 2.1.12 at capture time. The Vulcanus region [1500,1500] at 41 values of cliff_elevation_0 (700..900 step 5) with the rule collapsed (cliff_smoothing=0, cliff_elevation_interval=1e6) and the cliffiness gate held open by routing the cliffiness PROPERTY at the literal 1. Each placed cell's orientation asserts one-sided constraints on its corners, so the sweep brackets the grid-4 cliff-elevation field to the step - it MEASURES the field oracle-vulcanus-cliff-bands could only bound from below. Overlaps that fixture at L=790 and reproduces it cell-for-cell (494/494), which is the determinism check. Each case records the cliff_settings the SURFACE reported back." }, + "oracle-vulcanus-cliff-suppressor-levers.seed123456.json": { + "factorioVersion": "2.1.12", + "evidence": "captured 2026-08-03 by test/oracle/capture.ts vulcanus-cliff-suppressor-levers against the installed binary, which pnpm refs:sync --check reported in sync at 2.1.12 at capture time. Five arms over [1500,1500] that pull two LEVERS through map_gen_settings.autoplace_settings rather than modelling a suppressor: the whole entity category off (treat_missing_as_default = false, no settings), and lava/lava-hot dropped from the tile category while every other tile is kept. Each arm reads the autoplace_settings the SURFACE reported back AND counts the lava tiles in the region it just generated, so an override that failed to apply cannot pass as a term that does not matter; the two entity-lever arms additionally dump EVERY entity in the region with its type, and every arm dumps the prototype collision geometry, all from ONE generated surface.\n\nSeed forced to 123456 on a create_surface() Vulcanus surface, like every other Vulcanus cliff fixture." + }, "oracle-vulcanus-cliff-ore-direction.seed123456.json": { "factorioVersion": "2.1.12", "evidence": "captured 2026-08-02 by test/oracle/capture.ts vulcanus-cliff-ore-direction against the installed binary, which pnpm refs:sync --check reported in sync at 2.1.12 at capture time. Six paired ON/OFF arms that turn the Vulcanus resources off through map_gen_settings.autoplace_controls (size = 0) and regenerate: [1500,1500] at default cliff settings with all resources on, all off, calcite only off and geyser only off, plus [0,0] with the cliff rule collapsed to a single contour at 70 with the gate held open and smoothing off, resources on and off. Each case records the autoplace controls AND the cliff_settings the SURFACE reported back, so every override is proven to have applied, and each dumps the cliffs, the resources and the prototype collision geometry from ONE generated surface so the two populations are never compared across separate worlds." diff --git a/test/fixtures/oracle-vulcanus-cliff-suppressor-levers.seed123456.json b/test/fixtures/oracle-vulcanus-cliff-suppressor-levers.seed123456.json new file mode 100644 index 00000000..a4553589 --- /dev/null +++ b/test/fixtures/oracle-vulcanus-cliff-suppressor-levers.seed123456.json @@ -0,0 +1,45944 @@ +{ + "_comment": "Ground truth from Factorio 2.1.12 via test/oracle. Asks whether any placed ENTITY suppresses the non-ore cliff residual at [1500,1500] (#84), with LEVERS rather than predicates: map_gen_settings.autoplace_settings.entity = {treat_missing_as_default = false, settings = {}} switches the whole entity autoplace category off, which autoplace_controls cannot do - a control only reaches prototypes that name one, so the four resources have one and the rocks, chimneys and crater-cliff have none. A second lever drops lava/lava-hot from the TILE autoplace, which leaves the elevation the crossings read untouched and takes away the only thing the tile-collision rejection can reject against - so the cells that appear are the game's own answer to which cliffs lava suppresses, scorable for precision and recall rather than tuned to fit. Every arm dumps EVERY entity in the region with its type (so a null result still says what was standing there), the prototype collision geometry, the autoplace_settings the SURFACE read back, and a COUNT of the lava tiles actually generated - the last two are what make an empty entity list or an unmoved cliff evidence rather than an unapplied override. cliff-vulcanus comes from cliff_settings, not from either category, so a lever arm that also emptied the cliffs would be vacuous. Sampled on a create_surface() surface whose seed is FORCED to `seed`, like every other Vulcanus oracle fixture. Regenerate: node --experimental-strip-types test/oracle/capture.ts vulcanus-cliff-suppressor-levers", + "seed": 123456, + "region": { + "x0": 1500, + "y0": 1500, + "x1": 1756, + "y1": 1756 + }, + "cases": [ + { + "label": "resources OFF via controls", + "region": { + "x0": 1500, + "y0": 1500, + "x1": 1756, + "y1": 1756 + }, + "autoplaceControls": { + "tungsten_ore": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "calcite": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "vulcanus_coal": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "sulfuric_acid_geyser": { + "frequency": 1, + "size": 0, + "richness": 1 + } + }, + "disabledCategories": null, + "excludedFromCategory": null, + "effectiveCliffSettings": { + "name": "cliff-vulcanus", + "cliff_elevation_0": 70, + "cliff_elevation_interval": 120, + "cliff_smoothing": 1, + "richness": 1 + }, + "effectiveAutoplace": { + "calcite": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "sulfuric_acid_geyser": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "tungsten_ore": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "vulcanus_coal": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "vulcanus_volcanism": { + "frequency": 1, + "size": 1, + "richness": 1 + } + }, + "effectiveAutoplaceSettings": { + "decorative": { + "treat_missing_as_default": true, + "settingsCount": 27 + }, + "entity": { + "treat_missing_as_default": true, + "settingsCount": 16 + }, + "tile": { + "treat_missing_as_default": true, + "settingsCount": 19 + } + }, + "tileCounts": { + "lava": 2466, + "lava-hot": 4243 + }, + "cliffs": [ + { + "x": 1502, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1510, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1574, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1594, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1714, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1726, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1510, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1598, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1710, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1502, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1642, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1666, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1682, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1502, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1586, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1598, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1618, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1642, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1646, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1666, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1690, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1498, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1582, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1622, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1646, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1654, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1658, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1662, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1666, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1670, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1694, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1526, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1534, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1586, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1634, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1674, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1514, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1526, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1622, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1630, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1638, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1642, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1654, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1694, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1706, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1514, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1626, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1654, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1658, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1662, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1666, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1670, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1706, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1626, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1634, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1642, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1682, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1686, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1514, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1634, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1638, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1678, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1682, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1702, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1742, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1510, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1522, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1666, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1738, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1742, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1550, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1662, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1722, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1746, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1750, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1514, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1522, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1722, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1726, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1730, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1506, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1514, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1526, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1662, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1666, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1670, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1498, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1502, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1506, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1682, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1686, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1690, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1670, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1674, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1722, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1502, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1674, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1678, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1714, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1718, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1694, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1734, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1750, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1754, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1506, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1662, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1666, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1674, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1678, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1682, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1686, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1690, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1718, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1746, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1658, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1682, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1722, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1510, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1654, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1658, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1678, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1682, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1694, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1682, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1686, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1698, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1702, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1714, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1502, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1506, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1690, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1710, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1714, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1722, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1726, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1606, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1690, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1694, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1726, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1506, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1606, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1610, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1614, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1638, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1702, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1726, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1598, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1602, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1606, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1614, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1634, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1638, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1658, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1538, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1598, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1602, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1530, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1602, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1618, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1630, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1754, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1758, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1510, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1518, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1598, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1602, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1618, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1622, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1626, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1630, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1646, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1650, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1746, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1594, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1598, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1602, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1646, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1594, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1602, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1650, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1730, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1650, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1658, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1726, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1730, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1514, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1518, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1558, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1658, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1726, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1506, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1542, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1506, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1502, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1522, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1526, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1554, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1566, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1574, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1726, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1746, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1550, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1654, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1658, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1726, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1550, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1590, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1718, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1754, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1506, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1542, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1554, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1566, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1582, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1594, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1662, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1666, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1510, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1514, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1518, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1522, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1670, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1750, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1754, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1586, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1590, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1746, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1554, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1574, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1646.625, + "y": 1674.80078125, + "name": "crater-cliff", + "orientation": "west-to-east" + }, + { + "x": 1726, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1730, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1641.67578125, + "y": 1676.25, + "name": "crater-cliff", + "orientation": "south-to-east" + }, + { + "x": 1651.57421875, + "y": 1676.25, + "name": "crater-cliff", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1639.625, + "y": 1679.75, + "name": "crater-cliff", + "orientation": "south-to-north" + }, + { + "x": 1653.625, + "y": 1679.75, + "name": "crater-cliff", + "orientation": "north-to-south" + }, + { + "x": 1682, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1702, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1722, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1726, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1586, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1618, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1641.67578125, + "y": 1683.24609375, + "name": "crater-cliff", + "orientation": "east-to-north" + }, + { + "x": 1651.57421875, + "y": 1683.24609375, + "name": "crater-cliff", + "orientation": "north-to-west" + }, + { + "x": 1694, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1698, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1714, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1718, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1646.625, + "y": 1684.69921875, + "name": "crater-cliff", + "orientation": "east-to-west" + }, + { + "x": 1534, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1570, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1710, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1618, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1702, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1534, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1574, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1598, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1602, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1698, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1598, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1610, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1738, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1742, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1570, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1594, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1610, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1750, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1758, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1526, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1570, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1522, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1526, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1546, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1594, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1606, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1746, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1578, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1738, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1518, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1542, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1602, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1730, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1734, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1746, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1514, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1530, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1578, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1634, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1738, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1514, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1526, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1530, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1590, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1602, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1498, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1506, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1578, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1586, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1590, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1614, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1750, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1578, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1746, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1610, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1726, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1750, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1730, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1498, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1502, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1582, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1502, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1506, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1586, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1718, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1722, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1754, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1590, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1626, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + } + ], + "entities": [ + { + "x": 1496.4921875, + "y": 1501.5234375, + "name": "big-demolisher-segment-x1_27", + "type": "segment" + }, + { + "x": 1502, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1511.75, + "y": 1501.75, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1510, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1516.8125, + "y": 1501.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1522, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1543.375, + "y": 1500.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1556.6875, + "y": 1501.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1562.5625, + "y": 1501.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1574, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1601.6875, + "y": 1501.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1609.625, + "y": 1499.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1642, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514.1875, + "y": 1502.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1547.0625, + "y": 1503.8125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1555.4375, + "y": 1503.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1559.4375, + "y": 1502.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1569.1875, + "y": 1503.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1578, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher-trail-lower", + "type": "corpse" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher-trail-upper", + "type": "corpse" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher-ash-cloud-trail", + "type": "smoke-with-trigger" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher", + "type": "segmented-unit" + }, + { + "x": 1721.63671875, + "y": 1503.8125, + "name": "big-demolisher-segment-x1_09", + "type": "segment" + }, + { + "x": 1726, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1733.19921875, + "y": 1503.2890625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1733.203125, + "y": 1503.515625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1733.0625, + "y": 1502.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1747, + "y": 1502.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1500.203125, + "y": 1504.42578125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1500.2734375, + "y": 1504.0546875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1496.84375, + "y": 1504.40234375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1500.3046875, + "y": 1504.4765625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1500.15234375, + "y": 1504.16796875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1520.875, + "y": 1505.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1557.875, + "y": 1504.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1594.125, + "y": 1504.25, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1608.6875, + "y": 1505.625, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1723.8828125, + "y": 1505.00390625, + "name": "big-demolisher-segment-x1_27", + "type": "segment" + }, + { + "x": 1733.08203125, + "y": 1504.17578125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1497.21484375, + "y": 1507.4375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1502, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1505.9375, + "y": 1506.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1510.875, + "y": 1506.4375, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1548.25, + "y": 1507.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1554.4375, + "y": 1506.75, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1558.0625, + "y": 1506.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1561.75, + "y": 1507.4375, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1566.625, + "y": 1507.375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1569.125, + "y": 1507.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1598, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1716.53515625, + "y": 1506.11328125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1727.140625, + "y": 1507.4296875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1727.85546875, + "y": 1506.98828125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1726.9765625, + "y": 1506.828125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1726.96484375, + "y": 1507.5546875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1727.921875, + "y": 1506.93359375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1726.4453125, + "y": 1506.359375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1727.4375, + "y": 1506.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1729.10546875, + "y": 1507.84375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1748.875, + "y": 1506.5625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1536.3125, + "y": 1508.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1538.6875, + "y": 1509.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1552.6875, + "y": 1509, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1601.4375, + "y": 1509.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1728.33203125, + "y": 1509.828125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1728.5703125, + "y": 1509.65234375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1728.0625, + "y": 1509.33984375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1728.796875, + "y": 1509.91796875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1731.53515625, + "y": 1509.6875, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1739.65625, + "y": 1509.63671875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1739.734375, + "y": 1509.55859375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1739.88671875, + "y": 1509.484375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1739.625, + "y": 1508.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1497.5703125, + "y": 1510.47265625, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1502, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1549.9375, + "y": 1510.4375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1555.0625, + "y": 1511.875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1560.5, + "y": 1510.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1582, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1733.65234375, + "y": 1511.87109375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1749.5, + "y": 1511.8125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1497.61328125, + "y": 1513.51953125, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1561.8125, + "y": 1512.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1597.9375, + "y": 1512.6875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1599.9375, + "y": 1513.3125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1611.25, + "y": 1512.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1612.8125, + "y": 1513.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1633.6875, + "y": 1512.25, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1729.39453125, + "y": 1513.19140625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1729.43359375, + "y": 1513.6328125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1730.33984375, + "y": 1513.55078125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1730.28125, + "y": 1513.30859375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1748.625, + "y": 1513.8125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1498, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506.0625, + "y": 1514.9375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1514.5, + "y": 1514.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1516.125, + "y": 1514.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1529.8125, + "y": 1514.5625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1534, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1552.8125, + "y": 1514.3125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1558.9375, + "y": 1514.8125, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1578, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1593.0625, + "y": 1514.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1602.875, + "y": 1515.1875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1622, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1631.6875, + "y": 1514.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1646, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1735.42578125, + "y": 1514.33203125, + "name": "big-demolisher-segment-x1_33", + "type": "segment" + }, + { + "x": 1743.30859375, + "y": 1515.734375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1743.453125, + "y": 1514.796875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1742.90625, + "y": 1515.2890625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1743.1875, + "y": 1514.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1497.4140625, + "y": 1516.55078125, + "name": "big-demolisher-segment-x1_33", + "type": "segment" + }, + { + "x": 1506.5625, + "y": 1516.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1529, + "y": 1516.0625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1553.9375, + "y": 1516.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1561.4375, + "y": 1517.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1563.6875, + "y": 1516.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1586.3125, + "y": 1516.4375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1593.9375, + "y": 1516.375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1599.5, + "y": 1517.9375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1606.25, + "y": 1517.0625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1726.8125, + "y": 1516.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1737.07421875, + "y": 1516.8046875, + "name": "big-demolisher-segment-x1_3", + "type": "segment" + }, + { + "x": 1753.9375, + "y": 1516.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1497.21875, + "y": 1519.5078125, + "name": "big-demolisher-segment-x1_3", + "type": "segment" + }, + { + "x": 1518, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1528.75, + "y": 1519.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1603.5, + "y": 1518.25, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1610.6875, + "y": 1518.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1622, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1724.4375, + "y": 1519.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1735.765625, + "y": 1519.2890625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1736.25, + "y": 1519.23046875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1736.4765625, + "y": 1519.40234375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1736.171875, + "y": 1519.39453125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1738.71484375, + "y": 1519.26171875, + "name": "big-demolisher-segment-x1_37", + "type": "segment" + }, + { + "x": 1749.9375, + "y": 1519.6875, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1749, + "y": 1518.125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1597.5625, + "y": 1521.1875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1604.1875, + "y": 1521.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1608.9375, + "y": 1520.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1612.6875, + "y": 1520.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1740.453125, + "y": 1521.88671875, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1497.01953125, + "y": 1522.453125, + "name": "big-demolisher-segment-x1_37", + "type": "segment" + }, + { + "x": 1514, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1603.3125, + "y": 1523.8125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1622, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1723.5, + "y": 1523.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1731.44921875, + "y": 1523.08203125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1731, + "y": 1522.5625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1496.8125, + "y": 1525.59375, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1518.1875, + "y": 1525.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1599.5625, + "y": 1525.5, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1607.8125, + "y": 1524.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1609.625, + "y": 1525.5625, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1742.3359375, + "y": 1524.73046875, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1510.875, + "y": 1526.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1514, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1521.1875, + "y": 1526.125, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1604.4375, + "y": 1526.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1618, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634.5625, + "y": 1526.75, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1636.4375, + "y": 1526, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1654, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1739.8359375, + "y": 1527.71875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1739.3984375, + "y": 1527.72265625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1738.87890625, + "y": 1527.875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1739.62890625, + "y": 1527.76171875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1739.12890625, + "y": 1527.921875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1739.375, + "y": 1526.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1744.17578125, + "y": 1527.53125, + "name": "big-demolisher-segment-x1_4", + "type": "segment" + }, + { + "x": 1753.5625, + "y": 1527.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1496.5859375, + "y": 1529, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1603.25, + "y": 1529.6875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1605.6875, + "y": 1528.5, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1621.375, + "y": 1529.125, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1510, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1527.75, + "y": 1530.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1598.5, + "y": 1531.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1622.8125, + "y": 1531.1875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1626, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1745.87109375, + "y": 1530.17578125, + "name": "big-demolisher-segment-x1_41", + "type": "segment" + }, + { + "x": 1496.36328125, + "y": 1532.34375, + "name": "big-demolisher-segment-x1_4", + "type": "segment" + }, + { + "x": 1525.75, + "y": 1532.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1529.8125, + "y": 1533.0625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1533.5625, + "y": 1532.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1536.5625, + "y": 1532.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1541.3125, + "y": 1532.5, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1593, + "y": 1532.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1597, + "y": 1533.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1599.8125, + "y": 1533.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1607.1875, + "y": 1532.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1747.53515625, + "y": 1532.78125, + "name": "big-demolisher-segment-x1_28", + "type": "segment" + }, + { + "x": 1496.15234375, + "y": 1535.48046875, + "name": "big-demolisher-segment-x1_41", + "type": "segment" + }, + { + "x": 1510, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538.6875, + "y": 1535.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1543.9375, + "y": 1535.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1606.5625, + "y": 1535.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1634, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638.9375, + "y": 1534.125, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1639.125, + "y": 1535.9375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1638, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1749.078125, + "y": 1535.1953125, + "name": "big-demolisher-segment-x1_28", + "type": "segment" + }, + { + "x": 1545.125, + "y": 1537.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1750.56640625, + "y": 1537.578125, + "name": "big-demolisher-segment-x1_17", + "type": "segment" + }, + { + "x": 1754.67578125, + "y": 1537.0234375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1754.52734375, + "y": 1536.3984375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1754.2421875, + "y": 1536.8984375, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1754.4921875, + "y": 1536.26953125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1510, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598.9375, + "y": 1538.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1637.4375, + "y": 1538.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1662, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1751.9375, + "y": 1539.76953125, + "name": "big-demolisher-segment-x1_1", + "type": "segment" + }, + { + "x": 1596.25, + "y": 1541.9375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1753.4609375, + "y": 1541.6953125, + "name": "big-demolisher-segment-x1_08", + "type": "segment" + }, + { + "x": 1510, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1743.125, + "y": 1542.5625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1746, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1755.18359375, + "y": 1543.390625, + "name": "big-demolisher-segment-x1_08", + "type": "segment" + }, + { + "x": 1754, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1593.8125, + "y": 1544.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1600.0625, + "y": 1544.875, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1742.1875, + "y": 1544.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1757.0625, + "y": 1544.92578125, + "name": "big-demolisher-segment-x1_09", + "type": "segment" + }, + { + "x": 1506, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754.59375, + "y": 1547.63671875, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1759.0078125, + "y": 1546.48046875, + "name": "big-demolisher-segment-x1_2", + "type": "segment" + }, + { + "x": 1556, + "y": 1549.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1600.625, + "y": 1549.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1753.8203125, + "y": 1548.2578125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1753.7734375, + "y": 1548.4453125, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1754.58203125, + "y": 1548.015625, + "name": "rock-damaged-explosion", + "type": "explosion" + }, + { + "x": 1506, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1739.0625, + "y": 1551.375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1754, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1587.25, + "y": 1552, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1733.25, + "y": 1553.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1498, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594.375, + "y": 1555.8125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1670, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730.4375, + "y": 1554.25, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1737.25, + "y": 1555.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1754, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1496.33203125, + "y": 1556.5390625, + "name": "big-demolisher-segment-x1_2", + "type": "segment" + }, + { + "x": 1539.375, + "y": 1556, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1743, + "y": 1556.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1496.8046875, + "y": 1559.18359375, + "name": "big-demolisher-segment-x1_2", + "type": "segment" + }, + { + "x": 1502, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1497.26953125, + "y": 1561.77734375, + "name": "big-demolisher-segment-x1_1", + "type": "segment" + }, + { + "x": 1526.4375, + "y": 1560.625, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1730.5625, + "y": 1560.4375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1502, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1497.703125, + "y": 1564.19921875, + "name": "big-demolisher-segment-x1_1", + "type": "segment" + }, + { + "x": 1548.875, + "y": 1565.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1594.6875, + "y": 1564.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1723.8125, + "y": 1564.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1498.12890625, + "y": 1566.5703125, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1502, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534.75, + "y": 1567.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1552.9375, + "y": 1567.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1562.375, + "y": 1567.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1678, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1725.4375, + "y": 1567.5625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1498.51953125, + "y": 1568.75, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1535.375, + "y": 1569.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1537.25, + "y": 1569.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1547.125, + "y": 1569.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1498.91015625, + "y": 1570.9296875, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1506, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534.1875, + "y": 1571.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1551.375, + "y": 1570.4375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1678, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1723.6875, + "y": 1570.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1727.75, + "y": 1570.9375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1754, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1499.29296875, + "y": 1573.05078125, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1534.25, + "y": 1573.9375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1537.625, + "y": 1572.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1550.25, + "y": 1573.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1723.9375, + "y": 1572.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1499.60546875, + "y": 1574.9765625, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1506, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1557.75, + "y": 1574.875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1658, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1701.75, + "y": 1574.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1706, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730.875, + "y": 1575, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1742, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1499.92578125, + "y": 1576.953125, + "name": "big-demolisher-segment-x0_97", + "type": "segment" + }, + { + "x": 1526.0625, + "y": 1577.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1533.9375, + "y": 1576.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1537.6875, + "y": 1576.125, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1538.0625, + "y": 1577.8125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1546.9375, + "y": 1577.9375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1554.5, + "y": 1576.625, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1500.44921875, + "y": 1579.0078125, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1506, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534.5, + "y": 1578.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1550.0625, + "y": 1578.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1658, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1693.0625, + "y": 1579.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1710, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1501.140625, + "y": 1580.8828125, + "name": "big-demolisher-segment-x0_97", + "type": "segment" + }, + { + "x": 1548.875, + "y": 1580.375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1557.3125, + "y": 1580.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1560.3125, + "y": 1581.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1697.9375, + "y": 1580.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1702.3125, + "y": 1580, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1502.11328125, + "y": 1582.83984375, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1510, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558.5625, + "y": 1582.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1654, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1503.26953125, + "y": 1584.66015625, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1669.25, + "y": 1585.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1701.4375, + "y": 1584.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1505.4609375, + "y": 1587.87890625, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1504.36328125, + "y": 1586.26953125, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1510, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1533.875, + "y": 1586.8125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1600.3125, + "y": 1587.4375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1661.4375, + "y": 1587.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1682, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1700.5625, + "y": 1586.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1702, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506.5625, + "y": 1589.484375, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1538.6875, + "y": 1589.8125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1657.375, + "y": 1589.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1665.6875, + "y": 1589.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1502, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1507.63671875, + "y": 1591.05078125, + "name": "big-demolisher-segment-x0_77", + "type": "segment" + }, + { + "x": 1506, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526.5, + "y": 1590.9375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1531.6875, + "y": 1591.4375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1599.875, + "y": 1590.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1606, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1608.0625, + "y": 1591.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1690, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1508.54296875, + "y": 1592.51953125, + "name": "big-demolisher-segment-x0_77", + "type": "segment" + }, + { + "x": 1529.5, + "y": 1593.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1509.7890625, + "y": 1595.19921875, + "name": "big-demolisher-tail-x0_64", + "type": "segment" + }, + { + "x": 1509.28515625, + "y": 1594.0078125, + "name": "big-demolisher-segment-x0_65", + "type": "segment" + }, + { + "x": 1510, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522.75, + "y": 1595.1875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1525.75, + "y": 1595.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1598.5625, + "y": 1595.4375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1606, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1608.25, + "y": 1595.8125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1654, + "y": 1595.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1690, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1501.75, + "y": 1596.5, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1506.3125, + "y": 1597.1875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1597, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1539.875, + "y": 1597.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1502, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1519.5, + "y": 1598.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1522.0625, + "y": 1598.75, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1529.1875, + "y": 1599.8125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1535.625, + "y": 1599.5, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1551.25, + "y": 1598.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1602.5625, + "y": 1599.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1606, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1524.625, + "y": 1601, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1531.6875, + "y": 1601.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1544.75, + "y": 1601.5, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1593.75, + "y": 1600, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1600.0625, + "y": 1601.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1641.75, + "y": 1601.8125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1603.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1535.625, + "y": 1602.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1537.25, + "y": 1603.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1550.9375, + "y": 1602.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1587.6875, + "y": 1603.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1591.3125, + "y": 1603.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1593.6875, + "y": 1603.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1598, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1609, + "y": 1603.9375, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1614, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1512.1875, + "y": 1604.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1526.25, + "y": 1604.3125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1531.5625, + "y": 1604.5, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1541.5, + "y": 1604.3125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1567.5625, + "y": 1604.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1639.9375, + "y": 1604.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1517.625, + "y": 1607, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1520.5625, + "y": 1607.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1523.125, + "y": 1606.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1525.8125, + "y": 1607.9375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1527.625, + "y": 1606.5625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1533.3125, + "y": 1606.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1534, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1627.125, + "y": 1606.9375, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1630, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1500.0625, + "y": 1608.1875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1503, + "y": 1609.9375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1532.125, + "y": 1608.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1540.8125, + "y": 1608.1875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1544.9375, + "y": 1608.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1631.8125, + "y": 1609.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1635.125, + "y": 1609.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1717.0625, + "y": 1608.375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1506.6875, + "y": 1611.4375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1511.5625, + "y": 1610.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1519.3125, + "y": 1610.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1525.4375, + "y": 1610.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534.3125, + "y": 1610.625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1538, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1540.625, + "y": 1610.875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1544.4375, + "y": 1611.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1589.125, + "y": 1611.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1591.5, + "y": 1610.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1594.0625, + "y": 1611.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1599.625, + "y": 1610.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1598, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1520.125, + "y": 1612.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1527.0625, + "y": 1612.75, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1535.125, + "y": 1613.5625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1596.5625, + "y": 1613.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1644.5625, + "y": 1613.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1513.3125, + "y": 1615.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526.375, + "y": 1614.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1545.75, + "y": 1614.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1590, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1615.375, + "y": 1615.75, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1618, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514.875, + "y": 1616.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1545.5625, + "y": 1616.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1506.5625, + "y": 1618.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1510, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1512.75, + "y": 1618.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1520.25, + "y": 1618.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1522, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534.875, + "y": 1618.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1542, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1636.75, + "y": 1618.5625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1644, + "y": 1618.75, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1646, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1616.0625, + "y": 1621, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1510, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1528.0625, + "y": 1622.1875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1529.4375, + "y": 1623.8125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1541.6875, + "y": 1623.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1546, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1548.625, + "y": 1622.375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1558, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1632.1875, + "y": 1622.5, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1650, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1564.25, + "y": 1627.4375, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1650, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1551.0625, + "y": 1629.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1554.6875, + "y": 1628.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1648.25, + "y": 1629.3125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1510, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542.375, + "y": 1631.4375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1546, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1553.3125, + "y": 1631.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1562, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1641.6875, + "y": 1631.75, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1650, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1621, + "y": 1633.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1510, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1529.3125, + "y": 1635.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1538, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546.4375, + "y": 1635.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1550, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1656.5, + "y": 1635.625, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1658, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1528.875, + "y": 1637.875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1550.375, + "y": 1636, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1641.4375, + "y": 1637.875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1654.3125, + "y": 1636.625, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1628.3125, + "y": 1638.875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1650, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1652.4375, + "y": 1639, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754.625, + "y": 1639.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1540.3125, + "y": 1641.0625, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1631.625, + "y": 1641.125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1645.8125, + "y": 1641.3125, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1654.8125, + "y": 1641.5625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1661.25, + "y": 1640.875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1753, + "y": 1640.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1754.8125, + "y": 1641.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1544.1875, + "y": 1643, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1546, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1571.5, + "y": 1643.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1577.875, + "y": 1642.875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1579.875, + "y": 1642.5, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1650, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1653, + "y": 1642.4375, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1581.8125, + "y": 1645.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1502, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1508.0625, + "y": 1646.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1647.875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1650, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574.75, + "y": 1648.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1626.6875, + "y": 1648.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1654.625, + "y": 1648.6875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1659.625, + "y": 1649.9375, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1502, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1633.375, + "y": 1650.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1650, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1512.25, + "y": 1653.1875, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1538.125, + "y": 1653.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1635.25, + "y": 1652.8125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1643.4375, + "y": 1652.75, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530.25, + "y": 1655.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1534, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1537.625, + "y": 1655.9375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1542, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1588, + "y": 1654.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1590, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1625, + "y": 1654.75, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1654, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1501.6875, + "y": 1657.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1644, + "y": 1657.125, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1651.3125, + "y": 1656.5, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1548.0625, + "y": 1658.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1550, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1545.8125, + "y": 1660.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1553.125, + "y": 1660.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1553.9375, + "y": 1661.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1571.625, + "y": 1660.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1601.9375, + "y": 1661.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1602.5625, + "y": 1660.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1642.0625, + "y": 1660.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1707.3125, + "y": 1661.375, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1508.625, + "y": 1662.8125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1526, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1545.625, + "y": 1662.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1548.375, + "y": 1663.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1550, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1576.3125, + "y": 1662.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1582, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598.375, + "y": 1662.125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1626.9375, + "y": 1663.375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1629.6875, + "y": 1663.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1639.625, + "y": 1662.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1653.9375, + "y": 1663.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1657.3125, + "y": 1662.625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1659.8125, + "y": 1662.4375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1662, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1552.125, + "y": 1665.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1559.125, + "y": 1665.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1603.5625, + "y": 1664.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1637.375, + "y": 1665.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1650.75, + "y": 1664.9375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1654.0625, + "y": 1665.4375, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1661.5625, + "y": 1665.6875, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1661.875, + "y": 1664.0625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678.6875, + "y": 1666.875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1710.6875, + "y": 1667.0625, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1750, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1512.6875, + "y": 1669.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1610, + "y": 1669.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1646.8125, + "y": 1668.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1661.125, + "y": 1669.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1665.25, + "y": 1669.9375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1504.875, + "y": 1671.8125, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1515.9375, + "y": 1671, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1522, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1595.8125, + "y": 1671.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1597.5, + "y": 1671.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1600.9375, + "y": 1670.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1604.625, + "y": 1670.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1660.625, + "y": 1671.5625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1679.1875, + "y": 1671.1875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1709.0625, + "y": 1671.75, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1746, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1596.5, + "y": 1673.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1599.5625, + "y": 1672.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1616.3125, + "y": 1672.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1689.9375, + "y": 1673.75, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1722.875, + "y": 1673.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1727.75, + "y": 1672.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1519.75, + "y": 1674, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1522, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646.625, + "y": 1674.80078125, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1662.125, + "y": 1675, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1665.3125, + "y": 1675.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1670.3125, + "y": 1674.1875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1688.0625, + "y": 1674.1875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1718, + "y": 1674, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1677.8125, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1641.67578125, + "y": 1676.25, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1651.57421875, + "y": 1676.25, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1658.5, + "y": 1677.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1666.9375, + "y": 1676.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1702.75, + "y": 1676.375, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1718.1875, + "y": 1676, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1522, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1639.625, + "y": 1679.75, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1653.625, + "y": 1679.75, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1682, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1513.4375, + "y": 1680.3125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1516.8125, + "y": 1681.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1684.625, + "y": 1681.625, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1526, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1641.67578125, + "y": 1683.24609375, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1651.57421875, + "y": 1683.24609375, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1657.625, + "y": 1683.375, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1694, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1516.9375, + "y": 1685.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1646.625, + "y": 1684.69921875, + "name": "crater-cliff", + "type": "cliff" + }, + { + "x": 1682.75, + "y": 1685.5625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1534, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1665, + "y": 1686.25, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1694, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514.5625, + "y": 1688.8125, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1518.3125, + "y": 1689.8125, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1529.3125, + "y": 1689.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1683.625, + "y": 1688.1875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1538, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1516.6875, + "y": 1692.25, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1521.125, + "y": 1692.1875, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1689.5625, + "y": 1693.3125, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1523.4375, + "y": 1695.5625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1649.625, + "y": 1695.3125, + "name": "vulcanus-chimney-cold", + "type": "simple-entity" + }, + { + "x": 1694, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1665.9375, + "y": 1697.375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1669.5625, + "y": 1697.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1692.9375, + "y": 1697.6875, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1756.25, + "y": 1697.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1509.625, + "y": 1699.375, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1534, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1657.5, + "y": 1699.6875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1681.75, + "y": 1699.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1738, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678.75, + "y": 1701.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1681.3125, + "y": 1701.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1684.75, + "y": 1700.8125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1706.75, + "y": 1700.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1521.1875, + "y": 1702.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1530, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662.1875, + "y": 1702.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1673.8125, + "y": 1702.5625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1682.125, + "y": 1703.4375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1688.6875, + "y": 1703.625, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1692.4375, + "y": 1702.6875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1732.375, + "y": 1703.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1742, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638.625, + "y": 1705.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1640.375, + "y": 1705.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1526, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1673.4375, + "y": 1706.0625, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1686.4375, + "y": 1706.625, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1689.125, + "y": 1706.0625, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1692.4375, + "y": 1706.375, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1697.5, + "y": 1707.1875, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1709.1875, + "y": 1707.75, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1712.5625, + "y": 1707.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1739.625, + "y": 1707.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1742, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530.8125, + "y": 1709.3125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1680.75, + "y": 1709, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1686.0625, + "y": 1709.5, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1714.625, + "y": 1709.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1717.875, + "y": 1708.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1726.3125, + "y": 1709.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1508.4375, + "y": 1711.25, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1522, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682.5625, + "y": 1711.5, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1686.3125, + "y": 1711.5625, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1712.25, + "y": 1710.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1730.75, + "y": 1711.8125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1735.9375, + "y": 1710.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1742, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1525.75, + "y": 1713.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1679.75, + "y": 1713.3125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1707, + "y": 1712.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1714.8125, + "y": 1712.25, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1719.9375, + "y": 1712.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1721.625, + "y": 1712.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526.8125, + "y": 1715.5, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1542, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1684.0625, + "y": 1714, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1684.875, + "y": 1715.875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1687.9375, + "y": 1715.125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1693.4375, + "y": 1714.0625, + "name": "huge-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1709.6875, + "y": 1714.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1738, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1527.625, + "y": 1717.875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1544.875, + "y": 1717.375, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1681.625, + "y": 1716.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1690.875, + "y": 1716.5625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1693.1875, + "y": 1716.375, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1696.6875, + "y": 1716.375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1706.75, + "y": 1716.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1712.4375, + "y": 1716.5, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1714.75, + "y": 1716.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1731.25, + "y": 1716.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1518, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1667.6875, + "y": 1719.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1682.4375, + "y": 1718.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1685.75, + "y": 1718.5, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1688.875, + "y": 1719.25, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1693.75, + "y": 1719.125, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1708.75, + "y": 1718.5, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1712.6875, + "y": 1719.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1730, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1740.1875, + "y": 1719.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1746, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1664.4375, + "y": 1721.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1679.5625, + "y": 1720.6875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1685.1875, + "y": 1721.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1689.5625, + "y": 1721.3125, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1696.25, + "y": 1720.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1699.5625, + "y": 1721, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1514, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606.0625, + "y": 1722.9375, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1610, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1723.875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1678.25, + "y": 1723.5, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1681.6875, + "y": 1723.0625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1690.75, + "y": 1723.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1700.5625, + "y": 1723.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1663.8125, + "y": 1725.4375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1682.25, + "y": 1725.5625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1685.1875, + "y": 1725.5625, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1690.6875, + "y": 1725.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1700.75, + "y": 1725.75, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1679.4375, + "y": 1726.1875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1689, + "y": 1727.8125, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1694.625, + "y": 1726.125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1698.25, + "y": 1726.0625, + "name": "vulcanus-chimney-truncated", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1671.125, + "y": 1729.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1689.625, + "y": 1729.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1693.625, + "y": 1729.875, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1696.125, + "y": 1729.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1498, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1673.9375, + "y": 1730.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1672.0625, + "y": 1731.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1686.3125, + "y": 1730.625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1700.3125, + "y": 1731.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1707.4375, + "y": 1730.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1750, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1689.25, + "y": 1732.125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1692.625, + "y": 1732.75, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1696.9375, + "y": 1732.375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1702.8125, + "y": 1732.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1724.25, + "y": 1733.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1756.375, + "y": 1732.875, + "name": "vulcanus-chimney-short", + "type": "simple-entity" + }, + { + "x": 1578, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1663.125, + "y": 1734.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1687.9375, + "y": 1734.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1746, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1685.625, + "y": 1736.9375, + "name": "vulcanus-chimney-faded", + "type": "simple-entity" + }, + { + "x": 1689.625, + "y": 1737.8125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1693.625, + "y": 1736.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1603.5625, + "y": 1739.5, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1605.5, + "y": 1739.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1610, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682.75, + "y": 1738.0625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1692.3125, + "y": 1738.25, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626.3125, + "y": 1741.5625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1629.625, + "y": 1741.25, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1618, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1628.0625, + "y": 1742.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1684.5625, + "y": 1742, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1685.125, + "y": 1743.9375, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1686.5, + "y": 1742, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1701.875, + "y": 1742.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1700.3125, + "y": 1743.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1708.8125, + "y": 1742.1875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1750, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1617.6875, + "y": 1745.3125, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1620.125, + "y": 1745.6875, + "name": "big-volcanic-rock-hot", + "type": "simple-entity" + }, + { + "x": 1628.3125, + "y": 1745.0625, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1506, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1609.0625, + "y": 1747.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1611.875, + "y": 1747.3125, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1618.75, + "y": 1747.625, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1622, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618.625, + "y": 1749.75, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1626.0625, + "y": 1749.25, + "name": "huge-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1498, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1641.9375, + "y": 1750.6875, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1726, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1640.4375, + "y": 1752.9375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1502, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1579.5625, + "y": 1755.375, + "name": "big-volcanic-rock", + "type": "simple-entity" + }, + { + "x": 1582, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1758.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1758.5, + "name": "cliff-vulcanus", + "type": "cliff" + } + ], + "protos": { + "cliff-vulcanus": { + "type": "cliff", + "layers": [ + "cliff", + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "crater-cliff": { + "type": "cliff", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "big-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "big-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "vulcanus-chimney": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-faded": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-cold": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-short": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "vulcanus-chimney-truncated": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "ashland-lichen-tree": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + }, + "ashland-lichen-tree-flaming": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + } + } + }, + { + "label": "entity autoplace category OFF", + "region": { + "x0": 1500, + "y0": 1500, + "x1": 1756, + "y1": 1756 + }, + "autoplaceControls": null, + "disabledCategories": [ + "entity" + ], + "excludedFromCategory": null, + "effectiveCliffSettings": { + "name": "cliff-vulcanus", + "cliff_elevation_0": 70, + "cliff_elevation_interval": 120, + "cliff_smoothing": 1, + "richness": 1 + }, + "effectiveAutoplace": { + "calcite": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "sulfuric_acid_geyser": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "tungsten_ore": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "vulcanus_coal": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "vulcanus_volcanism": { + "frequency": 1, + "size": 1, + "richness": 1 + } + }, + "effectiveAutoplaceSettings": { + "decorative": { + "treat_missing_as_default": true, + "settingsCount": 27 + }, + "entity": { + "treat_missing_as_default": false, + "settingsCount": 0 + }, + "tile": { + "treat_missing_as_default": true, + "settingsCount": 19 + } + }, + "tileCounts": { + "lava": 2466, + "lava-hot": 4243 + }, + "cliffs": [ + { + "x": 1502, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1510, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1574, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1594, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1714, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1726, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1510, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1598, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1710, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1502, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1642, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1666, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1682, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1502, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1586, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1598, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1618, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1642, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1646, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1666, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1690, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1498, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1582, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1622, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1646, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1654, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1658, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1662, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1666, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1670, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1694, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1526, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1534, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1586, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1634, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1674, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1514, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1526, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1622, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1630, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1638, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1642, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1654, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1694, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1706, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1514, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1626, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1654, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1658, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1662, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1666, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1670, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1706, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1626, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1634, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1642, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1682, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1686, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1514, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1634, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1638, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1678, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1682, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1702, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1742, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1510, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1522, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1666, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1738, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1742, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1550, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1662, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1722, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1746, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1750, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1514, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1522, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1722, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1726, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1730, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1506, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1514, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1526, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1662, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1666, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1670, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1498, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1502, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1506, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1682, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1686, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1690, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1670, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1674, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1722, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1502, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1674, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1678, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1714, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1718, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1694, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1734, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1750, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1754, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1506, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1662, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1666, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1674, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1678, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1682, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1686, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1690, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1718, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1746, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1658, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1682, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1722, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1510, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1654, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1658, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1678, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1682, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1694, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1682, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1686, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1698, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1702, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1714, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1502, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1506, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1690, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1710, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1714, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1722, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1726, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1606, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1690, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1694, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1726, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1506, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1606, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1610, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1614, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1638, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1702, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1726, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1598, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1602, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1606, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1614, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1634, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1638, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1658, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1538, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1598, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1602, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1530, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1602, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1618, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1630, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1754, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1758, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1510, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1518, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1598, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1602, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1618, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1622, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1626, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1630, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1646, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1650, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1746, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1594, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1598, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1602, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1646, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1594, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1602, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1650, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1730, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1650, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1658, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1726, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1730, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1514, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1518, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1558, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1658, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1726, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1506, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1542, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1506, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1502, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1522, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1526, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1554, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1566, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1574, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1726, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1746, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1550, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1654, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1658, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1726, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1550, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1590, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1718, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1754, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1506, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1542, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1554, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1566, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1582, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1594, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1662, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1666, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1510, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1514, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1518, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1522, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1670, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1750, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1754, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1586, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1590, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1746, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1554, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1574, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1730, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1682, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1702, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1722, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1726, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1586, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1618, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1694, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1698, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1714, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1718, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1570, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1710, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1618, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1702, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1534, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1574, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1598, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1602, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1698, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1598, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1610, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1738, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1742, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1570, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1594, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1610, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1750, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1758, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1526, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1570, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1522, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1526, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1546, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1594, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1606, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1746, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1578, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1738, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1518, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1542, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1602, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1730, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1734, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1746, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1514, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1530, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1578, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1634, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1738, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1514, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1526, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1530, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1590, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1602, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1498, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1506, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1578, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1586, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1590, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1614, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1750, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1578, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1746, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1610, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1726, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1750, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1730, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1498, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1502, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1582, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1502, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1506, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1586, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1718, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1722, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1754, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1590, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1626, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + } + ], + "entities": [ + { + "x": 1496.4921875, + "y": 1501.5234375, + "name": "big-demolisher-segment-x1_27", + "type": "segment" + }, + { + "x": 1502, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1498.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher-trail-lower", + "type": "corpse" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher-trail-upper", + "type": "corpse" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher-ash-cloud-trail", + "type": "smoke-with-trigger" + }, + { + "x": 1719.61328125, + "y": 1502.73828125, + "name": "big-demolisher", + "type": "segmented-unit" + }, + { + "x": 1721.63671875, + "y": 1503.8125, + "name": "big-demolisher-segment-x1_09", + "type": "segment" + }, + { + "x": 1726, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1502.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1496.84375, + "y": 1504.40234375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1723.8828125, + "y": 1505.00390625, + "name": "big-demolisher-segment-x1_27", + "type": "segment" + }, + { + "x": 1497.21484375, + "y": 1507.4375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1502, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1506.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726.4453125, + "y": 1506.359375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1729.10546875, + "y": 1507.84375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1731.53515625, + "y": 1509.6875, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1497.5703125, + "y": 1510.47265625, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1502, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1510.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1733.65234375, + "y": 1511.87109375, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1497.61328125, + "y": 1513.51953125, + "name": "big-demolisher-segment-x1_36", + "type": "segment" + }, + { + "x": 1498, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1514.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1735.42578125, + "y": 1514.33203125, + "name": "big-demolisher-segment-x1_33", + "type": "segment" + }, + { + "x": 1497.4140625, + "y": 1516.55078125, + "name": "big-demolisher-segment-x1_33", + "type": "segment" + }, + { + "x": 1737.07421875, + "y": 1516.8046875, + "name": "big-demolisher-segment-x1_3", + "type": "segment" + }, + { + "x": 1497.21875, + "y": 1519.5078125, + "name": "big-demolisher-segment-x1_3", + "type": "segment" + }, + { + "x": 1518, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1518.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738.71484375, + "y": 1519.26171875, + "name": "big-demolisher-segment-x1_37", + "type": "segment" + }, + { + "x": 1740.453125, + "y": 1521.88671875, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1497.01953125, + "y": 1522.453125, + "name": "big-demolisher-segment-x1_37", + "type": "segment" + }, + { + "x": 1514, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1522.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1496.8125, + "y": 1525.59375, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1742.3359375, + "y": 1524.73046875, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1514, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1526.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1744.17578125, + "y": 1527.53125, + "name": "big-demolisher-segment-x1_4", + "type": "segment" + }, + { + "x": 1496.5859375, + "y": 1529, + "name": "big-demolisher-segment-x1_52", + "type": "segment" + }, + { + "x": 1510, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1642, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1530.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1745.87109375, + "y": 1530.17578125, + "name": "big-demolisher-segment-x1_41", + "type": "segment" + }, + { + "x": 1496.36328125, + "y": 1532.34375, + "name": "big-demolisher-segment-x1_4", + "type": "segment" + }, + { + "x": 1747.53515625, + "y": 1532.78125, + "name": "big-demolisher-segment-x1_28", + "type": "segment" + }, + { + "x": 1496.15234375, + "y": 1535.48046875, + "name": "big-demolisher-segment-x1_41", + "type": "segment" + }, + { + "x": 1510, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1534.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1749.078125, + "y": 1535.1953125, + "name": "big-demolisher-segment-x1_28", + "type": "segment" + }, + { + "x": 1750.56640625, + "y": 1537.578125, + "name": "big-demolisher-segment-x1_17", + "type": "segment" + }, + { + "x": 1510, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1538.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1751.9375, + "y": 1539.76953125, + "name": "big-demolisher-segment-x1_1", + "type": "segment" + }, + { + "x": 1753.4609375, + "y": 1541.6953125, + "name": "big-demolisher-segment-x1_08", + "type": "segment" + }, + { + "x": 1510, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1755.18359375, + "y": 1543.390625, + "name": "big-demolisher-segment-x1_08", + "type": "segment" + }, + { + "x": 1754, + "y": 1542.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1757.0625, + "y": 1544.92578125, + "name": "big-demolisher-segment-x1_09", + "type": "segment" + }, + { + "x": 1506, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1546.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1759.0078125, + "y": 1546.48046875, + "name": "big-demolisher-segment-x1_2", + "type": "segment" + }, + { + "x": 1506, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1550.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1498, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1554.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1496.33203125, + "y": 1556.5390625, + "name": "big-demolisher-segment-x1_2", + "type": "segment" + }, + { + "x": 1496.8046875, + "y": 1559.18359375, + "name": "big-demolisher-segment-x1_2", + "type": "segment" + }, + { + "x": 1502, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1558.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1497.26953125, + "y": 1561.77734375, + "name": "big-demolisher-segment-x1_1", + "type": "segment" + }, + { + "x": 1502, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1562.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1497.703125, + "y": 1564.19921875, + "name": "big-demolisher-segment-x1_1", + "type": "segment" + }, + { + "x": 1498.12890625, + "y": 1566.5703125, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1502, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1566.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1498.51953125, + "y": 1568.75, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1498.91015625, + "y": 1570.9296875, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1506, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1570.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1499.29296875, + "y": 1573.05078125, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1499.60546875, + "y": 1574.9765625, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1506, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1674, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1574.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1499.92578125, + "y": 1576.953125, + "name": "big-demolisher-segment-x0_97", + "type": "segment" + }, + { + "x": 1500.44921875, + "y": 1579.0078125, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1506, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1578.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1501.140625, + "y": 1580.8828125, + "name": "big-demolisher-segment-x0_97", + "type": "segment" + }, + { + "x": 1502.11328125, + "y": 1582.83984375, + "name": "big-demolisher-segment-x0_99", + "type": "segment" + }, + { + "x": 1510, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1678, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1582.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1503.26953125, + "y": 1584.66015625, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1505.4609375, + "y": 1587.87890625, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1504.36328125, + "y": 1586.26953125, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1510, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1586.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506.5625, + "y": 1589.484375, + "name": "big-demolisher-segment-x0_87", + "type": "segment" + }, + { + "x": 1502, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1507.63671875, + "y": 1591.05078125, + "name": "big-demolisher-segment-x0_77", + "type": "segment" + }, + { + "x": 1506, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1590.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1508.54296875, + "y": 1592.51953125, + "name": "big-demolisher-segment-x0_77", + "type": "segment" + }, + { + "x": 1509.7890625, + "y": 1595.19921875, + "name": "big-demolisher-tail-x0_64", + "type": "segment" + }, + { + "x": 1509.28515625, + "y": 1594.0078125, + "name": "big-demolisher-segment-x0_65", + "type": "segment" + }, + { + "x": 1510, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1594.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1598.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1638, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1602.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1606.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1610.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1614.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1646, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1618.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1622.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1626.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1630.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1634.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1638.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1642.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1646.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1650, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1650.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1654, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1654.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1658, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1658.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1662, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1666, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1662.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1670, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1666.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1670.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1550, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1674.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1682, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1686, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1690, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1678.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1714, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1682.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1554, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1710, + "y": 1686.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1706, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1690.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1558, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1694, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1698, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1702, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1694.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1698.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1562, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1566, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1702.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1570, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1706.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1594, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1598, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1710.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1546, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1714.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1538, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1542, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1718.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1518, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1534, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1722.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1514, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1522, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1526, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1530, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1602, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1634, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1726.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1498, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1630, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1730.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1606, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1734.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1610, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1614, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1758, + "y": 1738.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1618, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1742.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1510, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1738, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1742, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1746, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1750, + "y": 1746.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1498, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1574, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1578, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1750.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1502, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1506, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1582, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1586, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1622, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1718, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1722, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1726, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1730, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1734, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1754, + "y": 1754.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1590, + "y": 1758.5, + "name": "cliff-vulcanus", + "type": "cliff" + }, + { + "x": 1626, + "y": 1758.5, + "name": "cliff-vulcanus", + "type": "cliff" + } + ], + "protos": { + "cliff-vulcanus": { + "type": "cliff", + "layers": [ + "cliff", + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "crater-cliff": { + "type": "cliff", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "big-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "big-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "vulcanus-chimney": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-faded": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-cold": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-short": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "vulcanus-chimney-truncated": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "ashland-lichen-tree": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + }, + "ashland-lichen-tree-flaming": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + } + } + }, + { + "label": "default, resources ON", + "region": { + "x0": 1500, + "y0": 1500, + "x1": 1756, + "y1": 1756 + }, + "autoplaceControls": null, + "disabledCategories": null, + "excludedFromCategory": null, + "effectiveCliffSettings": { + "name": "cliff-vulcanus", + "cliff_elevation_0": 70, + "cliff_elevation_interval": 120, + "cliff_smoothing": 1, + "richness": 1 + }, + "effectiveAutoplace": { + "calcite": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "sulfuric_acid_geyser": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "tungsten_ore": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "vulcanus_coal": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "vulcanus_volcanism": { + "frequency": 1, + "size": 1, + "richness": 1 + } + }, + "tileCounts": { + "lava": 2466, + "lava-hot": 4243 + }, + "cliffs": [ + { + "x": 1502, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1510, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1574, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1594, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1714, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1726, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1510, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1598, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1710, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1502, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1642, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1666, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1682, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1502, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1586, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1598, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1618, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1642, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1646, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1666, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1690, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1498, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1582, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1622, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1646, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1654, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1658, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1662, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1666, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1670, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1694, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1526, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1534, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1586, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1634, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1674, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1514, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1526, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1622, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1630, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1638, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1642, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1654, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1694, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1706, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1514, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1626, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1654, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1658, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1662, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1666, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1670, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1706, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1626, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1634, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1642, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1682, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1686, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1514, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1634, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1638, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1678, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1682, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1702, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1742, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1510, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1522, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1666, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1738, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1742, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1550, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1662, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1722, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1746, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1750, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1514, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1522, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1658, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1722, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1726, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1730, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1506, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1514, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1526, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1662, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1666, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1670, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1498, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1502, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1506, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1682, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1686, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1690, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1674, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1722, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1502, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1674, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1678, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1714, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1718, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1694, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1734, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1750, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1754, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1506, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1662, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1666, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1674, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1678, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1682, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1686, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1690, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1718, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1746, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1658, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1682, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1722, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1510, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1654, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1658, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1678, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1682, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1694, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1682, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1686, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1698, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1702, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1714, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1502, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1506, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1710, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1714, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1722, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1726, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1694, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1726, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1506, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1610, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1614, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1638, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1702, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1726, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1634, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1638, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1658, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1538, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1530, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1754, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1758, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1510, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1518, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1646, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1650, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1746, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1646, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1594, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1650, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1730, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1650, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1658, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1726, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1730, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1514, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1518, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1558, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1658, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1726, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1506, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1542, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1506, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1502, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1522, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1526, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1726, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1554, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1566, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1574, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1726, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1746, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1550, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1654, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1658, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1726, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1550, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1590, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1718, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1754, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1506, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1542, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1554, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1566, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1582, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1594, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1662, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1666, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1754, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1510, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1514, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1518, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1522, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1750, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1754, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1586, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1590, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1746, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1554, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1574, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1730, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1694, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1702, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1722, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1726, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1586, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1618, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1694, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1698, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1714, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1718, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1570, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1710, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1618, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1702, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1534, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1574, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1598, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1602, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1698, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1598, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1610, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1738, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1742, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1570, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1594, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1610, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1750, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1758, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1526, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1570, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1522, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1526, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1546, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1594, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1606, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1746, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1578, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1738, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1518, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1542, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1602, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1730, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1734, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1746, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1514, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1530, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1578, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1634, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1738, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1514, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1526, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1530, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1590, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1602, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1498, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1506, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1578, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1586, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1590, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1614, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1750, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1578, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1746, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1610, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1726, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1750, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1730, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1498, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1502, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1582, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1502, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1506, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1586, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1718, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1722, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1754, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1590, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1626, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + } + ], + "entities": null, + "protos": { + "cliff-vulcanus": { + "type": "cliff", + "layers": [ + "cliff", + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "crater-cliff": { + "type": "cliff", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "big-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "big-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "vulcanus-chimney": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-faded": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-cold": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-short": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "vulcanus-chimney-truncated": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "ashland-lichen-tree": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + }, + "ashland-lichen-tree-flaming": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + } + } + }, + { + "label": "resources OFF, LAVA TILES OFF", + "region": { + "x0": 1500, + "y0": 1500, + "x1": 1756, + "y1": 1756 + }, + "autoplaceControls": { + "tungsten_ore": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "calcite": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "vulcanus_coal": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "sulfuric_acid_geyser": { + "frequency": 1, + "size": 0, + "richness": 1 + } + }, + "disabledCategories": null, + "excludedFromCategory": { + "tile": [ + "lava", + "lava-hot" + ] + }, + "effectiveCliffSettings": { + "name": "cliff-vulcanus", + "cliff_elevation_0": 70, + "cliff_elevation_interval": 120, + "cliff_smoothing": 1, + "richness": 1 + }, + "effectiveAutoplace": { + "calcite": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "sulfuric_acid_geyser": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "tungsten_ore": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "vulcanus_coal": { + "frequency": 1, + "size": 0, + "richness": 1 + }, + "vulcanus_volcanism": { + "frequency": 1, + "size": 1, + "richness": 1 + } + }, + "effectiveAutoplaceSettings": { + "decorative": { + "treat_missing_as_default": true, + "settingsCount": 27 + }, + "entity": { + "treat_missing_as_default": true, + "settingsCount": 16 + }, + "tile": { + "treat_missing_as_default": false, + "settingsCount": 17 + } + }, + "tileCounts": { + "lava": 0, + "lava-hot": 0 + }, + "cliffs": [ + { + "x": 1502, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1510, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1574, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1594, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1714, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1726, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1510, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1598, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1710, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1502, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1642, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1666, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1682, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1502, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1586, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1598, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1618, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1642, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1646, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1666, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1690, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1498, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1582, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1622, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1646, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1654, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1658, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1662, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1666, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1670, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1694, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1526, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1534, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1586, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1634, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1674, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1514, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1526, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1622, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1630, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1638, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1642, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1654, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1694, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1706, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1514, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1626, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1654, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1658, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1662, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1666, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1670, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1706, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1626, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1634, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1642, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1682, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1686, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1514, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1622, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1626, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1630, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1634, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1678, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1682, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1702, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1742, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1510, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1522, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1666, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1738, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1742, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1550, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1662, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1722, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1746, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1750, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1514, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1522, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1722, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1726, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1730, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1506, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1514, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1526, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1662, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1666, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1670, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1498, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1502, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1506, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1682, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1686, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1690, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1670, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1674, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1722, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1502, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1674, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1678, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1714, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1718, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1694, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1734, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1750, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1610, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1614, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1618, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1630, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1678, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1754, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1506, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1610, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1662, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1666, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1674, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1678, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1682, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1686, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1690, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1718, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1746, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1602, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1606, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1610, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1682, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1722, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1510, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1610, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1614, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1630, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1634, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1654, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1658, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1678, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1682, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1694, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1606, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1634, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1638, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1674, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1678, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1682, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1698, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1702, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1714, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1502, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1506, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1682, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1686, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1710, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1714, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1722, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1726, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1606, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1614, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1618, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1622, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1626, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1630, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1666, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1670, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1686, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1690, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1694, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1726, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1506, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1606, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1610, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1614, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1626, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1638, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1658, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1662, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1666, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1670, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1678, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1682, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1686, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1694, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1698, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1726, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1598, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1602, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1606, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1614, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1626, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1630, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1634, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1638, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1658, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1670, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1690, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1538, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1598, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1602, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1670, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1678, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1682, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1710, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1714, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1530, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1602, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1618, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1630, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1666, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1678, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1682, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1686, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1714, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1718, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1758, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1510, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1518, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1598, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1602, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1618, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1622, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1626, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1630, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1646, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1650, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1662, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1666, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1674, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1690, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1694, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1698, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1594, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1598, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1602, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1646, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1690, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1698, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1594, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1602, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1650, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1690, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1694, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1698, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1702, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1730, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1632.125, + "y": 1625.55078125, + "name": "crater-cliff", + "orientation": "west-to-east" + }, + { + "x": 1510, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1637.07421875, + "y": 1627, + "name": "crater-cliff", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1694, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1710, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1730, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1639.125, + "y": 1630.5, + "name": "crater-cliff", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1658, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1662, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1674, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1678, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1698, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1702, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1706, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1710, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1714, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1722, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1726, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1730, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1514, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1518, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1558, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1658, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1678, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1682, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1698, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1710, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1722, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1726, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1500.125, + "y": 1639.05078125, + "name": "crater-cliff", + "orientation": "west-to-east" + }, + { + "x": 1518, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1542, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1666, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1682, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1686, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1698, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1495.17578125, + "y": 1640.5, + "name": "crater-cliff", + "orientation": "south-to-east" + }, + { + "x": 1506, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1670, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1694, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1495.17578125, + "y": 1647.49609375, + "name": "crater-cliff", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1522, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1526, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1670, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1674, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1714, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1554, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1566, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1574, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1674, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1706, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1710, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1714, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1718, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1746, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1550, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1654, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1658, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1674, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1690, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1694, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1702, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1550, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1590, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1668.88671875, + "y": 1658.25, + "name": "crater-cliff", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1698, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1714, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1718, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1754, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1670.9375, + "y": 1661.75, + "name": "crater-cliff", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1542, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1554, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1566, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1582, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1594, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1662, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1666, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1678, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1682, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1686, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1694, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1698, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1754, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658.98828125, + "y": 1665.24609375, + "name": "crater-cliff", + "orientation": "east-to-north" + }, + { + "x": 1506, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1510, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1514, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1518, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1522, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1663.9375, + "y": 1666.69921875, + "name": "crater-cliff", + "orientation": "east-to-west" + }, + { + "x": 1686, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1690, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1750, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1754, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1586, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1590, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1746, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1554, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1574, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1646.625, + "y": 1674.80078125, + "name": "crater-cliff", + "orientation": "west-to-east" + }, + { + "x": 1726, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1730, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1641.67578125, + "y": 1676.25, + "name": "crater-cliff", + "orientation": "south-to-east" + }, + { + "x": 1651.57421875, + "y": 1676.25, + "name": "crater-cliff", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1639.625, + "y": 1679.75, + "name": "crater-cliff", + "orientation": "south-to-north" + }, + { + "x": 1653.625, + "y": 1679.75, + "name": "crater-cliff", + "orientation": "north-to-south" + }, + { + "x": 1682, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1702, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1722, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1726, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1586, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1618, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1641.67578125, + "y": 1683.24609375, + "name": "crater-cliff", + "orientation": "east-to-north" + }, + { + "x": 1651.57421875, + "y": 1683.24609375, + "name": "crater-cliff", + "orientation": "north-to-west" + }, + { + "x": 1694, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1698, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1714, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1718, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1646.625, + "y": 1684.69921875, + "name": "crater-cliff", + "orientation": "east-to-west" + }, + { + "x": 1526, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1570, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1710, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1618, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1702, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1574, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1598, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1602, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1698, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1598, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1610, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1738, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1742, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1570, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1594, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1610, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1750, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1758, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1526, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1570, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1522, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1526, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1546, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1594, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1606, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1746, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1578, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1738, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1518, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1542, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1602, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1730, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1734, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1746, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1514, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1530, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1578, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1634, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1738, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1514, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1526, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1530, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1590, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1602, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1498, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1506, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1578, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1586, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1590, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1614, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1750, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1578, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1746, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1610, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1726, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1750, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1730, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1498, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1502, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1582, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1502, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1506, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1586, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1718, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1722, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1754, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1590, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1626, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + } + ], + "entities": null, + "protos": { + "cliff-vulcanus": { + "type": "cliff", + "layers": [ + "cliff", + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "crater-cliff": { + "type": "cliff", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "big-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "big-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "vulcanus-chimney": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-faded": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-cold": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-short": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "vulcanus-chimney-truncated": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "ashland-lichen-tree": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + }, + "ashland-lichen-tree-flaming": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + } + } + }, + { + "label": "LAVA TILES OFF only", + "region": { + "x0": 1500, + "y0": 1500, + "x1": 1756, + "y1": 1756 + }, + "autoplaceControls": null, + "disabledCategories": null, + "excludedFromCategory": { + "tile": [ + "lava", + "lava-hot" + ] + }, + "effectiveCliffSettings": { + "name": "cliff-vulcanus", + "cliff_elevation_0": 70, + "cliff_elevation_interval": 120, + "cliff_smoothing": 1, + "richness": 1 + }, + "effectiveAutoplace": { + "calcite": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "sulfuric_acid_geyser": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "tungsten_ore": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "vulcanus_coal": { + "frequency": 1, + "size": 1, + "richness": 1 + }, + "vulcanus_volcanism": { + "frequency": 1, + "size": 1, + "richness": 1 + } + }, + "effectiveAutoplaceSettings": { + "decorative": { + "treat_missing_as_default": true, + "settingsCount": 27 + }, + "entity": { + "treat_missing_as_default": true, + "settingsCount": 16 + }, + "tile": { + "treat_missing_as_default": false, + "settingsCount": 17 + } + }, + "tileCounts": { + "lava": 0, + "lava-hot": 0 + }, + "cliffs": [ + { + "x": 1502, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1510, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1574, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1594, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1714, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1726, + "y": 1498.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1510, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1598, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1642, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1710, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1502.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1502, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1598, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1642, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1666, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1682, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1686, + "y": 1506.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1502, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1586, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1594, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1598, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1618, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1642, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1646, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1666, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1690, + "y": 1510.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1498, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1534, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1582, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1622, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1646, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1654, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1658, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1662, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1666, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1670, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1694, + "y": 1514.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1526, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1534, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1586, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1634, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1674, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1518.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1514, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1526, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1622, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1630, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1638, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1642, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1654, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1670, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1694, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1706, + "y": 1522.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1514, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1622, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1626, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1654, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1658, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1662, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1666, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1670, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1706, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1526.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1626, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1634, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1642, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1646, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1650, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1682, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1686, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1530.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1514, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1622, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1626, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1630, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1634, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1678, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1682, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1702, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1742, + "y": 1534.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1510, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1514, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1522, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1666, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1738, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1742, + "y": 1538.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1550, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1662, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1722, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1730, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1746, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1750, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1542.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1514, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1522, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1658, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1662, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1722, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1726, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1730, + "y": 1546.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1506, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1514, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1526, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1538, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1662, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1666, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1670, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1678, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1550.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1498, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1502, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1506, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1682, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1686, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1690, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1554.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1674, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1718, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1722, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1558.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1502, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1674, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1678, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1714, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1718, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1562.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1502, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1694, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1734, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1750, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1566.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1610, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1614, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1618, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1630, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1678, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1706, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1754, + "y": 1570.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1506, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1518, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1610, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1662, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1666, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1670, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1674, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1678, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1682, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1686, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1690, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1710, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1714, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1718, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1746, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1574.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1602, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1606, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1610, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1658, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1678, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1682, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1718, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1722, + "y": 1578.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1510, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1610, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1614, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1630, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1634, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1638, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1654, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1658, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1678, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1682, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1690, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1694, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1698, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1714, + "y": 1582.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1510, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1606, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1614, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1634, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1638, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1674, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1678, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1682, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1686, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1690, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1694, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1698, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1702, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1714, + "y": 1586.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1502, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1506, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1510, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1606, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1614, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1670, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1682, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1686, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1710, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1714, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1722, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1726, + "y": 1590.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1618, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1622, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1626, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1630, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1666, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1670, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1686, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1690, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1694, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1706, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1710, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1726, + "y": 1594.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1506, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1510, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1610, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1614, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1626, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1630, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1638, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1658, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1662, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1666, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1670, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1674, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1678, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1682, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1686, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1694, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1698, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1726, + "y": 1598.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1626, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1630, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1634, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1638, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1658, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1670, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1690, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1602.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1530, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1534, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1538, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1654, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1670, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1678, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1682, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1694, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1698, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1702, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1710, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1714, + "y": 1606.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1530, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1666, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1678, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1682, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1686, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1714, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1718, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1754, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1758, + "y": 1610.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1510, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1518, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1646, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1650, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1662, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1666, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1674, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1686, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1690, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1694, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1698, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1702, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1614.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1530, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1646, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1650, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1690, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1698, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1618.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1510, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1518, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1594, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1650, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1690, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1694, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1698, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1702, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1710, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1730, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1622.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1632.125, + "y": 1625.55078125, + "name": "crater-cliff", + "orientation": "west-to-east" + }, + { + "x": 1510, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1546, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1637.07421875, + "y": 1627, + "name": "crater-cliff", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1662, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1674, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1694, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1702, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1710, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1718, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1730, + "y": 1626.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1510, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1514, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1538, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1639.125, + "y": 1630.5, + "name": "crater-cliff", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1654, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1658, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1662, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1674, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1678, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1698, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1702, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1706, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1710, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1714, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1722, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1726, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1730, + "y": 1630.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1510, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1514, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1518, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1558, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1658, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1678, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1682, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1698, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1710, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1722, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1726, + "y": 1634.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1500.125, + "y": 1639.05078125, + "name": "crater-cliff", + "orientation": "west-to-east" + }, + { + "x": 1518, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1542, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1662, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1666, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1682, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1686, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1690, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1694, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1698, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1638.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1495.17578125, + "y": 1640.5, + "name": "crater-cliff", + "orientation": "south-to-east" + }, + { + "x": 1506, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1518, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1562, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1666, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1670, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1694, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1642.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1495.17578125, + "y": 1647.49609375, + "name": "crater-cliff", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1506, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1518, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1522, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1526, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1554, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1650, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1670, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1674, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1710, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1714, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1718, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1646.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1502, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1506, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1522, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1550, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1554, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1566, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1574, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1650, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1654, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1674, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1706, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1710, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1714, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1718, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1746, + "y": 1650.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1506, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1522, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1550, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1654, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1658, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1674, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1690, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1694, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1702, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1654.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1550, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1582, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1590, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1658, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1662, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1668.88671875, + "y": 1658.25, + "name": "crater-cliff", + "orientation": "west-to-south" + }, + { + "x": 1690, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1698, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1714, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1718, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1726, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1754, + "y": 1658.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1506, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1526, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1542, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1550, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1554, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1566, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1582, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1594, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1662, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1666, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1678, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1682, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1686, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1690, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1694, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1698, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1754, + "y": 1662.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1506, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1510, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1514, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1518, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1522, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1570, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1686, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1690, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1694, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1750, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1754, + "y": 1666.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1586, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1590, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1746, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1670.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1546, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1550, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1554, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1574, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1730, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1734, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1738, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1742, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1746, + "y": 1674.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1526, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1534, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1594, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1694, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "south-to-none" + }, + { + "x": 1702, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1722, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1726, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1730, + "y": 1678.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1554, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1586, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1614, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1618, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1694, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1698, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1702, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1710, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1714, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1718, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1722, + "y": 1682.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1538, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1554, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1558, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1566, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1570, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1698, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1706, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1710, + "y": 1686.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1526, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1530, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1538, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1542, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1558, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1570, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1618, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1702, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1706, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1690.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1530, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1534, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1542, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1558, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1562, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1574, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1598, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1602, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1694, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1698, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1702, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1738, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1750, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1754, + "y": 1694.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1534, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1542, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1578, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1594, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1598, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1610, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1626, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1738, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1742, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1746, + "y": 1698.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1530, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1562, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1566, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1570, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1582, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1586, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1594, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1610, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1746, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1750, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1758, + "y": 1702.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1526, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1530, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1546, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1570, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1574, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1630, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1742, + "y": 1706.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1522, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1526, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1546, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1578, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1590, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1594, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1598, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1602, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1606, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1742, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1746, + "y": 1710.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1518, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1522, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1542, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1546, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1578, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1582, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1602, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1618, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1738, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1714.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1518, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1534, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1538, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1542, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1602, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1730, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1734, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1746, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1754, + "y": 1718.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1514, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1518, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1530, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1534, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1578, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1582, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1586, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1590, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1602, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1610, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1634, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1726, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1738, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1742, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1722.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1506, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1514, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1522, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1526, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1530, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1590, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1602, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1606, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1614, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1622, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1630, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1634, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1726, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1726.5, + "name": "cliff-vulcanus", + "orientation": "south-to-north" + }, + { + "x": 1498, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1502, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1506, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1574, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1578, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1586, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1590, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1614, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1618, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1630, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1750, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1730.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1578, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1582, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1586, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1606, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1610, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1618, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1626, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1746, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1750, + "y": 1734.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1610, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1614, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1622, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "north-to-none" + }, + { + "x": 1726, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1754, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1758, + "y": 1738.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1618, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1622, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1750, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1754, + "y": 1742.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1506, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1510, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "none-to-west" + }, + { + "x": 1622, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "south-to-east" + }, + { + "x": 1730, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1738, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1742, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1746, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1750, + "y": 1746.5, + "name": "cliff-vulcanus", + "orientation": "west-to-north" + }, + { + "x": 1498, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-south" + }, + { + "x": 1502, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1506, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1574, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-none" + }, + { + "x": 1578, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1582, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "north-to-south" + }, + { + "x": 1726, + "y": 1750.5, + "name": "cliff-vulcanus", + "orientation": "none-to-north" + }, + { + "x": 1502, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1506, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + }, + { + "x": 1582, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1586, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "east-to-west" + }, + { + "x": 1590, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "south-to-west" + }, + { + "x": 1622, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "north-to-east" + }, + { + "x": 1626, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-south" + }, + { + "x": 1718, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1722, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1726, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-east" + }, + { + "x": 1730, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-east" + }, + { + "x": 1734, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "west-to-none" + }, + { + "x": 1754, + "y": 1754.5, + "name": "cliff-vulcanus", + "orientation": "none-to-south" + }, + { + "x": 1590, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "east-to-north" + }, + { + "x": 1626, + "y": 1758.5, + "name": "cliff-vulcanus", + "orientation": "north-to-west" + } + ], + "entities": null, + "protos": { + "cliff-vulcanus": { + "type": "cliff", + "layers": [ + "cliff", + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "crater-cliff": { + "type": "cliff", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.98828125, + "ly": -0.48828125, + "rx": 0.98828125, + "ry": 0.48828125 + } + }, + "big-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "big-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.75, + "ly": -0.75, + "rx": 0.75, + "ry": 0.75 + } + }, + "huge-volcanic-rock-hot": { + "type": "simple-entity", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.5, + "ly": -1.09765625, + "rx": 1.5, + "ry": 1.09765625 + } + }, + "vulcanus-chimney": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-faded": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-cold": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -1.19921875, + "ly": -1.19921875, + "rx": 1.19921875, + "ry": 1.19921875 + } + }, + "vulcanus-chimney-short": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "vulcanus-chimney-truncated": { + "type": "simple-entity", + "layers": [ + "item", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.8984375, + "ly": -0.69921875, + "rx": 0.8984375, + "ry": 0.69921875 + } + }, + "ashland-lichen-tree": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + }, + "ashland-lichen-tree-flaming": { + "type": "tree", + "layers": [ + "is_lower_object", + "is_object", + "item", + "meltable", + "object", + "player", + "water_tile" + ], + "box": { + "lx": -0.5, + "ly": -0.59765625, + "rx": 0.5, + "ry": 0.3984375 + } + } + } + } + ] +} diff --git a/test/oracle/capture.ts b/test/oracle/capture.ts index 8b87f465..ae4a0fe2 100644 --- a/test/oracle/capture.ts +++ b/test/oracle/capture.ts @@ -3873,6 +3873,179 @@ async function captureVulcanusCliffOreDirection(): Promise { console.log(`wrote ${out} (${String(cases.length)} arms)`); } +/** + * **Is any placed ENTITY what suppresses the non-ore residual at `[1500,1500]`?** + * (#84.) The lever, not a predicate. + * + * Running both sides with the resources switched off leaves 13 wrong + * orientations and 10 surplus cells that the ore rule cannot reach, and their + * shape is a SUPPRESSION: the game's code is the port's code with edges removed, + * and the cells the port over-places are ones the game emits nothing at. #109 + * excluded the field twice over, plus rocks, the cliffiness gate, smoothing and + * the repair; #108 excluded the stage. The obvious remaining class is the + * unported half of `Surface::wouldCollide` - an entity standing where the cliff + * would go. + * + * `autoplace_controls` cannot ask that question, because a control only reaches + * prototypes that name one: the four resources have controls, and the rocks, + * the chimneys and `crater-cliff` have none. `autoplace_settings.entity` with + * `treat_missing_as_default = false` switches the whole category off at once, so + * one arm answers it for every entity there is. + * + * The second lever aims at LAVA, and it is the one that pays. Dropping + * `lava`/`lava-hot` from the tile autoplace leaves the elevation the crossings + * read untouched (tiles are downstream of it) and takes away the only thing the + * tile-collision rejection can reject against - so the cells that APPEAR are the + * game's own answer to "which cliffs does lava suppress", the way + * `autoplace_controls` gave the ore's answer in #110. Our lava rejection can + * then be scored for precision and recall against a known set instead of tuned + * until the totals agree, which is the thing #88 says must not happen to a + * collision box. + * + * Five arms, all over the same `[1500,1500]` entity region: + * + * - **resources OFF via controls** - the baseline the residual is measured + * against, captured again here so the comparison is within one fixture and one + * binary rather than across two. + * - **the whole `entity` category OFF** - the entity lever. If the cliffs are + * unchanged, no entity suppresses them, positively rather than by elimination. + * - **default (resources ON)** - the shipping world, for the entity list. + * - **resources OFF + lava tiles OFF** - the lava lever with the ore already out + * of the picture, so what moves is lava alone. + * - **lava tiles OFF only** - the same lever against the shipping world. + * + * Every arm dumps EVERY entity in the region with its type, so a null result + * still says what was standing there; reads `autoplace_settings` back off the + * surface; and COUNTS the lava tiles in the region it just generated. That last + * one is what separates "lava suppresses nothing" from "the tile override never + * applied" - the two are the same observation without it. `cliff-vulcanus` is + * placed from `cliff_settings`, not from either category, so a lever arm that + * also emptied the cliffs would be vacuous and says nothing. + */ +async function captureVulcanusCliffSuppressorLevers(): Promise { + const seed = 123456; + const region: Region = { x0: 1500, y0: 1500, x1: 1756, y1: 1756 }; + const OFF = { frequency: 1, size: 0, richness: 1 }; + const ALL_OFF = { + tungsten_ore: OFF, + calcite: OFF, + vulcanus_coal: OFF, + sulfuric_acid_geyser: OFF, + }; + const PROTOS = [ + "cliff-vulcanus", + "crater-cliff", + "big-volcanic-rock", + "huge-volcanic-rock", + "big-volcanic-rock-hot", + "huge-volcanic-rock-hot", + "vulcanus-chimney", + "vulcanus-chimney-faded", + "vulcanus-chimney-cold", + "vulcanus-chimney-short", + "vulcanus-chimney-truncated", + "ashland-lichen-tree", + "ashland-lichen-tree-flaming", + ]; + + const LAVA_TILES = ["lava", "lava-hot"]; + const arms: { + label: string; + autoplaceControls?: Record; + disableAutoplaceCategories?: readonly string[]; + excludeFromAutoplaceCategory?: Readonly>; + /** Only the two arms the ENTITY lever compares carry the full list. */ + alsoEntities?: boolean; + }[] = [ + { label: "resources OFF via controls", autoplaceControls: ALL_OFF, alsoEntities: true }, + { + label: "entity autoplace category OFF", + disableAutoplaceCategories: ["entity"], + alsoEntities: true, + }, + { label: "default, resources ON" }, + { + label: "resources OFF, LAVA TILES OFF", + autoplaceControls: ALL_OFF, + excludeFromAutoplaceCategory: { tile: LAVA_TILES }, + }, + { label: "LAVA TILES OFF only", excludeFromAutoplaceCategory: { tile: LAVA_TILES } }, + ]; + + const cases: unknown[] = []; + for (const arm of arms) { + const workDir = await mkdtemp(join(tmpdir(), "oracle-capture-")); + try { + const dump = await sampleCliffEntitiesFull(region, { + workDir, + seed, + spaceAge: true, + planet: "vulcanus", + autoplaceControls: arm.autoplaceControls, + disableAutoplaceCategories: arm.disableAutoplaceCategories, + excludeFromAutoplaceCategory: arm.excludeFromAutoplaceCategory, + countTileNames: LAVA_TILES, + alsoResources: true, + alsoEntities: arm.alsoEntities, + protoNames: PROTOS, + }); + cases.push({ + label: arm.label, + region, + autoplaceControls: arm.autoplaceControls ?? null, + disabledCategories: arm.disableAutoplaceCategories ?? null, + excludedFromCategory: arm.excludeFromAutoplaceCategory ?? null, + effectiveCliffSettings: dump.cliffSettings, + effectiveAutoplace: dump.autoplaceControls, + effectiveAutoplaceSettings: dump.autoplaceSettings, + tileCounts: dump.tileCounts, + cliffs: dump.cliffs, + entities: dump.entities ?? null, + protos: dump.protos, + }); + const named = dump.cliffs as unknown as readonly { name: string }[]; + const vulc = named.filter((c) => c.name === "cliff-vulcanus").length; + const nonCliff = (dump.entities ?? []).filter((e) => e.type !== "cliff").length; + const lava = Object.values(dump.tileCounts ?? {}).reduce((a, b) => a + b, 0); + console.log( + ` ${arm.label} -> ${String(vulc)} cliff-vulcanus, ` + + `${String(dump.cliffs.length - vulc)} other cliff, ` + + `${String(nonCliff)} non-cliff entities, ${String(lava)} lava tiles`, + ); + } finally { + await rm(workDir, { recursive: true, force: true }); + } + } + + const fixture = { + _comment: + "Ground truth from Factorio 2.1.12 via test/oracle. Asks whether any placed ENTITY suppresses " + + "the non-ore cliff residual at [1500,1500] (#84), with LEVERS rather than predicates: " + + "map_gen_settings.autoplace_settings.entity = {treat_missing_as_default = false, settings = {}} " + + "switches the whole entity autoplace category off, which autoplace_controls cannot do - a " + + "control only reaches prototypes that name one, so the four resources have one and the rocks, " + + "chimneys and crater-cliff have none. A second lever drops lava/lava-hot from the TILE " + + "autoplace, which leaves the elevation the crossings read untouched and takes away the only " + + "thing the tile-collision rejection can reject against - so the cells that appear are the " + + "game's own answer to which cliffs lava suppresses, scorable for precision and recall rather " + + "than tuned to fit. Every arm dumps EVERY entity in the region with its type (so a null " + + "result still says what was standing there), the prototype collision geometry, the " + + "autoplace_settings the SURFACE read back, and a COUNT of the lava tiles actually generated " + + "- the last two are what make an empty entity list or an unmoved cliff evidence rather than " + + "an unapplied override. cliff-vulcanus comes from cliff_settings, not from either category, " + + "so a lever arm that also emptied the cliffs would be vacuous. " + + "Sampled on a create_surface() surface whose seed is FORCED to `seed`, like every other " + + "Vulcanus oracle fixture. Regenerate: node --experimental-strip-types test/oracle/capture.ts " + + "vulcanus-cliff-suppressor-levers", + seed, + region, + cases, + }; + const out = join(FIXTURES, "oracle-vulcanus-cliff-suppressor-levers.seed123456.json"); + await writeFile(out, JSON.stringify(fixture, null, 2) + "\n"); + console.log(`wrote ${out} (${String(cases.length)} arms)`); +} + /** * **The grid-4 cliff-elevation channel, read out corner by corner at the bands * the placement rule actually consults** (#84). @@ -4155,6 +4328,7 @@ async function captureVulcanusCliffFineSweep(): Promise { console.log(`wrote ${out} (${String(cases.length)} levels)`); } +if (want("vulcanus-cliff-suppressor-levers")) await captureVulcanusCliffSuppressorLevers(); if (want("vulcanus-cliff-bands")) await captureVulcanusCliffBands(); if (want("vulcanus-cliff-fine-sweep")) await captureVulcanusCliffFineSweep(); if (want("cliff-entities")) await captureCliffEntities(); diff --git a/test/oracle/oracle.ts b/test/oracle/oracle.ts index d1e78384..a8e46add 100644 --- a/test/oracle/oracle.ts +++ b/test/oracle/oracle.ts @@ -471,6 +471,10 @@ export function buildCliffControlLua( >; alsoResources?: boolean; protoNames?: readonly string[]; + disableAutoplaceCategories?: readonly string[]; + excludeFromAutoplaceCategory?: Readonly>; + countTileNames?: readonly string[]; + alsoEntities?: boolean; } = {}, ): string { const dumpFile = opts.dumpFile ?? CLIFF_DUMP_FILE; @@ -507,22 +511,63 @@ export function buildCliffControlLua( `{frequency = ${String(v.frequency)}, size = ${String(v.size)}, richness = ${String(v.richness)}}`, ) .join(""); + // The LEVER for "is any placed ENTITY what suppresses these cliffs" (#84). + // `autoplace_settings[category] = {treat_missing_as_default = false, settings + // = {}}` switches a whole autoplace category off wholesale, which + // `autoplace_controls` cannot do: a control only reaches the prototypes that + // name one, so rocks, chimneys and crater-cliffs have no control to turn. + // + // It rides the same `mgs` round-trip as everything else, and the dump reports + // `autoplace_settings` read BACK off the surface - which is the arm that + // separates "no entity matters" from "the override never applied". + const autoplaceSettingsLua = (opts.disableAutoplaceCategories ?? []) + .map( + (c) => + `\n mgs.autoplace_settings[${JSON.stringify(c)}] = ` + + `{treat_missing_as_default = false, settings = {}}`, + ) + .join(""); + // The same lever aimed at ONE prototype instead of a whole category: keep the + // category's own settings, minus the named entries. Built by reading the + // surface's defaults rather than by listing 19 Vulcanus tile names here, so it + // cannot drift from the game's own list. + // + // This is what makes lava a LEVER rather than a model: with `lava`/`lava-hot` + // out of the tile autoplace, the cliff generator's tile-collision rejection has + // nothing to reject against, while the elevation the crossings read is + // untouched (tiles are downstream of it). The cells that appear are then the + // game's own answer to "which cliffs does lava suppress". + const excludeLua = Object.entries(opts.excludeFromAutoplaceCategory ?? {}) + .map( + ([cat, names]) => ` + do + local kept = {} + for n, v in pairs((mgs.autoplace_settings[${JSON.stringify(cat)}] or {}).settings or {}) do + kept[n] = v + end +${names.map((n) => ` kept[${JSON.stringify(n)}] = nil`).join("\n")} + mgs.autoplace_settings[${JSON.stringify(cat)}] = + {treat_missing_as_default = false, settings = kept} + end`, + ) + .join(""); // The Nauvis path needs the same round-trip when settings are overridden. It // is safe on `surfaces[1]` because the sampled regions are far from spawn and // therefore ungenerated at `on_init` - a setting cannot retro-edit a chunk // that already exists, so a near-spawn region would silently ignore this. + const overridesLua = `${settingsLua}${routesLua}${autoplaceLua}${autoplaceSettingsLua}${excludeLua}`; const nauvisLua = - settingsLua === "" && routesLua === "" && autoplaceLua === "" + overridesLua === "" ? ` local surface = game.surfaces[1]` : ` local surface = game.surfaces[1] - local mgs = surface.map_gen_settings${settingsLua}${routesLua}${autoplaceLua} + local mgs = surface.map_gen_settings${overridesLua} surface.map_gen_settings = mgs`; const surfaceLua = opts.planet === undefined ? nauvisLua : ` local surface = game.planets["${opts.planet}"].create_surface() local mgs = surface.map_gen_settings - mgs.seed = ${String(opts.seed ?? 123456)}${settingsLua}${routesLua}${autoplaceLua} + mgs.seed = ${String(opts.seed ?? 123456)}${overridesLua} surface.map_gen_settings = mgs`; // `resources`, `protos` and `autoplace` stay nil unless asked for, so // `table_to_json` simply omits them and every existing fixture's shape is @@ -562,6 +607,42 @@ export function buildCliffControlLua( for k, v in pairs(surface.map_gen_settings.autoplace_controls) do autoplace[k] = {frequency = v.frequency, size = v.size, richness = v.richness} end`; + // Every entity in the region, whatever its type - the positive half of the + // lever above. "No entity suppresses these cliffs" is worth much more when the + // same run says WHICH entities were standing there to not suppress them. + const entitiesLua = + opts.alsoEntities !== true + ? " local entities = nil" + : ` local entities = {} + for i, e in ipairs(surface.find_entities_filtered{ area = {{x0, y0}, {x1, y1}} }) do + entities[i] = {x = e.position.x, y = e.position.y, name = e.name, type = e.type} + end`; + // Read BACK, per category: the proof an autoplace_settings lever landed. An + // empty entity list, or an unmoved cliff, means nothing either way unless this + // says the category was actually changed. Emitted whenever a lever is pulled + // as well as on demand, so a lever can never be reported without it. + const usesLever = + (opts.disableAutoplaceCategories ?? []).length > 0 || + Object.keys(opts.excludeFromAutoplaceCategory ?? {}).length > 0; + const apSettingsLua = + opts.alsoEntities !== true && !usesLever + ? " local apSettings = nil" + : ` local apSettings = {} + for k, v in pairs(surface.map_gen_settings.autoplace_settings or {}) do + local n = 0 + for _ in pairs(v.settings or {}) do n = n + 1 end + apSettings[k] = {treat_missing_as_default = v.treat_missing_as_default, settingsCount = n} + end`; + // Tiles counted in the SAME run that placed the cliffs. This is the + // non-vacuity arm for a tile lever: "lava suppresses no cliffs" and "the lava + // override never applied" are otherwise the same observation. + const tileCountLua = + (opts.countTileNames ?? []).length === 0 + ? " local tileCounts = nil" + : ` local tileCounts = {} + for _, n in ipairs({${(opts.countTileNames ?? []).map((n) => JSON.stringify(n)).join(", ")}}) do + tileCounts[n] = surface.count_tiles_filtered{ name = n, area = {{x0, y0}, {x1, y1}} } + end`; return `script.on_init(function() ${surfaceLua} local x0, y0, x1, y1 = ${region.x0}, ${region.y0}, ${region.x1}, ${region.y1} @@ -601,9 +682,13 @@ ${surfaceLua} richness = cs.richness, } ${resourceLua} +${entitiesLua} +${apSettingsLua} +${tileCountLua} helpers.write_file("${dumpFile}", helpers.table_to_json({ cliffs = cliffs, cliffSettings = settings, resources = resources, protos = protos, autoplaceControls = autoplace, + entities = entities, autoplaceSettings = apSettings, tileCounts = tileCounts, }), false) error("DUMPED-OK") end) @@ -639,6 +724,19 @@ export interface CliffDump { string, { frequency: number; size: number; richness: number } >; + /** Present only with `alsoEntities`. EVERY entity in the region, any type. */ + readonly entities?: { x: number; y: number; name: string; type: string }[]; + /** + * Present only with `alsoEntities`. `autoplace_settings` read back off the + * surface, per category - the proof that a `disableAutoplaceCategories` lever + * applied, rather than an empty entity list that could mean anything. + */ + readonly autoplaceSettings?: Record< + string, + { treat_missing_as_default: boolean; settingsCount: number } + >; + /** Present only with `countTileNames`. Tile counts in the region, per name. */ + readonly tileCounts?: Record; } /** Parse the cliff-entity mod's dump into `{x, y}` cliff positions. */ @@ -664,6 +762,12 @@ export function parseCliffDumpFull(jsonText: string): CliffDump { resources?: unknown; protos?: Record; autoplaceControls?: Record; + entities?: unknown; + autoplaceSettings?: Record< + string, + { treat_missing_as_default: boolean; settingsCount: number } + >; + tileCounts?: Record; }; return { cliffs: Array.isArray(parsed.cliffs) ? (parsed.cliffs as Position[]) : [], @@ -680,6 +784,16 @@ export function parseCliffDumpFull(jsonText: string): CliffDump { : [], protos: parsed.protos, autoplaceControls: parsed.autoplaceControls, + // Same `{}`-for-empty hazard as `resources`, and it bites harder here: the + // whole point of the lever arm is that its entity list comes back EMPTY. + entities: + parsed.entities === undefined + ? undefined + : Array.isArray(parsed.entities) + ? (parsed.entities as { x: number; y: number; name: string; type: string }[]) + : [], + autoplaceSettings: parsed.autoplaceSettings, + tileCounts: parsed.tileCounts, }; } @@ -830,6 +944,39 @@ export interface OracleOptions { alsoResources?: boolean; /** Entity prototypes whose collision box and mask layers to dump. Needs {@link alsoResources}. */ protoNames?: readonly string[]; + /** + * `map_gen_settings.autoplace_settings` categories (`"entity"`, `"tile"`, + * `"decorative"`) to switch off wholesale - `treat_missing_as_default = false` + * with no settings, so nothing in the category is placed. + * + * This is the lever `autoplaceControls` cannot pull. A control only reaches + * prototypes that name one, so the ores have one and the rocks, chimneys and + * crater-cliffs do not; asking "does ANY placed entity suppress these cliffs" + * needs the category. Pair it with {@link alsoEntities}, whose read-back of + * `autoplace_settings` is what proves the override applied. + */ + disableAutoplaceCategories?: readonly string[]; + /** + * Per autoplace category, prototype names to REMOVE from the category's own + * settings (the rest are kept, `treat_missing_as_default` goes false). Built + * in Lua from the surface's own defaults, so it never has to restate the + * game's list. + * + * This is what turns lava into a lever: with `lava`/`lava-hot` out of the tile + * autoplace, the cliff generator's tile-collision rejection has nothing to + * reject against, while the elevation its crossings read is untouched. Pair it + * with {@link countTileNames} - "lava suppresses nothing" and "the override + * never applied" are otherwise the same observation. + */ + excludeFromAutoplaceCategory?: Readonly>; + /** Count tiles of these names in the region, in the same run. */ + countTileNames?: readonly string[]; + /** + * Dump every entity in the region (any type, with its `type`), not just the + * `entityType` ones. The positive half of the lever above: it says what was + * standing where, rather than only that the cliffs did or did not move. + */ + alsoEntities?: boolean; } /** @@ -1020,6 +1167,10 @@ export async function sampleCliffEntitiesFull( autoplaceControls: opts.autoplaceControls, alsoResources: opts.alsoResources, protoNames: opts.protoNames, + disableAutoplaceCategories: opts.disableAutoplaceCategories, + excludeFromAutoplaceCategory: opts.excludeFromAutoplaceCategory, + countTileNames: opts.countTileNames, + alsoEntities: opts.alsoEntities, propertyRoutes: opts.probeExpression === undefined ? undefined diff --git a/test/vulcanusCliffSuppressorLevers.spec.ts b/test/vulcanusCliffSuppressorLevers.spec.ts new file mode 100644 index 00000000..c7175d90 --- /dev/null +++ b/test/vulcanusCliffSuppressorLevers.spec.ts @@ -0,0 +1,402 @@ +import { describe, expect, it } from "vite-plus/test"; + +import levers from "./fixtures/oracle-vulcanus-cliff-suppressor-levers.seed123456.json"; +import { + CLIFF_CODE_TO_ORIENTATION, + CLIFF_ORIENTATION_COLLISION_BOX, + CLIFF_ORIENTATION_NAMES, + cliffCollisionTileBox, +} from "../src/noise/cliffs/cliffCatalog"; +import { makeCliffPlacementFromFields } from "../src/noise/cliffs/cliffPlacement"; +import { + VULCANUS_CLIFF_ELEVATION_0, + VULCANUS_CLIFF_ELEVATION_INTERVAL, + VULCANUS_CLIFF_SMOOTHING, + makeVulcanusCliffFields, +} from "../src/noise/cliffs/vulcanusCliffFields"; +import { VULCANUS_CLIFF_BLOCKING_TILES } from "../src/noise/preview/renderVulcanusCliffs"; +import { makeVulcanusTileResolver } from "../src/noise/tiles/vulcanusCatalog"; +import { withCtxDefaults } from "../src/noise/eval/ctx"; + +/** + * **What suppresses the non-ore cliff residual at `[1500,1500]`** (#84), asked + * with LEVERS rather than with predicates. + * + * #110 left two targets: the ore rule's 9 unreached cells, and a non-ore + * residual of 13 wrong orientations plus 10 surplus cells that the ore rule + * cannot touch. Its handoff asked for a lever that isolates the second the way + * `autoplace_controls` isolated the first, and named identifying the suspect as + * part of the job. `oracle-vulcanus-cliff-suppressor-levers` supplies two. + * + * The answers, in the order they were found: + * + * 1. **No placed entity suppresses a Vulcanus cliff.** Switching the whole + * `entity` autoplace category off removes every autoplaced entity in the + * region - 409 rocks, 115 chimneys, 45 rock explosions and all 8 + * `crater-cliff`s - and the cliff set does not move by one cell. Rocks were only ever refuted statistically (#109, against our own + * rock model); this is the class excluded positively. + * 2. **Cliffs do not collide with each other**, refuted by the game's own + * output rather than by a model: 293 pairs of the game's own cliffs have + * overlapping collision rectangles. + * 3. **Lava suppresses 169 cells, and our rejection gets 166 of them with 5 + * false positives** - precision 0.9708, recall 0.9822. Its errors are not + * spread over the region: they ARE part of the residual, accounting for 3 of + * the 10 surplus cells and all 3 of the missing ones. + * 4. With **neither ore nor lava in the world**, the port's recall is + * **1.0000** - it misses nothing the game places - and what remains is 9 + * wrong orientations and 12 surplus cells in four tight clusters. + * + * (4) is the sharpest statement of the residual there has been, and it is the + * one to hand forward: the crossing field plus the repair produce a set that + * CONTAINS the game's, so everything left is over-placement, and both rejections + * are now measured against known sets rather than fitted. + */ + +const INPUT = { seed0: levers.seed, startingPositions: [{ x: 0, y: 0 }] }; +const ctx = withCtxDefaults(INPUT); +const fields = makeVulcanusCliffFields(ctx); +const tileAt = makeVulcanusTileResolver(INPUT); + +const nameToId = new Map(CLIFF_ORIENTATION_NAMES.map((n, i) => [n, i])); +const codeForOrientationId = new Map(); +for (const [code, id] of Object.entries(CLIFF_CODE_TO_ORIENTATION)) + if (!codeForOrientationId.has(id)) codeForOrientationId.set(id, Number(code)); + +const R = levers.region; +const inR = (x: number, y: number): boolean => x >= R.x0 && x < R.x1 && y >= R.y0 && y < R.y1; + +const armOf = (label: string): (typeof levers.cases)[number] => { + const c = levers.cases.find((k) => k.label === label); + if (c === undefined) throw new Error(`no arm ${label}`); + return c; +}; + +/** The arm's `cliff-vulcanus` cells in the region, as `"x,y" -> orientation id`. */ +const gameSet = (label: string): Map => { + const m = new Map(); + for (const e of armOf(label).cliffs) { + if (e.name !== "cliff-vulcanus" || !inR(e.x, e.y)) continue; + const id = nameToId.get(e.orientation ?? ""); + if (id !== undefined) m.set(`${String(e.x)},${String(e.y)}`, id); + } + return m; +}; + +/** + * The shipping model with the ore out of the picture, so what is left is the + * crossing field, the repair, and the LAVA rejection alone. `lava: false` drops + * that rejection too, which is what the lava lever is scored against. + */ +const portSet = (lava: boolean): Map => + new Map( + makeCliffPlacementFromFields(fields, { + elevation0: VULCANUS_CLIFF_ELEVATION_0, + interval: VULCANUS_CLIFF_ELEVATION_INTERVAL, + smoothing: VULCANUS_CLIFF_SMOOTHING, + tileCollides: lava + ? (x, y): boolean => VULCANUS_CLIFF_BLOCKING_TILES.has(tileAt(x, y).name) + : undefined, + rejectAtCrossingStage: true, + }) + .placedCells(R.x0, R.y0, R.x1, R.y1) + .map( + (p) => [`${String(p.x)},${String(p.y)}`, CLIFF_CODE_TO_ORIENTATION[p.code] ?? -1] as const, + ), + ); + +const score = (ours: Map, game: Map): Record => { + let matched = 0; + let wrong = 0; + let surplus = 0; + let missing = 0; + for (const [k, id] of ours) { + const t = game.get(k); + if (t === undefined) surplus++; + else if (t === id) matched++; + else wrong++; + } + for (const k of game.keys()) if (!ours.has(k)) missing++; + return { matched, wrong, surplus, missing }; +}; + +describe("what suppresses the Vulcanus cliff residual, by lever", () => { + /** + * **The entity class, excluded positively.** `autoplace_controls` cannot ask + * this: a control only reaches prototypes that name one, so the four resources + * have one and the rocks, the chimneys and `crater-cliff` have none. The + * `entity` autoplace CATEGORY can be switched off wholesale, and that is the + * whole class in one arm. + * + * The lever's own proof is in the same run three times over - the + * `autoplace_settings` the surface read BACK, the 573 entities that vanished, + * and the 8 `crater-cliff`s that went with them. Without those, "the cliffs did + * not move" and "the override never applied" are the same observation. + * + * A vacuity check on the other side too: `cliff-vulcanus` comes from + * `cliff_settings`, not from the entity category, so it must SURVIVE the lever. + * It does, all 916 of them, with identical orientations. + */ + it("no placed entity suppresses a cliff - the entity category lever moves nothing", () => { + const base = armOf("resources OFF via controls"); + const lever = armOf("entity autoplace category OFF"); + + // The lever landed: the category is off at the source. + expect(base.effectiveAutoplaceSettings?.entity).toEqual({ + treat_missing_as_default: true, + settingsCount: 16, + }); + expect(lever.effectiveAutoplaceSettings?.entity).toEqual({ + treat_missing_as_default: false, + settingsCount: 0, + }); + + // ...and it emptied the world of exactly the class under suspicion. Every + // `simple-entity` - which is what the rocks and the chimneys are, and the + // only autoplaced type on Vulcanus carrying a collision box other than the + // resources - is gone, along with the rock explosions. + // + // What survives is one demolisher and its parts (54 `segment`, plus a + // corpse, a trail and a smoke cloud). Those are spawned by the unit, not + // autoplaced, so the lever cannot reach them and they are named here rather + // than swept into a "non-cliff" total that would then have to read 4. + const count = ( + arm: typeof base, + pred: (e: { name: string; type: string }) => boolean, + ): number => (arm.entities ?? []).filter(pred).length; + const isRock = (e: { name: string }): boolean => e.name.includes("volcanic-rock"); + const isChimney = (e: { name: string }): boolean => e.name.startsWith("vulcanus-chimney"); + expect(count(base, isRock)).toBe(409); + expect(count(lever, isRock)).toBe(0); + expect(count(base, isChimney)).toBe(115); + expect(count(lever, isChimney)).toBe(0); + expect(count(base, (e) => e.type === "simple-entity")).toBe(524); + expect(count(lever, (e) => e.type === "simple-entity")).toBe(0); + expect(count(base, (e) => e.type === "explosion")).toBe(45); + expect(count(lever, (e) => e.type === "explosion")).toBe(0); + const DEMOLISHER = new Set(["segment", "segmented-unit", "corpse", "smoke-with-trigger"]); + expect(count(lever, (e) => e.type !== "cliff" && !DEMOLISHER.has(e.type))).toBe(0); + expect(count(lever, (e) => DEMOLISHER.has(e.type))).toBe(58); + expect(base.cliffs.filter((c) => c.name === "crater-cliff").length).toBe(8); + expect(lever.cliffs.filter((c) => c.name === "crater-cliff").length).toBe(0); + + // And the cliffs did not move - not in count, not in position, not in + // orientation. Bit-for-bit, which is a much stronger claim than a total. + const a = gameSet("resources OFF via controls"); + const b = gameSet("entity autoplace category OFF"); + expect(a.size).toBe(892); + expect(b.size).toBe(a.size); + for (const [k, id] of a) expect(b.get(k)).toBe(id); + }); + + /** + * **Cliffs do not collide with each other.** A tempting candidate, since a + * cliff IS an entity with a collision box and `tryToAddCliff` places them one + * at a time - a run that terminates where the port continues looks exactly like + * a cliff refusing to sit beside its neighbour. + * + * It needs no model to refute, because the GAME'S OWN OUTPUT contains the + * counterexamples: 293 pairs of cliffs the game placed have overlapping + * collision rectangles. Whatever `tryToAddCliff` tests, it is not that. + * + * The port's own set is the vacuity arm - if the counter were broken it would + * report 0 there too, and it does not. + */ + it("cliff-vs-cliff box overlap is refuted by the game's own cliffs", () => { + const boxOf = (k: string, id: number): [number, number, number, number] => { + const [xs, ys] = k.split(","); + const [l, t, r, b] = CLIFF_ORIENTATION_COLLISION_BOX[id]; + return [Number(xs) + l, Number(ys) + t, Number(xs) + r, Number(ys) + b]; + }; + const overlappingPairs = (cells: Map): number => { + const list = [...cells].map(([k, id]) => boxOf(k, id)); + let n = 0; + for (let i = 0; i < list.length; i++) + for (let j = i + 1; j < list.length; j++) { + const p = list[i]; + const q = list[j]; + if (p[0] < q[2] && q[0] < p[2] && p[1] < q[3] && q[1] < p[3]) n++; + } + return n; + }; + expect(overlappingPairs(gameSet("resources OFF via controls"))).toBe(293); + expect(overlappingPairs(portSet(true))).toBe(299); + }, 120000); + + /** + * **The lava lever, and the first precision/recall the tile rejection has + * ever had.** Dropping `lava`/`lava-hot` from the tile autoplace leaves the + * elevation the crossings read untouched - tiles are downstream of it - and + * takes away the only thing `tryToAddCliff`'s tile test can reject against. So + * the cells that APPEAR are the game's own answer to which cliffs lava + * suppresses, exactly as `autoplace_controls` gave the ore's answer in #110. + * + * Before this the rejection was scored only by how much it improved the + * totals (#84 item 1: "185 false positives dropped, 13 true"), which cannot + * distinguish a rule that is right from one that is merely profitable. Now: + * **166 of 169, with 5 false positives.** + * + * The 6,709 lava tiles (2,466 `lava` + 4,243 `lava-hot`) that become 0 are the non-vacuity arm, and they are + * counted in the same run that placed the cliffs - "lava suppresses nothing" + * and "the tile override never applied" are otherwise one observation. + * + * Note `appeared` is 3, not 0: removing lava also REMOVES three cells, because + * a neighbour that stops being rejected takes back a shared edge and recodes + * the survivor (#103, #108). So this lever is not one-way the way the ore's + * was, and the three are reported rather than filtered out. + */ + it("scores the lava rejection against the lava lever", () => { + const on = armOf("resources OFF via controls"); + const off = armOf("resources OFF, LAVA TILES OFF"); + expect(on.tileCounts).toEqual({ lava: 2466, "lava-hot": 4243 }); + expect(off.tileCounts).toEqual({ lava: 0, "lava-hot": 0 }); + expect(off.effectiveAutoplaceSettings?.tile).toEqual({ + treat_missing_as_default: false, + settingsCount: 17, + }); + + const gOn = gameSet("resources OFF via controls"); + const gOff = gameSet("resources OFF, LAVA TILES OFF"); + expect(gOn.size).toBe(892); + expect(gOff.size).toBe(1058); + + const suppressed = new Set([...gOff.keys()].filter((k) => !gOn.has(k))); + const appeared = [...gOn.keys()].filter((k) => !gOff.has(k)); + expect(suppressed.size).toBe(169); + expect(appeared.length).toBe(3); + + const pOn = portSet(true); + const pOff = portSet(false); + const ours = new Set([...pOff.keys()].filter((k) => !pOn.has(k))); + const hit = [...ours].filter((k) => suppressed.has(k)).length; + expect(ours.size).toBe(171); + expect(hit).toBe(166); + expect(hit / ours.size).toBeCloseTo(0.9708, 4); // precision + expect(hit / suppressed.size).toBeCloseTo(0.9822, 4); // recall + }, 120000); + + /** + * **The rejection's errors are the residual, not a scatter.** With 169 true + * suppressions and 1,058 cells to be wrong about, 8 errors landing on the 26 + * cells the port already disagrees about is the finding - it says the lava + * rule is not a small independent inaccuracy but a named part of what is left. + * + * And they go BOTH WAYS: 3 cells the game rejects and we keep, 5 we reject and + * it keeps. A box that is uniformly too small or too big cannot produce that, + * so the shape is wrong rather than the size - which is exactly why this must + * not be tuned until it fits (#88, where the best-scoring box hid a second + * defect). + */ + it("the lava errors are the residual's own cells, and they point both ways", () => { + const gOn = gameSet("resources OFF via controls"); + const gOff = gameSet("resources OFF, LAVA TILES OFF"); + const pOn = portSet(true); + const pOff = portSet(false); + const suppressed = new Set([...gOff.keys()].filter((k) => !gOn.has(k))); + const ours = new Set([...pOff.keys()].filter((k) => !pOn.has(k))); + + const missedByUs = [...suppressed].filter((k) => !ours.has(k)).sort(); + const falseByUs = [...ours].filter((k) => !suppressed.has(k)).sort(); + expect(missedByUs).toEqual(["1658,1598.5", "1662,1630.5", "1722,1630.5"]); + expect(falseByUs).toEqual([ + "1638,1598.5", + "1638,1602.5", + "1662,1634.5", + "1674,1658.5", + "1674,1662.5", + ]); + + // Every cell we MISS is one of the port's surplus cells, and every cell the + // port is missing is one we falsely reject. Both directions, no leftovers. + const shipping = score(pOn, gOn); + expect(shipping).toEqual({ matched: 876, wrong: 13, surplus: 10, missing: 3 }); + for (const k of missedByUs) expect(gOn.has(k)).toBe(false); + for (const k of missedByUs) expect(pOn.has(k)).toBe(true); + const portMissing = [...gOn.keys()].filter((k) => !pOn.has(k)).sort(); + expect(portMissing).toEqual(["1638,1598.5", "1638,1602.5", "1662,1634.5"]); + expect(portMissing.every((k) => falseByUs.includes(k))).toBe(true); + }, 120000); + + /** + * **With neither ore nor lava, the port misses NOTHING.** 1,058 cells, recall + * 1.0000, precision 0.9802. That is the cleanest reading the crossing field + * and the repair have had, and it changes the shape of what is left: the port + * produces a strict SUPERSET of the game's cells, so every remaining defect is + * an over-placement, and the two rejections are the only things that can + * remove one. + * + * The 12 surplus cells sit in four tight clusters, and every one has the same + * shape - the port runs a cliff one or two cells past where the game's run + * ends in an entrance orientation. The 9 wrong orientations are the far side + * of those same edges (#103), not a separate problem. + */ + it("with neither ore nor lava the port's recall is 1.0000", () => { + const gOff = gameSet("resources OFF, LAVA TILES OFF"); + expect(score(portSet(false), gOff)).toEqual({ + matched: 1049, + wrong: 9, + surplus: 12, + missing: 0, + }); + + // The four clusters, as the handoff for whatever comes next. + const surplus = [...portSet(false).keys()].filter((k) => !gOff.has(k)).sort(); + expect(surplus.length).toBe(12); + const clusterOf = (k: string): string => { + const [xs, ys] = k.split(","); + return `${String(Math.round(Number(xs) / 64))},${String(Math.round(Number(ys) / 64))}`; + }; + expect(new Set(surplus.map(clusterOf)).size).toBe(4); + }, 120000); + + /** + * **The residual sits on the lava perimeter, and that is a rate against a + * control rather than an impression.** Distance is measured from the cell's + * own collision box to the nearest tile our resolver calls lava, so a cell + * whose box already touches lava is 0 and cannot appear here at all (the port + * would have rejected it). + * + * | population | n | lava within 2 tiles of the box | + * | --- | --- | --- | + * | matched (control) | 876 | 9 = **1.0%** | + * | surplus | 10 | 4 = **40%** | + * | wrong | 13 | 5 = **38%** | + * + * A 40x enrichment, and it is what led to the lava lever above. Two cautions + * kept with the number rather than dropped: + * + * - the effective sample size is the number of CLUSTERS, not of cells - four + * of them, not 23 - so this is a lead, not a significance claim + * (`below-chance-needs-a-clustered-null`); and + * - one cluster, `[1742..1746, 1530..1542]`, has NO lava within 10 tiles, so + * the residual was never going to be lava all the way down. The lever + * confirms it: that cluster survives with lava removed from the world. + */ + it("the residual is enriched at the lava perimeter, against the matched base rate", () => { + const gOn = gameSet("resources OFF via controls"); + const near = { matched: 0, wrong: 0, surplus: 0 }; + const total = { matched: 0, wrong: 0, surplus: 0 }; + for (const [k, id] of portSet(true)) { + const [xs, ys] = k.split(","); + const x = Number(xs); + const y = Number(ys); + const code = codeForOrientationId.get(id) ?? 0; + const b = cliffCollisionTileBox(code, x, y); + if (b === undefined) continue; + let gap = Infinity; + for (let tx = b.left - 2; tx <= b.right + 2; tx++) + for (let ty = b.top - 2; ty <= b.bottom + 2; ty++) { + if (!VULCANUS_CLIFF_BLOCKING_TILES.has(tileAt(tx, ty).name)) continue; + const dx = tx < b.left ? b.left - tx : tx > b.right ? tx - b.right : 0; + const dy = ty < b.top ? b.top - ty : ty > b.bottom ? ty - b.bottom : 0; + gap = Math.min(gap, Math.hypot(dx, dy)); + } + const t = gOn.get(k); + const bucket = t === undefined ? "surplus" : t === id ? "matched" : "wrong"; + total[bucket]++; + if (gap <= 2) near[bucket]++; + } + expect(total).toEqual({ matched: 876, wrong: 13, surplus: 10 }); + expect(near).toEqual({ matched: 9, wrong: 5, surplus: 4 }); + expect(near.surplus / total.surplus).toBeGreaterThan(30 * (near.matched / total.matched)); + }, 120000); +});