From fc5539cb388f159290de4de1d73cf81f257f0fab Mon Sep 17 00:00:00 2001 From: justin Date: Mon, 30 Sep 2024 12:54:31 +0100 Subject: [PATCH] Cleanup --- ghcidOutput | 111 +--- graph/itemCombinations.gv | 364 +++++------ log/aGeneratedRoomLayout | 18 +- log/attemptedSeeds | 2 +- log/treeCluster | 16 +- saveSlot/LevelStart0 | 2 +- src/Dodge/Annotation/Data.hs | 4 +- src/Dodge/Combine.hs | 14 +- src/Dodge/Combine/Combinations.hs | 10 +- src/Dodge/Combine/Graph.hs | 17 +- src/Dodge/Combine/Module.hs | 53 -- src/Dodge/Combine/Trie.hs | 18 +- src/Dodge/Creature.hs | 6 - src/Dodge/Creature/State.hs | 4 +- src/Dodge/Creature/Statistics.hs | 2 +- src/Dodge/Creature/Test.hs | 2 +- src/Dodge/Data/Item.hs | 23 +- src/Dodge/Data/Item/Combine.hs | 44 +- src/Dodge/Data/Item/Use/Consumption.hs | 1 - src/Dodge/Data/Machine/Sensor.hs | 2 +- src/Dodge/Debug/Terminal.hs | 2 +- src/Dodge/Default/Item.hs | 2 +- src/Dodge/DisplayInventory.hs | 2 +- src/Dodge/HeldUse.hs | 2 +- src/Dodge/Inventory/CheckSlots.hs | 8 +- src/Dodge/Inventory/SelectionList.hs | 5 +- src/Dodge/Item.hs | 16 +- src/Dodge/Item/Ammo.hs | 29 +- src/Dodge/Item/Consumable.hs | 2 +- src/Dodge/Item/Craftable.hs | 5 +- src/Dodge/Item/Display.hs | 8 +- src/Dodge/Item/Draw/SPic.hs | 25 +- src/Dodge/Item/Equipment.hs | 45 +- src/Dodge/Item/Equipment/Booster.hs | 2 +- src/Dodge/Item/Grammar.hs | 2 +- src/Dodge/Item/Held/BatteryGuns.hs | 26 +- src/Dodge/Item/Held/Cane.hs | 17 +- src/Dodge/Item/Held/Cone.hs | 6 +- src/Dodge/Item/Held/Launcher.hs | 12 +- src/Dodge/Item/Held/Rod.hs | 10 +- src/Dodge/Item/Held/SprayGuns.hs | 15 +- src/Dodge/Item/Held/Stick.hs | 21 +- src/Dodge/Item/Held/Utility.hs | 13 +- src/Dodge/Item/Held/Weapons.hs | 4 +- src/Dodge/Item/Info.hs | 75 +-- src/Dodge/Item/InventoryColor.hs | 6 +- src/Dodge/Item/Scope.hs | 28 +- src/Dodge/Item/SlotsTaken.hs | 16 - src/Dodge/Item/Weapon/Drone.hs | 2 +- src/Dodge/Item/Weapon/Radar.hs | 2 +- src/Dodge/Item/Weapon/Spawn.hs | 2 +- src/Dodge/Item/Weapon/Utility.hs | 12 +- src/Dodge/LockAndKey.hs | 10 +- src/Dodge/Machine/Update.hs | 4 +- src/Dodge/Module.hs | 47 -- src/Dodge/Module/Info.hs | 33 - src/Dodge/Render/HUD.hs | 2 +- tags | 826 ++++++++++++------------- 58 files changed, 802 insertions(+), 1255 deletions(-) delete mode 100644 src/Dodge/Combine/Module.hs delete mode 100644 src/Dodge/Item/SlotsTaken.hs delete mode 100644 src/Dodge/Module.hs delete mode 100644 src/Dodge/Module/Info.hs diff --git a/ghcidOutput b/ghcidOutput index f9f8457a3..a6244b778 100644 --- a/ghcidOutput +++ b/ghcidOutput @@ -1,110 +1 @@ -/home/justin/Haskell/loop/src/Dodge/Item/Info.hs:4:1-37: warning: [-Wunused-imports] - The qualified import of ‘Data.Map.Strict’ is redundant - | -4 | import qualified Data.Map.Strict as M - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Item/Info.hs:6:1-24: warning: [-Wunused-imports] - The import of ‘Dodge.Module.Info’ is redundant - | -6 | import Dodge.Module.Info - | ^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Item/Info.hs:8:1-17: warning: [-Wunused-imports] - The import of ‘StringHelp’ is redundant - | -8 | import StringHelp - | ^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Data/Item/Combine.hs:12:1-37: warning: [-Wunused-imports] - The qualified import of ‘Data.Map.Strict’ is redundant - | -12 | import qualified Data.Map.Strict as M - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Data/Item/Combine.hs:15:1-38: warning: [-Wunused-imports] - The import of ‘Dodge.Data.Item.Use.Consumption’ is redundant - | -15 | import Dodge.Data.Item.Use.Consumption - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Module/Info.hs:8:1-17: warning: [-Wunused-top-binds] - Defined but not used: ‘displayBulletBody’ - | -8 | displayBulletBody be = case be of - | ^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Module/Info.hs:14:1-20: warning: [-Wunused-top-binds] - Defined but not used: ‘displayBulletPayload’ - | -14 | displayBulletPayload x = case x of - | ^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Module/Info.hs:22:1-21: warning: [-Wunused-top-binds] - Defined but not used: ‘displayEnergyBallType’ - | -22 | displayEnergyBallType ebt = case ebt of - | ^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Module/Info.hs:29:1-17: warning: [-Wunused-top-binds] - Defined but not used: ‘displayBulletTraj’ - | -29 | displayBulletTraj x = case x of - | ^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Module.hs:7:1-37: warning: [-Wunused-imports] - The qualified import of ‘Data.Map.Strict’ is redundant - | -7 | import qualified Data.Map.Strict as M - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Module.hs:8:1-22: warning: [-Wunused-imports] - The import of ‘Dodge.Data.Item’ is redundant - | -8 | import Dodge.Data.Item - | ^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Module.hs:9:1-24: warning: [-Wunused-imports] - The import of ‘Dodge.Module.Info’ is redundant - | -9 | import Dodge.Module.Info - | ^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Item/SlotsTaken.hs:7:1-19: warning: [-Wunused-imports] - The import of ‘Dodge.Module’ is redundant - | -7 | import Dodge.Module - | ^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Item/Held/BatteryGuns.hs:9:1-37: warning: [-Wunused-imports] - The qualified import of ‘Data.Map.Strict’ is redundant - | -9 | import qualified Data.Map.Strict as M - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Item/Draw/SPic.hs:8:1-37: warning: [-Wunused-imports] - The qualified import of ‘Data.Map.Strict’ is redundant - | -8 | import qualified Data.Map.Strict as M - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Item/Display.hs:16:1-19: warning: [-Wunused-imports] - The import of ‘Dodge.Module’ is redundant - | -16 | import Dodge.Module - | ^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Combine/Module.hs:3:1-20: warning: [-Wunused-imports] - The import of ‘Data.Foldable’ is redundant - | -3 | import Data.Foldable - | ^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Combine/Module.hs:4:1-22: warning: [-Wunused-imports] - The import of ‘Dodge.Data.Beam’ is redundant - | -4 | import Dodge.Data.Beam - | ^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Combine/Module.hs:5:1-22: warning: [-Wunused-imports] - The import of ‘Dodge.Data.Item’ is redundant - | -5 | import Dodge.Data.Item - | ^^^^^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Combine/Module.hs:6:1-18: warning: [-Wunused-imports] - The import of ‘Dodge.Tesla’ is redundant - | -6 | import Dodge.Tesla - | ^^^^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Combine/Module.hs:7:1-15: warning: [-Wunused-imports] - The import of ‘Geometry’ is redundant - | -7 | import Geometry - | ^^^^^^^^^^^^^^^ -/home/justin/Haskell/loop/src/Dodge/Combine/Module.hs:8:1-15: warning: [-Wunused-imports] - The import of ‘LensHelp’ is redundant - | -8 | import LensHelp - | ^^^^^^^^^^^^^^^ +All good (611 modules, at 12:49:31) diff --git a/graph/itemCombinations.gv b/graph/itemCombinations.gv index ed2102b24..eb9b6225a 100644 --- a/graph/itemCombinations.gv +++ b/graph/itemCombinations.gv @@ -10,94 +10,84 @@ digraph { 11 [shape=box ,label="EQUIP {_ibtEquip = FUELPACK}"]; 15 [shape=box - ,label="EQUIP {_ibtEquip = TARGETINGHAT TARGETLASER}"]; - 16 [shape=box - ,label="EQUIP {_ibtEquip = HAT}"]; - 19 [shape=box - ,label="EQUIP {_ibtEquip = TARGETINGHAT TargetRBPress}"]; - 22 [shape=box - ,label="EQUIP {_ibtEquip = TARGETINGHAT TargetRBLine}"]; - 25 [shape=box - ,label="EQUIP {_ibtEquip = TARGETINGHAT TargetRBCreature}"]; - 28 [shape=box - ,label="EQUIP {_ibtEquip = TARGETINGHAT TargetCursor}"]; - 31 [shape=box ,label="AMMOMAG {_ibtAmmoMag = TINMAG}"]; - 35 [shape=box + 19 [shape=box ,label="HELD {_ibtHeld = BANGSTICK {_xNum = 1}}"]; - 39 [shape=box + 23 [shape=box ,label="HELD {_ibtHeld = PISTOL}"]; - 41 [shape=box + 25 [shape=box ,label="HELD {_ibtHeld = AUTOPISTOL}"]; - 43 [shape=box + 27 [shape=box ,label="HELD {_ibtHeld = SMG}"]; - 46 [shape=box + 30 [shape=box ,label="HELD {_ibtHeld = MACHINEPISTOL}"]; - 48 [shape=box + 32 [shape=box ,label="HELD {_ibtHeld = BANGCONE}"]; - 51 [shape=box + 35 [shape=box ,label="HELD {_ibtHeld = BLUNDERBUSS}"]; - 53 [shape=box + 37 [shape=box ,label="HELD {_ibtHeld = GRAPECANNON {_xNum = 1}}"]; - 55 [shape=box + 39 [shape=box ,label="HELD {_ibtHeld = RIFLE}"]; - 57 [shape=box + 41 [shape=box ,label="HELD {_ibtHeld = VOLLEYGUN {_xNum = 3}}"]; - 59 [shape=box + 43 [shape=box ,label="HELD {_ibtHeld = AUTORIFLE}"]; - 61 [shape=box + 45 [shape=box ,label="HELD {_ibtHeld = BURSTRIFLE}"]; - 63 [shape=box + 47 [shape=box ,label="HELD {_ibtHeld = MINIGUNX {_xNum = 3}}"]; - 66 [shape=box + 50 [shape=box ,label="HELD {_ibtHeld = SNIPERRIFLE}"]; - 67 [shape=box + 51 [shape=box ,label="HELD {_ibtHeld = AMR}"]; - 70 [shape=box + 54 [shape=box ,label="HELD {_ibtHeld = AUTOAMR}"]; - 72 [shape=box + 56 [shape=box ,label="HELD {_ibtHeld = LAUNCHER}"]; - 75 [shape=box + 59 [shape=box ,label="HELD {_ibtHeld = LAUNCHERX {_xNum = 2}}"]; - 79 [shape=box + 63 [shape=box ,label="HELD {_ibtHeld = FLAMESPITTER}"]; - 83 [shape=box + 67 [shape=box ,label="HELD {_ibtHeld = BLOWTORCH}"]; - 85 [shape=box + 69 [shape=box ,label="HELD {_ibtHeld = FLAMETHROWER}"]; - 87 [shape=box + 71 [shape=box ,label="HELD {_ibtHeld = FLAMEWALL}"]; - 89 [shape=box + 73 [shape=box ,label="HELD {_ibtHeld = FLAMETORRENT}"]; - 91 [shape=box + 75 [shape=box ,label="HELD {_ibtHeld = LASGUN}"]; - 95 [shape=box + 79 [shape=box ,label="HELD {_ibtHeld = SPARKGUN}"]; - 97 [shape=box + 81 [shape=box ,label="HELD {_ibtHeld = TESLAGUN}"]; - 99 [shape=box + 83 [shape=box ,label="LEFT {_ibtLeft = BLINKER}"]; - 102 [shape=box - ,label="LEFT {_ibtLeft = BLINKERUNSAFE}"]; - 104 [shape=box - ,label="EQUIP {_ibtEquip = MAGSHIELD}"]; + 86 [shape=box + ,label="LEFT {_ibtLeft = BLINKERUNSAFE}"]; + 88 [shape=box + ,label="EQUIP {_ibtEquip = MAGSHIELD}"]; + 91 [shape=box + ,label="EQUIP {_ibtEquip = POWERLEGS}"]; + 97 [shape=box + ,label="HELD {_ibtHeld = FLATSHIELD}"]; 107 [shape=box - ,label="EQUIP {_ibtEquip = POWERLEGS}"]; - 113 [shape=box - ,label="HELD {_ibtHeld = FLATSHIELD}"]; - 123 [shape=box ,label="EQUIP {_ibtEquip = AUTODETECTOR ITEMDETECTOR}"]; - 126 [shape=box + 110 [shape=box ,label="EQUIP {_ibtEquip = AUTODETECTOR WALLDETECTOR}"]; - 128 [shape=box + 112 [shape=box ,label="EQUIP {_ibtEquip = AUTODETECTOR CREATUREDETECTOR}"]; - 130 [shape=box + 114 [shape=box ,label="HELD {_ibtHeld = TORCH}"]; - 131 [shape=box + 115 [shape=box ,label="AMMOMAG {_ibtAmmoMag = BATTERY}"]; - 134 [shape=box + 118 [shape=box ,label="EQUIP {_ibtEquip = HEADLAMP}"]; - 140 [shape=box + 119 [shape=box + ,label="EQUIP {_ibtEquip = HAT}"]; + 121 [shape=box ,label="HELD {_ibtHeld = BANGSTICK {_xNum = 2}}"]; } subgraph 2 { @@ -107,60 +97,53 @@ digraph { 10 [shape=point]; 14 [shape=point]; 18 [shape=point]; - 21 [shape=point]; + 22 [shape=point]; 24 [shape=point]; - 27 [shape=point]; - 30 [shape=point]; + 26 [shape=point]; + 29 [shape=point]; + 31 [shape=point]; 34 [shape=point]; + 36 [shape=point]; 38 [shape=point]; 40 [shape=point]; 42 [shape=point]; - 45 [shape=point]; - 47 [shape=point]; - 50 [shape=point]; + 44 [shape=point]; + 46 [shape=point]; + 49 [shape=point]; 52 [shape=point]; - 54 [shape=point]; - 56 [shape=point]; + 53 [shape=point]; + 55 [shape=point]; 58 [shape=point]; 60 [shape=point]; 62 [shape=point]; - 65 [shape=point]; + 66 [shape=point]; 68 [shape=point]; - 69 [shape=point]; - 71 [shape=point]; + 70 [shape=point]; + 72 [shape=point]; 74 [shape=point]; - 76 [shape=point]; 78 [shape=point]; + 80 [shape=point]; 82 [shape=point]; - 84 [shape=point]; - 86 [shape=point]; - 88 [shape=point]; + 85 [shape=point]; + 87 [shape=point]; 90 [shape=point]; + 93 [shape=point]; 94 [shape=point]; + 95 [shape=point]; 96 [shape=point]; 98 [shape=point]; - 101 [shape=point]; + 100 [shape=point]; 103 [shape=point]; 106 [shape=point]; 109 [shape=point]; - 110 [shape=point]; 111 [shape=point]; - 112 [shape=point]; - 114 [shape=point]; - 116 [shape=point]; - 119 [shape=point]; + 113 [shape=point]; + 117 [shape=point]; + 120 [shape=point]; 122 [shape=point]; - 125 [shape=point]; - 127 [shape=point]; - 129 [shape=point]; - 133 [shape=point]; - 135 [shape=point]; - 137 [shape=point]; - 139 [shape=point]; - 141 [shape=point]; - 143 [shape=point]; - 145 [shape=point]; - 147 [shape=point]; + 124 [shape=point]; + 126 [shape=point]; + 128 [shape=point]; } 0 -> 1 [xlabel="",tailport=e]; 2 -> 0 [xlabel=1 @@ -173,176 +156,149 @@ digraph { 8 -> 1 [xlabel="",tailport=e]; 10 -> 11 [xlabel="",tailport=e]; 14 -> 15 [xlabel="",tailport=e]; - 16 -> 14 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 16 -> 18 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 16 -> 21 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 16 -> 24 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 16 -> 27 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 16 -> 133 [xlabel=1 - ,arrowhead=onone - ,headport=w]; 18 -> 19 [xlabel="",tailport=e]; - 21 -> 22 [xlabel="",tailport=e]; + 19 -> 22 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 19 -> 38 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 19 -> 40 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 19 -> 40 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 19 -> 40 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 19 -> 120 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 19 -> 124 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 19 -> 126 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 22 -> 23 [xlabel="",tailport=e]; + 23 -> 24 [xlabel=1 + ,arrowhead=onone + ,headport=w]; 24 -> 25 [xlabel="",tailport=e]; - 27 -> 28 [xlabel="",tailport=e]; - 30 -> 31 [xlabel="",tailport=e]; + 25 -> 26 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 25 -> 29 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 26 -> 27 [xlabel="",tailport=e]; + 29 -> 30 [xlabel="",tailport=e]; + 31 -> 32 [xlabel="",tailport=e]; + 32 -> 34 [xlabel=1 + ,arrowhead=onone + ,headport=w]; 34 -> 35 [xlabel="",tailport=e]; - 35 -> 38 [xlabel=1 + 35 -> 36 [xlabel=1 ,arrowhead=onone ,headport=w]; - 35 -> 54 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 35 -> 56 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 35 -> 56 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 35 -> 56 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 35 -> 139 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 35 -> 143 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 35 -> 145 [xlabel=1 + 36 -> 37 [xlabel="",tailport=e]; + 37 -> 128 [xlabel=1 ,arrowhead=onone ,headport=w]; 38 -> 39 [xlabel="",tailport=e]; - 39 -> 40 [xlabel=1 + 39 -> 42 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 39 -> 44 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 39 -> 52 [xlabel=1 ,arrowhead=onone ,headport=w]; 40 -> 41 [xlabel="",tailport=e]; - 41 -> 42 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 41 -> 45 [xlabel=1 + 41 -> 46 [xlabel=1 ,arrowhead=onone ,headport=w]; + 41 -> 124 [xlabel=1 + ,arrowhead=onone + ,headport=w]; 42 -> 43 [xlabel="",tailport=e]; - 45 -> 46 [xlabel="",tailport=e]; - 47 -> 48 [xlabel="",tailport=e]; - 48 -> 50 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 50 -> 51 [xlabel="",tailport=e]; - 51 -> 52 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 52 -> 53 [xlabel="",tailport=e]; - 53 -> 147 [xlabel=1 + 44 -> 45 [xlabel="",tailport=e]; + 46 -> 47 [xlabel="",tailport=e]; + 47 -> 126 [xlabel=1 ,arrowhead=onone ,headport=w]; - 54 -> 55 [xlabel="",tailport=e]; - 55 -> 58 [xlabel=1 + 49 -> 50 [xlabel="",tailport=e]; + 51 -> 49 [xlabel=1 ,arrowhead=onone ,headport=w]; - 55 -> 60 [xlabel=1 + 51 -> 53 [xlabel=1 ,arrowhead=onone ,headport=w]; - 55 -> 68 [xlabel=1 + 52 -> 51 [xlabel="",tailport=e]; + 53 -> 54 [xlabel="",tailport=e]; + 55 -> 56 [xlabel="",tailport=e]; + 56 -> 58 [xlabel=1 ,arrowhead=onone ,headport=w]; - 56 -> 57 [xlabel="",tailport=e]; - 57 -> 62 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 57 -> 143 [xlabel=1 - ,arrowhead=onone - ,headport=w]; 58 -> 59 [xlabel="",tailport=e]; - 60 -> 61 [xlabel="",tailport=e]; + 59 -> 60 [xlabel=1 + ,arrowhead=onone + ,headport=w]; 62 -> 63 [xlabel="",tailport=e]; - 63 -> 145 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 65 -> 66 [xlabel="",tailport=e]; - 67 -> 65 [xlabel=1 + 63 -> 66 [xlabel=1 ,arrowhead=onone ,headport=w]; - 67 -> 69 [xlabel=1 + 63 -> 68 [xlabel=1 ,arrowhead=onone ,headport=w]; - 68 -> 67 [xlabel="",tailport=e]; - 69 -> 70 [xlabel="",tailport=e]; - 71 -> 72 [xlabel="",tailport=e]; - 72 -> 74 [xlabel=1 + 66 -> 67 [xlabel="",tailport=e]; + 68 -> 69 [xlabel="",tailport=e]; + 69 -> 70 [xlabel=1 ,arrowhead=onone ,headport=w]; + 69 -> 72 [xlabel=1 + ,arrowhead=onone + ,headport=w]; + 70 -> 71 [xlabel="",tailport=e]; + 72 -> 73 [xlabel="",tailport=e]; 74 -> 75 [xlabel="",tailport=e]; - 75 -> 76 [xlabel=1 - ,arrowhead=onone - ,headport=w]; 78 -> 79 [xlabel="",tailport=e]; - 79 -> 82 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 79 -> 84 [xlabel=1 + 79 -> 80 [xlabel=1 ,arrowhead=onone ,headport=w]; + 80 -> 81 [xlabel="",tailport=e]; 82 -> 83 [xlabel="",tailport=e]; - 84 -> 85 [xlabel="",tailport=e]; - 85 -> 86 [xlabel=1 + 83 -> 85 [xlabel=1 ,arrowhead=onone ,headport=w]; - 85 -> 88 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 86 -> 87 [xlabel="",tailport=e]; - 88 -> 89 [xlabel="",tailport=e]; + 85 -> 86 [xlabel="",tailport=e]; + 87 -> 88 [xlabel="",tailport=e]; 90 -> 91 [xlabel="",tailport=e]; - 94 -> 95 [xlabel="",tailport=e]; - 95 -> 96 [xlabel=1 - ,arrowhead=onone - ,headport=w]; 96 -> 97 [xlabel="",tailport=e]; - 98 -> 99 [xlabel="",tailport=e]; - 99 -> 101 [xlabel=1 - ,arrowhead=onone - ,headport=w]; - 101 -> 102 [xlabel="" - ,tailport=e]; - 103 -> 104 [xlabel="" - ,tailport=e]; 106 -> 107 [xlabel="" ,tailport=e]; - 112 -> 113 [xlabel="" + 109 -> 110 [xlabel="" ,tailport=e]; - 122 -> 123 [xlabel="" + 111 -> 112 [xlabel="" ,tailport=e]; - 125 -> 126 [xlabel="" + 113 -> 114 [xlabel="" ,tailport=e]; - 127 -> 128 [xlabel="" - ,tailport=e]; - 129 -> 130 [xlabel="" - ,tailport=e]; - 130 -> 133 [xlabel=1 + 114 -> 117 [xlabel=1 ,arrowhead=onone ,headport=w]; - 131 -> 129 [xlabel=1 + 115 -> 113 [xlabel=1 ,arrowhead=onone ,headport=w]; - 131 -> 137 [xlabel=1 + 117 -> 118 [xlabel="" + ,tailport=e]; + 119 -> 117 [xlabel=1 ,arrowhead=onone ,headport=w]; - 133 -> 134 [xlabel="" + 120 -> 121 [xlabel="" ,tailport=e]; - 139 -> 140 [xlabel="" - ,tailport=e]; - 140 -> 141 [xlabel=1 + 121 -> 122 [xlabel=1 ,arrowhead=onone ,headport=w]; } \ No newline at end of file diff --git a/log/aGeneratedRoomLayout b/log/aGeneratedRoomLayout index 7ba151438..ef680b64c 100644 --- a/log/aGeneratedRoomLayout +++ b/log/aGeneratedRoomLayout @@ -91,7 +91,7 @@ ELECautoRect-6 | | | | | autoDoor-45 | | | -| | autoRect-46 +| | rect-46 | | | | | +- autoDoor-47 | | | | @@ -127,17 +127,19 @@ ELECautoRect-6 | | | | | | | defaultRoom-63 | | | -| | autoDoor-64 +| | Corridor-64 +| | | +| | autoDoor-65 | | -| autoDoor-65 +| autoDoor-66 | | -| Corridor-66 +| Corridor-67 | | -| autoRect-67 +| autoRect-68 | -autoDoor-68 +autoDoor-69 | -Corridor-69 +Corridor-70 | -autoRect-70 +autoRect-71 diff --git a/log/attemptedSeeds b/log/attemptedSeeds index 0edbf4315..4f3a116da 100644 --- a/log/attemptedSeeds +++ b/log/attemptedSeeds @@ -1,4 +1,4 @@ Generating level with seed 7114951007332849727 After 1 attempt(s), Successful generation of level with seed 7114951007332849727 -71 rooms in total +72 rooms in total diff --git a/log/treeCluster b/log/treeCluster index a89910399..dc274a07d 100644 --- a/log/treeCluster +++ b/log/treeCluster @@ -35,7 +35,7 @@ Seed: 7114951007332849727 | 17:corDoor | -18:PassthroughLockKeyLists-HELD {_ibtHeld = MINIGUNX {_xNum = 3}} +18:PassthroughLockKeyLists-HELD {_ibtHeld = SNIPERRIFLE} | 19:corDoor | @@ -203,23 +203,25 @@ Seed: 7114951007332849727 | 17:0:1:Corridor -18:0:PassthroughLockKeyLists-HELD {_ibtHeld = MINIGUNX {_xNum = 3}} +18:0:PassthroughLockKeyLists-HELD {_ibtHeld = SNIPERRIFLE} 18:0:0:RassThroughLockKeyLists | -18:0:1:roomsContaining chaseCritchaseCritchaseCritMOTORHARDWAREPIPEPIPEPIPEPIPEPIPEPIPE +18:0:1:roomsContaining chaseCritchaseCritSNIPERRIFLE -18:0:0:0:slowDoorRoomRunPast +18:0:0:0:longRoomRunPast 18:0:0:0:0:autoDoor | -18:0:0:0:1:autoRect +18:0:0:0:1:rect | +- 18:0:0:0:2:autoDoor | -18:0:0:0:3:autoDoor +18:0:0:0:3:Corridor +| +18:0:0:0:4:autoDoor -18:0:1:0:autoRect +18:0:1:0:rectPillars 19:0:corDoor diff --git a/saveSlot/LevelStart0 b/saveSlot/LevelStart0 index 918425701..74c72f251 100644 --- a/saveSlot/LevelStart0 +++ b/saveSlot/LevelStart0 @@ -1 +1 @@ -{"_lWorld":{"_creatures":[[0,{"_crPos":[20.0,0.0],"_crOldPos":[20.0,0.0],"_crVel":[0.0,0.0],"_crDir":1.5707964,"_crOldDir":0.0,"_crMvDir":1.5707964,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"YourAI"},"_crID":0,"_crRad":10.0,"_crMass":10.0,"_crHP":1000,"_crMaxHP":1500,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"PlayerFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"MvWalking","_mvSpeed":3.0},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[1,{"_crPos":[396.4583,-175.24963],"_crOldPos":[396.4583,-175.24963],"_crVel":[0.0,0.0],"_crDir":8.377581,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":1,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":86},"_itLocation":{"tag":"InInv","_ilCrID":1,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[2,{"_crPos":[227.58339,-272.74966],"_crOldPos":[227.58339,-272.74966],"_crVel":[0.0,0.0],"_crDir":8.377581,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":2,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":85},"_itLocation":{"tag":"InInv","_ilCrID":2,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[3,{"_crPos":[-542.9932,-1074.0278],"_crOldPos":[-542.9932,-1074.0278],"_crVel":[0.0,0.0],"_crDir":8.901179,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":3,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":84},"_itLocation":{"tag":"InInv","_ilCrID":3,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[4,{"_crPos":[-753.07654,-1177.9028],"_crOldPos":[-753.07654,-1177.9028],"_crVel":[0.0,0.0],"_crDir":8.901179,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":4,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":83},"_itLocation":{"tag":"InInv","_ilCrID":4,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[5,{"_crPos":[-619.88904,-1142.2153],"_crOldPos":[-619.88904,-1142.2153],"_crVel":[0.0,0.0],"_crDir":8.901179,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":5,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":82},"_itLocation":{"tag":"InInv","_ilCrID":5,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[6,{"_crPos":[-1950.8488,-2478.1863],"_crOldPos":[-1950.8488,-2478.1863],"_crVel":[0.0,0.0],"_crDir":37.175514,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Lampoid","_lampHeight":90.0,"_lampColor":[0.75,0.75,0.75],"_lampLSID":null},"_crID":6,"_crRad":3.0,"_crMass":3.0,"_crHP":100,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[7,{"_crPos":[-2048.1692,-2606.7505],"_crOldPos":[-2048.1692,-2606.7505],"_crVel":[0.0,0.0],"_crDir":43.4587,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":7,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":81},"_itLocation":{"tag":"InInv","_ilCrID":7,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[8,{"_crPos":[-1853.5284,-2349.622],"_crOldPos":[-1853.5284,-2349.622],"_crVel":[0.0,0.0],"_crDir":40.31711,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":8,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":80},"_itLocation":{"tag":"InInv","_ilCrID":8,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[9,{"_crPos":[-2079.4128,-2380.866],"_crOldPos":[-2079.4128,-2380.866],"_crVel":[0.0,0.0],"_crDir":41.8879,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":9,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":79},"_itLocation":{"tag":"InInv","_ilCrID":9,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":78},"_itLocation":{"tag":"InInv","_ilCrID":9,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[10,{"_crPos":[-2267.8823,-2543.1606],"_crOldPos":[-2267.8823,-2543.1606],"_crVel":[0.0,0.0],"_crDir":33.510323,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":10,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":77},"_itLocation":{"tag":"InInv","_ilCrID":10,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":76},"_itLocation":{"tag":"InInv","_ilCrID":10,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[11,{"_crPos":[-2399.2788,-2438.979],"_crOldPos":[-2399.2788,-2438.979],"_crVel":[0.0,0.0],"_crDir":33.510323,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":11,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":75},"_itLocation":{"tag":"InInv","_ilCrID":11,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":74},"_itLocation":{"tag":"InInv","_ilCrID":11,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[12,{"_crPos":[-2442.544,-2557.571],"_crOldPos":[-2442.544,-2557.571],"_crVel":[0.0,0.0],"_crDir":33.510323,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":12,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":73},"_itLocation":{"tag":"InInv","_ilCrID":12,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":72},"_itLocation":{"tag":"InInv","_ilCrID":12,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[13,{"_crPos":[-2494.7224,-2096.8047],"_crOldPos":[-2494.7224,-2096.8047],"_crVel":[0.0,0.0],"_crDir":31.939526,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":13,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":71},"_itLocation":{"tag":"InInv","_ilCrID":13,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":70},"_itLocation":{"tag":"InInv","_ilCrID":13,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[14,{"_crPos":[-2578.168,-2053.6584],"_crOldPos":[-2578.168,-2053.6584],"_crVel":[0.0,0.0],"_crDir":31.939526,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":14,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":69},"_itLocation":{"tag":"InInv","_ilCrID":14,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":68},"_itLocation":{"tag":"InInv","_ilCrID":14,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[15,{"_crPos":[-2723.5427,-2054.523],"_crOldPos":[-2723.5427,-2054.523],"_crVel":[0.0,0.0],"_crDir":31.939526,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":15,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":67},"_itLocation":{"tag":"InInv","_ilCrID":15,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":66},"_itLocation":{"tag":"InInv","_ilCrID":15,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[16,{"_crPos":[-2187.5435,-1405.7966],"_crOldPos":[-2187.5435,-1405.7966],"_crVel":[0.0,0.0],"_crDir":30.36873,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":16,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}}},"_itID":{"_unNInt":65},"_itLocation":{"tag":"InInv","_ilCrID":16,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":64},"_itLocation":{"tag":"InInv","_ilCrID":16,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[17,{"_crPos":[-1669.273,-2222.616],"_crOldPos":[-1669.273,-2222.616],"_crVel":[0.0,0.0],"_crDir":34.222637,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":17,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":63},"_itLocation":{"tag":"InInv","_ilCrID":17,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[18,{"_crPos":[-1703.8003,-1992.1769],"_crOldPos":[-1703.8003,-1992.1769],"_crVel":[0.0,0.0],"_crDir":34.42917,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":18,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":62},"_itLocation":{"tag":"InInv","_ilCrID":18,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[19,{"_crPos":[-1758.8579,-1865.6913],"_crOldPos":[-1758.8579,-1865.6913],"_crVel":[0.0,0.0],"_crDir":33.1332,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":19,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":61},"_itLocation":{"tag":"InInv","_ilCrID":19,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[20,{"_crPos":[-1501.749,-1956.8191],"_crOldPos":[-1501.749,-1956.8191],"_crVel":[0.0,0.0],"_crDir":37.845894,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":20,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":60},"_itLocation":{"tag":"InInv","_ilCrID":20,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[21,{"_crPos":[-1473.825,-1829.8042],"_crOldPos":[-1473.825,-1829.8042],"_crVel":[0.0,0.0],"_crDir":34.066616,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":21,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":59},"_itLocation":{"tag":"InInv","_ilCrID":21,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[22,{"_crPos":[-1476.7909,-2115.0513],"_crOldPos":[-1476.7909,-2115.0513],"_crVel":[0.0,0.0],"_crDir":33.36742,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":22,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":58},"_itLocation":{"tag":"InInv","_ilCrID":22,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[23,{"_crPos":[-1520.1484,-1730.9492],"_crOldPos":[-1520.1484,-1730.9492],"_crVel":[0.0,0.0],"_crDir":33.63205,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":23,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":57},"_itLocation":{"tag":"InInv","_ilCrID":23,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[24,{"_crPos":[-1557.6854,-2092.118],"_crOldPos":[-1557.6854,-2092.118],"_crVel":[0.0,0.0],"_crDir":36.190125,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":24,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":56},"_itLocation":{"tag":"InInv","_ilCrID":24,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[25,{"_crPos":[-1378.1481,-1953.2396],"_crOldPos":[-1378.1481,-1953.2396],"_crVel":[0.0,0.0],"_crDir":34.693287,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":25,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":55},"_itLocation":{"tag":"InInv","_ilCrID":25,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[26,{"_crPos":[-1454.172,-2090.617],"_crOldPos":[-1454.172,-2090.617],"_crVel":[0.0,0.0],"_crDir":37.26271,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":26,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":54},"_itLocation":{"tag":"InInv","_ilCrID":26,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[27,{"_crPos":[-1531.9316,-1784.5594],"_crOldPos":[-1531.9316,-1784.5594],"_crVel":[0.0,0.0],"_crDir":36.48527,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":27,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":53},"_itLocation":{"tag":"InInv","_ilCrID":27,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[28,{"_crPos":[-1568.4882,-2066.7737],"_crOldPos":[-1568.4882,-2066.7737],"_crVel":[0.0,0.0],"_crDir":38.29392,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":28,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":52},"_itLocation":{"tag":"InInv","_ilCrID":28,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[29,{"_crPos":[-1433.4288,-1809.5859],"_crOldPos":[-1433.4288,-1809.5859],"_crVel":[0.0,0.0],"_crDir":35.820915,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":29,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":51},"_itLocation":{"tag":"InInv","_ilCrID":29,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[30,{"_crPos":[-1608.0411,-2214.592],"_crOldPos":[-1608.0411,-2214.592],"_crVel":[0.0,0.0],"_crDir":37.473495,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":30,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":50},"_itLocation":{"tag":"InInv","_ilCrID":30,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[31,{"_crPos":[-1783.6631,-2121.429],"_crOldPos":[-1783.6631,-2121.429],"_crVel":[0.0,0.0],"_crDir":37.288773,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":31,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":49},"_itLocation":{"tag":"InInv","_ilCrID":31,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[32,{"_crPos":[-1660.2893,-1761.682],"_crOldPos":[-1660.2893,-1761.682],"_crVel":[0.0,0.0],"_crDir":35.94186,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":32,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":48},"_itLocation":{"tag":"InInv","_ilCrID":32,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[33,{"_crPos":[-1594.2804,-2247.2002],"_crOldPos":[-1594.2804,-2247.2002],"_crVel":[0.0,0.0],"_crDir":33.536903,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":33,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":47},"_itLocation":{"tag":"InInv","_ilCrID":33,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[34,{"_crPos":[-1495.9645,-1833.7905],"_crOldPos":[-1495.9645,-1833.7905],"_crVel":[0.0,0.0],"_crDir":32.516636,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":34,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":46},"_itLocation":{"tag":"InInv","_ilCrID":34,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[35,{"_crPos":[-1492.576,-2171.6335],"_crOldPos":[-1492.576,-2171.6335],"_crVel":[0.0,0.0],"_crDir":34.065792,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":35,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":45},"_itLocation":{"tag":"InInv","_ilCrID":35,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[36,{"_crPos":[-1872.4427,-2047.5464],"_crOldPos":[-1872.4427,-2047.5464],"_crVel":[0.0,0.0],"_crDir":33.13848,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":36,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":44},"_itLocation":{"tag":"InInv","_ilCrID":36,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[37,{"_crPos":[-1407.8696,-1839.4836],"_crOldPos":[-1407.8696,-1839.4836],"_crVel":[0.0,0.0],"_crDir":36.830204,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":37,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":43},"_itLocation":{"tag":"InInv","_ilCrID":37,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[38,{"_crPos":[-1781.7778,-2038.9695],"_crOldPos":[-1781.7778,-2038.9695],"_crVel":[0.0,0.0],"_crDir":32.680126,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":38,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":42},"_itLocation":{"tag":"InInv","_ilCrID":38,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[39,{"_crPos":[-1374.0615,-1870.0159],"_crOldPos":[-1374.0615,-1870.0159],"_crVel":[0.0,0.0],"_crDir":36.77549,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":39,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":41},"_itLocation":{"tag":"InInv","_ilCrID":39,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[40,{"_crPos":[-1553.8951,-1850.7883],"_crOldPos":[-1553.8951,-1850.7883],"_crVel":[0.0,0.0],"_crDir":33.60281,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":40,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":40},"_itLocation":{"tag":"InInv","_ilCrID":40,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[41,{"_crPos":[-1383.3894,-1984.1033],"_crOldPos":[-1383.3894,-1984.1033],"_crVel":[0.0,0.0],"_crDir":37.753178,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":41,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":39},"_itLocation":{"tag":"InInv","_ilCrID":41,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[42,{"_crPos":[-1577.9773,-2169.429],"_crOldPos":[-1577.9773,-2169.429],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":42,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[43,{"_crPos":[-1743.1565,-2100.7515],"_crOldPos":[-1743.1565,-2100.7515],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":43,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[44,{"_crPos":[-1714.6984,-1892.1129],"_crOldPos":[-1714.6984,-1892.1129],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":44,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[45,{"_crPos":[-1520.8708,-1940.5842],"_crOldPos":[-1520.8708,-1940.5842],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":45,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[46,{"_crPos":[-1471.7815,-2127.4856],"_crOldPos":[-1471.7815,-2127.4856],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":46,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[47,{"_crPos":[-70.733,-1904.4213],"_crOldPos":[-70.733,-1904.4213],"_crVel":[0.0,0.0],"_crDir":20.420353,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":47,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"EquipUse","_equipEffect":{"_eeUse":{"tag":"EDoNothing"},"_eeOnEquip":{"tag":"ECamouflage","_euseCamouflageStatus":"Invisible"},"_eeOnRemove":{"tag":"ECamouflage","_euseCamouflageStatus":"FullyVisible"},"_eeSite":"GoesOnWrist","_eeParams":{"tag":"NoEquipParams"},"_eeViewDist":null,"_eeAttachPos":[0.0,0.0,0.0]},"_equipTargeting":null},"_itType":{"_iyBase":{"tag":"EQUIP","_ibtEquip":{"tag":"INVISIBILITYEQUIPMENT","contents":"GoesOnWrist"}}},"_itID":{"_unNInt":38},"_itLocation":{"tag":"InInv","_ilCrID":47,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[[0,"OnLeftWrist"]],"_crEquipment":[["OnLeftWrist",0]],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"Invisible"}],[48,{"_crPos":[-10.732964,-1964.4213],"_crOldPos":[-10.732964,-1964.4213],"_crVel":[0.0,0.0],"_crDir":20.420353,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":48,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"EquipUse","_equipEffect":{"_eeUse":{"tag":"EDoNothing"},"_eeOnEquip":{"tag":"EDoNothing"},"_eeOnRemove":{"tag":"EDoNothing"},"_eeSite":"GoesOnChest","_eeParams":{"tag":"NoEquipParams"},"_eeViewDist":null,"_eeAttachPos":[0.0,0.0,0.0]},"_equipTargeting":null},"_itType":{"_iyBase":{"tag":"EQUIP","_ibtEquip":{"tag":"FRONTARMOUR"}}},"_itID":{"_unNInt":37},"_itLocation":{"tag":"InInv","_ilCrID":48,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":36},"_itLocation":{"tag":"InInv","_ilCrID":48,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[[0,"OnChest"]],"_crEquipment":[["OnChest",0]],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatConst","contents":5.0e-2},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"armourChaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[49,{"_crPos":[327.81363,-738.9245],"_crOldPos":[327.81363,-738.9245],"_crVel":[0.0,0.0],"_crDir":12.523775,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":49,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":35},"_itLocation":{"tag":"InInv","_ilCrID":49,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[50,{"_crPos":[241.02386,-856.26495],"_crOldPos":[241.02386,-856.26495],"_crVel":[0.0,0.0],"_crDir":10.023901,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":50,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":34},"_itLocation":{"tag":"InInv","_ilCrID":50,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[51,{"_crPos":[278.83853,-850.86176],"_crOldPos":[278.83853,-850.86176],"_crVel":[0.0,0.0],"_crDir":11.8904,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":51,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":33},"_itLocation":{"tag":"InInv","_ilCrID":51,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[52,{"_crPos":[321.24103,-812.16113],"_crOldPos":[321.24103,-812.16113],"_crVel":[0.0,0.0],"_crDir":14.951939,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":52,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":32},"_itLocation":{"tag":"InInv","_ilCrID":52,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[53,{"_crPos":[220.68037,-817.36255],"_crOldPos":[220.68037,-817.36255],"_crVel":[0.0,0.0],"_crDir":11.653301,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":53,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":31},"_itLocation":{"tag":"InInv","_ilCrID":53,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[54,{"_crPos":[403.29752,-850.42395],"_crOldPos":[403.29752,-850.42395],"_crVel":[0.0,0.0],"_crDir":14.997466,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":54,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":30},"_itLocation":{"tag":"InInv","_ilCrID":54,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[55,{"_crPos":[244.75816,-768.1404],"_crOldPos":[244.75816,-768.1404],"_crVel":[0.0,0.0],"_crDir":13.211069,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":55,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":29},"_itLocation":{"tag":"InInv","_ilCrID":55,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[56,{"_crPos":[354.69852,-748.28723],"_crOldPos":[354.69852,-748.28723],"_crVel":[0.0,0.0],"_crDir":13.4489975,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":56,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":28},"_itLocation":{"tag":"InInv","_ilCrID":56,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[57,{"_crPos":[229.83302,-761.7654],"_crOldPos":[229.83302,-761.7654],"_crVel":[0.0,0.0],"_crDir":13.651309,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":57,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":27},"_itLocation":{"tag":"InInv","_ilCrID":57,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[58,{"_crPos":[301.77393,-780.53436],"_crOldPos":[301.77393,-780.53436],"_crVel":[0.0,0.0],"_crDir":14.62081,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":58,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":26},"_itLocation":{"tag":"InInv","_ilCrID":58,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[59,{"_crPos":[108.334274,-831.3723],"_crOldPos":[108.334274,-831.3723],"_crVel":[0.0,0.0],"_crDir":14.251387,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":59,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":25},"_itLocation":{"tag":"InInv","_ilCrID":59,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[60,{"_crPos":[116.59476,-894.03625],"_crOldPos":[116.59476,-894.03625],"_crVel":[0.0,0.0],"_crDir":15.82386,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":60,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":24},"_itLocation":{"tag":"InInv","_ilCrID":60,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[61,{"_crPos":[55.762024,-847.8097],"_crOldPos":[55.762024,-847.8097],"_crVel":[0.0,0.0],"_crDir":13.803989,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":61,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":23},"_itLocation":{"tag":"InInv","_ilCrID":61,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[62,{"_crPos":[351.07025,-815.29333],"_crOldPos":[351.07025,-815.29333],"_crVel":[0.0,0.0],"_crDir":10.55864,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":62,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":22},"_itLocation":{"tag":"InInv","_ilCrID":62,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[63,{"_crPos":[115.18544,-876.5732],"_crOldPos":[115.18544,-876.5732],"_crVel":[0.0,0.0],"_crDir":13.424101,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":63,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":21},"_itLocation":{"tag":"InInv","_ilCrID":63,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[64,{"_crPos":[69.62262,-899.2361],"_crOldPos":[69.62262,-899.2361],"_crVel":[0.0,0.0],"_crDir":14.259776,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":64,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":20},"_itLocation":{"tag":"InInv","_ilCrID":64,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[65,{"_crPos":[374.74634,-821.22046],"_crOldPos":[374.74634,-821.22046],"_crVel":[0.0,0.0],"_crDir":13.096731,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":65,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":19},"_itLocation":{"tag":"InInv","_ilCrID":65,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[66,{"_crPos":[178.49135,-879.31506],"_crOldPos":[178.49135,-879.31506],"_crVel":[0.0,0.0],"_crDir":15.88636,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":66,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":18},"_itLocation":{"tag":"InInv","_ilCrID":66,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[67,{"_crPos":[398.11743,-837.15],"_crOldPos":[398.11743,-837.15],"_crVel":[0.0,0.0],"_crDir":15.543418,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":67,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":17},"_itLocation":{"tag":"InInv","_ilCrID":67,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[68,{"_crPos":[179.59457,-909.47534],"_crOldPos":[179.59457,-909.47534],"_crVel":[0.0,0.0],"_crDir":12.29719,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":68,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":16},"_itLocation":{"tag":"InInv","_ilCrID":68,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[69,{"_crPos":[214.69226,-902.78503],"_crOldPos":[214.69226,-902.78503],"_crVel":[0.0,0.0],"_crDir":10.371835,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":69,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":15},"_itLocation":{"tag":"InInv","_ilCrID":69,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[70,{"_crPos":[144.20886,-795.49023],"_crOldPos":[144.20886,-795.49023],"_crVel":[0.0,0.0],"_crDir":16.1825,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":70,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":14},"_itLocation":{"tag":"InInv","_ilCrID":70,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[71,{"_crPos":[184.88351,-797.3693],"_crOldPos":[184.88351,-797.3693],"_crVel":[0.0,0.0],"_crDir":14.021231,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":71,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":13},"_itLocation":{"tag":"InInv","_ilCrID":71,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[72,{"_crPos":[430.65588,-810.82605],"_crOldPos":[430.65588,-810.82605],"_crVel":[0.0,0.0],"_crDir":12.734774,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":72,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":12},"_itLocation":{"tag":"InInv","_ilCrID":72,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[73,{"_crPos":[331.62054,-886.54736],"_crOldPos":[331.62054,-886.54736],"_crVel":[0.0,0.0],"_crDir":10.817763,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":73,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":11},"_itLocation":{"tag":"InInv","_ilCrID":73,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[74,{"_crPos":[91.25554,-862.2799],"_crOldPos":[91.25554,-862.2799],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":74,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[75,{"_crPos":[187.95482,-930.81067],"_crOldPos":[187.95482,-930.81067],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":75,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[76,{"_crPos":[104.575455,-840.3023],"_crOldPos":[104.575455,-840.3023],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":76,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[77,{"_crPos":[420.94116,-830.83044],"_crOldPos":[420.94116,-830.83044],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":77,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[78,{"_crPos":[125.066895,-889.5049],"_crOldPos":[125.066895,-889.5049],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":78,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[79,{"_crPos":[19.999989,210.0],"_crOldPos":[19.999989,210.0],"_crVel":[0.0,0.0],"_crDir":6.9225864,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":79,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":10},"_itLocation":{"tag":"InInv","_ilCrID":79,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[80,{"_crPos":[-180.00003,409.99997],"_crOldPos":[-180.00003,409.99997],"_crVel":[0.0,0.0],"_crDir":3.7448351,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":80,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":9},"_itLocation":{"tag":"InInv","_ilCrID":80,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[81,{"_crPos":[-180.00002,309.99997],"_crOldPos":[-180.00002,309.99997],"_crVel":[0.0,0.0],"_crDir":5.8391953,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":81,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}}},"_itID":{"_unNInt":8},"_itLocation":{"tag":"InInv","_ilCrID":81,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}]],"_creatureGroups":[],"_itemLocations":[[0,{"tag":"OnTurret","_ilTuID":3}],[1,{"tag":"OnTurret","_ilTuID":0}],[2,{"tag":"OnFloor","_ilFlID":{"_unNInt":5}}],[3,{"tag":"OnFloor","_ilFlID":{"_unNInt":4}}],[4,{"tag":"OnFloor","_ilFlID":{"_unNInt":3}}],[5,{"tag":"OnFloor","_ilFlID":{"_unNInt":2}}],[6,{"tag":"OnFloor","_ilFlID":{"_unNInt":1}}],[7,{"tag":"OnFloor","_ilFlID":{"_unNInt":0}}],[8,{"tag":"InInv","_ilCrID":81,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[9,{"tag":"InInv","_ilCrID":80,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[10,{"tag":"InInv","_ilCrID":79,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[11,{"tag":"InInv","_ilCrID":73,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[12,{"tag":"InInv","_ilCrID":72,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[13,{"tag":"InInv","_ilCrID":71,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[14,{"tag":"InInv","_ilCrID":70,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[15,{"tag":"InInv","_ilCrID":69,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[16,{"tag":"InInv","_ilCrID":68,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[17,{"tag":"InInv","_ilCrID":67,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[18,{"tag":"InInv","_ilCrID":66,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[19,{"tag":"InInv","_ilCrID":65,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[20,{"tag":"InInv","_ilCrID":64,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[21,{"tag":"InInv","_ilCrID":63,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[22,{"tag":"InInv","_ilCrID":62,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[23,{"tag":"InInv","_ilCrID":61,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[24,{"tag":"InInv","_ilCrID":60,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[25,{"tag":"InInv","_ilCrID":59,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[26,{"tag":"InInv","_ilCrID":58,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[27,{"tag":"InInv","_ilCrID":57,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[28,{"tag":"InInv","_ilCrID":56,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[29,{"tag":"InInv","_ilCrID":55,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[30,{"tag":"InInv","_ilCrID":54,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[31,{"tag":"InInv","_ilCrID":53,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[32,{"tag":"InInv","_ilCrID":52,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[33,{"tag":"InInv","_ilCrID":51,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[34,{"tag":"InInv","_ilCrID":50,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[35,{"tag":"InInv","_ilCrID":49,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[36,{"tag":"InInv","_ilCrID":48,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[37,{"tag":"InInv","_ilCrID":48,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[38,{"tag":"InInv","_ilCrID":47,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[39,{"tag":"InInv","_ilCrID":41,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[40,{"tag":"InInv","_ilCrID":40,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[41,{"tag":"InInv","_ilCrID":39,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[42,{"tag":"InInv","_ilCrID":38,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[43,{"tag":"InInv","_ilCrID":37,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[44,{"tag":"InInv","_ilCrID":36,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[45,{"tag":"InInv","_ilCrID":35,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[46,{"tag":"InInv","_ilCrID":34,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[47,{"tag":"InInv","_ilCrID":33,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[48,{"tag":"InInv","_ilCrID":32,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[49,{"tag":"InInv","_ilCrID":31,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[50,{"tag":"InInv","_ilCrID":30,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[51,{"tag":"InInv","_ilCrID":29,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[52,{"tag":"InInv","_ilCrID":28,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[53,{"tag":"InInv","_ilCrID":27,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[54,{"tag":"InInv","_ilCrID":26,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[55,{"tag":"InInv","_ilCrID":25,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[56,{"tag":"InInv","_ilCrID":24,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[57,{"tag":"InInv","_ilCrID":23,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[58,{"tag":"InInv","_ilCrID":22,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[59,{"tag":"InInv","_ilCrID":21,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[60,{"tag":"InInv","_ilCrID":20,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[61,{"tag":"InInv","_ilCrID":19,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[62,{"tag":"InInv","_ilCrID":18,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[63,{"tag":"InInv","_ilCrID":17,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[64,{"tag":"InInv","_ilCrID":16,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[65,{"tag":"InInv","_ilCrID":16,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[66,{"tag":"InInv","_ilCrID":15,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[67,{"tag":"InInv","_ilCrID":15,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[68,{"tag":"InInv","_ilCrID":14,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[69,{"tag":"InInv","_ilCrID":14,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[70,{"tag":"InInv","_ilCrID":13,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[71,{"tag":"InInv","_ilCrID":13,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[72,{"tag":"InInv","_ilCrID":12,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[73,{"tag":"InInv","_ilCrID":12,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[74,{"tag":"InInv","_ilCrID":11,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[75,{"tag":"InInv","_ilCrID":11,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[76,{"tag":"InInv","_ilCrID":10,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[77,{"tag":"InInv","_ilCrID":10,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[78,{"tag":"InInv","_ilCrID":9,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[79,{"tag":"InInv","_ilCrID":9,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[80,{"tag":"InInv","_ilCrID":8,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[81,{"tag":"InInv","_ilCrID":7,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[82,{"tag":"InInv","_ilCrID":5,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[83,{"tag":"InInv","_ilCrID":4,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[84,{"tag":"InInv","_ilCrID":3,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[85,{"tag":"InInv","_ilCrID":2,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[86,{"tag":"InInv","_ilCrID":1,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}]],"_clouds":[],"_gusts":[],"_props":[[0,{"tag":"ShapeProp","_prPos":[-1341.953,-2446.483],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[23.5,48.0,95.0],[23.5,48.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[26.5,48.0,95.0],[26.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[3.5,48.0,95.0],[3.5,48.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[6.5,48.0,95.0],[6.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,46.5,94.0],[5.0,46.5,91.0],[25.0,46.5,94.0],[25.0,46.5,91.0],[25.0,49.5,94.0],[25.0,49.5,91.0],[5.0,49.5,94.0],[5.0,49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,26.5,94.0],[5.0,26.5,91.0],[25.0,26.5,94.0],[25.0,26.5,91.0],[25.0,29.5,94.0],[25.0,29.5,91.0],[5.0,29.5,94.0],[5.0,29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,6.5,94.0],[5.0,6.5,91.0],[25.0,6.5,94.0],[25.0,6.5,91.0],[25.0,9.5,94.0],[25.0,9.5,91.0],[5.0,9.5,94.0],[5.0,9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":24}},{"tag":"PropUpdateLS","contents":[24,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":24},[15.0,50.0,89.0]]}]}]},"_prID":0,"_prRot":32.463127,"_prToggle":true}],[1,{"tag":"ShapeProp","_prPos":[-1341.953,-2446.483],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[6.5,-48.0,95.0],[6.5,-48.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[3.5,-48.0,95.0],[3.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[26.5,-48.0,95.0],[26.5,-48.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[23.5,-48.0,95.0],[23.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-46.5,94.0],[25.0,-46.5,91.0],[5.0,-46.5,94.0],[5.0,-46.5,91.0],[5.0,-49.5,94.0],[5.0,-49.5,91.0],[25.0,-49.5,94.0],[25.0,-49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-26.5,94.0],[25.0,-26.5,91.0],[5.0,-26.5,94.0],[5.0,-26.5,91.0],[5.0,-29.5,94.0],[5.0,-29.5,91.0],[25.0,-29.5,94.0],[25.0,-29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-6.5,94.0],[25.0,-6.5,91.0],[5.0,-6.5,94.0],[5.0,-6.5,91.0],[5.0,-9.5,94.0],[5.0,-9.5,91.0],[25.0,-9.5,94.0],[25.0,-9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":24}},{"tag":"PropUpdateLS","contents":[25,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":24},[15.0,-50.0,89.0]]}]}]},"_prID":1,"_prRot":32.463127,"_prToggle":true}],[2,{"tag":"ShapeProp","_prPos":[-1341.953,-2446.483],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[23.5,48.0,95.0],[23.5,48.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[26.5,48.0,95.0],[26.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[3.5,48.0,95.0],[3.5,48.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[6.5,48.0,95.0],[6.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,46.5,94.0],[5.0,46.5,91.0],[25.0,46.5,94.0],[25.0,46.5,91.0],[25.0,49.5,94.0],[25.0,49.5,91.0],[5.0,49.5,94.0],[5.0,49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,26.5,94.0],[5.0,26.5,91.0],[25.0,26.5,94.0],[25.0,26.5,91.0],[25.0,29.5,94.0],[25.0,29.5,91.0],[5.0,29.5,94.0],[5.0,29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,6.5,94.0],[5.0,6.5,91.0],[25.0,6.5,94.0],[25.0,6.5,91.0],[25.0,9.5,94.0],[25.0,9.5,91.0],[5.0,9.5,94.0],[5.0,9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":31}},{"tag":"PropUpdateLS","contents":[26,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":31},[15.0,50.0,89.0]]}]}]},"_prID":2,"_prRot":32.463127,"_prToggle":true}],[3,{"tag":"ShapeProp","_prPos":[-1341.953,-2446.483],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[6.5,-48.0,95.0],[6.5,-48.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[3.5,-48.0,95.0],[3.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[26.5,-48.0,95.0],[26.5,-48.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[23.5,-48.0,95.0],[23.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-46.5,94.0],[25.0,-46.5,91.0],[5.0,-46.5,94.0],[5.0,-46.5,91.0],[5.0,-49.5,94.0],[5.0,-49.5,91.0],[25.0,-49.5,94.0],[25.0,-49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-26.5,94.0],[25.0,-26.5,91.0],[5.0,-26.5,94.0],[5.0,-26.5,91.0],[5.0,-29.5,94.0],[5.0,-29.5,91.0],[25.0,-29.5,94.0],[25.0,-29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-6.5,94.0],[25.0,-6.5,91.0],[5.0,-6.5,94.0],[5.0,-6.5,91.0],[5.0,-9.5,94.0],[5.0,-9.5,91.0],[25.0,-9.5,94.0],[25.0,-9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":31}},{"tag":"PropUpdateLS","contents":[27,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":31},[15.0,-50.0,89.0]]}]}]},"_prID":3,"_prRot":32.463127,"_prToggle":true}],[4,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[23.5,48.0,95.0],[23.5,48.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[26.5,48.0,95.0],[26.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[3.5,48.0,95.0],[3.5,48.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[6.5,48.0,95.0],[6.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,46.5,94.0],[5.0,46.5,91.0],[25.0,46.5,94.0],[25.0,46.5,91.0],[25.0,49.5,94.0],[25.0,49.5,91.0],[5.0,49.5,94.0],[5.0,49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,26.5,94.0],[5.0,26.5,91.0],[25.0,26.5,94.0],[25.0,26.5,91.0],[25.0,29.5,94.0],[25.0,29.5,91.0],[5.0,29.5,94.0],[5.0,29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,6.5,94.0],[5.0,6.5,91.0],[25.0,6.5,94.0],[25.0,6.5,91.0],[25.0,9.5,94.0],[25.0,9.5,91.0],[5.0,9.5,94.0],[5.0,9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":63}},{"tag":"PropUpdateLS","contents":[40,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":63},[15.0,50.0,89.0]]}]}]},"_prID":4,"_prRot":9.948377,"_prToggle":true}],[5,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[6.5,-48.0,95.0],[6.5,-48.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[3.5,-48.0,95.0],[3.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[26.5,-48.0,95.0],[26.5,-48.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[23.5,-48.0,95.0],[23.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-46.5,94.0],[25.0,-46.5,91.0],[5.0,-46.5,94.0],[5.0,-46.5,91.0],[5.0,-49.5,94.0],[5.0,-49.5,91.0],[25.0,-49.5,94.0],[25.0,-49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-26.5,94.0],[25.0,-26.5,91.0],[5.0,-26.5,94.0],[5.0,-26.5,91.0],[5.0,-29.5,94.0],[5.0,-29.5,91.0],[25.0,-29.5,94.0],[25.0,-29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-6.5,94.0],[25.0,-6.5,91.0],[5.0,-6.5,94.0],[5.0,-6.5,91.0],[5.0,-9.5,94.0],[5.0,-9.5,91.0],[25.0,-9.5,94.0],[25.0,-9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":63}},{"tag":"PropUpdateLS","contents":[41,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":63},[15.0,-50.0,89.0]]}]}]},"_prID":5,"_prRot":9.948377,"_prToggle":true}],[6,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[23.5,48.0,95.0],[23.5,48.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[26.5,48.0,95.0],[26.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[3.5,48.0,95.0],[3.5,48.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[6.5,48.0,95.0],[6.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,46.5,94.0],[5.0,46.5,91.0],[25.0,46.5,94.0],[25.0,46.5,91.0],[25.0,49.5,94.0],[25.0,49.5,91.0],[5.0,49.5,94.0],[5.0,49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,26.5,94.0],[5.0,26.5,91.0],[25.0,26.5,94.0],[25.0,26.5,91.0],[25.0,29.5,94.0],[25.0,29.5,91.0],[5.0,29.5,94.0],[5.0,29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,6.5,94.0],[5.0,6.5,91.0],[25.0,6.5,94.0],[25.0,6.5,91.0],[25.0,9.5,94.0],[25.0,9.5,91.0],[5.0,9.5,94.0],[5.0,9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":69}},{"tag":"PropUpdateLS","contents":[42,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":69},[15.0,50.0,89.0]]}]}]},"_prID":6,"_prRot":9.948377,"_prToggle":true}],[7,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[6.5,-48.0,95.0],[6.5,-48.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[3.5,-48.0,95.0],[3.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[26.5,-48.0,95.0],[26.5,-48.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[23.5,-48.0,95.0],[23.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-46.5,94.0],[25.0,-46.5,91.0],[5.0,-46.5,94.0],[5.0,-46.5,91.0],[5.0,-49.5,94.0],[5.0,-49.5,91.0],[25.0,-49.5,94.0],[25.0,-49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-26.5,94.0],[25.0,-26.5,91.0],[5.0,-26.5,94.0],[5.0,-26.5,91.0],[5.0,-29.5,94.0],[5.0,-29.5,91.0],[25.0,-29.5,94.0],[25.0,-29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-6.5,94.0],[25.0,-6.5,91.0],[5.0,-6.5,94.0],[5.0,-6.5,91.0],[5.0,-9.5,94.0],[5.0,-9.5,91.0],[25.0,-9.5,94.0],[25.0,-9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":69}},{"tag":"PropUpdateLS","contents":[43,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":69},[15.0,-50.0,89.0]]}]}]},"_prID":7,"_prRot":9.948377,"_prToggle":true}]],"_projectiles":[],"_instantBullets":[],"_bullets":[],"_radarSweeps":[],"_energyBalls":[],"_posEvents":[],"_flames":[],"_sparks":[],"_radarBlips":[],"_flares":[],"_newBeams":{"_blockingBeams":[],"_lightBeams":[],"_positronBeams":[],"_electronBeams":[]},"_beams":{"_blockingBeams":[],"_lightBeams":[],"_positronBeams":[],"_electronBeams":[]},"_teslaArcs":[],"_shockwaves":[],"_lasers":[],"_lasersToDraw":[],"_linearShockwaves":[],"_tractorBeams":[],"_walls":[[0,{"_wlLine":[[42.6314,-102.40374],[90.26286,-74.90368]],"_wlID":0,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1,{"_wlLine":[[70.262856,-40.262665],[22.631386,-67.76273]],"_wlID":1,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[2,{"_wlLine":[[-576.88104,-1302.7233],[-446.88104,-1077.5566]],"_wlID":2,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[3,{"_wlLine":[[-836.6887,-1152.7234],[-576.88104,-1302.7233]],"_wlID":3,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[4,{"_wlLine":[[-686.6887,-892.91565],[-836.6887,-1152.7234]],"_wlID":4,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[5,{"_wlLine":[[-435.54135,-1037.9156],[-686.6887,-892.91565]],"_wlID":5,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[6,{"_wlLine":[[-426.88107,-1042.9156],[-435.54135,-1037.9156]],"_wlID":6,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[7,{"_wlLine":[[-386.25928,-1112.5566],[-368.9388,-1122.5566]],"_wlID":7,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[8,{"_wlLine":[[-348.93884,-1087.9156],[-366.25928,-1077.9156]],"_wlID":8,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[9,{"_wlLine":[[-1911.6305,-2616.702],[-1811.8038,-2443.3965]],"_wlID":9,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[10,{"_wlLine":[[-2124.054,-2378.1865],[-2087.4512,-2514.789]],"_wlID":10,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[11,{"_wlLine":[[-1987.4514,-2341.5837],[-2124.054,-2378.1865]],"_wlID":11,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[12,{"_wlLine":[[-1977.4641,-2691.3926],[-1963.2288,-2627.9138]],"_wlID":12,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[13,{"_wlLine":[[-1981.3463,-2705.8813],[-1977.4641,-2691.3926]],"_wlID":13,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[14,{"_wlLine":[[-2004.8547,-2639.0674],[-2019.9833,-2695.5286]],"_wlID":14,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[15,{"_wlLine":[[-1992.9932,-2749.3481],[-1987.8168,-2730.0295]],"_wlID":15,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[16,{"_wlLine":[[-2026.4537,-2719.6768],[-2034.2183,-2748.6545]],"_wlID":16,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[17,{"_wlLine":[[-1858.5076,-2942.908],[-1941.3503,-2799.4202]],"_wlID":17,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[18,{"_wlLine":[[-1901.3901,-3102.9478],[-1858.5076,-2942.908]],"_wlID":18,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[19,{"_wlLine":[[-2044.8779,-3185.7905],[-1901.3901,-3102.9478]],"_wlID":19,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[20,{"_wlLine":[[-2204.9177,-3142.908],[-2044.8779,-3185.7905]],"_wlID":20,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[21,{"_wlLine":[[-2287.7605,-2999.4202],[-2204.9177,-3142.908]],"_wlID":21,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[22,{"_wlLine":[[-2244.878,-2839.3804],[-2287.7605,-2999.4202]],"_wlID":22,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[23,{"_wlLine":[[-2190.4548,-2807.9592],[-2244.878,-2839.3804]],"_wlID":23,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[24,{"_wlLine":[[-2101.3901,-2756.5376],[-2155.8137,-2787.9592]],"_wlID":24,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[25,{"_wlLine":[[-2040.6887,-2772.8025],[-2101.3901,-2756.5376]],"_wlID":25,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[26,{"_wlLine":[[-1941.3503,-2799.4202],[-2002.0516,-2783.1553]],"_wlID":26,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[27,{"_wlLine":[[-2173.3137,-2757.6484],[-2198.314,-2714.347]],"_wlID":27,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[28,{"_wlLine":[[-2232.9548,-2734.3472],[-2200.4548,-2790.6387]],"_wlID":28,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[29,{"_wlLine":[[-2157.1453,-2650.1636],[-2457.146,-2130.5488]],"_wlID":29,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[30,{"_wlLine":[[-2215.814,-2684.0361],[-2157.1453,-2650.1636]],"_wlID":30,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[31,{"_wlLine":[[-2367.7927,-2771.7813],[-2250.4548,-2704.0361]],"_wlID":31,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[32,{"_wlLine":[[-2667.7935,-2252.1667],[-2367.7927,-2771.7813]],"_wlID":32,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[33,{"_wlLine":[[-2661.086,-2248.2942],[-2667.7935,-2252.1667]],"_wlID":33,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[34,{"_wlLine":[[-2457.146,-2130.5488],[-2522.5222,-2168.294]],"_wlID":34,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[35,{"_wlLine":[[-2207.2817,-1963.1952],[-2237.7886,-1910.3557]],"_wlID":35,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[36,{"_wlLine":[[-2532.5222,-2150.9734],[-2207.2817,-1963.1952]],"_wlID":36,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[37,{"_wlLine":[[-2726.8967,-2263.1958],[-2671.0862,-2230.9734]],"_wlID":37,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[38,{"_wlLine":[[-2837.6572,-2071.3533],[-2726.8967,-2263.1958]],"_wlID":38,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[39,{"_wlLine":[[-2317.7888,-1771.7916],[-2837.6572,-2071.3533]],"_wlID":39,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[40,{"_wlLine":[[-1902.7281,-1856.9816],[-2200.0498,-1342.0082]],"_wlID":40,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[41,{"_wlLine":[[-2157.1345,-2010.0521],[-1934.6893,-1881.6227]],"_wlID":41,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[42,{"_wlLine":[[-2220.468,-1900.3557],[-2157.1345,-2010.0521]],"_wlID":42,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[43,{"_wlLine":[[-2457.1357,-1490.4375],[-2300.4685,-1761.7917]],"_wlID":43,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[44,{"_wlLine":[[-2200.0498,-1342.0082],[-2457.1357,-1490.4375]],"_wlID":44,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[45,{"_wlLine":[[-1866.7471,-1923.943],[-1853.7566,-1931.443]],"_wlID":45,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[46,{"_wlLine":[[-1833.7567,-1896.8019],[-1859.7375,-1881.802]],"_wlID":46,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[47,{"_wlLine":[[-1341.953,-2446.483],[-1070.937,-1977.0659]],"_wlID":47,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[48,{"_wlLine":[[-1450.337,-2383.9077],[-1341.953,-2446.483]],"_wlID":48,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[49,{"_wlLine":[[-1918.5142,-2113.6074],[-1484.978,-2363.908]],"_wlID":49,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[50,{"_wlLine":[[-1823.4457,-1948.9429],[-1918.5142,-2113.6074]],"_wlID":50,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[51,{"_wlLine":[[-1644.9982,-1639.8606],[-1803.4458,-1914.3018]],"_wlID":51,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[52,{"_wlLine":[[-1103.0771,-1952.7365],[-1644.9982,-1639.8606]],"_wlID":52,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[53,{"_wlLine":[[-1050.9362,-1942.4254],[-1025.9362,-1899.1241]],"_wlID":53,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[54,{"_wlLine":[[-1058.4362,-1955.4159],[-1050.9362,-1942.4254]],"_wlID":54,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[55,{"_wlLine":[[-1060.5773,-1879.1243],[-1085.5771,-1922.4254]],"_wlID":55,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[56,{"_wlLine":[[-1053.0773,-1866.1338],[-1060.5773,-1879.1243]],"_wlID":56,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[57,{"_wlLine":[[-806.881,-1938.9929],[-747.9752,-1836.9648]],"_wlID":57,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[58,{"_wlLine":[[-1008.4362,-1868.8132],[-831.52155,-1970.9546]],"_wlID":58,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[59,{"_wlLine":[[-1040.5773,-1844.4832],[-1043.0773,-1848.8134]],"_wlID":59,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[60,{"_wlLine":[[-964.17163,-1712.1443],[-1040.5773,-1844.4832]],"_wlID":60,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[61,{"_wlLine":[[-747.9752,-1836.9648],[-964.17163,-1712.1443]],"_wlID":61,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[62,{"_wlLine":[[-799.2011,-2026.935],[-791.70105,-2039.9254]],"_wlID":62,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[63,{"_wlLine":[[-806.7011,-2013.9447],[-799.2011,-2026.935]],"_wlID":63,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[64,{"_wlLine":[[-757.06006,-2019.9254],[-764.5601,-2006.935]],"_wlID":64,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[65,{"_wlLine":[[-771.701,-2074.5664],[-759.20087,-2096.217]],"_wlID":65,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[66,{"_wlLine":[[-776.701,-2065.9063],[-771.701,-2074.5664]],"_wlID":66,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[67,{"_wlLine":[[-724.55994,-2076.217],[-737.06,-2054.5664]],"_wlID":67,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[68,{"_wlLine":[[-411.0437,-2149.242],[-398.0533,-2141.742]],"_wlID":68,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[69,{"_wlLine":[[-458.67514,-2176.742],[-411.0437,-2149.242]],"_wlID":69,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[70,{"_wlLine":[[-431.04376,-2114.601],[-478.6752,-2142.101]],"_wlID":70,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[71,{"_wlLine":[[-335.73285,-2134.4214],[-320.73285,-2134.4214]],"_wlID":71,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[72,{"_wlLine":[[-385.37375,-2134.4214],[-335.73285,-2134.4214]],"_wlID":72,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[73,{"_wlLine":[[-335.73288,-2094.4214],[-400.73288,-2097.101]],"_wlID":73,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[74,{"_wlLine":[[-320.73288,-2094.4214],[-335.73288,-2094.4214]],"_wlID":74,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[75,{"_wlLine":[[99.26715,-2134.4211],[99.26688,-1734.4211]],"_wlID":75,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[76,{"_wlLine":[[-295.73285,-2134.4214],[99.26715,-2134.4211]],"_wlID":76,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[77,{"_wlLine":[[-300.7331,-1774.4214],[-300.73288,-2094.4214]],"_wlID":77,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[78,{"_wlLine":[[99.26688,-1734.4211],[-295.37515,-1734.4214]],"_wlID":78,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[79,{"_wlLine":[[-384.34552,-1729.2423],[-371.35513,-1736.7423]],"_wlID":79,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[80,{"_wlLine":[[-364.34555,-1694.6013],[-373.00583,-1689.6013]],"_wlID":80,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[81,{"_wlLine":[[-351.35516,-1702.1013],[-364.34555,-1694.6013]],"_wlID":81,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[82,{"_wlLine":[[-440.63718,-1696.7424],[-410.32623,-1714.2423]],"_wlID":82,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[83,{"_wlLine":[[-398.98663,-1674.6014],[-420.6372,-1662.1014]],"_wlID":83,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[84,{"_wlLine":[[-486.5219,-1416.217],[-474.20132,-1394.8771]],"_wlID":84,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[85,{"_wlLine":[[-506.1629,-1370.2362],[-521.1629,-1396.217]],"_wlID":85,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[86,{"_wlLine":[[-405.2303,-1355.0566],[-396.57,-1350.0566]],"_wlID":86,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[87,{"_wlLine":[[-418.22064,-1362.5566],[-405.2303,-1355.0566]],"_wlID":87,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[88,{"_wlLine":[[-431.21103,-1370.0566],[-418.22064,-1362.5566]],"_wlID":88,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[89,{"_wlLine":[[-425.2303,-1320.4156],[-438.22064,-1327.9156]],"_wlID":89,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[90,{"_wlLine":[[-370.58926,-1335.0566],[-348.93866,-1322.5566]],"_wlID":90,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[91,{"_wlLine":[[-390.58926,-1300.4156],[-399.24954,-1305.4156]],"_wlID":91,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[92,{"_wlLine":[[-368.93866,-1287.9156],[-390.58926,-1300.4156]],"_wlID":92,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[93,{"_wlLine":[[-2.528569,-1122.5565],[27.78224,-1105.0564]],"_wlID":93,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[94,{"_wlLine":[[-5.2080393,-1077.9155],[-22.528563,-1087.9155]],"_wlID":94,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[95,{"_wlLine":[[101.39444,-1062.5564],[105.72457,-1060.0564]],"_wlID":95,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[96,{"_wlLine":[[84.07394,-1072.5564],[101.39444,-1062.5564]],"_wlID":96,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[97,{"_wlLine":[[71.08356,-1080.0564],[84.07394,-1072.5564]],"_wlID":97,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[98,{"_wlLine":[[81.394455,-1027.9154],[64.07393,-1037.9154]],"_wlID":98,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[99,{"_wlLine":[[-135.35896,-572.4873],[-190.31088,-537.6668]],"_wlID":99,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[100,{"_wlLine":[[-210.31087,-572.3078],[-167.32053,-597.12836]],"_wlID":100,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[101,{"_wlLine":[[-262.2724,-542.30786],[-236.29164,-557.3078]],"_wlID":101,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[102,{"_wlLine":[[-242.2724,-507.6668],[-250.93266,-502.6668]],"_wlID":102,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[103,{"_wlLine":[[-224.9519,-517.6668],[-242.2724,-507.6668]],"_wlID":103,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[104,{"_wlLine":[[-241.16193,-435.7434],[-284.04443,-275.70355]],"_wlID":104,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[105,{"_wlLine":[[-272.5833,-490.1668],[-241.16193,-435.7434]],"_wlID":105,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[106,{"_wlLine":[[-324.00467,-579.23114],[-292.5833,-524.8078]],"_wlID":106,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[107,{"_wlLine":[[-484.0445,-622.1137],[-324.00467,-579.23114]],"_wlID":107,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[108,{"_wlLine":[[-627.5322,-539.271],[-484.0445,-622.1137]],"_wlID":108,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[109,{"_wlLine":[[-670.4148,-379.23114],[-627.5322,-539.271]],"_wlID":109,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[110,{"_wlLine":[[-587.5721,-235.74335],[-670.4148,-379.23114]],"_wlID":110,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[111,{"_wlLine":[[-427.5322,-192.86084],[-587.5721,-235.74335]],"_wlID":111,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[112,{"_wlLine":[[-373.10892,-224.28215],[-427.5322,-192.86084]],"_wlID":112,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[113,{"_wlLine":[[-284.04443,-275.70355],[-338.4679,-244.28215]],"_wlID":113,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[114,{"_wlLine":[[-326.1474,-222.94243],[-283.15698,-198.12189]],"_wlID":114,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[115,{"_wlLine":[[-303.15698,-163.48087],[-358.10892,-198.3014]],"_wlID":115,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[116,{"_wlLine":[[-248.51598,-178.12187],[-231.19543,-168.12184]],"_wlID":116,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[117,{"_wlLine":[[-251.19545,-133.48083],[-268.516,-143.48087]],"_wlID":117,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[118,{"_wlLine":[[-7.679491,-85.26274],[-45.1795,-20.310892]],"_wlID":118,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[119,{"_wlLine":[[52.320557,-189.18576],[12.320526,-119.90375]],"_wlID":119,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[120,{"_wlLine":[[-120.884476,-289.18585],[52.320557,-189.18576]],"_wlID":120,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[121,{"_wlLine":[[-200.88455,-150.62184],[-120.884476,-289.18585]],"_wlID":121,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[122,{"_wlLine":[[-82.32052,-35.98072],[-220.88457,-115.98083]],"_wlID":122,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[123,{"_wlLine":[[-59.999992,5.358986],[-60.0,55.0]],"_wlID":123,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[124,{"_wlLine":[[-100.0,54.999996],[-97.320496,-10.0]],"_wlID":124,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[125,{"_wlLine":[[40.0,95.0],[39.99997,430.0]],"_wlID":125,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[126,{"_wlLine":[[-60.0,89.99999],[0.0,90.0]],"_wlID":126,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[127,{"_wlLine":[[-300.0,89.99997],[-100.0,89.99999]],"_wlID":127,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[128,{"_wlLine":[[-300.00003,429.99997],[-300.0,89.99997]],"_wlID":128,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[129,{"_wlLine":[[39.99997,430.0],[-300.00003,429.99997]],"_wlID":129,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[130,{"_wlLine":[[40.0,0.0],[40.0,55.0]],"_wlID":130,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[131,{"_wlLine":[[0.0,0.0],[40.0,0.0]],"_wlID":131,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[132,{"_wlLine":[[0.0,55.0],[0.0,0.0]],"_wlID":132,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[133,{"_wlLine":[[0.0,90.0],[0.0,60.0]],"_wlID":133,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[134,{"_wlLine":[[0.0,60.0],[0.0,55.0]],"_wlID":134,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[135,{"_wlLine":[[40.0,55.0],[40.0,60.0]],"_wlID":135,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[136,{"_wlLine":[[40.0,60.0],[40.0,90.0]],"_wlID":136,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[137,{"_wlLine":[[40.0,90.0],[40.0,95.0]],"_wlID":137,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[138,{"_wlLine":[[-100.0,89.99999],[-100.0,70.0]],"_wlID":138,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[139,{"_wlLine":[[-100.0,70.0],[-100.0,54.999996]],"_wlID":139,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[140,{"_wlLine":[[-60.0,55.0],[-60.0,89.99999]],"_wlID":140,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[141,{"_wlLine":[[-97.320496,-10.0],[-82.32052,-35.98072]],"_wlID":141,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[142,{"_wlLine":[[-45.1795,-20.310892],[-59.999992,5.358986]],"_wlID":142,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[143,{"_wlLine":[[-220.88457,-115.98083],[-242.53522,-128.48085]],"_wlID":143,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[144,{"_wlLine":[[-242.53522,-128.48085],[-251.19545,-133.48083]],"_wlID":144,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[145,{"_wlLine":[[-231.19543,-168.12184],[-222.5352,-163.12186]],"_wlID":145,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[146,{"_wlLine":[[-222.5352,-163.12186],[-200.88455,-150.62184]],"_wlID":146,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[147,{"_wlLine":[[-268.516,-143.48087],[-277.1762,-148.48085]],"_wlID":147,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[148,{"_wlLine":[[-277.1762,-148.48085],[-290.16663,-155.98088]],"_wlID":148,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[149,{"_wlLine":[[-290.16663,-155.98088],[-303.15698,-163.48087]],"_wlID":149,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[150,{"_wlLine":[[-283.15698,-198.12189],[-270.16663,-190.62189]],"_wlID":150,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[151,{"_wlLine":[[-270.16663,-190.62189],[-257.1762,-183.12186]],"_wlID":151,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[152,{"_wlLine":[[-257.1762,-183.12186],[-248.51598,-178.12187]],"_wlID":152,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[153,{"_wlLine":[[-358.10892,-198.3014],[-373.10892,-224.28215]],"_wlID":153,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[154,{"_wlLine":[[-338.4679,-244.28215],[-326.1474,-222.94243]],"_wlID":154,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[155,{"_wlLine":[[-250.93266,-502.6668],[-272.5833,-490.1668]],"_wlID":155,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[156,{"_wlLine":[[-292.5833,-524.8078],[-270.93268,-537.3078]],"_wlID":156,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[157,{"_wlLine":[[-270.93268,-537.3078],[-262.2724,-542.30786]],"_wlID":157,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[158,{"_wlLine":[[-190.31088,-537.6668],[-203.30127,-530.1668]],"_wlID":158,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[159,{"_wlLine":[[-203.30127,-530.1668],[-216.29166,-522.6668]],"_wlID":159,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[160,{"_wlLine":[[-216.29166,-522.6668],[-224.9519,-517.6668]],"_wlID":160,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[161,{"_wlLine":[[-236.29164,-557.3078],[-210.31087,-572.3078]],"_wlID":161,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[162,{"_wlLine":[[201.93613,-377.7499],[-135.35896,-572.4873]],"_wlID":162,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[163,{"_wlLine":[[-167.32053,-597.12836],[81.394455,-1027.9154]],"_wlID":163,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[164,{"_wlLine":[[105.72457,-1060.0564],[473.3306,-847.819]],"_wlID":164,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[165,{"_wlLine":[[473.3306,-847.819],[201.93613,-377.7499]],"_wlID":165,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[166,{"_wlLine":[[64.07393,-1037.9154],[51.083553,-1045.4154]],"_wlID":166,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[167,{"_wlLine":[[51.083553,-1045.4154],[-5.2080393,-1077.9155]],"_wlID":167,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[168,{"_wlLine":[[27.78224,-1105.0564],[71.08356,-1080.0564]],"_wlID":168,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[169,{"_wlLine":[[-22.528563,-1087.9155],[-70.2637,-1005.2359]],"_wlID":169,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[170,{"_wlLine":[[-70.2637,-1005.2359],[-301.20377,-1005.23596]],"_wlID":170,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[171,{"_wlLine":[[-301.20377,-1005.23596],[-348.93884,-1087.9156]],"_wlID":171,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[172,{"_wlLine":[[-368.9388,-1122.5566],[-416.67377,-1205.2361]],"_wlID":172,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[173,{"_wlLine":[[-416.67377,-1205.2361],[-368.93866,-1287.9156]],"_wlID":173,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[174,{"_wlLine":[[-348.93866,-1322.5566],[-301.20358,-1405.2361]],"_wlID":174,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[175,{"_wlLine":[[-301.20358,-1405.2361],[-70.26347,-1405.2358]],"_wlID":175,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[176,{"_wlLine":[[-70.26347,-1405.2358],[45.20642,-1205.2358]],"_wlID":176,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[177,{"_wlLine":[[45.20642,-1205.2358],[-2.528569,-1122.5565]],"_wlID":177,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[178,{"_wlLine":[[-399.24954,-1305.4156],[-416.57,-1315.4156]],"_wlID":178,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[179,{"_wlLine":[[-416.57,-1315.4156],[-425.2303,-1320.4156]],"_wlID":179,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[180,{"_wlLine":[[-396.57,-1350.0566],[-379.24954,-1340.0566]],"_wlID":180,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[181,{"_wlLine":[[-379.24954,-1340.0566],[-370.58926,-1335.0566]],"_wlID":181,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[182,{"_wlLine":[[-438.22064,-1327.9156],[-451.21103,-1335.4156]],"_wlID":182,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[183,{"_wlLine":[[-451.21103,-1335.4156],[-506.1629,-1370.2362]],"_wlID":183,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[184,{"_wlLine":[[-474.20132,-1394.8771],[-431.21103,-1370.0566]],"_wlID":184,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[185,{"_wlLine":[[-432.09857,-1447.6383],[-486.5219,-1416.217]],"_wlID":185,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[186,{"_wlLine":[[-521.1629,-1396.217],[-575.5863,-1364.7957]],"_wlID":186,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[187,{"_wlLine":[[-575.5863,-1364.7957],[-735.62616,-1407.6782]],"_wlID":187,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[188,{"_wlLine":[[-735.62616,-1407.6782],[-818.46875,-1551.1661]],"_wlID":188,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[189,{"_wlLine":[[-818.46875,-1551.1661],[-775.5862,-1711.2059]],"_wlID":189,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[190,{"_wlLine":[[-775.5862,-1711.2059],[-632.0983,-1794.0486]],"_wlID":190,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[191,{"_wlLine":[[-632.0983,-1794.0486],[-472.05853,-1751.1659]],"_wlID":191,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[192,{"_wlLine":[[-472.05853,-1751.1659],[-440.63718,-1696.7424]],"_wlID":192,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[193,{"_wlLine":[[-420.6372,-1662.1014],[-389.21588,-1607.6781]],"_wlID":193,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[194,{"_wlLine":[[-389.21588,-1607.6781],[-432.09857,-1447.6383]],"_wlID":194,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[195,{"_wlLine":[[-373.00583,-1689.6013],[-398.98663,-1674.6014]],"_wlID":195,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[196,{"_wlLine":[[-410.32623,-1714.2423],[-393.00577,-1724.2423]],"_wlID":196,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[197,{"_wlLine":[[-393.00577,-1724.2423],[-384.34552,-1729.2423]],"_wlID":197,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[198,{"_wlLine":[[-338.36478,-1709.6013],[-351.35516,-1702.1013]],"_wlID":198,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[199,{"_wlLine":[[-371.35513,-1736.7423],[-358.36475,-1744.2423]],"_wlID":199,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[200,{"_wlLine":[[-358.36475,-1744.2423],[-300.7331,-1774.4214]],"_wlID":200,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[201,{"_wlLine":[[-295.37515,-1734.4214],[-338.36478,-1709.6013]],"_wlID":201,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[202,{"_wlLine":[[-300.73288,-2094.4214],[-320.73288,-2094.4214]],"_wlID":202,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[203,{"_wlLine":[[-320.73285,-2134.4214],[-300.73285,-2134.4214]],"_wlID":203,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[204,{"_wlLine":[[-300.73285,-2134.4214],[-295.73285,-2134.4214]],"_wlID":204,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[205,{"_wlLine":[[-400.73288,-2097.101],[-418.05338,-2107.101]],"_wlID":205,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[206,{"_wlLine":[[-418.05338,-2107.101],[-431.04376,-2114.601]],"_wlID":206,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[207,{"_wlLine":[[-398.0533,-2141.742],[-385.37375,-2134.4214]],"_wlID":207,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[208,{"_wlLine":[[-427.25366,-2231.1653],[-458.67514,-2176.742]],"_wlID":208,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[209,{"_wlLine":[[-478.6752,-2142.101],[-510.09674,-2087.6777]],"_wlID":209,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[210,{"_wlLine":[[-510.09674,-2087.6777],[-670.13666,-2044.7955]],"_wlID":210,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[211,{"_wlLine":[[-670.13666,-2044.7955],[-724.55994,-2076.217]],"_wlID":211,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[212,{"_wlLine":[[-759.20087,-2096.217],[-813.62427,-2127.6387]],"_wlID":212,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[213,{"_wlLine":[[-813.62427,-2127.6387],[-856.50635,-2287.6785]],"_wlID":213,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[214,{"_wlLine":[[-856.50635,-2287.6785],[-773.66327,-2431.166]],"_wlID":214,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[215,{"_wlLine":[[-773.66327,-2431.166],[-613.62335,-2474.0483]],"_wlID":215,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[216,{"_wlLine":[[-613.62335,-2474.0483],[-470.1358,-2391.205]],"_wlID":216,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[217,{"_wlLine":[[-470.1358,-2391.205],[-427.25366,-2231.1653]],"_wlID":217,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[218,{"_wlLine":[[-742.06,-2045.9061],[-757.06006,-2019.9254]],"_wlID":218,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[219,{"_wlLine":[[-791.70105,-2039.9254],[-786.70105,-2048.5857]],"_wlID":219,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[220,{"_wlLine":[[-786.70105,-2048.5857],[-776.701,-2065.9063]],"_wlID":220,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[221,{"_wlLine":[[-737.06,-2054.5664],[-742.06,-2045.9061]],"_wlID":221,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[222,{"_wlLine":[[-831.52155,-1970.9546],[-806.7011,-2013.9447]],"_wlID":222,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[223,{"_wlLine":[[-764.5601,-2006.935],[-772.0601,-1993.9447]],"_wlID":223,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[224,{"_wlLine":[[-772.0601,-1993.9447],[-806.881,-1938.9929]],"_wlID":224,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[225,{"_wlLine":[[-1043.0773,-1848.8134],[-1053.0773,-1866.1338]],"_wlID":225,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[226,{"_wlLine":[[-1025.9362,-1899.1241],[-1018.4362,-1886.1338]],"_wlID":226,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[227,{"_wlLine":[[-1018.4362,-1886.1338],[-1008.4362,-1868.8132]],"_wlID":227,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[228,{"_wlLine":[[-1085.5771,-1922.4254],[-1093.0771,-1935.4159]],"_wlID":228,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[229,{"_wlLine":[[-1093.0771,-1935.4159],[-1103.0771,-1952.7365]],"_wlID":229,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[230,{"_wlLine":[[-1070.937,-1977.0659],[-1058.4362,-1955.4159]],"_wlID":230,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[231,{"_wlLine":[[-1803.4458,-1914.3018],[-1825.0964,-1901.8019]],"_wlID":231,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[232,{"_wlLine":[[-1825.0964,-1901.8019],[-1833.7567,-1896.8019]],"_wlID":232,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[233,{"_wlLine":[[-1853.7566,-1931.443],[-1845.0963,-1936.443]],"_wlID":233,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[234,{"_wlLine":[[-1845.0963,-1936.443],[-1823.4457,-1948.9429]],"_wlID":234,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[235,{"_wlLine":[[-1859.7375,-1881.802],[-1902.7281,-1856.9816]],"_wlID":235,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[236,{"_wlLine":[[-1934.6893,-1881.6227],[-1879.7374,-1916.4431]],"_wlID":236,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[237,{"_wlLine":[[-1879.7374,-1916.4431],[-1866.7471,-1923.943]],"_wlID":237,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[238,{"_wlLine":[[-2300.4685,-1761.7917],[-2317.7888,-1771.7916]],"_wlID":238,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[239,{"_wlLine":[[-2237.7886,-1910.3557],[-2220.468,-1900.3557]],"_wlID":239,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[240,{"_wlLine":[[-2522.5222,-2168.294],[-2532.5222,-2150.9734]],"_wlID":240,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[241,{"_wlLine":[[-2671.0862,-2230.9734],[-2661.086,-2248.2942]],"_wlID":241,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[242,{"_wlLine":[[-2250.4548,-2704.0361],[-2240.4548,-2721.3567]],"_wlID":242,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[243,{"_wlLine":[[-2240.4548,-2721.3567],[-2232.9548,-2734.3472]],"_wlID":243,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[244,{"_wlLine":[[-2198.314,-2714.347],[-2205.814,-2701.3567]],"_wlID":244,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[245,{"_wlLine":[[-2205.814,-2701.3567],[-2215.814,-2684.0361]],"_wlID":245,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[246,{"_wlLine":[[-2200.4548,-2790.6387],[-2190.4548,-2807.9592]],"_wlID":246,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[247,{"_wlLine":[[-2155.8137,-2787.9592],[-2173.3137,-2757.6484]],"_wlID":247,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[248,{"_wlLine":[[-2034.2183,-2748.6545],[-2040.6887,-2772.8025]],"_wlID":248,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[249,{"_wlLine":[[-2002.0516,-2783.1553],[-1995.5813,-2759.0073]],"_wlID":249,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[250,{"_wlLine":[[-1995.5813,-2759.0073],[-1992.9932,-2749.3481]],"_wlID":250,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[251,{"_wlLine":[[-2019.9833,-2695.5286],[-2026.4537,-2719.6768]],"_wlID":251,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[252,{"_wlLine":[[-1987.8168,-2730.0295],[-1981.3463,-2705.8813]],"_wlID":252,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[253,{"_wlLine":[[-1850.849,-2304.981],[-1987.4514,-2341.5837]],"_wlID":253,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[254,{"_wlLine":[[-1811.8038,-2443.3965],[-1850.849,-2304.981]],"_wlID":254,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[255,{"_wlLine":[[-2087.4512,-2514.789],[-2050.8486,-2651.3916]],"_wlID":255,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[256,{"_wlLine":[[-2050.8486,-2651.3916],[-2004.8547,-2639.0674]],"_wlID":256,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[257,{"_wlLine":[[-1963.2288,-2627.9138],[-1911.6305,-2616.702]],"_wlID":257,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[258,{"_wlLine":[[-1484.978,-2363.908],[-1502.478,-2394.2188]],"_wlID":258,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[259,{"_wlLine":[[-1502.478,-2394.2188],[-1467.8369,-2414.2188]],"_wlID":259,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[260,{"_wlLine":[[-1467.8369,-2414.2188],[-1450.337,-2383.9077]],"_wlID":260,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[261,{"_wlLine":[[-366.25928,-1077.9156],[-379.2497,-1070.4156]],"_wlID":261,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[262,{"_wlLine":[[-379.2497,-1070.4156],[-426.88107,-1042.9156]],"_wlID":262,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[263,{"_wlLine":[[-446.88104,-1077.5566],[-399.24966,-1105.0566]],"_wlID":263,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[264,{"_wlLine":[[-399.24966,-1105.0566],[-386.25928,-1112.5566]],"_wlID":264,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[265,{"_wlLine":[[22.631386,-67.76273],[-7.679491,-85.26274]],"_wlID":265,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[266,{"_wlLine":[[12.320526,-119.90375],[29.641022,-109.90375]],"_wlID":266,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[267,{"_wlLine":[[29.641022,-109.90375],[42.6314,-102.40374]],"_wlID":267,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[268,{"_wlLine":[[330.0704,109.73746],[70.262856,-40.262665]],"_wlID":268,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[269,{"_wlLine":[[90.26286,-74.90368],[220.26288,-300.0702]],"_wlID":269,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[270,{"_wlLine":[[220.26288,-300.0702],[480.07047,-150.07013]],"_wlID":270,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[271,{"_wlLine":[[480.07047,-150.07013],[330.0704,109.73746]],"_wlID":271,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[272,{"_wlLine":[[401.524,-129.02368],[410.18427,-124.02368]],"_wlID":272,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[273,{"_wlLine":[[410.18427,-124.02368],[415.18427,-132.68393]],"_wlID":273,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[274,{"_wlLine":[[415.18427,-132.68393],[406.524,-137.68393]],"_wlID":274,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[275,{"_wlLine":[[406.524,-137.68393],[401.524,-129.02368]],"_wlID":275,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[276,{"_wlLine":[[304.02396,39.851227],[312.68423,44.85123]],"_wlID":276,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[277,{"_wlLine":[[312.68423,44.85123],[317.68423,36.19098]],"_wlID":277,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[278,{"_wlLine":[[317.68423,36.19098],[309.02396,31.190975]],"_wlID":278,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[279,{"_wlLine":[[309.02396,31.190975],[304.02396,39.851227]],"_wlID":279,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[280,{"_wlLine":[[369.024,-72.73204],[377.68427,-67.73204]],"_wlID":280,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[281,{"_wlLine":[[377.68427,-67.73204],[382.68427,-76.39229]],"_wlID":281,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[282,{"_wlLine":[[382.68427,-76.39229],[374.024,-81.39229]],"_wlID":282,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[283,{"_wlLine":[[374.024,-81.39229],[369.024,-72.73204]],"_wlID":283,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[284,{"_wlLine":[[336.524,-16.440413],[345.18427,-11.440411]],"_wlID":284,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[285,{"_wlLine":[[345.18427,-11.440411],[350.18427,-20.100664]],"_wlID":285,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[286,{"_wlLine":[[350.18427,-20.100664],[341.524,-25.100666]],"_wlID":286,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[287,{"_wlLine":[[341.524,-25.100666],[336.524,-16.440413]],"_wlID":287,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[288,{"_wlLine":[[167.64906,-113.940445],[176.30931,-108.940445]],"_wlID":288,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[289,{"_wlLine":[[176.30931,-108.940445],[181.30931,-117.60069]],"_wlID":289,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[290,{"_wlLine":[[181.30931,-117.60069],[172.64906,-122.60069]],"_wlID":290,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[291,{"_wlLine":[[172.64906,-122.60069],[167.64906,-113.940445]],"_wlID":291,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[292,{"_wlLine":[[232.64908,-226.52373],[241.30933,-221.52373]],"_wlID":292,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[293,{"_wlLine":[[241.30933,-221.52373],[246.30933,-230.18398]],"_wlID":293,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[294,{"_wlLine":[[246.30933,-230.18398],[237.64908,-235.18398]],"_wlID":294,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[295,{"_wlLine":[[237.64908,-235.18398],[232.64908,-226.52373]],"_wlID":295,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[296,{"_wlLine":[[135.14903,-57.648804],[143.80928,-52.6488]],"_wlID":296,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[297,{"_wlLine":[[143.80928,-52.6488],[148.80928,-61.30905]],"_wlID":297,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[298,{"_wlLine":[[148.80928,-61.30905],[140.14903,-66.30905]],"_wlID":298,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[299,{"_wlLine":[[140.14903,-66.30905],[135.14903,-57.648804]],"_wlID":299,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[300,{"_wlLine":[[200.14906,-170.23207],[208.80931,-165.23207]],"_wlID":300,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[301,{"_wlLine":[[208.80931,-165.23207],[213.80931,-173.89232]],"_wlID":301,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[302,{"_wlLine":[[213.80931,-173.89232],[205.14906,-178.89232]],"_wlID":302,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[303,{"_wlLine":[[205.14906,-178.89232],[200.14906,-170.23207]],"_wlID":303,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[304,{"_wlLine":[[191.44069,-25.148787],[200.10094,-20.148785]],"_wlID":304,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[305,{"_wlLine":[[200.10094,-20.148785],[205.10094,-28.809038]],"_wlID":305,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[306,{"_wlLine":[[205.10094,-28.809038],[196.44069,-33.80904]],"_wlID":306,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[307,{"_wlLine":[[196.44069,-33.80904],[191.44069,-25.148787]],"_wlID":307,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[308,{"_wlLine":[[247.73232,7.351213],[256.39258,12.351215]],"_wlID":308,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[309,{"_wlLine":[[256.39258,12.351215],[261.39258,3.6909623]],"_wlID":309,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[310,{"_wlLine":[[261.39258,3.6909623],[252.73232,-1.3090396]],"_wlID":310,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[311,{"_wlLine":[[252.73232,-1.3090396],[247.73232,7.351213]],"_wlID":311,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[312,{"_wlLine":[[345.23236,-161.5237],[353.89264,-156.5237]],"_wlID":312,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[313,{"_wlLine":[[353.89264,-156.5237],[358.89264,-165.18394]],"_wlID":313,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[314,{"_wlLine":[[358.89264,-165.18394],[350.23236,-170.18394]],"_wlID":314,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[315,{"_wlLine":[[350.23236,-170.18394],[345.23236,-161.5237]],"_wlID":315,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[316,{"_wlLine":[[288.9407,-194.02371],[297.60098,-189.02371]],"_wlID":316,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[317,{"_wlLine":[[297.60098,-189.02371],[302.60098,-197.68396]],"_wlID":317,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[318,{"_wlLine":[[302.60098,-197.68396],[293.9407,-202.68396]],"_wlID":318,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[319,{"_wlLine":[[293.9407,-202.68396],[288.9407,-194.02371]],"_wlID":319,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[320,{"_wlLine":[[-2.4833455,-82.26274],[13.105106,-73.26274]],"_wlID":320,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[321,{"_wlLine":[[13.105106,-73.26274],[23.105114,-90.58324]],"_wlID":321,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[322,{"_wlLine":[[23.105114,-90.58324],[7.516662,-99.58325]],"_wlID":322,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[323,{"_wlLine":[[7.516662,-99.58325],[-2.4833455,-82.26274]],"_wlID":323,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[324,{"_wlLine":[[33.10512,-107.90375],[17.51667,-116.90375]],"_wlID":324,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[325,{"_wlLine":[[17.51667,-116.90375],[7.516662,-99.58325]],"_wlID":325,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[326,{"_wlLine":[[7.516662,-99.58325],[23.105114,-90.58324]],"_wlID":326,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[327,{"_wlLine":[[23.105114,-90.58324],[33.10512,-107.90375]],"_wlID":327,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[328,{"_wlLine":[[-674.3025,-966.46216],[-669.3025,-957.8019]],"_wlID":328,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[329,{"_wlLine":[[-669.3025,-957.8019],[-660.6422,-962.8019]],"_wlID":329,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[330,{"_wlLine":[[-660.6422,-962.8019],[-665.6422,-971.46216]],"_wlID":330,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[331,{"_wlLine":[[-665.6422,-971.46216],[-674.3025,-966.46216]],"_wlID":331,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[332,{"_wlLine":[[-505.42755,-1063.962],[-500.42755,-1055.3019]],"_wlID":332,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[333,{"_wlLine":[[-500.42755,-1055.3019],[-491.76727,-1060.3019]],"_wlID":333,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[334,{"_wlLine":[[-491.76727,-1060.3019],[-496.76727,-1068.962]],"_wlID":334,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[335,{"_wlLine":[[-496.76727,-1068.962],[-505.42755,-1063.962]],"_wlID":335,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[336,{"_wlLine":[[-618.01086,-998.96216],[-613.01086,-990.3019]],"_wlID":336,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[337,{"_wlLine":[[-613.01086,-990.3019],[-604.3506,-995.3019]],"_wlID":337,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[338,{"_wlLine":[[-604.3506,-995.3019],[-609.3506,-1003.96216]],"_wlID":338,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[339,{"_wlLine":[[-609.3506,-1003.96216],[-618.01086,-998.96216]],"_wlID":339,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[340,{"_wlLine":[[-561.7192,-1031.462],[-556.7192,-1022.8018]],"_wlID":340,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[341,{"_wlLine":[[-556.7192,-1022.8018],[-548.0589,-1027.8019]],"_wlID":341,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[342,{"_wlLine":[[-548.0589,-1027.8019],[-553.0589,-1036.462]],"_wlID":342,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[343,{"_wlLine":[[-553.0589,-1036.462],[-561.7192,-1031.462]],"_wlID":343,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[344,{"_wlLine":[[-715.5108,-1167.837],[-710.5108,-1159.1769]],"_wlID":344,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[345,{"_wlLine":[[-710.5108,-1159.1769],[-701.8505,-1164.1769]],"_wlID":345,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[346,{"_wlLine":[[-701.8505,-1164.1769],[-706.8505,-1172.837]],"_wlID":346,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[347,{"_wlLine":[[-706.8505,-1172.837],[-715.5108,-1167.837]],"_wlID":347,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[348,{"_wlLine":[[-771.8024,-1135.337],[-766.8024,-1126.6769]],"_wlID":348,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[349,{"_wlLine":[[-766.8024,-1126.6769],[-758.14215,-1131.6769]],"_wlID":349,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[350,{"_wlLine":[[-758.14215,-1131.6769],[-763.14215,-1140.337]],"_wlID":350,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[351,{"_wlLine":[[-763.14215,-1140.337],[-771.8024,-1135.337]],"_wlID":351,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[352,{"_wlLine":[[-602.92755,-1232.837],[-597.92755,-1224.1769]],"_wlID":352,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[353,{"_wlLine":[[-597.92755,-1224.1769],[-589.2673,-1229.1769]],"_wlID":353,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[354,{"_wlLine":[[-589.2673,-1229.1769],[-594.2673,-1237.837]],"_wlID":354,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[355,{"_wlLine":[[-594.2673,-1237.837],[-602.92755,-1232.837]],"_wlID":355,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[356,{"_wlLine":[[-659.2192,-1200.337],[-654.2192,-1191.6769]],"_wlID":356,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[357,{"_wlLine":[[-654.2192,-1191.6769],[-645.5589,-1196.6769]],"_wlID":357,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[358,{"_wlLine":[[-645.5589,-1196.6769],[-650.5589,-1205.337]],"_wlID":358,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[359,{"_wlLine":[[-650.5589,-1205.337],[-659.2192,-1200.337]],"_wlID":359,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[360,{"_wlLine":[[-706.8025,-1022.7538],[-701.8025,-1014.0935]],"_wlID":360,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[361,{"_wlLine":[[-701.8025,-1014.0935],[-693.1422,-1019.0935]],"_wlID":361,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[362,{"_wlLine":[[-693.1422,-1019.0935],[-698.1422,-1027.7538]],"_wlID":362,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[363,{"_wlLine":[[-698.1422,-1027.7538],[-706.8025,-1022.7538]],"_wlID":363,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[364,{"_wlLine":[[-739.3025,-1079.0454],[-734.3025,-1070.3853]],"_wlID":364,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[365,{"_wlLine":[[-734.3025,-1070.3853],[-725.6422,-1075.3853]],"_wlID":365,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[366,{"_wlLine":[[-725.6422,-1075.3853],[-730.6422,-1084.0454]],"_wlID":366,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[367,{"_wlLine":[[-730.6422,-1084.0454],[-739.3025,-1079.0454]],"_wlID":367,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[368,{"_wlLine":[[-537.92755,-1120.2537],[-532.92755,-1111.5935]],"_wlID":368,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[369,{"_wlLine":[[-532.92755,-1111.5935],[-524.2673,-1116.5935]],"_wlID":369,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[370,{"_wlLine":[[-524.2673,-1116.5935],[-529.2673,-1125.2537]],"_wlID":370,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[371,{"_wlLine":[[-529.2673,-1125.2537],[-537.92755,-1120.2537]],"_wlID":371,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[372,{"_wlLine":[[-570.42755,-1176.5454],[-565.42755,-1167.8853]],"_wlID":372,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[373,{"_wlLine":[[-565.42755,-1167.8853],[-556.7673,-1172.8853]],"_wlID":373,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[374,{"_wlLine":[[-556.7673,-1172.8853],[-561.7673,-1181.5454]],"_wlID":374,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[375,{"_wlLine":[[-561.7673,-1181.5454],[-570.42755,-1176.5454]],"_wlID":375,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[376,{"_wlLine":[[-374.13495,-1119.5566],[-389.7234,-1110.5566]],"_wlID":376,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[377,{"_wlLine":[[-389.7234,-1110.5566],[-379.7234,-1093.2361]],"_wlID":377,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[378,{"_wlLine":[[-379.7234,-1093.2361],[-364.13495,-1102.2361]],"_wlID":378,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[379,{"_wlLine":[[-364.13495,-1102.2361],[-374.13495,-1119.5566]],"_wlID":379,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[380,{"_wlLine":[[-369.7234,-1075.9156],[-354.13495,-1084.9156]],"_wlID":380,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[381,{"_wlLine":[[-354.13495,-1084.9156],[-364.13495,-1102.2361]],"_wlID":381,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[382,{"_wlLine":[[-364.13495,-1102.2361],[-379.7234,-1093.2361]],"_wlID":382,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[383,{"_wlLine":[[-379.7234,-1093.2361],[-369.7234,-1075.9156]],"_wlID":383,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[384,{"_wlLine":[[-1453.3369,-2389.104],[-1462.3369,-2404.6924]],"_wlID":384,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[385,{"_wlLine":[[-1462.3369,-2404.6924],[-1479.6575,-2394.6924]],"_wlID":385,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[386,{"_wlLine":[[-1479.6575,-2394.6924],[-1470.6575,-2379.104]],"_wlID":386,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[387,{"_wlLine":[[-1470.6575,-2379.104],[-1453.3369,-2389.104]],"_wlID":387,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[388,{"_wlLine":[[-1496.978,-2384.6924],[-1487.978,-2369.104]],"_wlID":388,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[389,{"_wlLine":[[-1487.978,-2369.104],[-1470.6575,-2379.104]],"_wlID":389,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[390,{"_wlLine":[[-1470.6575,-2379.104],[-1479.6575,-2394.6924]],"_wlID":390,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[391,{"_wlLine":[[-1479.6575,-2394.6924],[-1496.978,-2384.6924]],"_wlID":391,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[392,{"_wlLine":[[-1904.4764,-2379.867],[-1888.888,-2388.867]],"_wlID":392,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[393,{"_wlLine":[[-1888.888,-2388.867],[-1897.2213,-2403.3005]],"_wlID":393,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[394,{"_wlLine":[[-1897.2213,-2403.3005],[-1912.8098,-2394.3005]],"_wlID":394,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[395,{"_wlLine":[[-1912.8098,-2394.3005],[-1904.4764,-2379.867]],"_wlID":395,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[396,{"_wlLine":[[-1896.1432,-2365.433],[-1880.5547,-2374.433]],"_wlID":396,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[397,{"_wlLine":[[-1880.5547,-2374.433],[-1888.8881,-2388.8667]],"_wlID":397,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[398,{"_wlLine":[[-1888.8881,-2388.8667],[-1904.4766,-2379.8667]],"_wlID":398,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[399,{"_wlLine":[[-1904.4766,-2379.8667],[-1896.1432,-2365.433]],"_wlID":399,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[400,{"_wlLine":[[-1887.8098,-2350.9993],[-1872.2213,-2359.9993]],"_wlID":400,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[401,{"_wlLine":[[-1872.2213,-2359.9993],[-1880.5547,-2374.4329]],"_wlID":401,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[402,{"_wlLine":[[-1880.5547,-2374.4329],[-1896.1432,-2365.4329]],"_wlID":402,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[403,{"_wlLine":[[-1896.1432,-2365.4329],[-1887.8098,-2350.9993]],"_wlID":403,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[404,{"_wlLine":[[-1879.4764,-2336.5654],[-1863.888,-2345.5654]],"_wlID":404,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[405,{"_wlLine":[[-1863.888,-2345.5654],[-1872.2213,-2359.999]],"_wlID":405,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[406,{"_wlLine":[[-1872.2213,-2359.999],[-1887.8098,-2350.999]],"_wlID":406,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[407,{"_wlLine":[[-1887.8098,-2350.999],[-1879.4764,-2336.5654]],"_wlID":407,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[408,{"_wlLine":[[-1871.1432,-2322.1318],[-1855.5547,-2331.1318]],"_wlID":408,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[409,{"_wlLine":[[-1855.5547,-2331.1318],[-1863.8881,-2345.5654]],"_wlID":409,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[410,{"_wlLine":[[-1863.8881,-2345.5654],[-1879.4766,-2336.5654]],"_wlID":410,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[411,{"_wlLine":[[-1879.4766,-2336.5654],[-1871.1432,-2322.1318]],"_wlID":411,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[412,{"_wlLine":[[-1862.8099,-2307.698],[-1847.2214,-2316.698]],"_wlID":412,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[413,{"_wlLine":[[-1847.2214,-2316.698],[-1855.5548,-2331.1316]],"_wlID":413,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[414,{"_wlLine":[[-1855.5548,-2331.1316],[-1871.1433,-2322.1316]],"_wlID":414,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[415,{"_wlLine":[[-1871.1433,-2322.1316],[-1862.8099,-2307.698]],"_wlID":415,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[416,{"_wlLine":[[-1854.4766,-2293.2642],[-1838.8881,-2302.2642]],"_wlID":416,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[417,{"_wlLine":[[-1838.8881,-2302.2642],[-1847.2214,-2316.6978]],"_wlID":417,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[418,{"_wlLine":[[-1847.2214,-2316.6978],[-1862.8099,-2307.6978]],"_wlID":418,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[419,{"_wlLine":[[-1862.8099,-2307.6978],[-1854.4766,-2293.2642]],"_wlID":419,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[420,{"_wlLine":[[-1893.5284,-2453.6768],[-1876.1418,-2449.018]],"_wlID":420,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[421,{"_wlLine":[[-1876.1418,-2449.018],[-1871.5665,-2466.0933]],"_wlID":421,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[422,{"_wlLine":[[-1871.5665,-2466.0933],[-1888.9531,-2470.752]],"_wlID":422,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[423,{"_wlLine":[[-1888.9531,-2470.752],[-1893.5284,-2453.6768]],"_wlID":423,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[424,{"_wlLine":[[-1898.1038,-2436.6013],[-1880.7172,-2431.9426]],"_wlID":424,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[425,{"_wlLine":[[-1880.7172,-2431.9426],[-1876.1418,-2449.0178]],"_wlID":425,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[426,{"_wlLine":[[-1876.1418,-2449.0178],[-1893.5284,-2453.6765]],"_wlID":426,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[427,{"_wlLine":[[-1893.5284,-2453.6765],[-1898.1038,-2436.6013]],"_wlID":427,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[428,{"_wlLine":[[-1902.6792,-2419.5261],[-1885.2926,-2414.8674]],"_wlID":428,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[429,{"_wlLine":[[-1885.2926,-2414.8674],[-1880.7173,-2431.9426]],"_wlID":429,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[430,{"_wlLine":[[-1880.7173,-2431.9426],[-1898.1039,-2436.6013]],"_wlID":430,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[431,{"_wlLine":[[-1898.1039,-2436.6013],[-1902.6792,-2419.5261]],"_wlID":431,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[432,{"_wlLine":[[-1907.2545,-2402.451],[-1889.8679,-2397.7922]],"_wlID":432,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[433,{"_wlLine":[[-1889.8679,-2397.7922],[-1885.2926,-2414.8674]],"_wlID":433,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[434,{"_wlLine":[[-1885.2926,-2414.8674],[-1902.6792,-2419.5261]],"_wlID":434,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[435,{"_wlLine":[[-1902.6792,-2419.5261],[-1907.2545,-2402.451]],"_wlID":435,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[436,{"_wlLine":[[-1911.8298,-2385.3755],[-1894.4432,-2380.7168]],"_wlID":436,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[437,{"_wlLine":[[-1894.4432,-2380.7168],[-1889.8679,-2397.792]],"_wlID":437,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[438,{"_wlLine":[[-1889.8679,-2397.792],[-1907.2545,-2402.4507]],"_wlID":438,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[439,{"_wlLine":[[-1907.2545,-2402.4507],[-1911.8298,-2385.3755]],"_wlID":439,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[440,{"_wlLine":[[-2049.1682,-2431.814],[-2040.1683,-2416.2256]],"_wlID":440,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[441,{"_wlLine":[[-2040.1683,-2416.2256],[-2025.7345,-2424.559]],"_wlID":441,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[442,{"_wlLine":[[-2025.7345,-2424.559],[-2034.7345,-2440.1475]],"_wlID":442,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[443,{"_wlLine":[[-2034.7345,-2440.1475],[-2049.1682,-2431.814]],"_wlID":443,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[444,{"_wlLine":[[-2063.602,-2423.4807],[-2054.602,-2407.8923]],"_wlID":444,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[445,{"_wlLine":[[-2054.602,-2407.8923],[-2040.1683,-2416.2258]],"_wlID":445,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[446,{"_wlLine":[[-2040.1683,-2416.2258],[-2049.1685,-2431.8142]],"_wlID":446,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[447,{"_wlLine":[[-2049.1685,-2431.8142],[-2063.602,-2423.4807]],"_wlID":447,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[448,{"_wlLine":[[-2078.0356,-2415.1472],[-2069.0356,-2399.5588]],"_wlID":448,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[449,{"_wlLine":[[-2069.0356,-2399.5588],[-2054.602,-2407.8923]],"_wlID":449,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[450,{"_wlLine":[[-2054.602,-2407.8923],[-2063.602,-2423.4807]],"_wlID":450,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[451,{"_wlLine":[[-2063.602,-2423.4807],[-2078.0356,-2415.1472]],"_wlID":451,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[452,{"_wlLine":[[-2092.4695,-2406.814],[-2083.4695,-2391.2256]],"_wlID":452,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[453,{"_wlLine":[[-2083.4695,-2391.2256],[-2069.036,-2399.559]],"_wlID":453,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[454,{"_wlLine":[[-2069.036,-2399.559],[-2078.036,-2415.1475]],"_wlID":454,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[455,{"_wlLine":[[-2078.036,-2415.1475],[-2092.4695,-2406.814]],"_wlID":455,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[456,{"_wlLine":[[-2106.9033,-2398.4807],[-2097.9033,-2382.8923]],"_wlID":456,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[457,{"_wlLine":[[-2097.9033,-2382.8923],[-2083.4697,-2391.2258]],"_wlID":457,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[458,{"_wlLine":[[-2083.4697,-2391.2258],[-2092.4697,-2406.8142]],"_wlID":458,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[459,{"_wlLine":[[-2092.4697,-2406.8142],[-2106.9033,-2398.4807]],"_wlID":459,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[460,{"_wlLine":[[-2121.337,-2390.1472],[-2112.337,-2374.5588]],"_wlID":460,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[461,{"_wlLine":[[-2112.337,-2374.5588],[-2097.9033,-2382.8923]],"_wlID":461,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[462,{"_wlLine":[[-2097.9033,-2382.8923],[-2106.9033,-2398.4807]],"_wlID":462,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[463,{"_wlLine":[[-2106.9033,-2398.4807],[-2121.337,-2390.1472]],"_wlID":463,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[464,{"_wlLine":[[-2135.7708,-2381.814],[-2126.7708,-2366.2256]],"_wlID":464,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[465,{"_wlLine":[[-2126.7708,-2366.2256],[-2112.3372,-2374.559]],"_wlID":465,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[466,{"_wlLine":[[-2112.3372,-2374.559],[-2121.3372,-2390.1475]],"_wlID":466,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[467,{"_wlLine":[[-2121.3372,-2390.1475],[-2135.7708,-2381.814]],"_wlID":467,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[468,{"_wlLine":[[-1975.3584,-2420.866],[-1980.0172,-2403.4795]],"_wlID":468,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[469,{"_wlLine":[[-1980.0172,-2403.4795],[-1962.9419,-2398.904]],"_wlID":469,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[470,{"_wlLine":[[-1962.9419,-2398.904],[-1958.2831,-2416.2905]],"_wlID":470,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[471,{"_wlLine":[[-1958.2831,-2416.2905],[-1975.3584,-2420.866]],"_wlID":471,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[472,{"_wlLine":[[-1992.4337,-2425.4414],[-1997.0925,-2408.055]],"_wlID":472,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[473,{"_wlLine":[[-1997.0925,-2408.055],[-1980.0172,-2403.4795]],"_wlID":473,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[474,{"_wlLine":[[-1980.0172,-2403.4795],[-1975.3584,-2420.866]],"_wlID":474,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[475,{"_wlLine":[[-1975.3584,-2420.866],[-1992.4337,-2425.4414]],"_wlID":475,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[476,{"_wlLine":[[-2009.509,-2430.0166],[-2014.1678,-2412.6301]],"_wlID":476,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[477,{"_wlLine":[[-2014.1678,-2412.6301],[-1997.0925,-2408.0547]],"_wlID":477,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[478,{"_wlLine":[[-1997.0925,-2408.0547],[-1992.4337,-2425.4412]],"_wlID":478,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[479,{"_wlLine":[[-1992.4337,-2425.4412],[-2009.509,-2430.0166]],"_wlID":479,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[480,{"_wlLine":[[-2026.5844,-2434.592],[-2031.2432,-2417.2056]],"_wlID":480,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[481,{"_wlLine":[[-2031.2432,-2417.2056],[-2014.1678,-2412.6301]],"_wlID":481,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[482,{"_wlLine":[[-2014.1678,-2412.6301],[-2009.509,-2430.0166]],"_wlID":482,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[483,{"_wlLine":[[-2009.509,-2430.0166],[-2026.5844,-2434.592]],"_wlID":483,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[484,{"_wlLine":[[-2043.6597,-2439.1675],[-2048.3184,-2421.781]],"_wlID":484,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[485,{"_wlLine":[[-2048.3184,-2421.781],[-2031.2432,-2417.2056]],"_wlID":485,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[486,{"_wlLine":[[-2031.2432,-2417.2056],[-2026.5844,-2434.592]],"_wlID":486,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[487,{"_wlLine":[[-2026.5844,-2434.592],[-2043.6597,-2439.1675]],"_wlID":487,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[488,{"_wlLine":[[-1938.7556,-2557.4685],[-1943.4144,-2540.082]],"_wlID":488,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[489,{"_wlLine":[[-1943.4144,-2540.082],[-1926.3391,-2535.5066]],"_wlID":489,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[490,{"_wlLine":[[-1926.3391,-2535.5066],[-1921.6803,-2552.893]],"_wlID":490,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[491,{"_wlLine":[[-1921.6803,-2552.893],[-1938.7556,-2557.4685]],"_wlID":491,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[492,{"_wlLine":[[-1955.8309,-2562.044],[-1960.4897,-2544.6575]],"_wlID":492,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[493,{"_wlLine":[[-1960.4897,-2544.6575],[-1943.4144,-2540.082]],"_wlID":493,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[494,{"_wlLine":[[-1943.4144,-2540.082],[-1938.7556,-2557.4685]],"_wlID":494,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[495,{"_wlLine":[[-1938.7556,-2557.4685],[-1955.8309,-2562.044]],"_wlID":495,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[496,{"_wlLine":[[-1972.9063,-2566.6191],[-1977.5651,-2549.2327]],"_wlID":496,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[497,{"_wlLine":[[-1977.5651,-2549.2327],[-1960.4897,-2544.6572]],"_wlID":497,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[498,{"_wlLine":[[-1960.4897,-2544.6572],[-1955.8309,-2562.0437]],"_wlID":498,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[499,{"_wlLine":[[-1955.8309,-2562.0437],[-1972.9063,-2566.6191]],"_wlID":499,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[500,{"_wlLine":[[-1989.9814,-2571.1946],[-1994.6403,-2553.808]],"_wlID":500,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[501,{"_wlLine":[[-1994.6403,-2553.808],[-1977.565,-2549.2327]],"_wlID":501,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[502,{"_wlLine":[[-1977.565,-2549.2327],[-1972.9061,-2566.6191]],"_wlID":502,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[503,{"_wlLine":[[-1972.9061,-2566.6191],[-1989.9814,-2571.1946]],"_wlID":503,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[504,{"_wlLine":[[-2007.0568,-2575.77],[-2011.7156,-2558.3835]],"_wlID":504,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[505,{"_wlLine":[[-2011.7156,-2558.3835],[-1994.6403,-2553.808]],"_wlID":505,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[506,{"_wlLine":[[-1994.6403,-2553.808],[-1989.9814,-2571.1946]],"_wlID":506,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[507,{"_wlLine":[[-1989.9814,-2571.1946],[-2007.0568,-2575.77]],"_wlID":507,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[508,{"_wlLine":[[-2008.1691,-2502.696],[-2025.5557,-2507.3547]],"_wlID":508,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[509,{"_wlLine":[[-2025.5557,-2507.3547],[-2030.131,-2490.2795]],"_wlID":509,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[510,{"_wlLine":[[-2030.131,-2490.2795],[-2012.7444,-2485.6208]],"_wlID":510,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[511,{"_wlLine":[[-2012.7444,-2485.6208],[-2008.1691,-2502.696]],"_wlID":511,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[512,{"_wlLine":[[-2003.5938,-2519.7712],[-2020.9803,-2524.43]],"_wlID":512,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[513,{"_wlLine":[[-2020.9803,-2524.43],[-2025.5557,-2507.3547]],"_wlID":513,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[514,{"_wlLine":[[-2025.5557,-2507.3547],[-2008.1691,-2502.696]],"_wlID":514,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[515,{"_wlLine":[[-2008.1691,-2502.696],[-2003.5938,-2519.7712]],"_wlID":515,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[516,{"_wlLine":[[-1999.0183,-2536.8467],[-2016.4049,-2541.5054]],"_wlID":516,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[517,{"_wlLine":[[-2016.4049,-2541.5054],[-2020.9802,-2524.4302]],"_wlID":517,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[518,{"_wlLine":[[-2020.9802,-2524.4302],[-2003.5936,-2519.7715]],"_wlID":518,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[519,{"_wlLine":[[-2003.5936,-2519.7715],[-1999.0183,-2536.8467]],"_wlID":519,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[520,{"_wlLine":[[-1994.4429,-2553.922],[-2011.8295,-2558.5808]],"_wlID":520,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[521,{"_wlLine":[[-2011.8295,-2558.5808],[-2016.4048,-2541.5056]],"_wlID":521,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[522,{"_wlLine":[[-2016.4048,-2541.5056],[-1999.0182,-2536.847]],"_wlID":522,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[523,{"_wlLine":[[-1999.0182,-2536.847],[-1994.4429,-2553.922]],"_wlID":523,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[524,{"_wlLine":[[-1989.8676,-2570.9973],[-2007.2542,-2575.656]],"_wlID":524,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[525,{"_wlLine":[[-2007.2542,-2575.656],[-2011.8295,-2558.5808]],"_wlID":525,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[526,{"_wlLine":[[-2011.8295,-2558.5808],[-1994.4429,-2553.922]],"_wlID":526,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[527,{"_wlLine":[[-1994.4429,-2553.922],[-1989.8676,-2570.9973]],"_wlID":527,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[528,{"_wlLine":[[-1920.8306,-2542.86],[-1929.8307,-2558.4485]],"_wlID":528,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[529,{"_wlLine":[[-1929.8307,-2558.4485],[-1944.2644,-2550.115]],"_wlID":529,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[530,{"_wlLine":[[-1944.2644,-2550.115],[-1935.2643,-2534.5266]],"_wlID":530,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[531,{"_wlLine":[[-1935.2643,-2534.5266],[-1920.8306,-2542.86]],"_wlID":531,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[532,{"_wlLine":[[-1906.3969,-2551.1934],[-1915.397,-2566.7817]],"_wlID":532,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[533,{"_wlLine":[[-1915.397,-2566.7817],[-1929.8307,-2558.4482]],"_wlID":533,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[534,{"_wlLine":[[-1929.8307,-2558.4482],[-1920.8306,-2542.8599]],"_wlID":534,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[535,{"_wlLine":[[-1920.8306,-2542.8599],[-1906.3969,-2551.1934]],"_wlID":535,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[536,{"_wlLine":[[-1891.9631,-2559.5269],[-1900.9633,-2575.1152]],"_wlID":536,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[537,{"_wlLine":[[-1900.9633,-2575.1152],[-1915.397,-2566.7817]],"_wlID":537,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[538,{"_wlLine":[[-1915.397,-2566.7817],[-1906.3969,-2551.1934]],"_wlID":538,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[539,{"_wlLine":[[-1906.3969,-2551.1934],[-1891.9631,-2559.5269]],"_wlID":539,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[540,{"_wlLine":[[-1877.5294,-2567.86],[-1886.5295,-2583.4485]],"_wlID":540,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[541,{"_wlLine":[[-1886.5295,-2583.4485],[-1900.9633,-2575.115]],"_wlID":541,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[542,{"_wlLine":[[-1900.9633,-2575.115],[-1891.9631,-2559.5266]],"_wlID":542,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[543,{"_wlLine":[[-1891.9631,-2559.5266],[-1877.5294,-2567.86]],"_wlID":543,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[544,{"_wlLine":[[-2023.6069,-2709.0515],[-2018.948,-2691.6648]],"_wlID":544,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[545,{"_wlLine":[[-2018.948,-2691.6648],[-1999.6295,-2696.8413]],"_wlID":545,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[546,{"_wlLine":[[-1999.6295,-2696.8413],[-2004.2885,-2714.228]],"_wlID":546,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[547,{"_wlLine":[[-2004.2885,-2714.228],[-2023.6069,-2709.0515]],"_wlID":547,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[548,{"_wlLine":[[-1980.3112,-2702.0176],[-1984.9698,-2719.4043]],"_wlID":548,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[549,{"_wlLine":[[-1984.9698,-2719.4043],[-2004.2883,-2714.228]],"_wlID":549,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[550,{"_wlLine":[[-2004.2883,-2714.228],[-1999.6296,-2696.8413]],"_wlID":550,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[551,{"_wlLine":[[-1999.6296,-2696.8413],[-1980.3112,-2702.0176]],"_wlID":551,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[552,{"_wlLine":[[-2031.3715,-2738.0293],[-2026.7125,-2720.6426]],"_wlID":552,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[553,{"_wlLine":[[-2026.7125,-2720.6426],[-2007.394,-2725.819]],"_wlID":553,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[554,{"_wlLine":[[-2007.394,-2725.819],[-2012.053,-2743.2058]],"_wlID":554,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[555,{"_wlLine":[[-2012.053,-2743.2058],[-2031.3715,-2738.0293]],"_wlID":555,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[556,{"_wlLine":[[-1988.0757,-2730.9954],[-1992.7344,-2748.382]],"_wlID":556,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[557,{"_wlLine":[[-1992.7344,-2748.382],[-2012.0529,-2743.2058]],"_wlID":557,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[558,{"_wlLine":[[-2012.0529,-2743.2058],[-2007.3942,-2725.819]],"_wlID":558,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[559,{"_wlLine":[[-2007.3942,-2725.819],[-1988.0757,-2730.9954]],"_wlID":559,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[560,{"_wlLine":[[-2066.063,-2983.4116],[-2085.3816,-2978.235]],"_wlID":560,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[561,{"_wlLine":[[-2085.3816,-2978.235],[-2080.205,-2958.9165]],"_wlID":561,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[562,{"_wlLine":[[-2080.205,-2958.9165],[-2060.8865,-2964.093]],"_wlID":562,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[563,{"_wlLine":[[-2060.8865,-2964.093],[-2066.063,-2983.4116]],"_wlID":563,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[564,{"_wlLine":[[-2110.8135,-2865.9014],[-2100.8135,-2883.2217]],"_wlID":564,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[565,{"_wlLine":[[-2100.8135,-2883.2217],[-2135.4546,-2903.2217]],"_wlID":565,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[566,{"_wlLine":[[-2135.4546,-2903.2217],[-2145.4546,-2885.9014]],"_wlID":566,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[567,{"_wlLine":[[-2145.4546,-2885.9014],[-2110.8135,-2865.9014]],"_wlID":567,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[568,{"_wlLine":[[-2167.8137,-2767.1748],[-2158.8137,-2782.7632]],"_wlID":568,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[569,{"_wlLine":[[-2158.8137,-2782.7632],[-2176.1343,-2792.7632]],"_wlID":569,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[570,{"_wlLine":[[-2176.1343,-2792.7632],[-2185.1343,-2777.1748]],"_wlID":570,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[571,{"_wlLine":[[-2185.1343,-2777.1748],[-2167.8137,-2767.1748]],"_wlID":571,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[572,{"_wlLine":[[-2193.4546,-2802.7632],[-2202.4546,-2787.1748]],"_wlID":572,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[573,{"_wlLine":[[-2202.4546,-2787.1748],[-2185.1343,-2777.1748]],"_wlID":573,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[574,{"_wlLine":[[-2185.1343,-2777.1748],[-2176.1343,-2792.7632]],"_wlID":574,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[575,{"_wlLine":[[-2176.1343,-2792.7632],[-2193.4546,-2802.7632]],"_wlID":575,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[576,{"_wlLine":[[-2212.814,-2689.2324],[-2203.814,-2704.8208]],"_wlID":576,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[577,{"_wlLine":[[-2203.814,-2704.8208],[-2221.1345,-2714.8208]],"_wlID":577,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[578,{"_wlLine":[[-2221.1345,-2714.8208],[-2230.1345,-2699.2324]],"_wlID":578,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[579,{"_wlLine":[[-2230.1345,-2699.2324],[-2212.814,-2689.2324]],"_wlID":579,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[580,{"_wlLine":[[-2238.4548,-2724.8208],[-2247.4548,-2709.2324]],"_wlID":580,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[581,{"_wlLine":[[-2247.4548,-2709.2324],[-2230.1345,-2699.2324]],"_wlID":581,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[582,{"_wlLine":[[-2230.1345,-2699.2324],[-2221.1345,-2714.8208]],"_wlID":582,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[583,{"_wlLine":[[-2221.1345,-2714.8208],[-2238.4548,-2724.8208]],"_wlID":583,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[584,{"_wlLine":[[-2289.8271,-2573.1511],[-2274.2388,-2564.1511]],"_wlID":584,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[585,{"_wlLine":[[-2274.2388,-2564.1511],[-2269.2388,-2572.8113]],"_wlID":585,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[586,{"_wlLine":[[-2269.2388,-2572.8113],[-2284.8271,-2581.8113]],"_wlID":586,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[587,{"_wlLine":[[-2284.8271,-2581.8113],[-2289.8271,-2573.1511]],"_wlID":587,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[588,{"_wlLine":[[-2294.8271,-2564.491],[-2279.2388,-2555.491]],"_wlID":588,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[589,{"_wlLine":[[-2279.2388,-2555.491],[-2274.2388,-2564.1511]],"_wlID":589,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[590,{"_wlLine":[[-2274.2388,-2564.1511],[-2289.8271,-2573.1511]],"_wlID":590,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[591,{"_wlLine":[[-2289.8271,-2573.1511],[-2294.8271,-2564.491]],"_wlID":591,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[592,{"_wlLine":[[-2238.9485,-2559.9421],[-2247.9485,-2544.3538]],"_wlID":592,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[593,{"_wlLine":[[-2247.9485,-2544.3538],[-2233.515,-2536.0203]],"_wlID":593,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[594,{"_wlLine":[[-2233.515,-2536.0203],[-2224.515,-2551.6086]],"_wlID":594,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[595,{"_wlLine":[[-2224.515,-2551.6086],[-2238.9485,-2559.9421]],"_wlID":595,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[596,{"_wlLine":[[-2253.3823,-2568.2754],[-2262.3823,-2552.687]],"_wlID":596,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[597,{"_wlLine":[[-2262.3823,-2552.687],[-2247.9487,-2544.3535]],"_wlID":597,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[598,{"_wlLine":[[-2247.9487,-2544.3535],[-2238.9487,-2559.942]],"_wlID":598,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[599,{"_wlLine":[[-2238.9487,-2559.942],[-2253.3823,-2568.2754]],"_wlID":599,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[600,{"_wlLine":[[-2267.816,-2576.609],[-2276.816,-2561.0205]],"_wlID":600,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[601,{"_wlLine":[[-2276.816,-2561.0205],[-2262.3823,-2552.687]],"_wlID":601,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[602,{"_wlLine":[[-2262.3823,-2552.687],[-2253.3823,-2568.2754]],"_wlID":602,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[603,{"_wlLine":[[-2253.3823,-2568.2754],[-2267.816,-2576.609]],"_wlID":603,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[604,{"_wlLine":[[-2282.2498,-2584.9421],[-2291.2498,-2569.3538]],"_wlID":604,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[605,{"_wlLine":[[-2291.2498,-2569.3538],[-2276.8162,-2561.0203]],"_wlID":605,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[606,{"_wlLine":[[-2276.8162,-2561.0203],[-2267.8162,-2576.6086]],"_wlID":606,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[607,{"_wlLine":[[-2267.8162,-2576.6086],[-2282.2498,-2584.9421]],"_wlID":607,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[608,{"_wlLine":[[-2230.9375,-2539.1511],[-2246.526,-2548.1511]],"_wlID":608,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[609,{"_wlLine":[[-2246.526,-2548.1511],[-2251.526,-2539.491]],"_wlID":609,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[610,{"_wlLine":[[-2251.526,-2539.491],[-2235.9375,-2530.491]],"_wlID":610,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[611,{"_wlLine":[[-2235.9375,-2530.491],[-2230.9375,-2539.1511]],"_wlID":611,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[612,{"_wlLine":[[-2225.9375,-2547.8113],[-2241.526,-2556.8113]],"_wlID":612,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[613,{"_wlLine":[[-2241.526,-2556.8113],[-2246.526,-2548.1511]],"_wlID":613,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[614,{"_wlLine":[[-2246.526,-2548.1511],[-2230.9375,-2539.1511]],"_wlID":614,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[615,{"_wlLine":[[-2230.9375,-2539.1511],[-2225.9375,-2547.8113]],"_wlID":615,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[616,{"_wlLine":[[-2421.2236,-2468.9695],[-2405.6353,-2459.9695]],"_wlID":616,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[617,{"_wlLine":[[-2405.6353,-2459.9695],[-2400.6353,-2468.6296]],"_wlID":617,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[618,{"_wlLine":[[-2400.6353,-2468.6296],[-2416.2236,-2477.6296]],"_wlID":618,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[619,{"_wlLine":[[-2416.2236,-2477.6296],[-2421.2236,-2468.9695]],"_wlID":619,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[620,{"_wlLine":[[-2426.2236,-2460.3093],[-2410.6353,-2451.3093]],"_wlID":620,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[621,{"_wlLine":[[-2410.6353,-2451.3093],[-2405.6353,-2459.9695]],"_wlID":621,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[622,{"_wlLine":[[-2405.6353,-2459.9695],[-2421.2236,-2468.9695]],"_wlID":622,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[623,{"_wlLine":[[-2421.2236,-2468.9695],[-2426.2236,-2460.3093]],"_wlID":623,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[624,{"_wlLine":[[-2370.3452,-2455.7605],[-2379.3452,-2440.172]],"_wlID":624,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[625,{"_wlLine":[[-2379.3452,-2440.172],[-2364.9116,-2431.8386]],"_wlID":625,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[626,{"_wlLine":[[-2364.9116,-2431.8386],[-2355.9116,-2447.427]],"_wlID":626,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[627,{"_wlLine":[[-2355.9116,-2447.427],[-2370.3452,-2455.7605]],"_wlID":627,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[628,{"_wlLine":[[-2384.7788,-2464.0938],[-2393.7788,-2448.5054]],"_wlID":628,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[629,{"_wlLine":[[-2393.7788,-2448.5054],[-2379.3452,-2440.1719]],"_wlID":629,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[630,{"_wlLine":[[-2379.3452,-2440.1719],[-2370.3452,-2455.7603]],"_wlID":630,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[631,{"_wlLine":[[-2370.3452,-2455.7603],[-2384.7788,-2464.0938]],"_wlID":631,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[632,{"_wlLine":[[-2399.2126,-2472.4272],[-2408.2126,-2456.8389]],"_wlID":632,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[633,{"_wlLine":[[-2408.2126,-2456.8389],[-2393.779,-2448.5054]],"_wlID":633,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[634,{"_wlLine":[[-2393.779,-2448.5054],[-2384.779,-2464.0938]],"_wlID":634,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[635,{"_wlLine":[[-2384.779,-2464.0938],[-2399.2126,-2472.4272]],"_wlID":635,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[636,{"_wlLine":[[-2413.6462,-2480.7605],[-2422.6462,-2465.172]],"_wlID":636,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[637,{"_wlLine":[[-2422.6462,-2465.172],[-2408.2126,-2456.8386]],"_wlID":637,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[638,{"_wlLine":[[-2408.2126,-2456.8386],[-2399.2126,-2472.427]],"_wlID":638,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[639,{"_wlLine":[[-2399.2126,-2472.427],[-2413.6462,-2480.7605]],"_wlID":639,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[640,{"_wlLine":[[-2362.3342,-2434.9695],[-2377.9226,-2443.9692]],"_wlID":640,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[641,{"_wlLine":[[-2377.9226,-2443.9692],[-2382.9226,-2435.3088]],"_wlID":641,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[642,{"_wlLine":[[-2382.9226,-2435.3088],[-2367.3342,-2426.309]],"_wlID":642,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[643,{"_wlLine":[[-2367.3342,-2426.309],[-2362.3342,-2434.9695]],"_wlID":643,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[644,{"_wlLine":[[-2357.3342,-2443.63],[-2372.9226,-2452.6296]],"_wlID":644,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[645,{"_wlLine":[[-2372.9226,-2452.6296],[-2377.9226,-2443.9692]],"_wlID":645,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[646,{"_wlLine":[[-2377.9226,-2443.9692],[-2362.3342,-2434.9695]],"_wlID":646,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[647,{"_wlLine":[[-2362.3342,-2434.9695],[-2357.3342,-2443.63]],"_wlID":647,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[648,{"_wlLine":[[-2464.4888,-2587.5615],[-2448.9004,-2578.5615]],"_wlID":648,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[649,{"_wlLine":[[-2448.9004,-2578.5615],[-2443.9004,-2587.2217]],"_wlID":649,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[650,{"_wlLine":[[-2443.9004,-2587.2217],[-2459.4888,-2596.2217]],"_wlID":650,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[651,{"_wlLine":[[-2459.4888,-2596.2217],[-2464.4888,-2587.5615]],"_wlID":651,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[652,{"_wlLine":[[-2469.4888,-2578.9014],[-2453.9004,-2569.9014]],"_wlID":652,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[653,{"_wlLine":[[-2453.9004,-2569.9014],[-2448.9004,-2578.5615]],"_wlID":653,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[654,{"_wlLine":[[-2448.9004,-2578.5615],[-2464.4888,-2587.5615]],"_wlID":654,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[655,{"_wlLine":[[-2464.4888,-2587.5615],[-2469.4888,-2578.9014]],"_wlID":655,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[656,{"_wlLine":[[-2413.61,-2574.3525],[-2422.61,-2558.7642]],"_wlID":656,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[657,{"_wlLine":[[-2422.61,-2558.7642],[-2408.1765,-2550.4307]],"_wlID":657,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[658,{"_wlLine":[[-2408.1765,-2550.4307],[-2399.1765,-2566.019]],"_wlID":658,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[659,{"_wlLine":[[-2399.1765,-2566.019],[-2413.61,-2574.3525]],"_wlID":659,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[660,{"_wlLine":[[-2428.044,-2582.6858],[-2437.044,-2567.0974]],"_wlID":660,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[661,{"_wlLine":[[-2437.044,-2567.0974],[-2422.6104,-2558.764]],"_wlID":661,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[662,{"_wlLine":[[-2422.6104,-2558.764],[-2413.6104,-2574.3523]],"_wlID":662,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[663,{"_wlLine":[[-2413.6104,-2574.3523],[-2428.044,-2582.6858]],"_wlID":663,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[664,{"_wlLine":[[-2442.4775,-2591.0193],[-2451.4775,-2575.431]],"_wlID":664,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[665,{"_wlLine":[[-2451.4775,-2575.431],[-2437.044,-2567.0974]],"_wlID":665,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[666,{"_wlLine":[[-2437.044,-2567.0974],[-2428.044,-2582.6858]],"_wlID":666,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[667,{"_wlLine":[[-2428.044,-2582.6858],[-2442.4775,-2591.0193]],"_wlID":667,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[668,{"_wlLine":[[-2456.9114,-2599.3525],[-2465.9114,-2583.7642]],"_wlID":668,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[669,{"_wlLine":[[-2465.9114,-2583.7642],[-2451.4778,-2575.4307]],"_wlID":669,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[670,{"_wlLine":[[-2451.4778,-2575.4307],[-2442.4778,-2591.019]],"_wlID":670,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[671,{"_wlLine":[[-2442.4778,-2591.019],[-2456.9114,-2599.3525]],"_wlID":671,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[672,{"_wlLine":[[-2405.599,-2553.5615],[-2421.1875,-2562.5613]],"_wlID":672,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[673,{"_wlLine":[[-2421.1875,-2562.5613],[-2426.1875,-2553.901]],"_wlID":673,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[674,{"_wlLine":[[-2426.1875,-2553.901],[-2410.599,-2544.9011]],"_wlID":674,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[675,{"_wlLine":[[-2410.599,-2544.9011],[-2405.599,-2553.5615]],"_wlID":675,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[676,{"_wlLine":[[-2400.599,-2562.222],[-2416.1875,-2571.2217]],"_wlID":676,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[677,{"_wlLine":[[-2416.1875,-2571.2217],[-2421.1875,-2562.5613]],"_wlID":677,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[678,{"_wlLine":[[-2421.1875,-2562.5613],[-2405.599,-2553.5615]],"_wlID":678,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[679,{"_wlLine":[[-2405.599,-2553.5615],[-2400.599,-2562.222]],"_wlID":679,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[680,{"_wlLine":[[-2547.3066,-2313.6743],[-2531.7183,-2304.6743]],"_wlID":680,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[681,{"_wlLine":[[-2531.7183,-2304.6743],[-2526.7183,-2313.3345]],"_wlID":681,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[682,{"_wlLine":[[-2526.7183,-2313.3345],[-2542.3066,-2322.3345]],"_wlID":682,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[683,{"_wlLine":[[-2542.3066,-2322.3345],[-2547.3066,-2313.6743]],"_wlID":683,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[684,{"_wlLine":[[-2552.3066,-2305.0142],[-2536.7183,-2296.0142]],"_wlID":684,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[685,{"_wlLine":[[-2536.7183,-2296.0142],[-2531.7183,-2304.6743]],"_wlID":685,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[686,{"_wlLine":[[-2531.7183,-2304.6743],[-2547.3066,-2313.6743]],"_wlID":686,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[687,{"_wlLine":[[-2547.3066,-2313.6743],[-2552.3066,-2305.0142]],"_wlID":687,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[688,{"_wlLine":[[-2496.428,-2300.4653],[-2505.428,-2284.877]],"_wlID":688,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[689,{"_wlLine":[[-2505.428,-2284.877],[-2490.9944,-2276.5435]],"_wlID":689,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[690,{"_wlLine":[[-2490.9944,-2276.5435],[-2481.9944,-2292.1318]],"_wlID":690,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[691,{"_wlLine":[[-2481.9944,-2292.1318],[-2496.428,-2300.4653]],"_wlID":691,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[692,{"_wlLine":[[-2510.8618,-2308.7986],[-2519.8618,-2293.2102]],"_wlID":692,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[693,{"_wlLine":[[-2519.8618,-2293.2102],[-2505.4282,-2284.8767]],"_wlID":693,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[694,{"_wlLine":[[-2505.4282,-2284.8767],[-2496.4282,-2300.465]],"_wlID":694,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[695,{"_wlLine":[[-2496.4282,-2300.465],[-2510.8618,-2308.7986]],"_wlID":695,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[696,{"_wlLine":[[-2525.2954,-2317.132],[-2534.2954,-2301.5437]],"_wlID":696,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[697,{"_wlLine":[[-2534.2954,-2301.5437],[-2519.8618,-2293.2102]],"_wlID":697,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[698,{"_wlLine":[[-2519.8618,-2293.2102],[-2510.8618,-2308.7986]],"_wlID":698,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[699,{"_wlLine":[[-2510.8618,-2308.7986],[-2525.2954,-2317.132]],"_wlID":699,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[700,{"_wlLine":[[-2539.7292,-2325.4653],[-2548.7292,-2309.877]],"_wlID":700,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[701,{"_wlLine":[[-2548.7292,-2309.877],[-2534.2957,-2301.5435]],"_wlID":701,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[702,{"_wlLine":[[-2534.2957,-2301.5435],[-2525.2957,-2317.1318]],"_wlID":702,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[703,{"_wlLine":[[-2525.2957,-2317.1318],[-2539.7292,-2325.4653]],"_wlID":703,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[704,{"_wlLine":[[-2524.7126,-2074.8599],[-2515.713,-2090.4482]],"_wlID":704,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[705,{"_wlLine":[[-2515.713,-2090.4482],[-2524.3733,-2095.4482]],"_wlID":705,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[706,{"_wlLine":[[-2524.3733,-2095.4482],[-2533.373,-2079.8599]],"_wlID":706,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[707,{"_wlLine":[[-2533.373,-2079.8599],[-2524.7126,-2074.8599]],"_wlID":707,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[708,{"_wlLine":[[-2516.0522,-2069.8599],[-2507.0525,-2085.4482]],"_wlID":708,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[709,{"_wlLine":[[-2507.0525,-2085.4482],[-2515.713,-2090.4482]],"_wlID":709,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[710,{"_wlLine":[[-2515.713,-2090.4482],[-2524.7126,-2074.8599]],"_wlID":710,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[711,{"_wlLine":[[-2524.7126,-2074.8599],[-2516.0522,-2069.8599]],"_wlID":711,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[712,{"_wlLine":[[-2511.504,-2125.7385],[-2495.9155,-2116.7385]],"_wlID":712,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[713,{"_wlLine":[[-2495.9155,-2116.7385],[-2487.582,-2131.172]],"_wlID":713,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[714,{"_wlLine":[[-2487.582,-2131.172],[-2503.1704,-2140.172]],"_wlID":714,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[715,{"_wlLine":[[-2503.1704,-2140.172],[-2511.504,-2125.7385]],"_wlID":715,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[716,{"_wlLine":[[-2519.8372,-2111.3047],[-2504.2488,-2102.3047]],"_wlID":716,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[717,{"_wlLine":[[-2504.2488,-2102.3047],[-2495.9153,-2116.7383]],"_wlID":717,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[718,{"_wlLine":[[-2495.9153,-2116.7383],[-2511.5037,-2125.7383]],"_wlID":718,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[719,{"_wlLine":[[-2511.5037,-2125.7383],[-2519.8372,-2111.3047]],"_wlID":719,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[720,{"_wlLine":[[-2528.1707,-2096.871],[-2512.5823,-2087.871]],"_wlID":720,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[721,{"_wlLine":[[-2512.5823,-2087.871],[-2504.2488,-2102.3047]],"_wlID":721,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[722,{"_wlLine":[[-2504.2488,-2102.3047],[-2519.8372,-2111.3047]],"_wlID":722,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[723,{"_wlLine":[[-2519.8372,-2111.3047],[-2528.1707,-2096.871]],"_wlID":723,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[724,{"_wlLine":[[-2536.504,-2082.4373],[-2520.9155,-2073.4373]],"_wlID":724,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[725,{"_wlLine":[[-2520.9155,-2073.4373],[-2512.582,-2087.8708]],"_wlID":725,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[726,{"_wlLine":[[-2512.582,-2087.8708],[-2528.1704,-2096.8708]],"_wlID":726,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[727,{"_wlLine":[[-2528.1704,-2096.8708],[-2536.504,-2082.4373]],"_wlID":727,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[728,{"_wlLine":[[-2490.713,-2133.7495],[-2499.7126,-2118.1611]],"_wlID":728,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[729,{"_wlLine":[[-2499.7126,-2118.1611],[-2491.0522,-2113.1611]],"_wlID":729,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[730,{"_wlLine":[[-2491.0522,-2113.1611],[-2482.0525,-2128.7495]],"_wlID":730,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[731,{"_wlLine":[[-2482.0525,-2128.7495],[-2490.713,-2133.7495]],"_wlID":731,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[732,{"_wlLine":[[-2499.3733,-2138.7495],[-2508.373,-2123.1611]],"_wlID":732,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[733,{"_wlLine":[[-2508.373,-2123.1611],[-2499.7126,-2118.1611]],"_wlID":733,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[734,{"_wlLine":[[-2499.7126,-2118.1611],[-2490.713,-2133.7495]],"_wlID":734,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[735,{"_wlLine":[[-2490.713,-2133.7495],[-2499.3733,-2138.7495]],"_wlID":735,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[736,{"_wlLine":[[-2608.1584,-2031.7136],[-2599.1584,-2047.302]],"_wlID":736,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[737,{"_wlLine":[[-2599.1584,-2047.302],[-2607.8186,-2052.302]],"_wlID":737,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[738,{"_wlLine":[[-2607.8186,-2052.302],[-2616.8186,-2036.7136]],"_wlID":738,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[739,{"_wlLine":[[-2616.8186,-2036.7136],[-2608.1584,-2031.7136]],"_wlID":739,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[740,{"_wlLine":[[-2599.4983,-2026.7136],[-2590.4983,-2042.302]],"_wlID":740,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[741,{"_wlLine":[[-2590.4983,-2042.302],[-2599.1584,-2047.302]],"_wlID":741,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[742,{"_wlLine":[[-2599.1584,-2047.302],[-2608.1584,-2031.7136]],"_wlID":742,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[743,{"_wlLine":[[-2608.1584,-2031.7136],[-2599.4983,-2026.7136]],"_wlID":743,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[744,{"_wlLine":[[-2594.9495,-2082.5923],[-2579.361,-2073.5923]],"_wlID":744,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[745,{"_wlLine":[[-2579.361,-2073.5923],[-2571.0276,-2088.026]],"_wlID":745,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[746,{"_wlLine":[[-2571.0276,-2088.026],[-2586.616,-2097.026]],"_wlID":746,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[747,{"_wlLine":[[-2586.616,-2097.026],[-2594.9495,-2082.5923]],"_wlID":747,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[748,{"_wlLine":[[-2603.2827,-2068.1584],[-2587.6943,-2059.1584]],"_wlID":748,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[749,{"_wlLine":[[-2587.6943,-2059.1584],[-2579.3608,-2073.592]],"_wlID":749,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[750,{"_wlLine":[[-2579.3608,-2073.592],[-2594.9492,-2082.592]],"_wlID":750,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[751,{"_wlLine":[[-2594.9492,-2082.592],[-2603.2827,-2068.1584]],"_wlID":751,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[752,{"_wlLine":[[-2611.6162,-2053.7249],[-2596.0278,-2044.7247]],"_wlID":752,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[753,{"_wlLine":[[-2596.0278,-2044.7247],[-2587.6943,-2059.1584]],"_wlID":753,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[754,{"_wlLine":[[-2587.6943,-2059.1584],[-2603.2827,-2068.1584]],"_wlID":754,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[755,{"_wlLine":[[-2603.2827,-2068.1584],[-2611.6162,-2053.7249]],"_wlID":755,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[756,{"_wlLine":[[-2619.9495,-2039.2909],[-2604.361,-2030.2909]],"_wlID":756,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[757,{"_wlLine":[[-2604.361,-2030.2909],[-2596.0276,-2044.7247]],"_wlID":757,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[758,{"_wlLine":[[-2596.0276,-2044.7247],[-2611.616,-2053.7246]],"_wlID":758,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[759,{"_wlLine":[[-2611.616,-2053.7246],[-2619.9495,-2039.2909]],"_wlID":759,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[760,{"_wlLine":[[-2574.1584,-2090.6033],[-2583.1584,-2075.015]],"_wlID":760,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[761,{"_wlLine":[[-2583.1584,-2075.015],[-2574.4983,-2070.015]],"_wlID":761,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[762,{"_wlLine":[[-2574.4983,-2070.015],[-2565.4983,-2085.6033]],"_wlID":762,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[763,{"_wlLine":[[-2565.4983,-2085.6033],[-2574.1584,-2090.6033]],"_wlID":763,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[764,{"_wlLine":[[-2582.8186,-2095.6033],[-2591.8186,-2080.015]],"_wlID":764,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[765,{"_wlLine":[[-2591.8186,-2080.015],[-2583.1584,-2075.015]],"_wlID":765,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[766,{"_wlLine":[[-2583.1584,-2075.015],[-2574.1584,-2090.6033]],"_wlID":766,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[767,{"_wlLine":[[-2574.1584,-2090.6033],[-2582.8186,-2095.6033]],"_wlID":767,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[768,{"_wlLine":[[-2753.5332,-2032.5781],[-2744.5332,-2048.1665]],"_wlID":768,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[769,{"_wlLine":[[-2744.5332,-2048.1665],[-2753.1934,-2053.1665]],"_wlID":769,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[770,{"_wlLine":[[-2753.1934,-2053.1665],[-2762.1934,-2037.5781]],"_wlID":770,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[771,{"_wlLine":[[-2762.1934,-2037.5781],[-2753.5332,-2032.5781]],"_wlID":771,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[772,{"_wlLine":[[-2744.873,-2027.5781],[-2735.873,-2043.1665]],"_wlID":772,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[773,{"_wlLine":[[-2735.873,-2043.1665],[-2744.5332,-2048.1665]],"_wlID":773,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[774,{"_wlLine":[[-2744.5332,-2048.1665],[-2753.5332,-2032.5781]],"_wlID":774,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[775,{"_wlLine":[[-2753.5332,-2032.5781],[-2744.873,-2027.5781]],"_wlID":775,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[776,{"_wlLine":[[-2740.3242,-2083.4568],[-2724.7358,-2074.4568]],"_wlID":776,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[777,{"_wlLine":[[-2724.7358,-2074.4568],[-2716.4023,-2088.8904]],"_wlID":777,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[778,{"_wlLine":[[-2716.4023,-2088.8904],[-2731.9907,-2097.8904]],"_wlID":778,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[779,{"_wlLine":[[-2731.9907,-2097.8904],[-2740.3242,-2083.4568]],"_wlID":779,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[780,{"_wlLine":[[-2748.6575,-2069.023],[-2733.069,-2060.023]],"_wlID":780,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[781,{"_wlLine":[[-2733.069,-2060.023],[-2724.7356,-2074.4565]],"_wlID":781,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[782,{"_wlLine":[[-2724.7356,-2074.4565],[-2740.324,-2083.4565]],"_wlID":782,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[783,{"_wlLine":[[-2740.324,-2083.4565],[-2748.6575,-2069.023]],"_wlID":783,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[784,{"_wlLine":[[-2756.991,-2054.5894],[-2741.4026,-2045.5892]],"_wlID":784,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[785,{"_wlLine":[[-2741.4026,-2045.5892],[-2733.069,-2060.023]],"_wlID":785,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[786,{"_wlLine":[[-2733.069,-2060.023],[-2748.6575,-2069.023]],"_wlID":786,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[787,{"_wlLine":[[-2748.6575,-2069.023],[-2756.991,-2054.5894]],"_wlID":787,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[788,{"_wlLine":[[-2765.3242,-2040.1554],[-2749.7358,-2031.1554]],"_wlID":788,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[789,{"_wlLine":[[-2749.7358,-2031.1554],[-2741.4023,-2045.5892]],"_wlID":789,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[790,{"_wlLine":[[-2741.4023,-2045.5892],[-2756.9907,-2054.589]],"_wlID":790,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[791,{"_wlLine":[[-2756.9907,-2054.589],[-2765.3242,-2040.1554]],"_wlID":791,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[792,{"_wlLine":[[-2719.5332,-2091.4678],[-2728.5332,-2075.8794]],"_wlID":792,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[793,{"_wlLine":[[-2728.5332,-2075.8794],[-2719.873,-2070.8794]],"_wlID":793,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[794,{"_wlLine":[[-2719.873,-2070.8794],[-2710.873,-2086.4678]],"_wlID":794,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[795,{"_wlLine":[[-2710.873,-2086.4678],[-2719.5332,-2091.4678]],"_wlID":795,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[796,{"_wlLine":[[-2728.1934,-2096.4678],[-2737.1934,-2080.8794]],"_wlID":796,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[797,{"_wlLine":[[-2737.1934,-2080.8794],[-2728.5332,-2075.8794]],"_wlID":797,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[798,{"_wlLine":[[-2728.5332,-2075.8794],[-2719.5332,-2091.4678]],"_wlID":798,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[799,{"_wlLine":[[-2719.5332,-2091.4678],[-2728.1934,-2096.4678]],"_wlID":799,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[800,{"_wlLine":[[-2439.204,-1886.8485],[-2430.204,-1902.4369]],"_wlID":800,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[801,{"_wlLine":[[-2430.204,-1902.4369],[-2438.8643,-1907.4369]],"_wlID":801,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[802,{"_wlLine":[[-2438.8643,-1907.4369],[-2447.8643,-1891.8485]],"_wlID":802,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[803,{"_wlLine":[[-2447.8643,-1891.8485],[-2439.204,-1886.8485]],"_wlID":803,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[804,{"_wlLine":[[-2430.544,-1881.8485],[-2421.544,-1897.4369]],"_wlID":804,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[805,{"_wlLine":[[-2421.544,-1897.4369],[-2430.204,-1902.4369]],"_wlID":805,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[806,{"_wlLine":[[-2430.204,-1902.4369],[-2439.204,-1886.8485]],"_wlID":806,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[807,{"_wlLine":[[-2439.204,-1886.8485],[-2430.544,-1881.8485]],"_wlID":807,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[808,{"_wlLine":[[-2425.995,-1937.727],[-2410.4067,-1928.7269]],"_wlID":808,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[809,{"_wlLine":[[-2410.4067,-1928.7269],[-2402.0732,-1943.1606]],"_wlID":809,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[810,{"_wlLine":[[-2402.0732,-1943.1606],[-2417.6616,-1952.1608]],"_wlID":810,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[811,{"_wlLine":[[-2417.6616,-1952.1608],[-2425.995,-1937.727]],"_wlID":811,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[812,{"_wlLine":[[-2434.3284,-1923.2933],[-2418.74,-1914.2932]],"_wlID":812,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[813,{"_wlLine":[[-2418.74,-1914.2932],[-2410.4065,-1928.7269]],"_wlID":813,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[814,{"_wlLine":[[-2410.4065,-1928.7269],[-2425.9949,-1937.727]],"_wlID":814,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[815,{"_wlLine":[[-2425.9949,-1937.727],[-2434.3284,-1923.2933]],"_wlID":815,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[816,{"_wlLine":[[-2442.6619,-1908.8596],[-2427.0735,-1899.8595]],"_wlID":816,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[817,{"_wlLine":[[-2427.0735,-1899.8595],[-2418.74,-1914.2932]],"_wlID":817,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[818,{"_wlLine":[[-2418.74,-1914.2932],[-2434.3284,-1923.2933]],"_wlID":818,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[819,{"_wlLine":[[-2434.3284,-1923.2933],[-2442.6619,-1908.8596]],"_wlID":819,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[820,{"_wlLine":[[-2450.995,-1894.4259],[-2435.4067,-1885.4258]],"_wlID":820,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[821,{"_wlLine":[[-2435.4067,-1885.4258],[-2427.0732,-1899.8595]],"_wlID":821,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[822,{"_wlLine":[[-2427.0732,-1899.8595],[-2442.6616,-1908.8596]],"_wlID":822,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[823,{"_wlLine":[[-2442.6616,-1908.8596],[-2450.995,-1894.4259]],"_wlID":823,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[824,{"_wlLine":[[-2256.7646,-1647.7214],[-2272.353,-1656.7214]],"_wlID":824,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[825,{"_wlLine":[[-2272.353,-1656.7214],[-2277.353,-1648.0613]],"_wlID":825,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[826,{"_wlLine":[[-2277.353,-1648.0613],[-2261.7646,-1639.0613]],"_wlID":826,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[827,{"_wlLine":[[-2261.7646,-1639.0613],[-2256.7646,-1647.7214]],"_wlID":827,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[828,{"_wlLine":[[-2251.7646,-1656.3816],[-2267.353,-1665.3816]],"_wlID":828,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[829,{"_wlLine":[[-2267.353,-1665.3816],[-2272.353,-1656.7214]],"_wlID":829,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[830,{"_wlLine":[[-2272.353,-1656.7214],[-2256.7646,-1647.7214]],"_wlID":830,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[831,{"_wlLine":[[-2256.7646,-1647.7214],[-2251.7646,-1656.3816]],"_wlID":831,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[832,{"_wlLine":[[-2307.6433,-1660.9304],[-2298.6433,-1676.5189]],"_wlID":832,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[833,{"_wlLine":[[-2298.6433,-1676.5189],[-2313.077,-1684.8523]],"_wlID":833,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[834,{"_wlLine":[[-2313.077,-1684.8523],[-2322.077,-1669.2638]],"_wlID":834,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[835,{"_wlLine":[[-2322.077,-1669.2638],[-2307.6433,-1660.9304]],"_wlID":835,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[836,{"_wlLine":[[-2293.2095,-1652.597],[-2284.2095,-1668.1855]],"_wlID":836,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[837,{"_wlLine":[[-2284.2095,-1668.1855],[-2298.643,-1676.5189]],"_wlID":837,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[838,{"_wlLine":[[-2298.643,-1676.5189],[-2307.643,-1660.9304]],"_wlID":838,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[839,{"_wlLine":[[-2307.643,-1660.9304],[-2293.2095,-1652.597]],"_wlID":839,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[840,{"_wlLine":[[-2278.776,-1644.2638],[-2269.776,-1659.8523]],"_wlID":840,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[841,{"_wlLine":[[-2269.776,-1659.8523],[-2284.2095,-1668.1857]],"_wlID":841,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[842,{"_wlLine":[[-2284.2095,-1668.1857],[-2293.2095,-1652.5972]],"_wlID":842,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[843,{"_wlLine":[[-2293.2095,-1652.5972],[-2278.776,-1644.2638]],"_wlID":843,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[844,{"_wlLine":[[-2264.342,-1635.9304],[-2255.342,-1651.5189]],"_wlID":844,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[845,{"_wlLine":[[-2255.342,-1651.5189],[-2269.7756,-1659.8523]],"_wlID":845,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[846,{"_wlLine":[[-2269.7756,-1659.8523],[-2278.7756,-1644.2638]],"_wlID":846,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[847,{"_wlLine":[[-2278.7756,-1644.2638],[-2264.342,-1635.9304]],"_wlID":847,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[848,{"_wlLine":[[-2315.6543,-1681.7216],[-2300.066,-1672.7216]],"_wlID":848,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[849,{"_wlLine":[[-2300.066,-1672.7216],[-2295.066,-1681.382]],"_wlID":849,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[850,{"_wlLine":[[-2295.066,-1681.382],[-2310.6543,-1690.382]],"_wlID":850,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[851,{"_wlLine":[[-2310.6543,-1690.382],[-2315.6543,-1681.7216]],"_wlID":851,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[852,{"_wlLine":[[-2320.6543,-1673.0612],[-2305.066,-1664.0612]],"_wlID":852,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[853,{"_wlLine":[[-2305.066,-1664.0612],[-2300.066,-1672.7216]],"_wlID":853,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[854,{"_wlLine":[[-2300.066,-1672.7216],[-2315.6543,-1681.7216]],"_wlID":854,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[855,{"_wlLine":[[-2315.6543,-1681.7216],[-2320.6543,-1673.0612]],"_wlID":855,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[856,{"_wlLine":[[-2262.9316,-1434.3905],[-2278.52,-1443.3904]],"_wlID":856,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[857,{"_wlLine":[[-2278.52,-1443.3904],[-2283.52,-1434.7301]],"_wlID":857,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[858,{"_wlLine":[[-2283.52,-1434.7301],[-2267.9316,-1425.7302]],"_wlID":858,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[859,{"_wlLine":[[-2267.9316,-1425.7302],[-2262.9316,-1434.3905]],"_wlID":859,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[860,{"_wlLine":[[-2257.9316,-1443.0508],[-2273.52,-1452.0507]],"_wlID":860,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[861,{"_wlLine":[[-2273.52,-1452.0507],[-2278.52,-1443.3904]],"_wlID":861,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[862,{"_wlLine":[[-2278.52,-1443.3904],[-2262.9316,-1434.3905]],"_wlID":862,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[863,{"_wlLine":[[-2262.9316,-1434.3905],[-2257.9316,-1443.0508]],"_wlID":863,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[864,{"_wlLine":[[-2313.8103,-1447.5995],[-2304.8103,-1463.188]],"_wlID":864,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[865,{"_wlLine":[[-2304.8103,-1463.188],[-2319.244,-1471.5214]],"_wlID":865,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[866,{"_wlLine":[[-2319.244,-1471.5214],[-2328.244,-1455.9329]],"_wlID":866,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[867,{"_wlLine":[[-2328.244,-1455.9329],[-2313.8103,-1447.5995]],"_wlID":867,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[868,{"_wlLine":[[-2299.3765,-1439.2661],[-2290.3765,-1454.8546]],"_wlID":868,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[869,{"_wlLine":[[-2290.3765,-1454.8546],[-2304.81,-1463.188]],"_wlID":869,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[870,{"_wlLine":[[-2304.81,-1463.188],[-2313.81,-1447.5995]],"_wlID":870,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[871,{"_wlLine":[[-2313.81,-1447.5995],[-2299.3765,-1439.2661]],"_wlID":871,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[872,{"_wlLine":[[-2284.9429,-1430.9327],[-2275.9429,-1446.5212]],"_wlID":872,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[873,{"_wlLine":[[-2275.9429,-1446.5212],[-2290.3765,-1454.8546]],"_wlID":873,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[874,{"_wlLine":[[-2290.3765,-1454.8546],[-2299.3765,-1439.2661]],"_wlID":874,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[875,{"_wlLine":[[-2299.3765,-1439.2661],[-2284.9429,-1430.9327]],"_wlID":875,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[876,{"_wlLine":[[-2270.509,-1422.5994],[-2261.509,-1438.1879]],"_wlID":876,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[877,{"_wlLine":[[-2261.509,-1438.1879],[-2275.9426,-1446.5212]],"_wlID":877,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[878,{"_wlLine":[[-2275.9426,-1446.5212],[-2284.9426,-1430.9327]],"_wlID":878,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[879,{"_wlLine":[[-2284.9426,-1430.9327],[-2270.509,-1422.5994]],"_wlID":879,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[880,{"_wlLine":[[-2321.8213,-1468.3905],[-2306.233,-1459.3906]],"_wlID":880,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[881,{"_wlLine":[[-2306.233,-1459.3906],[-2301.233,-1468.0509]],"_wlID":881,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[882,{"_wlLine":[[-2301.233,-1468.0509],[-2316.8213,-1477.0508]],"_wlID":882,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[883,{"_wlLine":[[-2316.8213,-1477.0508],[-2321.8213,-1468.3905]],"_wlID":883,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[884,{"_wlLine":[[-2326.8213,-1459.7302],[-2311.233,-1450.7303]],"_wlID":884,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[885,{"_wlLine":[[-2311.233,-1450.7303],[-2306.233,-1459.3906]],"_wlID":885,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[886,{"_wlLine":[[-2306.233,-1459.3906],[-2321.8213,-1468.3905]],"_wlID":886,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[887,{"_wlLine":[[-2321.8213,-1468.3905],[-2326.8213,-1459.7302]],"_wlID":887,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[888,{"_wlLine":[[-2165.5986,-1375.8063],[-2181.187,-1384.8062]],"_wlID":888,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[889,{"_wlLine":[[-2181.187,-1384.8062],[-2186.187,-1376.1459]],"_wlID":889,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[890,{"_wlLine":[[-2186.187,-1376.1459],[-2170.5986,-1367.146]],"_wlID":890,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[891,{"_wlLine":[[-2170.5986,-1367.146],[-2165.5986,-1375.8063]],"_wlID":891,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[892,{"_wlLine":[[-2160.5986,-1384.4666],[-2176.187,-1393.4664]],"_wlID":892,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[893,{"_wlLine":[[-2176.187,-1393.4664],[-2181.187,-1384.8062]],"_wlID":893,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[894,{"_wlLine":[[-2181.187,-1384.8062],[-2165.5986,-1375.8063]],"_wlID":894,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[895,{"_wlLine":[[-2165.5986,-1375.8063],[-2160.5986,-1384.4666]],"_wlID":895,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[896,{"_wlLine":[[-2216.4773,-1389.0153],[-2207.4773,-1404.6038]],"_wlID":896,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[897,{"_wlLine":[[-2207.4773,-1404.6038],[-2221.911,-1412.9371]],"_wlID":897,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[898,{"_wlLine":[[-2221.911,-1412.9371],[-2230.911,-1397.3486]],"_wlID":898,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[899,{"_wlLine":[[-2230.911,-1397.3486],[-2216.4773,-1389.0153]],"_wlID":899,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[900,{"_wlLine":[[-2202.0435,-1380.6819],[-2193.0435,-1396.2704]],"_wlID":900,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[901,{"_wlLine":[[-2193.0435,-1396.2704],[-2207.477,-1404.6038]],"_wlID":901,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[902,{"_wlLine":[[-2207.477,-1404.6038],[-2216.477,-1389.0153]],"_wlID":902,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[903,{"_wlLine":[[-2216.477,-1389.0153],[-2202.0435,-1380.6819]],"_wlID":903,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[904,{"_wlLine":[[-2187.6099,-1372.3485],[-2178.6099,-1387.937]],"_wlID":904,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[905,{"_wlLine":[[-2178.6099,-1387.937],[-2193.0435,-1396.2704]],"_wlID":905,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[906,{"_wlLine":[[-2193.0435,-1396.2704],[-2202.0435,-1380.6819]],"_wlID":906,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[907,{"_wlLine":[[-2202.0435,-1380.6819],[-2187.6099,-1372.3485]],"_wlID":907,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[908,{"_wlLine":[[-2173.176,-1364.0151],[-2164.176,-1379.6036]],"_wlID":908,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[909,{"_wlLine":[[-2164.176,-1379.6036],[-2178.6096,-1387.937]],"_wlID":909,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[910,{"_wlLine":[[-2178.6096,-1387.937],[-2187.6096,-1372.3485]],"_wlID":910,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[911,{"_wlLine":[[-2187.6096,-1372.3485],[-2173.176,-1364.0151]],"_wlID":911,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[912,{"_wlLine":[[-2224.4883,-1409.8063],[-2208.9,-1400.8064]],"_wlID":912,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[913,{"_wlLine":[[-2208.9,-1400.8064],[-2203.9,-1409.4667]],"_wlID":913,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[914,{"_wlLine":[[-2203.9,-1409.4667],[-2219.4883,-1418.4666]],"_wlID":914,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[915,{"_wlLine":[[-2219.4883,-1418.4666],[-2224.4883,-1409.8063]],"_wlID":915,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[916,{"_wlLine":[[-2229.4883,-1401.146],[-2213.9,-1392.1461]],"_wlID":916,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[917,{"_wlLine":[[-2213.9,-1392.1461],[-2208.9,-1400.8064]],"_wlID":917,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[918,{"_wlLine":[[-2208.9,-1400.8064],[-2224.4883,-1409.8063]],"_wlID":918,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[919,{"_wlLine":[[-2224.4883,-1409.8063],[-2229.4883,-1401.146]],"_wlID":919,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[920,{"_wlLine":[[-2135.4507,-1852.4309],[-2151.039,-1861.4308]],"_wlID":920,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[921,{"_wlLine":[[-2151.039,-1861.4308],[-2156.039,-1852.7705]],"_wlID":921,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[922,{"_wlLine":[[-2156.039,-1852.7705],[-2140.4507,-1843.7706]],"_wlID":922,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[923,{"_wlLine":[[-2140.4507,-1843.7706],[-2135.4507,-1852.4309]],"_wlID":923,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[924,{"_wlLine":[[-2130.4507,-1861.0912],[-2146.039,-1870.0911]],"_wlID":924,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[925,{"_wlLine":[[-2146.039,-1870.0911],[-2151.039,-1861.4308]],"_wlID":925,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[926,{"_wlLine":[[-2151.039,-1861.4308],[-2135.4507,-1852.4309]],"_wlID":926,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[927,{"_wlLine":[[-2135.4507,-1852.4309],[-2130.4507,-1861.0912]],"_wlID":927,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[928,{"_wlLine":[[-2186.3293,-1865.6399],[-2177.3293,-1881.2284]],"_wlID":928,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[929,{"_wlLine":[[-2177.3293,-1881.2284],[-2191.763,-1889.5618]],"_wlID":929,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[930,{"_wlLine":[[-2191.763,-1889.5618],[-2200.763,-1873.9733]],"_wlID":930,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[931,{"_wlLine":[[-2200.763,-1873.9733],[-2186.3293,-1865.6399]],"_wlID":931,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[932,{"_wlLine":[[-2171.8955,-1857.3065],[-2162.8955,-1872.895]],"_wlID":932,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[933,{"_wlLine":[[-2162.8955,-1872.895],[-2177.329,-1881.2284]],"_wlID":933,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[934,{"_wlLine":[[-2177.329,-1881.2284],[-2186.329,-1865.6399]],"_wlID":934,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[935,{"_wlLine":[[-2186.329,-1865.6399],[-2171.8955,-1857.3065]],"_wlID":935,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[936,{"_wlLine":[[-2157.462,-1848.9731],[-2148.462,-1864.5616]],"_wlID":936,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[937,{"_wlLine":[[-2148.462,-1864.5616],[-2162.8955,-1872.895]],"_wlID":937,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[938,{"_wlLine":[[-2162.8955,-1872.895],[-2171.8955,-1857.3065]],"_wlID":938,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[939,{"_wlLine":[[-2171.8955,-1857.3065],[-2157.462,-1848.9731]],"_wlID":939,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[940,{"_wlLine":[[-2143.028,-1840.6398],[-2134.028,-1856.2283]],"_wlID":940,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[941,{"_wlLine":[[-2134.028,-1856.2283],[-2148.4617,-1864.5616]],"_wlID":941,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[942,{"_wlLine":[[-2148.4617,-1864.5616],[-2157.4617,-1848.9731]],"_wlID":942,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[943,{"_wlLine":[[-2157.4617,-1848.9731],[-2143.028,-1840.6398]],"_wlID":943,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[944,{"_wlLine":[[-1854.6227,-1930.943],[-1870.211,-1921.943]],"_wlID":944,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[945,{"_wlLine":[[-1870.211,-1921.943],[-1860.211,-1904.6226]],"_wlID":945,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[946,{"_wlLine":[[-1860.211,-1904.6226],[-1844.6227,-1913.6226]],"_wlID":946,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[947,{"_wlLine":[[-1844.6227,-1913.6226],[-1854.6227,-1930.943]],"_wlID":947,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[948,{"_wlLine":[[-1850.2113,-1887.302],[-1834.6227,-1896.302]],"_wlID":948,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[949,{"_wlLine":[[-1834.6227,-1896.302],[-1844.6226,-1913.6226]],"_wlID":949,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[950,{"_wlLine":[[-1844.6226,-1913.6226],[-1860.2112,-1904.6226]],"_wlID":950,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[951,{"_wlLine":[[-1860.2112,-1904.6226],[-1850.2113,-1887.302]],"_wlID":951,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[952,{"_wlLine":[[-1828.6418,-1945.9429],[-1844.2302,-1936.9429]],"_wlID":952,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[953,{"_wlLine":[[-1844.2302,-1936.9429],[-1834.2302,-1919.6224]],"_wlID":953,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[954,{"_wlLine":[[-1834.2302,-1919.6224],[-1818.6418,-1928.6224]],"_wlID":954,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[955,{"_wlLine":[[-1818.6418,-1928.6224],[-1828.6418,-1945.9429]],"_wlID":955,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[956,{"_wlLine":[[-1824.2305,-1902.3019],[-1808.6418,-1911.3019]],"_wlID":956,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[957,{"_wlLine":[[-1808.6418,-1911.3019],[-1818.6417,-1928.6224]],"_wlID":957,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[958,{"_wlLine":[[-1818.6417,-1928.6224],[-1834.2303,-1919.6224]],"_wlID":958,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[959,{"_wlLine":[[-1834.2303,-1919.6224],[-1824.2305,-1902.3019]],"_wlID":959,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[960,{"_wlLine":[[-1547.3931,-2327.873],[-1562.9814,-2318.873]],"_wlID":960,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[961,{"_wlLine":[[-1562.9814,-2318.873],[-1543.4446,-2285.034]],"_wlID":961,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[962,{"_wlLine":[[-1543.4446,-2285.034],[-1527.8562,-2294.034]],"_wlID":962,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[963,{"_wlLine":[[-1527.8562,-2294.034],[-1547.3931,-2327.873]],"_wlID":963,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[964,{"_wlLine":[[-1527.8562,-2294.034],[-1543.4446,-2285.034]],"_wlID":964,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[965,{"_wlLine":[[-1543.4446,-2285.034],[-1523.9077,-2251.1948]],"_wlID":965,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[966,{"_wlLine":[[-1523.9077,-2251.1948],[-1508.3193,-2260.1948]],"_wlID":966,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[967,{"_wlLine":[[-1508.3193,-2260.1948],[-1527.8562,-2294.034]],"_wlID":967,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[968,{"_wlLine":[[-1508.3193,-2260.1948],[-1523.9077,-2251.1948]],"_wlID":968,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[969,{"_wlLine":[[-1523.9077,-2251.1948],[-1504.3708,-2217.3557]],"_wlID":969,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[970,{"_wlLine":[[-1504.3708,-2217.3557],[-1488.7825,-2226.3557]],"_wlID":970,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[971,{"_wlLine":[[-1488.7825,-2226.3557],[-1508.3193,-2260.1948]],"_wlID":971,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[972,{"_wlLine":[[-1488.7825,-2226.3557],[-1504.3708,-2217.3557]],"_wlID":972,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[973,{"_wlLine":[[-1504.3708,-2217.3557],[-1484.834,-2183.5166]],"_wlID":973,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[974,{"_wlLine":[[-1484.834,-2183.5166],[-1469.2456,-2192.5166]],"_wlID":974,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[975,{"_wlLine":[[-1469.2456,-2192.5166],[-1488.7825,-2226.3557]],"_wlID":975,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[976,{"_wlLine":[[-1469.2456,-2192.5166],[-1484.834,-2183.5166]],"_wlID":976,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[977,{"_wlLine":[[-1484.834,-2183.5166],[-1465.2971,-2149.6775]],"_wlID":977,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[978,{"_wlLine":[[-1465.2971,-2149.6775],[-1449.7087,-2158.6775]],"_wlID":978,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[979,{"_wlLine":[[-1449.7087,-2158.6775],[-1469.2456,-2192.5166]],"_wlID":979,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[980,{"_wlLine":[[-1449.7087,-2158.6775],[-1465.2971,-2149.6775]],"_wlID":980,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[981,{"_wlLine":[[-1465.2971,-2149.6775],[-1445.7603,-2115.8384]],"_wlID":981,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[982,{"_wlLine":[[-1445.7603,-2115.8384],[-1430.1719,-2124.8384]],"_wlID":982,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[983,{"_wlLine":[[-1430.1719,-2124.8384],[-1449.7087,-2158.6775]],"_wlID":983,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[984,{"_wlLine":[[-1430.1719,-2124.8384],[-1445.7603,-2115.8384]],"_wlID":984,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[985,{"_wlLine":[[-1445.7603,-2115.8384],[-1426.2234,-2081.9995]],"_wlID":985,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[986,{"_wlLine":[[-1426.2234,-2081.9995],[-1410.635,-2090.9995]],"_wlID":986,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[987,{"_wlLine":[[-1410.635,-2090.9995],[-1430.1719,-2124.8384]],"_wlID":987,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[988,{"_wlLine":[[-1289.4655,-1845.126],[-1273.8771,-1854.126]],"_wlID":988,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[989,{"_wlLine":[[-1273.8771,-1854.126],[-1293.4138,-1887.965]],"_wlID":989,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[990,{"_wlLine":[[-1293.4138,-1887.965],[-1309.0022,-1878.965]],"_wlID":990,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[991,{"_wlLine":[[-1309.0022,-1878.965],[-1289.4655,-1845.126]],"_wlID":991,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[992,{"_wlLine":[[-1309.0022,-1878.965],[-1293.4138,-1887.965]],"_wlID":992,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[993,{"_wlLine":[[-1293.4138,-1887.965],[-1312.9507,-1921.8041]],"_wlID":993,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[994,{"_wlLine":[[-1312.9507,-1921.8041],[-1328.5391,-1912.8041]],"_wlID":994,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[995,{"_wlLine":[[-1328.5391,-1912.8041],[-1309.0022,-1878.965]],"_wlID":995,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[996,{"_wlLine":[[-1328.5391,-1912.8041],[-1312.9507,-1921.8041]],"_wlID":996,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[997,{"_wlLine":[[-1312.9507,-1921.8041],[-1332.4875,-1955.6431]],"_wlID":997,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[998,{"_wlLine":[[-1332.4875,-1955.6431],[-1348.0759,-1946.6431]],"_wlID":998,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[999,{"_wlLine":[[-1348.0759,-1946.6431],[-1328.5391,-1912.8041]],"_wlID":999,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1000,{"_wlLine":[[-1348.0759,-1946.6431],[-1332.4875,-1955.6431]],"_wlID":1000,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1001,{"_wlLine":[[-1332.4875,-1955.6431],[-1352.0244,-1989.4822]],"_wlID":1001,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1002,{"_wlLine":[[-1352.0244,-1989.4822],[-1367.6128,-1980.4822]],"_wlID":1002,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1003,{"_wlLine":[[-1367.6128,-1980.4822],[-1348.0759,-1946.6431]],"_wlID":1003,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1004,{"_wlLine":[[-1367.6128,-1980.4822],[-1352.0244,-1989.4822]],"_wlID":1004,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1005,{"_wlLine":[[-1352.0244,-1989.4822],[-1371.5613,-2023.3213]],"_wlID":1005,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1006,{"_wlLine":[[-1371.5613,-2023.3213],[-1387.1497,-2014.3213]],"_wlID":1006,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1007,{"_wlLine":[[-1387.1497,-2014.3213],[-1367.6128,-1980.4822]],"_wlID":1007,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1008,{"_wlLine":[[-1387.1497,-2014.3213],[-1371.5613,-2023.3213]],"_wlID":1008,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1009,{"_wlLine":[[-1371.5613,-2023.3213],[-1391.0981,-2057.1604]],"_wlID":1009,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1010,{"_wlLine":[[-1391.0981,-2057.1604],[-1406.6865,-2048.1604]],"_wlID":1010,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1011,{"_wlLine":[[-1406.6865,-2048.1604],[-1387.1497,-2014.3213]],"_wlID":1011,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1012,{"_wlLine":[[-1406.6865,-2048.1604],[-1391.0981,-2057.1604]],"_wlID":1012,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1013,{"_wlLine":[[-1391.0981,-2057.1604],[-1410.635,-2090.9995]],"_wlID":1013,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1014,{"_wlLine":[[-1410.635,-2090.9995],[-1426.2234,-2081.9995]],"_wlID":1014,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1015,{"_wlLine":[[-1426.2234,-2081.9995],[-1406.6865,-2048.1604]],"_wlID":1015,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1016,{"_wlLine":[[-1210.195,-2218.2695],[-1227.5155,-2208.2698]],"_wlID":1016,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1017,{"_wlLine":[[-1227.5155,-2208.2698],[-1217.5155,-2190.9492]],"_wlID":1017,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1018,{"_wlLine":[[-1217.5155,-2190.9492],[-1200.195,-2200.949]],"_wlID":1018,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1019,{"_wlLine":[[-1200.195,-2200.949],[-1210.195,-2218.2695]],"_wlID":1019,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1020,{"_wlLine":[[-1360.3511,-2258.7937],[-1351.3511,-2243.205]],"_wlID":1020,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1021,{"_wlLine":[[-1351.3511,-2243.205],[-1339.804,-2249.8718]],"_wlID":1021,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1022,{"_wlLine":[[-1339.804,-2249.8718],[-1348.804,-2265.4604]],"_wlID":1022,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1023,{"_wlLine":[[-1348.804,-2265.4604],[-1360.3511,-2258.7937]],"_wlID":1023,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1024,{"_wlLine":[[-1371.8981,-2252.127],[-1362.8981,-2236.5383]],"_wlID":1024,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1025,{"_wlLine":[[-1362.8981,-2236.5383],[-1351.351,-2243.205]],"_wlID":1025,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1026,{"_wlLine":[[-1351.351,-2243.205],[-1360.351,-2258.7937]],"_wlID":1026,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1027,{"_wlLine":[[-1360.351,-2258.7937],[-1371.8981,-2252.127]],"_wlID":1027,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1028,{"_wlLine":[[-1383.4452,-2245.4604],[-1374.4452,-2229.8718]],"_wlID":1028,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1029,{"_wlLine":[[-1374.4452,-2229.8718],[-1362.8981,-2236.5386]],"_wlID":1029,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1030,{"_wlLine":[[-1362.8981,-2236.5386],[-1371.8981,-2252.1272]],"_wlID":1030,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1031,{"_wlLine":[[-1371.8981,-2252.1272],[-1383.4452,-2245.4604]],"_wlID":1031,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1032,{"_wlLine":[[-1394.9922,-2238.7937],[-1385.9922,-2223.205]],"_wlID":1032,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1033,{"_wlLine":[[-1385.9922,-2223.205],[-1374.4451,-2229.8718]],"_wlID":1033,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1034,{"_wlLine":[[-1374.4451,-2229.8718],[-1383.4451,-2245.4604]],"_wlID":1034,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1035,{"_wlLine":[[-1383.4451,-2245.4604],[-1394.9922,-2238.7937]],"_wlID":1035,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1036,{"_wlLine":[[-1389.1796,-2224.0593],[-1373.5911,-2233.0593]],"_wlID":1036,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1037,{"_wlLine":[[-1373.5911,-2233.0593],[-1380.2577,-2244.6062]],"_wlID":1037,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1038,{"_wlLine":[[-1380.2577,-2244.6062],[-1395.8462,-2235.6062]],"_wlID":1038,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1039,{"_wlLine":[[-1395.8462,-2235.6062],[-1389.1796,-2224.0593]],"_wlID":1039,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1040,{"_wlLine":[[-1382.513,-2212.5125],[-1366.9244,-2221.5125]],"_wlID":1040,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1041,{"_wlLine":[[-1366.9244,-2221.5125],[-1373.5911,-2233.0593]],"_wlID":1041,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1042,{"_wlLine":[[-1373.5911,-2233.0593],[-1389.1796,-2224.0593]],"_wlID":1042,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1043,{"_wlLine":[[-1389.1796,-2224.0593],[-1382.513,-2212.5125]],"_wlID":1043,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1044,{"_wlLine":[[-1375.8463,-2200.9653],[-1360.2578,-2209.9653]],"_wlID":1044,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1045,{"_wlLine":[[-1360.2578,-2209.9653],[-1366.9244,-2221.5122]],"_wlID":1045,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1046,{"_wlLine":[[-1366.9244,-2221.5122],[-1382.513,-2212.5122]],"_wlID":1046,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1047,{"_wlLine":[[-1382.513,-2212.5122],[-1375.8463,-2200.9653]],"_wlID":1047,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1048,{"_wlLine":[[-1369.1797,-2189.4185],[-1353.5912,-2198.4185]],"_wlID":1048,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1049,{"_wlLine":[[-1353.5912,-2198.4185],[-1360.2578,-2209.9653]],"_wlID":1049,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1050,{"_wlLine":[[-1360.2578,-2209.9653],[-1375.8463,-2200.9653]],"_wlID":1050,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1051,{"_wlLine":[[-1375.8463,-2200.9653],[-1369.1797,-2189.4185]],"_wlID":1051,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1052,{"_wlLine":[[-1354.4453,-2195.231],[-1363.4452,-2210.8193]],"_wlID":1052,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1053,{"_wlLine":[[-1363.4452,-2210.8193],[-1374.9922,-2204.1528]],"_wlID":1053,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1054,{"_wlLine":[[-1374.9922,-2204.1528],[-1365.9923,-2188.5645]],"_wlID":1054,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1055,{"_wlLine":[[-1365.9923,-2188.5645],[-1354.4453,-2195.231]],"_wlID":1055,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1056,{"_wlLine":[[-1342.8983,-2201.8975],[-1351.8982,-2217.4858]],"_wlID":1056,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1057,{"_wlLine":[[-1351.8982,-2217.4858],[-1363.4452,-2210.8193]],"_wlID":1057,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1058,{"_wlLine":[[-1363.4452,-2210.8193],[-1354.4453,-2195.231]],"_wlID":1058,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1059,{"_wlLine":[[-1354.4453,-2195.231],[-1342.8983,-2201.8975]],"_wlID":1059,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1060,{"_wlLine":[[-1331.3512,-2208.5642],[-1340.3511,-2224.1526]],"_wlID":1060,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1061,{"_wlLine":[[-1340.3511,-2224.1526],[-1351.8981,-2217.486]],"_wlID":1061,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1062,{"_wlLine":[[-1351.8981,-2217.486],[-1342.8982,-2201.8977]],"_wlID":1062,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1063,{"_wlLine":[[-1342.8982,-2201.8977],[-1331.3512,-2208.5642]],"_wlID":1063,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1064,{"_wlLine":[[-1319.8042,-2215.2307],[-1328.8041,-2230.819]],"_wlID":1064,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1065,{"_wlLine":[[-1328.8041,-2230.819],[-1340.3511,-2224.1526]],"_wlID":1065,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1066,{"_wlLine":[[-1340.3511,-2224.1526],[-1331.3512,-2208.5642]],"_wlID":1066,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1067,{"_wlLine":[[-1331.3512,-2208.5642],[-1319.8042,-2215.2307]],"_wlID":1067,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1068,{"_wlLine":[[-1325.6167,-2229.965],[-1341.2052,-2220.965]],"_wlID":1068,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1069,{"_wlLine":[[-1341.2052,-2220.965],[-1334.5386,-2209.4182]],"_wlID":1069,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1070,{"_wlLine":[[-1334.5386,-2209.4182],[-1318.9501,-2218.4182]],"_wlID":1070,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1071,{"_wlLine":[[-1318.9501,-2218.4182],[-1325.6167,-2229.965]],"_wlID":1071,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1072,{"_wlLine":[[-1332.2833,-2241.5122],[-1347.8718,-2232.5122]],"_wlID":1072,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1073,{"_wlLine":[[-1347.8718,-2232.5122],[-1341.2052,-2220.9653]],"_wlID":1073,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1074,{"_wlLine":[[-1341.2052,-2220.9653],[-1325.6167,-2229.9653]],"_wlID":1074,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1075,{"_wlLine":[[-1325.6167,-2229.9653],[-1332.2833,-2241.5122]],"_wlID":1075,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1076,{"_wlLine":[[-1338.95,-2253.059],[-1354.5385,-2244.059]],"_wlID":1076,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1077,{"_wlLine":[[-1354.5385,-2244.059],[-1347.8718,-2232.5122]],"_wlID":1077,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1078,{"_wlLine":[[-1347.8718,-2232.5122],[-1332.2833,-2241.5122]],"_wlID":1078,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1079,{"_wlLine":[[-1332.2833,-2241.5122],[-1338.95,-2253.059]],"_wlID":1079,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1080,{"_wlLine":[[-1345.6166,-2264.6062],[-1361.2051,-2255.6062]],"_wlID":1080,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1081,{"_wlLine":[[-1361.2051,-2255.6062],[-1354.5385,-2244.0593]],"_wlID":1081,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1082,{"_wlLine":[[-1354.5385,-2244.0593],[-1338.95,-2253.0593]],"_wlID":1082,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1083,{"_wlLine":[[-1338.95,-2253.0593],[-1345.6166,-2264.6062]],"_wlID":1083,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1084,{"_wlLine":[[-1269.179,-2100.878],[-1260.1791,-2085.2896]],"_wlID":1084,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1085,{"_wlLine":[[-1260.1791,-2085.2896],[-1248.6321,-2091.956]],"_wlID":1085,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1086,{"_wlLine":[[-1248.6321,-2091.956],[-1257.632,-2107.5444]],"_wlID":1086,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1087,{"_wlLine":[[-1257.632,-2107.5444],[-1269.179,-2100.878]],"_wlID":1087,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1088,{"_wlLine":[[-1280.726,-2094.2114],[-1271.7261,-2078.623]],"_wlID":1088,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1089,{"_wlLine":[[-1271.7261,-2078.623],[-1260.1791,-2085.2896]],"_wlID":1089,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1090,{"_wlLine":[[-1260.1791,-2085.2896],[-1269.179,-2100.878]],"_wlID":1090,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1091,{"_wlLine":[[-1269.179,-2100.878],[-1280.726,-2094.2114]],"_wlID":1091,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1092,{"_wlLine":[[-1292.2731,-2087.5447],[-1283.2732,-2071.9563]],"_wlID":1092,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1093,{"_wlLine":[[-1283.2732,-2071.9563],[-1271.7262,-2078.6228]],"_wlID":1093,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1094,{"_wlLine":[[-1271.7262,-2078.6228],[-1280.7261,-2094.2112]],"_wlID":1094,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1095,{"_wlLine":[[-1280.7261,-2094.2112],[-1292.2731,-2087.5447]],"_wlID":1095,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1096,{"_wlLine":[[-1303.8201,-2080.8782],[-1294.8202,-2065.2898]],"_wlID":1096,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1097,{"_wlLine":[[-1294.8202,-2065.2898],[-1283.2732,-2071.9563]],"_wlID":1097,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1098,{"_wlLine":[[-1283.2732,-2071.9563],[-1292.2731,-2087.5447]],"_wlID":1098,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1099,{"_wlLine":[[-1292.2731,-2087.5447],[-1303.8201,-2080.8782]],"_wlID":1099,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1100,{"_wlLine":[[-1298.0076,-2066.1438],[-1282.4191,-2075.1438]],"_wlID":1100,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1101,{"_wlLine":[[-1282.4191,-2075.1438],[-1289.0857,-2086.6907]],"_wlID":1101,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1102,{"_wlLine":[[-1289.0857,-2086.6907],[-1304.6742,-2077.6907]],"_wlID":1102,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1103,{"_wlLine":[[-1304.6742,-2077.6907],[-1298.0076,-2066.1438]],"_wlID":1103,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1104,{"_wlLine":[[-1291.341,-2054.5967],[-1275.7524,-2063.5967]],"_wlID":1104,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1105,{"_wlLine":[[-1275.7524,-2063.5967],[-1282.4191,-2075.1436]],"_wlID":1105,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1106,{"_wlLine":[[-1282.4191,-2075.1436],[-1298.0076,-2066.1436]],"_wlID":1106,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1107,{"_wlLine":[[-1298.0076,-2066.1436],[-1291.341,-2054.5967]],"_wlID":1107,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1108,{"_wlLine":[[-1284.6743,-2043.0498],[-1269.0858,-2052.0498]],"_wlID":1108,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1109,{"_wlLine":[[-1269.0858,-2052.0498],[-1275.7524,-2063.5967]],"_wlID":1109,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1110,{"_wlLine":[[-1275.7524,-2063.5967],[-1291.341,-2054.5967]],"_wlID":1110,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1111,{"_wlLine":[[-1291.341,-2054.5967],[-1284.6743,-2043.0498]],"_wlID":1111,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1112,{"_wlLine":[[-1278.0077,-2031.5027],[-1262.4192,-2040.5026]],"_wlID":1112,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1113,{"_wlLine":[[-1262.4192,-2040.5026],[-1269.0858,-2052.0496]],"_wlID":1113,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1114,{"_wlLine":[[-1269.0858,-2052.0496],[-1284.6743,-2043.0497]],"_wlID":1114,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1115,{"_wlLine":[[-1284.6743,-2043.0497],[-1278.0077,-2031.5027]],"_wlID":1115,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1116,{"_wlLine":[[-1263.2733,-2037.3152],[-1272.2732,-2052.9036]],"_wlID":1116,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1117,{"_wlLine":[[-1272.2732,-2052.9036],[-1283.8202,-2046.237]],"_wlID":1117,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1118,{"_wlLine":[[-1283.8202,-2046.237],[-1274.8203,-2030.6486]],"_wlID":1118,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1119,{"_wlLine":[[-1274.8203,-2030.6486],[-1263.2733,-2037.3152]],"_wlID":1119,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1120,{"_wlLine":[[-1251.7263,-2043.9817],[-1260.7262,-2059.57]],"_wlID":1120,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1121,{"_wlLine":[[-1260.7262,-2059.57],[-1272.2732,-2052.9036]],"_wlID":1121,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1122,{"_wlLine":[[-1272.2732,-2052.9036],[-1263.2733,-2037.3151]],"_wlID":1122,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1123,{"_wlLine":[[-1263.2733,-2037.3151],[-1251.7263,-2043.9817]],"_wlID":1123,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1124,{"_wlLine":[[-1240.1792,-2050.6484],[-1249.1791,-2066.2368]],"_wlID":1124,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1125,{"_wlLine":[[-1249.1791,-2066.2368],[-1260.7261,-2059.5703]],"_wlID":1125,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1126,{"_wlLine":[[-1260.7261,-2059.5703],[-1251.7262,-2043.9818]],"_wlID":1126,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1127,{"_wlLine":[[-1251.7262,-2043.9818],[-1240.1792,-2050.6484]],"_wlID":1127,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1128,{"_wlLine":[[-1228.6322,-2057.315],[-1237.6321,-2072.9033]],"_wlID":1128,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1129,{"_wlLine":[[-1237.6321,-2072.9033],[-1249.1791,-2066.2368]],"_wlID":1129,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1130,{"_wlLine":[[-1249.1791,-2066.2368],[-1240.1792,-2050.6484]],"_wlID":1130,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1131,{"_wlLine":[[-1240.1792,-2050.6484],[-1228.6322,-2057.315]],"_wlID":1131,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1132,{"_wlLine":[[-1234.4447,-2072.0493],[-1250.0332,-2063.0493]],"_wlID":1132,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1133,{"_wlLine":[[-1250.0332,-2063.0493],[-1243.3666,-2051.5024]],"_wlID":1133,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1134,{"_wlLine":[[-1243.3666,-2051.5024],[-1227.7781,-2060.5024]],"_wlID":1134,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1135,{"_wlLine":[[-1227.7781,-2060.5024],[-1234.4447,-2072.0493]],"_wlID":1135,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1136,{"_wlLine":[[-1241.1113,-2083.5964],[-1256.6998,-2074.5964]],"_wlID":1136,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1137,{"_wlLine":[[-1256.6998,-2074.5964],[-1250.0332,-2063.0496]],"_wlID":1137,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1138,{"_wlLine":[[-1250.0332,-2063.0496],[-1234.4447,-2072.0496]],"_wlID":1138,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1139,{"_wlLine":[[-1234.4447,-2072.0496],[-1241.1113,-2083.5964]],"_wlID":1139,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1140,{"_wlLine":[[-1247.778,-2095.1433],[-1263.3665,-2086.1433]],"_wlID":1140,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1141,{"_wlLine":[[-1263.3665,-2086.1433],[-1256.6998,-2074.5964]],"_wlID":1141,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1142,{"_wlLine":[[-1256.6998,-2074.5964],[-1241.1113,-2083.5964]],"_wlID":1142,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1143,{"_wlLine":[[-1241.1113,-2083.5964],[-1247.778,-2095.1433]],"_wlID":1143,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1144,{"_wlLine":[[-1254.4446,-2106.6904],[-1270.0331,-2097.6904]],"_wlID":1144,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1145,{"_wlLine":[[-1270.0331,-2097.6904],[-1263.3665,-2086.1436]],"_wlID":1145,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1146,{"_wlLine":[[-1263.3665,-2086.1436],[-1247.778,-2095.1436]],"_wlID":1146,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1147,{"_wlLine":[[-1247.778,-2095.1436],[-1254.4446,-2106.6904]],"_wlID":1147,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1148,{"_wlLine":[[-1056.4362,-1951.9518],[-1065.4362,-1967.5402]],"_wlID":1148,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1149,{"_wlLine":[[-1065.4362,-1967.5402],[-1082.7567,-1957.5402]],"_wlID":1149,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1150,{"_wlLine":[[-1082.7567,-1957.5402],[-1073.7567,-1941.9518]],"_wlID":1150,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1151,{"_wlLine":[[-1073.7567,-1941.9518],[-1056.4362,-1951.9518]],"_wlID":1151,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1152,{"_wlLine":[[-1100.0771,-1947.5402],[-1091.0771,-1931.9518]],"_wlID":1152,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1153,{"_wlLine":[[-1091.0771,-1931.9518],[-1073.7567,-1941.9518]],"_wlID":1153,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1154,{"_wlLine":[[-1073.7567,-1941.9518],[-1082.7567,-1957.5402]],"_wlID":1154,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1155,{"_wlLine":[[-1082.7567,-1957.5402],[-1100.0771,-1947.5402]],"_wlID":1155,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1156,{"_wlLine":[[-1011.4362,-1874.0095],[-1020.4362,-1889.5979]],"_wlID":1156,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1157,{"_wlLine":[[-1020.4362,-1889.5979],[-1037.7567,-1879.5979]],"_wlID":1157,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1158,{"_wlLine":[[-1037.7567,-1879.5979],[-1028.7567,-1864.0095]],"_wlID":1158,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1159,{"_wlLine":[[-1028.7567,-1864.0095],[-1011.4362,-1874.0095]],"_wlID":1159,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1160,{"_wlLine":[[-1055.0773,-1869.5979],[-1046.0773,-1854.0095]],"_wlID":1160,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1161,{"_wlLine":[[-1046.0773,-1854.0095],[-1028.7567,-1864.0095]],"_wlID":1161,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1162,{"_wlLine":[[-1028.7567,-1864.0095],[-1037.7567,-1879.5979]],"_wlID":1162,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1163,{"_wlLine":[[-1037.7567,-1879.5979],[-1055.0773,-1869.5979]],"_wlID":1163,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1164,{"_wlLine":[[-888.2057,-1870.2097],[-868.20575,-1835.5686]],"_wlID":1164,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1165,{"_wlLine":[[-868.20575,-1835.5686],[-902.8468,-1815.5686]],"_wlID":1165,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1166,{"_wlLine":[[-902.8468,-1815.5686],[-922.84674,-1850.2097]],"_wlID":1166,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1167,{"_wlLine":[[-922.84674,-1850.2097],[-888.2057,-1870.2097]],"_wlID":1167,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1168,{"_wlLine":[[-827.68726,-1905.1499],[-807.6873,-1870.5088]],"_wlID":1168,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1169,{"_wlLine":[[-807.6873,-1870.5088],[-842.32837,-1850.5088]],"_wlID":1169,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1170,{"_wlLine":[[-842.32837,-1850.5088],[-862.3283,-1885.1499]],"_wlID":1170,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1171,{"_wlLine":[[-862.3283,-1885.1499],[-827.68726,-1905.1499]],"_wlID":1171,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1172,{"_wlLine":[[-948.7241,-1835.2693],[-928.7242,-1800.6283]],"_wlID":1172,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1173,{"_wlLine":[[-928.7242,-1800.6283],[-963.36523,-1780.6284]],"_wlID":1173,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1174,{"_wlLine":[[-963.36523,-1780.6284],[-983.3652,-1815.2694]],"_wlID":1174,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1175,{"_wlLine":[[-983.3652,-1815.2694],[-948.7241,-1835.2693]],"_wlID":1175,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[1176,{"_wlLine":[[-792.201,-2039.0594],[-801.2011,-2023.4711]],"_wlID":1176,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1177,{"_wlLine":[[-801.2011,-2023.4711],[-783.8807,-2013.471]],"_wlID":1177,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1178,{"_wlLine":[[-783.8807,-2013.471],[-774.88055,-2029.0593]],"_wlID":1178,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1179,{"_wlLine":[[-774.88055,-2029.0593],[-792.201,-2039.0594]],"_wlID":1179,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1180,{"_wlLine":[[-766.5601,-2003.471],[-757.5601,-2019.0593]],"_wlID":1180,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1181,{"_wlLine":[[-757.5601,-2019.0593],[-774.8806,-2029.0593]],"_wlID":1181,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1182,{"_wlLine":[[-774.8806,-2029.0593],[-783.8806,-2013.471]],"_wlID":1182,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1183,{"_wlLine":[[-783.8806,-2013.471],[-766.5601,-2003.471]],"_wlID":1183,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1184,{"_wlLine":[[-777.201,-2065.04],[-786.201,-2049.4517]],"_wlID":1184,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1185,{"_wlLine":[[-786.201,-2049.4517],[-768.8805,-2039.4517]],"_wlID":1185,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1186,{"_wlLine":[[-768.8805,-2039.4517],[-759.8805,-2055.04]],"_wlID":1186,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1187,{"_wlLine":[[-759.8805,-2055.04],[-777.201,-2065.04]],"_wlID":1187,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1188,{"_wlLine":[[-751.56006,-2029.4517],[-742.56006,-2045.04]],"_wlID":1188,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1189,{"_wlLine":[[-742.56006,-2045.04],[-759.8805,-2055.04]],"_wlID":1189,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1190,{"_wlLine":[[-759.8805,-2055.04],[-768.8805,-2039.4517]],"_wlID":1190,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1191,{"_wlLine":[[-768.8805,-2039.4517],[-751.56006,-2029.4517]],"_wlID":1191,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1192,{"_wlLine":[[-385.929,-2134.742],[-401.51743,-2143.742]],"_wlID":1192,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1193,{"_wlLine":[[-401.51743,-2143.742],[-411.51746,-2126.4214]],"_wlID":1193,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1194,{"_wlLine":[[-411.51746,-2126.4214],[-395.92902,-2117.4214]],"_wlID":1194,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1195,{"_wlLine":[[-395.92902,-2117.4214],[-385.929,-2134.742]],"_wlID":1195,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1196,{"_wlLine":[[-421.51746,-2109.101],[-405.92908,-2100.101]],"_wlID":1196,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1197,{"_wlLine":[[-405.92908,-2100.101],[-395.92905,-2117.4214]],"_wlID":1197,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1198,{"_wlLine":[[-395.92905,-2117.4214],[-411.51743,-2126.4214]],"_wlID":1198,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1199,{"_wlLine":[[-411.51743,-2126.4214],[-421.51746,-2109.101]],"_wlID":1199,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1200,{"_wlLine":[[-306.73285,-2134.4214],[-324.73285,-2134.4214]],"_wlID":1200,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1201,{"_wlLine":[[-324.73285,-2134.4214],[-324.73285,-2114.4214]],"_wlID":1201,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1202,{"_wlLine":[[-324.73285,-2114.4214],[-306.73285,-2114.4214]],"_wlID":1202,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1203,{"_wlLine":[[-306.73285,-2114.4214],[-306.73285,-2134.4214]],"_wlID":1203,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1204,{"_wlLine":[[-324.73288,-2094.4214],[-306.73288,-2094.4214]],"_wlID":1204,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1205,{"_wlLine":[[-306.73288,-2094.4214],[-306.73285,-2114.4214]],"_wlID":1205,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1206,{"_wlLine":[[-306.73285,-2114.4214],[-324.73285,-2114.4214]],"_wlID":1206,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1207,{"_wlLine":[[-324.73285,-2114.4214],[-324.73288,-2094.4214]],"_wlID":1207,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1208,{"_wlLine":[[-363.4795,-1695.1013],[-347.89105,-1704.1013]],"_wlID":1208,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1209,{"_wlLine":[[-347.89105,-1704.1013],[-357.89105,-1721.4219]],"_wlID":1209,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1210,{"_wlLine":[[-357.89105,-1721.4219],[-373.4795,-1712.4219]],"_wlID":1210,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1211,{"_wlLine":[[-373.4795,-1712.4219],[-363.4795,-1695.1013]],"_wlID":1211,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1212,{"_wlLine":[[-367.89105,-1738.7423],[-383.4795,-1729.7423]],"_wlID":1212,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1213,{"_wlLine":[[-383.4795,-1729.7423],[-373.4795,-1712.4219]],"_wlID":1213,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1214,{"_wlLine":[[-373.4795,-1712.4219],[-357.89105,-1721.4219]],"_wlID":1214,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1215,{"_wlLine":[[-357.89105,-1721.4219],[-367.89105,-1738.7423]],"_wlID":1215,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1216,{"_wlLine":[[-389.46027,-1680.1013],[-373.87183,-1689.1013]],"_wlID":1216,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1217,{"_wlLine":[[-373.87183,-1689.1013],[-383.87183,-1706.4219]],"_wlID":1217,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1218,{"_wlLine":[[-383.87183,-1706.4219],[-399.46027,-1697.4219]],"_wlID":1218,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1219,{"_wlLine":[[-399.46027,-1697.4219],[-389.46027,-1680.1013]],"_wlID":1219,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1220,{"_wlLine":[[-393.87183,-1723.7423],[-409.46027,-1714.7423]],"_wlID":1220,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1221,{"_wlLine":[[-409.46027,-1714.7423],[-399.46027,-1697.4219]],"_wlID":1221,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1222,{"_wlLine":[[-399.46027,-1697.4219],[-383.87183,-1706.4219]],"_wlID":1222,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1223,{"_wlLine":[[-383.87183,-1706.4219],[-393.87183,-1723.7423]],"_wlID":1223,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1224,{"_wlLine":[[-474.5219,-1395.4325],[-483.5219,-1411.0209]],"_wlID":1224,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1225,{"_wlLine":[[-483.5219,-1411.0209],[-500.8424,-1401.0209]],"_wlID":1225,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1226,{"_wlLine":[[-500.8424,-1401.0209],[-491.8424,-1385.4325]],"_wlID":1226,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1227,{"_wlLine":[[-491.8424,-1385.4325],[-474.5219,-1395.4325]],"_wlID":1227,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1228,{"_wlLine":[[-518.1629,-1391.0209],[-509.1629,-1375.4325]],"_wlID":1228,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1229,{"_wlLine":[[-509.1629,-1375.4325],[-491.8424,-1385.4325]],"_wlID":1229,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1230,{"_wlLine":[[-491.8424,-1385.4325],[-500.8424,-1401.0209]],"_wlID":1230,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1231,{"_wlLine":[[-500.8424,-1401.0209],[-518.1629,-1391.0209]],"_wlID":1231,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1232,{"_wlLine":[[-406.09628,-1355.5566],[-421.68472,-1364.5566]],"_wlID":1232,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1233,{"_wlLine":[[-421.68472,-1364.5566],[-431.68472,-1347.2361]],"_wlID":1233,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1234,{"_wlLine":[[-431.68472,-1347.2361],[-416.09628,-1338.2361]],"_wlID":1234,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1235,{"_wlLine":[[-416.09628,-1338.2361],[-406.09628,-1355.5566]],"_wlID":1235,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1236,{"_wlLine":[[-441.68472,-1329.9156],[-426.09628,-1320.9156]],"_wlID":1236,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1237,{"_wlLine":[[-426.09628,-1320.9156],[-416.09628,-1338.2361]],"_wlID":1237,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1238,{"_wlLine":[[-416.09628,-1338.2361],[-431.68472,-1347.2361]],"_wlID":1238,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1239,{"_wlLine":[[-431.68472,-1347.2361],[-441.68472,-1329.9156]],"_wlID":1239,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1240,{"_wlLine":[[-380.11554,-1340.5566],[-395.70398,-1349.5566]],"_wlID":1240,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1241,{"_wlLine":[[-395.70398,-1349.5566],[-405.70398,-1332.2361]],"_wlID":1241,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1242,{"_wlLine":[[-405.70398,-1332.2361],[-390.11554,-1323.2361]],"_wlID":1242,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1243,{"_wlLine":[[-390.11554,-1323.2361],[-380.11554,-1340.5566]],"_wlID":1243,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1244,{"_wlLine":[[-415.704,-1314.9156],[-400.11557,-1305.9156]],"_wlID":1244,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1245,{"_wlLine":[[-400.11557,-1305.9156],[-390.11554,-1323.2361]],"_wlID":1245,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1246,{"_wlLine":[[-390.11554,-1323.2361],[-405.70398,-1332.2361]],"_wlID":1246,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1247,{"_wlLine":[[-405.70398,-1332.2361],[-415.704,-1314.9156]],"_wlID":1247,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1248,{"_wlLine":[[18.256021,-1110.5565],[2.6675549,-1119.5565]],"_wlID":1248,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1249,{"_wlLine":[[2.6675549,-1119.5565],[-7.332449,-1102.236]],"_wlID":1249,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1250,{"_wlLine":[[-7.332449,-1102.236],[8.256018,-1093.236]],"_wlID":1250,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1251,{"_wlLine":[[8.256018,-1093.236],[18.256021,-1110.5565]],"_wlID":1251,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1252,{"_wlLine":[[-17.332438,-1084.9155],[-1.7439976,-1075.9155]],"_wlID":1252,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1253,{"_wlLine":[[-1.7439976,-1075.9155],[8.256004,-1093.236]],"_wlID":1253,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1254,{"_wlLine":[[8.256004,-1093.236],[-7.3324356,-1102.236]],"_wlID":1254,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1255,{"_wlLine":[[-7.3324356,-1102.236],[-17.332438,-1084.9155]],"_wlID":1255,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1256,{"_wlLine":[[96.1983,-1065.5564],[80.60983,-1074.5564]],"_wlID":1256,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1257,{"_wlLine":[[80.60983,-1074.5564],[70.609825,-1057.2358]],"_wlID":1257,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1258,{"_wlLine":[[70.609825,-1057.2358],[86.198296,-1048.2358]],"_wlID":1258,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1259,{"_wlLine":[[86.198296,-1048.2358],[96.1983,-1065.5564]],"_wlID":1259,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1260,{"_wlLine":[[60.60984,-1039.9154],[76.19828,-1030.9154]],"_wlID":1260,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1261,{"_wlLine":[[76.19828,-1030.9154],[86.19828,-1048.2358]],"_wlID":1261,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1262,{"_wlLine":[[86.19828,-1048.2358],[70.60984,-1057.2358]],"_wlID":1262,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1263,{"_wlLine":[[70.60984,-1057.2358],[60.60984,-1039.9154]],"_wlID":1263,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1264,{"_wlLine":[[344.67502,-624.98096],[353.67502,-640.56946]],"_wlID":1264,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1265,{"_wlLine":[[353.67502,-640.56946],[322.68033,-658.46423]],"_wlID":1265,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1266,{"_wlLine":[[322.68033,-658.46423],[313.68033,-642.87573]],"_wlID":1266,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1267,{"_wlLine":[[313.68033,-642.87573],[344.67502,-624.98096]],"_wlID":1267,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1268,{"_wlLine":[[313.68033,-642.87573],[322.68033,-658.46423]],"_wlID":1268,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1269,{"_wlLine":[[322.68033,-658.46423],[291.68567,-676.359]],"_wlID":1269,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1270,{"_wlLine":[[291.68567,-676.359],[282.68567,-660.7705]],"_wlID":1270,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1271,{"_wlLine":[[282.68567,-660.7705],[313.68033,-642.87573]],"_wlID":1271,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1272,{"_wlLine":[[282.68567,-660.7705],[291.68567,-676.359]],"_wlID":1272,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1273,{"_wlLine":[[291.68567,-676.359],[260.69098,-694.2538]],"_wlID":1273,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1274,{"_wlLine":[[260.69098,-694.2538],[251.69098,-678.6653]],"_wlID":1274,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1275,{"_wlLine":[[251.69098,-678.6653],[282.68567,-660.7705]],"_wlID":1275,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1276,{"_wlLine":[[251.69096,-678.6653],[260.69098,-694.2538]],"_wlID":1276,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1277,{"_wlLine":[[260.69098,-694.2538],[229.6963,-712.1486]],"_wlID":1277,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1278,{"_wlLine":[[229.6963,-712.1486],[220.69627,-696.5601]],"_wlID":1278,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1279,{"_wlLine":[[220.69627,-696.5601],[251.69096,-678.6653]],"_wlID":1279,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1280,{"_wlLine":[[220.69629,-696.5601],[229.69629,-712.1486]],"_wlID":1280,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1281,{"_wlLine":[[229.69629,-712.1486],[198.70163,-730.0434]],"_wlID":1281,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1282,{"_wlLine":[[198.70163,-730.0434],[189.70163,-714.4549]],"_wlID":1282,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1283,{"_wlLine":[[189.70163,-714.4549],[220.69629,-696.5601]],"_wlID":1283,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1284,{"_wlLine":[[189.70163,-714.4549],[198.70163,-730.0434]],"_wlID":1284,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1285,{"_wlLine":[[198.70163,-730.0434],[167.70694,-747.9382]],"_wlID":1285,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1286,{"_wlLine":[[167.70694,-747.9382],[158.70694,-732.3497]],"_wlID":1286,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1287,{"_wlLine":[[158.70694,-732.3497],[189.70163,-714.4549]],"_wlID":1287,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1288,{"_wlLine":[[-18.261143,-855.3068],[-27.261135,-839.7183]],"_wlID":1288,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1289,{"_wlLine":[[-27.261135,-839.7183],[3.7335544,-821.82355]],"_wlID":1289,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1290,{"_wlLine":[[3.7335544,-821.82355],[12.733547,-837.41205]],"_wlID":1290,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1291,{"_wlLine":[[12.733547,-837.41205],[-18.261143,-855.3068]],"_wlID":1291,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1292,{"_wlLine":[[12.733547,-837.41205],[3.7335544,-821.82355]],"_wlID":1292,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1293,{"_wlLine":[[3.7335544,-821.82355],[34.728245,-803.9288]],"_wlID":1293,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1294,{"_wlLine":[[34.728245,-803.9288],[43.728237,-819.5173]],"_wlID":1294,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1295,{"_wlLine":[[43.728237,-819.5173],[12.733547,-837.41205]],"_wlID":1295,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1296,{"_wlLine":[[43.72824,-819.5173],[34.72824,-803.9288]],"_wlID":1296,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1297,{"_wlLine":[[34.72824,-803.9288],[65.7229,-786.034]],"_wlID":1297,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1298,{"_wlLine":[[65.7229,-786.034],[74.7229,-801.6225]],"_wlID":1298,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1299,{"_wlLine":[[74.7229,-801.6225],[43.72824,-819.5173]],"_wlID":1299,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1300,{"_wlLine":[[74.7229,-801.6225],[65.7229,-786.034]],"_wlID":1300,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1301,{"_wlLine":[[65.7229,-786.034],[96.71759,-768.1392]],"_wlID":1301,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1302,{"_wlLine":[[96.71759,-768.1392],[105.71759,-783.7277]],"_wlID":1302,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1303,{"_wlLine":[[105.71759,-783.7277],[74.7229,-801.6225]],"_wlID":1303,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1304,{"_wlLine":[[105.71759,-783.7277],[96.71759,-768.1392]],"_wlID":1304,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1305,{"_wlLine":[[96.71759,-768.1392],[127.71225,-750.24445]],"_wlID":1305,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1306,{"_wlLine":[[127.71225,-750.24445],[136.71225,-765.83295]],"_wlID":1306,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1307,{"_wlLine":[[136.71225,-765.83295],[105.71759,-783.7277]],"_wlID":1307,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1308,{"_wlLine":[[136.71225,-765.83295],[127.71225,-750.24445]],"_wlID":1308,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1309,{"_wlLine":[[127.71225,-750.24445],[158.70694,-732.3497]],"_wlID":1309,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1310,{"_wlLine":[[158.70694,-732.3497],[167.70694,-747.9382]],"_wlID":1310,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1311,{"_wlLine":[[167.70694,-747.9382],[136.71225,-765.83295]],"_wlID":1311,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1312,{"_wlLine":[[311.20905,-567.01624],[293.88855,-577.01624]],"_wlID":1312,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1313,{"_wlLine":[[293.88855,-577.01624],[283.88855,-559.6957]],"_wlID":1313,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1314,{"_wlLine":[[283.88855,-559.6957],[301.20905,-549.6957]],"_wlID":1314,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1315,{"_wlLine":[[301.20905,-549.6957],[311.20905,-567.01624]],"_wlID":1315,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1316,{"_wlLine":[[219.61641,-522.163],[204.02795,-531.163]],"_wlID":1316,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1317,{"_wlLine":[[204.02795,-531.163],[197.36128,-519.616]],"_wlID":1317,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1318,{"_wlLine":[[197.36128,-519.616],[212.94974,-510.61603]],"_wlID":1318,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1319,{"_wlLine":[[212.94974,-510.61603],[219.61641,-522.163]],"_wlID":1319,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1320,{"_wlLine":[[226.28308,-533.71],[210.69463,-542.71]],"_wlID":1320,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1321,{"_wlLine":[[210.69463,-542.71],[204.02795,-531.163]],"_wlID":1321,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1322,{"_wlLine":[[204.02795,-531.163],[219.61641,-522.163]],"_wlID":1322,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1323,{"_wlLine":[[219.61641,-522.163],[226.28308,-533.71]],"_wlID":1323,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1324,{"_wlLine":[[232.94974,-545.257],[217.36128,-554.257]],"_wlID":1324,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1325,{"_wlLine":[[217.36128,-554.257],[210.69461,-542.71]],"_wlID":1325,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1326,{"_wlLine":[[210.69461,-542.71],[226.28307,-533.71]],"_wlID":1326,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1327,{"_wlLine":[[226.28307,-533.71],[232.94974,-545.257]],"_wlID":1327,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1328,{"_wlLine":[[239.61641,-556.804],[224.02795,-565.804]],"_wlID":1328,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1329,{"_wlLine":[[224.02795,-565.804],[217.36128,-554.257]],"_wlID":1329,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1330,{"_wlLine":[[217.36128,-554.257],[232.94974,-545.257]],"_wlID":1330,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1331,{"_wlLine":[[232.94974,-545.257],[239.61641,-556.804]],"_wlID":1331,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1332,{"_wlLine":[[227.21535,-566.6581],[218.21535,-551.06964]],"_wlID":1332,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1333,{"_wlLine":[[218.21535,-551.06964],[229.76234,-544.40295]],"_wlID":1333,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1334,{"_wlLine":[[229.76234,-544.40295],[238.76234,-559.9914]],"_wlID":1334,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1335,{"_wlLine":[[238.76234,-559.9914],[227.21535,-566.6581]],"_wlID":1335,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1336,{"_wlLine":[[215.66835,-573.32477],[206.66835,-557.7363]],"_wlID":1336,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1337,{"_wlLine":[[206.66835,-557.7363],[218.21535,-551.06964]],"_wlID":1337,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1338,{"_wlLine":[[218.21535,-551.06964],[227.21535,-566.6581]],"_wlID":1338,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1339,{"_wlLine":[[227.21535,-566.6581],[215.66835,-573.32477]],"_wlID":1339,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1340,{"_wlLine":[[204.12134,-579.9914],[195.12134,-564.40295]],"_wlID":1340,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1341,{"_wlLine":[[195.12134,-564.40295],[206.66833,-557.73627]],"_wlID":1341,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1342,{"_wlLine":[[206.66833,-557.73627],[215.66833,-573.3247]],"_wlID":1342,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1343,{"_wlLine":[[215.66833,-573.3247],[204.12134,-579.9914]],"_wlID":1343,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1344,{"_wlLine":[[192.57434,-586.6581],[183.57434,-571.06964]],"_wlID":1344,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1345,{"_wlLine":[[183.57434,-571.06964],[195.12134,-564.40295]],"_wlID":1345,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1346,{"_wlLine":[[195.12134,-564.40295],[204.12134,-579.9914]],"_wlID":1346,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1347,{"_wlLine":[[204.12134,-579.9914],[192.57434,-586.6581]],"_wlID":1347,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1348,{"_wlLine":[[182.72028,-574.257],[198.30873,-565.257]],"_wlID":1348,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1349,{"_wlLine":[[198.30873,-565.257],[204.9754,-576.804]],"_wlID":1349,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1350,{"_wlLine":[[204.9754,-576.804],[189.38695,-585.804]],"_wlID":1350,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1351,{"_wlLine":[[189.38695,-585.804],[182.72028,-574.257]],"_wlID":1351,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1352,{"_wlLine":[[176.0536,-562.71],[191.64206,-553.71]],"_wlID":1352,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1353,{"_wlLine":[[191.64206,-553.71],[198.30873,-565.257]],"_wlID":1353,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1354,{"_wlLine":[[198.30873,-565.257],[182.72028,-574.257]],"_wlID":1354,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1355,{"_wlLine":[[182.72028,-574.257],[176.0536,-562.71]],"_wlID":1355,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1356,{"_wlLine":[[169.38695,-551.163],[184.9754,-542.163]],"_wlID":1356,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1357,{"_wlLine":[[184.9754,-542.163],[191.64207,-553.71]],"_wlID":1357,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1358,{"_wlLine":[[191.64207,-553.71],[176.05362,-562.71]],"_wlID":1358,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1359,{"_wlLine":[[176.05362,-562.71],[169.38695,-551.163]],"_wlID":1359,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1360,{"_wlLine":[[162.72028,-539.616],[178.30873,-530.616]],"_wlID":1360,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1361,{"_wlLine":[[178.30873,-530.616],[184.9754,-542.163]],"_wlID":1361,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1362,{"_wlLine":[[184.9754,-542.163],[169.38695,-551.163]],"_wlID":1362,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1363,{"_wlLine":[[169.38695,-551.163],[162.72028,-539.616]],"_wlID":1363,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1364,{"_wlLine":[[175.12134,-529.76196],[184.12134,-545.3504]],"_wlID":1364,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1365,{"_wlLine":[[184.12134,-545.3504],[172.57434,-552.0171]],"_wlID":1365,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1366,{"_wlLine":[[172.57434,-552.0171],[163.57434,-536.42865]],"_wlID":1366,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1367,{"_wlLine":[[163.57434,-536.42865],[175.12134,-529.76196]],"_wlID":1367,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1368,{"_wlLine":[[186.66833,-523.0953],[195.66833,-538.6837]],"_wlID":1368,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1369,{"_wlLine":[[195.66833,-538.6837],[184.12134,-545.3504]],"_wlID":1369,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1370,{"_wlLine":[[184.12134,-545.3504],[175.12134,-529.76196]],"_wlID":1370,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1371,{"_wlLine":[[175.12134,-529.76196],[186.66833,-523.0953]],"_wlID":1371,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1372,{"_wlLine":[[198.21535,-516.42865],[207.21535,-532.0171]],"_wlID":1372,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1373,{"_wlLine":[[207.21535,-532.0171],[195.66835,-538.6838]],"_wlID":1373,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1374,{"_wlLine":[[195.66835,-538.6838],[186.66835,-523.09534]],"_wlID":1374,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1375,{"_wlLine":[[186.66835,-523.09534],[198.21535,-516.42865]],"_wlID":1375,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1376,{"_wlLine":[[209.76234,-509.76196],[218.76234,-525.3504]],"_wlID":1376,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1377,{"_wlLine":[[218.76234,-525.3504],[207.21535,-532.0171]],"_wlID":1377,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1378,{"_wlLine":[[207.21535,-532.0171],[198.21535,-516.42865]],"_wlID":1378,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1379,{"_wlLine":[[198.21535,-516.42865],[209.76234,-509.76196]],"_wlID":1379,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1380,{"_wlLine":[[145.22917,-565.11053],[129.64072,-574.11053]],"_wlID":1380,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1381,{"_wlLine":[[129.64072,-574.11053],[122.974045,-562.56354]],"_wlID":1381,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1382,{"_wlLine":[[122.974045,-562.56354],[138.5625,-553.56354]],"_wlID":1382,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1383,{"_wlLine":[[138.5625,-553.56354],[145.22917,-565.11053]],"_wlID":1383,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1384,{"_wlLine":[[151.89584,-576.65753],[136.30739,-585.65753]],"_wlID":1384,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1385,{"_wlLine":[[136.30739,-585.65753],[129.64072,-574.11053]],"_wlID":1385,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1386,{"_wlLine":[[129.64072,-574.11053],[145.22917,-565.11053]],"_wlID":1386,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1387,{"_wlLine":[[145.22917,-565.11053],[151.89584,-576.65753]],"_wlID":1387,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1388,{"_wlLine":[[158.5625,-588.2045],[142.97404,-597.2045]],"_wlID":1388,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1389,{"_wlLine":[[142.97404,-597.2045],[136.30737,-585.65753]],"_wlID":1389,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1390,{"_wlLine":[[136.30737,-585.65753],[151.89583,-576.65753]],"_wlID":1390,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1391,{"_wlLine":[[151.89583,-576.65753],[158.5625,-588.2045]],"_wlID":1391,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1392,{"_wlLine":[[165.22917,-599.7515],[149.64072,-608.7515]],"_wlID":1392,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1393,{"_wlLine":[[149.64072,-608.7515],[142.97404,-597.2045]],"_wlID":1393,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1394,{"_wlLine":[[142.97404,-597.2045],[158.5625,-588.2045]],"_wlID":1394,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1395,{"_wlLine":[[158.5625,-588.2045],[165.22917,-599.7515]],"_wlID":1395,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1396,{"_wlLine":[[152.82811,-609.6056],[143.82811,-594.01715]],"_wlID":1396,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1397,{"_wlLine":[[143.82811,-594.01715],[155.3751,-587.35046]],"_wlID":1397,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1398,{"_wlLine":[[155.3751,-587.35046],[164.3751,-602.9389]],"_wlID":1398,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1399,{"_wlLine":[[164.3751,-602.9389],[152.82811,-609.6056]],"_wlID":1399,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1400,{"_wlLine":[[141.28111,-616.2723],[132.28111,-600.68384]],"_wlID":1400,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1401,{"_wlLine":[[132.28111,-600.68384],[143.82811,-594.01715]],"_wlID":1401,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1402,{"_wlLine":[[143.82811,-594.01715],[152.82811,-609.6056]],"_wlID":1402,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1403,{"_wlLine":[[152.82811,-609.6056],[141.28111,-616.2723]],"_wlID":1403,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1404,{"_wlLine":[[129.7341,-622.9389],[120.7341,-607.35046]],"_wlID":1404,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1405,{"_wlLine":[[120.7341,-607.35046],[132.2811,-600.6838]],"_wlID":1405,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1406,{"_wlLine":[[132.2811,-600.6838],[141.2811,-616.2722]],"_wlID":1406,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1407,{"_wlLine":[[141.2811,-616.2722],[129.7341,-622.9389]],"_wlID":1407,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1408,{"_wlLine":[[118.1871,-629.6056],[109.1871,-614.01715]],"_wlID":1408,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1409,{"_wlLine":[[109.1871,-614.01715],[120.7341,-607.35046]],"_wlID":1409,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1410,{"_wlLine":[[120.7341,-607.35046],[129.7341,-622.9389]],"_wlID":1410,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1411,{"_wlLine":[[129.7341,-622.9389],[118.1871,-629.6056]],"_wlID":1411,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1412,{"_wlLine":[[108.33304,-617.2045],[123.92149,-608.2045]],"_wlID":1412,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1413,{"_wlLine":[[123.92149,-608.2045],[130.58817,-619.7515]],"_wlID":1413,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1414,{"_wlLine":[[130.58817,-619.7515],[114.99971,-628.7515]],"_wlID":1414,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1415,{"_wlLine":[[114.99971,-628.7515],[108.33304,-617.2045]],"_wlID":1415,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1416,{"_wlLine":[[101.666374,-605.65753],[117.25483,-596.65753]],"_wlID":1416,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1417,{"_wlLine":[[117.25483,-596.65753],[123.9215,-608.2045]],"_wlID":1417,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1418,{"_wlLine":[[123.9215,-608.2045],[108.333046,-617.2045]],"_wlID":1418,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1419,{"_wlLine":[[108.333046,-617.2045],[101.666374,-605.65753]],"_wlID":1419,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1420,{"_wlLine":[[94.9997,-594.11053],[110.58816,-585.11053]],"_wlID":1420,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1421,{"_wlLine":[[110.58816,-585.11053],[117.25483,-596.65753]],"_wlID":1421,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1422,{"_wlLine":[[117.25483,-596.65753],[101.666374,-605.65753]],"_wlID":1422,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1423,{"_wlLine":[[101.666374,-605.65753],[94.9997,-594.11053]],"_wlID":1423,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1424,{"_wlLine":[[88.33304,-582.56354],[103.92149,-573.56354]],"_wlID":1424,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1425,{"_wlLine":[[103.92149,-573.56354],[110.588165,-585.11053]],"_wlID":1425,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1426,{"_wlLine":[[110.588165,-585.11053],[94.99971,-594.11053]],"_wlID":1426,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1427,{"_wlLine":[[94.99971,-594.11053],[88.33304,-582.56354]],"_wlID":1427,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1428,{"_wlLine":[[100.7341,-572.7095],[109.7341,-588.2979]],"_wlID":1428,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1429,{"_wlLine":[[109.7341,-588.2979],[98.1871,-594.9646]],"_wlID":1429,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1430,{"_wlLine":[[98.1871,-594.9646],[89.1871,-579.37616]],"_wlID":1430,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1431,{"_wlLine":[[89.1871,-579.37616],[100.7341,-572.7095]],"_wlID":1431,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1432,{"_wlLine":[[112.281105,-566.0428],[121.28111,-581.6312]],"_wlID":1432,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1433,{"_wlLine":[[121.28111,-581.6312],[109.73411,-588.2979]],"_wlID":1433,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1434,{"_wlLine":[[109.73411,-588.2979],[100.7341,-572.7095]],"_wlID":1434,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1435,{"_wlLine":[[100.7341,-572.7095],[112.281105,-566.0428]],"_wlID":1435,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1436,{"_wlLine":[[123.82811,-559.37616],[132.82811,-574.9646]],"_wlID":1436,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1437,{"_wlLine":[[132.82811,-574.9646],[121.28111,-581.6313]],"_wlID":1437,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1438,{"_wlLine":[[121.28111,-581.6313],[112.28111,-566.04285]],"_wlID":1438,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1439,{"_wlLine":[[112.28111,-566.04285],[123.82811,-559.37616]],"_wlID":1439,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1440,{"_wlLine":[[135.3751,-552.7095],[144.3751,-568.2979]],"_wlID":1440,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1441,{"_wlLine":[[144.3751,-568.2979],[132.82811,-574.9646]],"_wlID":1441,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1442,{"_wlLine":[[132.82811,-574.9646],[123.82811,-559.37616]],"_wlID":1442,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1443,{"_wlLine":[[123.82811,-559.37616],[135.3751,-552.7095]],"_wlID":1443,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1444,{"_wlLine":[[70.841965,-608.058],[55.25351,-617.058]],"_wlID":1444,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1445,{"_wlLine":[[55.25351,-617.058],[48.586838,-605.511]],"_wlID":1445,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1446,{"_wlLine":[[48.586838,-605.511],[64.17529,-596.511]],"_wlID":1446,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1447,{"_wlLine":[[64.17529,-596.511],[70.841965,-608.058]],"_wlID":1447,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1448,{"_wlLine":[[77.50863,-619.605],[61.920174,-628.605]],"_wlID":1448,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1449,{"_wlLine":[[61.920174,-628.605],[55.2535,-617.058]],"_wlID":1449,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1450,{"_wlLine":[[55.2535,-617.058],[70.84196,-608.058]],"_wlID":1450,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1451,{"_wlLine":[[70.84196,-608.058],[77.50863,-619.605]],"_wlID":1451,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1452,{"_wlLine":[[84.1753,-631.15204],[68.586845,-640.15204]],"_wlID":1452,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1453,{"_wlLine":[[68.586845,-640.15204],[61.920174,-628.60504]],"_wlID":1453,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1454,{"_wlLine":[[61.920174,-628.60504],[77.50863,-619.60504]],"_wlID":1454,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1455,{"_wlLine":[[77.50863,-619.60504],[84.1753,-631.15204]],"_wlID":1455,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1456,{"_wlLine":[[90.841965,-642.69904],[75.25351,-651.69904]],"_wlID":1456,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1457,{"_wlLine":[[75.25351,-651.69904],[68.58684,-640.15204]],"_wlID":1457,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1458,{"_wlLine":[[68.58684,-640.15204],[84.17529,-631.15204]],"_wlID":1458,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1459,{"_wlLine":[[84.17529,-631.15204],[90.841965,-642.69904]],"_wlID":1459,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1460,{"_wlLine":[[78.440895,-652.5531],[69.4409,-636.96466]],"_wlID":1460,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1461,{"_wlLine":[[69.4409,-636.96466],[80.98791,-630.298]],"_wlID":1461,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1462,{"_wlLine":[[80.98791,-630.298],[89.9879,-645.8864]],"_wlID":1462,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1463,{"_wlLine":[[89.9879,-645.8864],[78.440895,-652.5531]],"_wlID":1463,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1464,{"_wlLine":[[66.89389,-659.2198],[57.893894,-643.63135]],"_wlID":1464,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1465,{"_wlLine":[[57.893894,-643.63135],[69.4409,-636.96466]],"_wlID":1465,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1466,{"_wlLine":[[69.4409,-636.96466],[78.4409,-652.5531]],"_wlID":1466,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1467,{"_wlLine":[[78.4409,-652.5531],[66.89389,-659.2198]],"_wlID":1467,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1468,{"_wlLine":[[55.34688,-665.8864],[46.34688,-650.298]],"_wlID":1468,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1469,{"_wlLine":[[46.34688,-650.298],[57.893887,-643.6313]],"_wlID":1469,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1470,{"_wlLine":[[57.893887,-643.6313],[66.89389,-659.2197]],"_wlID":1470,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1471,{"_wlLine":[[66.89389,-659.2197],[55.34688,-665.8864]],"_wlID":1471,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1472,{"_wlLine":[[43.799877,-672.5531],[34.799877,-656.96466]],"_wlID":1472,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1473,{"_wlLine":[[34.799877,-656.96466],[46.34688,-650.298]],"_wlID":1473,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1474,{"_wlLine":[[46.34688,-650.298],[55.34688,-665.8864]],"_wlID":1474,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1475,{"_wlLine":[[55.34688,-665.8864],[43.799877,-672.5531]],"_wlID":1475,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1476,{"_wlLine":[[33.945816,-660.15204],[49.534275,-651.15204]],"_wlID":1476,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1477,{"_wlLine":[[49.534275,-651.15204],[56.200943,-662.69904]],"_wlID":1477,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1478,{"_wlLine":[[56.200943,-662.69904],[40.612484,-671.69904]],"_wlID":1478,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1479,{"_wlLine":[[40.612484,-671.69904],[33.945816,-660.15204]],"_wlID":1479,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1480,{"_wlLine":[[27.279148,-648.60504],[42.867607,-639.60504]],"_wlID":1480,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1481,{"_wlLine":[[42.867607,-639.60504],[49.534275,-651.15204]],"_wlID":1481,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1482,{"_wlLine":[[49.534275,-651.15204],[33.945816,-660.15204]],"_wlID":1482,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1483,{"_wlLine":[[33.945816,-660.15204],[27.279148,-648.60504]],"_wlID":1483,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1484,{"_wlLine":[[20.612482,-637.058],[36.200943,-628.058]],"_wlID":1484,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1485,{"_wlLine":[[36.200943,-628.058],[42.867607,-639.605]],"_wlID":1485,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1486,{"_wlLine":[[42.867607,-639.605],[27.279148,-648.605]],"_wlID":1486,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1487,{"_wlLine":[[27.279148,-648.605],[20.612482,-637.058]],"_wlID":1487,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1488,{"_wlLine":[[13.945816,-625.511],[29.534277,-616.511]],"_wlID":1488,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1489,{"_wlLine":[[29.534277,-616.511],[36.200943,-628.058]],"_wlID":1489,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1490,{"_wlLine":[[36.200943,-628.058],[20.612482,-637.058]],"_wlID":1490,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1491,{"_wlLine":[[20.612482,-637.058],[13.945816,-625.511]],"_wlID":1491,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1492,{"_wlLine":[[26.346884,-615.6569],[35.34688,-631.24536]],"_wlID":1492,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1493,{"_wlLine":[[35.34688,-631.24536],[23.799875,-637.91205]],"_wlID":1493,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1494,{"_wlLine":[[23.799875,-637.91205],[14.799876,-622.3236]],"_wlID":1494,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1495,{"_wlLine":[[14.799876,-622.3236],[26.346884,-615.6569]],"_wlID":1495,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1496,{"_wlLine":[[37.89389,-608.99023],[46.89389,-624.5787]],"_wlID":1496,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1497,{"_wlLine":[[46.89389,-624.5787],[35.346886,-631.24536]],"_wlID":1497,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1498,{"_wlLine":[[35.346886,-631.24536],[26.346886,-615.6569]],"_wlID":1498,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1499,{"_wlLine":[[26.346886,-615.6569],[37.89389,-608.99023]],"_wlID":1499,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1500,{"_wlLine":[[49.440903,-602.3236],[58.4409,-617.91205]],"_wlID":1500,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1501,{"_wlLine":[[58.4409,-617.91205],[46.89389,-624.57874]],"_wlID":1501,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1502,{"_wlLine":[[46.89389,-624.57874],[37.893894,-608.9903]],"_wlID":1502,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1503,{"_wlLine":[[37.893894,-608.9903],[49.440903,-602.3236]],"_wlID":1503,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1504,{"_wlLine":[[60.987907,-595.6569],[69.98791,-611.24536]],"_wlID":1504,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1505,{"_wlLine":[[69.98791,-611.24536],[58.440895,-617.91205]],"_wlID":1505,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1506,{"_wlLine":[[58.440895,-617.91205],[49.4409,-602.3236]],"_wlID":1506,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1507,{"_wlLine":[[49.4409,-602.3236],[60.987907,-595.6569]],"_wlID":1507,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1508,{"_wlLine":[[-3.5452871,-651.00543],[-19.133745,-660.00543]],"_wlID":1508,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1509,{"_wlLine":[[-19.133745,-660.00543],[-25.800415,-648.45844]],"_wlID":1509,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1510,{"_wlLine":[[-25.800415,-648.45844],[-10.211958,-639.45844]],"_wlID":1510,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1511,{"_wlLine":[[-10.211958,-639.45844],[-3.5452871,-651.00543]],"_wlID":1511,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1512,{"_wlLine":[[3.1213799,-662.5524],[-12.467078,-671.5524]],"_wlID":1512,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1513,{"_wlLine":[[-12.467078,-671.5524],[-19.133749,-660.00543]],"_wlID":1513,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1514,{"_wlLine":[[-19.133749,-660.00543],[-3.545291,-651.00543]],"_wlID":1514,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1515,{"_wlLine":[[-3.545291,-651.00543],[3.1213799,-662.5524]],"_wlID":1515,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1516,{"_wlLine":[[9.788047,-674.0995],[-5.800411,-683.0995]],"_wlID":1516,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1517,{"_wlLine":[[-5.800411,-683.0995],[-12.467082,-671.5525]],"_wlID":1517,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1518,{"_wlLine":[[-12.467082,-671.5525],[3.121376,-662.5525]],"_wlID":1518,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1519,{"_wlLine":[[3.121376,-662.5525],[9.788047,-674.0995]],"_wlID":1519,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1520,{"_wlLine":[[16.454712,-685.6465],[0.8662548,-694.6465]],"_wlID":1520,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1521,{"_wlLine":[[0.8662548,-694.6465],[-5.800416,-683.0995]],"_wlID":1521,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1522,{"_wlLine":[[-5.800416,-683.0995],[9.788042,-674.0995]],"_wlID":1522,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1523,{"_wlLine":[[9.788042,-674.0995],[16.454712,-685.6465]],"_wlID":1523,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1524,{"_wlLine":[[4.0536447,-695.50055],[-4.946354,-679.9121]],"_wlID":1524,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1525,{"_wlLine":[[-4.946354,-679.9121],[6.600652,-673.2454]],"_wlID":1525,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1526,{"_wlLine":[[6.600652,-673.2454],[15.600651,-688.83386]],"_wlID":1526,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1527,{"_wlLine":[[15.600651,-688.83386],[4.0536447,-695.50055]],"_wlID":1527,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1528,{"_wlLine":[[-7.493363,-702.16724],[-16.493362,-686.5788]],"_wlID":1528,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1529,{"_wlLine":[[-16.493362,-686.5788],[-4.9463553,-679.9121]],"_wlID":1529,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1530,{"_wlLine":[[-4.9463553,-679.9121],[4.053643,-695.50055]],"_wlID":1530,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1531,{"_wlLine":[[4.053643,-695.50055],[-7.493363,-702.16724]],"_wlID":1531,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1532,{"_wlLine":[[-19.04037,-708.83386],[-28.040369,-693.2454]],"_wlID":1532,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1533,{"_wlLine":[[-28.040369,-693.2454],[-16.493362,-686.57874]],"_wlID":1533,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1534,{"_wlLine":[[-16.493362,-686.57874],[-7.4933643,-702.1672]],"_wlID":1534,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1535,{"_wlLine":[[-7.4933643,-702.1672],[-19.04037,-708.83386]],"_wlID":1535,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1536,{"_wlLine":[[-30.587378,-715.50055],[-39.587376,-699.9121]],"_wlID":1536,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1537,{"_wlLine":[[-39.587376,-699.9121],[-28.040369,-693.2454]],"_wlID":1537,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1538,{"_wlLine":[[-28.040369,-693.2454],[-19.04037,-708.83386]],"_wlID":1538,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1539,{"_wlLine":[[-19.04037,-708.83386],[-30.587378,-715.50055]],"_wlID":1539,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1540,{"_wlLine":[[-40.441437,-703.0995],[-24.852976,-694.0995]],"_wlID":1540,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1541,{"_wlLine":[[-24.852976,-694.0995],[-18.18631,-705.6465]],"_wlID":1541,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1542,{"_wlLine":[[-18.18631,-705.6465],[-33.77477,-714.6465]],"_wlID":1542,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1543,{"_wlLine":[[-33.77477,-714.6465],[-40.441437,-703.0995]],"_wlID":1543,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1544,{"_wlLine":[[-47.108105,-691.5525],[-31.519644,-682.5525]],"_wlID":1544,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1545,{"_wlLine":[[-31.519644,-682.5525],[-24.852978,-694.0995]],"_wlID":1545,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1546,{"_wlLine":[[-24.852978,-694.0995],[-40.441437,-703.0995]],"_wlID":1546,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1547,{"_wlLine":[[-40.441437,-703.0995],[-47.108105,-691.5525]],"_wlID":1547,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1548,{"_wlLine":[[-53.774773,-680.00543],[-38.186314,-671.00543]],"_wlID":1548,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1549,{"_wlLine":[[-38.186314,-671.00543],[-31.519646,-682.5524]],"_wlID":1549,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1550,{"_wlLine":[[-31.519646,-682.5524],[-47.108105,-691.5524]],"_wlID":1550,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1551,{"_wlLine":[[-47.108105,-691.5524],[-53.774773,-680.00543]],"_wlID":1551,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1552,{"_wlLine":[[-60.441437,-668.45844],[-44.852978,-659.45844]],"_wlID":1552,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1553,{"_wlLine":[[-44.852978,-659.45844],[-38.18631,-671.00543]],"_wlID":1553,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1554,{"_wlLine":[[-38.18631,-671.00543],[-53.77477,-680.00543]],"_wlID":1554,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1555,{"_wlLine":[[-53.77477,-680.00543],[-60.441437,-668.45844]],"_wlID":1555,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1556,{"_wlLine":[[-48.040367,-658.6044],[-39.04037,-674.1928]],"_wlID":1556,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1557,{"_wlLine":[[-39.04037,-674.1928],[-50.58738,-680.8595]],"_wlID":1557,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1558,{"_wlLine":[[-50.58738,-680.8595],[-59.587376,-665.27106]],"_wlID":1558,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1559,{"_wlLine":[[-59.587376,-665.27106],[-48.040367,-658.6044]],"_wlID":1559,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1560,{"_wlLine":[[-36.493362,-651.9377],[-27.493362,-667.5261]],"_wlID":1560,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1561,{"_wlLine":[[-27.493362,-667.5261],[-39.040367,-674.1928]],"_wlID":1561,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1562,{"_wlLine":[[-39.040367,-674.1928],[-48.040367,-658.6044]],"_wlID":1562,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1563,{"_wlLine":[[-48.040367,-658.6044],[-36.493362,-651.9377]],"_wlID":1563,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1564,{"_wlLine":[[-24.946354,-645.27106],[-15.946355,-660.8595]],"_wlID":1564,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1565,{"_wlLine":[[-15.946355,-660.8595],[-27.493362,-667.5262]],"_wlID":1565,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1566,{"_wlLine":[[-27.493362,-667.5262],[-36.493362,-651.93774]],"_wlID":1566,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1567,{"_wlLine":[[-36.493362,-651.93774],[-24.946354,-645.27106]],"_wlID":1567,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1568,{"_wlLine":[[-13.399347,-638.6044],[-4.3993483,-654.1928]],"_wlID":1568,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1569,{"_wlLine":[[-4.3993483,-654.1928],[-15.946356,-660.8595]],"_wlID":1569,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1570,{"_wlLine":[[-15.946356,-660.8595],[-24.946354,-645.27106]],"_wlID":1570,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1571,{"_wlLine":[[-24.946354,-645.27106],[-13.399347,-638.6044]],"_wlID":1571,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1572,{"_wlLine":[[-215.42561,-523.1668],[-199.83717,-532.1668]],"_wlID":1572,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1573,{"_wlLine":[[-199.83717,-532.1668],[-209.83719,-549.4873]],"_wlID":1573,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1574,{"_wlLine":[[-209.83719,-549.4873],[-225.42563,-540.4873]],"_wlID":1574,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1575,{"_wlLine":[[-225.42563,-540.4873],[-215.42561,-523.1668]],"_wlID":1575,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1576,{"_wlLine":[[-219.83719,-566.8078],[-235.42563,-557.8078]],"_wlID":1576,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1577,{"_wlLine":[[-235.42563,-557.8078],[-225.42563,-540.4873]],"_wlID":1577,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1578,{"_wlLine":[[-225.42563,-540.4873],[-209.83719,-549.4873]],"_wlID":1578,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1579,{"_wlLine":[[-209.83719,-549.4873],[-219.83719,-566.8078]],"_wlID":1579,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1580,{"_wlLine":[[-241.40637,-508.1668],[-225.81793,-517.1668]],"_wlID":1580,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1581,{"_wlLine":[[-225.81793,-517.1668],[-235.81793,-534.4873]],"_wlID":1581,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1582,{"_wlLine":[[-235.81793,-534.4873],[-251.40637,-525.4873]],"_wlID":1582,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1583,{"_wlLine":[[-251.40637,-525.4873],[-241.40637,-508.1668]],"_wlID":1583,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1584,{"_wlLine":[[-245.81795,-551.8078],[-261.4064,-542.8078]],"_wlID":1584,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1585,{"_wlLine":[[-261.4064,-542.8078],[-251.40637,-525.4873]],"_wlID":1585,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1586,{"_wlLine":[[-251.40637,-525.4873],[-235.81793,-534.4873]],"_wlID":1586,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1587,{"_wlLine":[[-235.81793,-534.4873],[-245.81795,-551.8078]],"_wlID":1587,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1588,{"_wlLine":[[-452.1281,-421.14752],[-469.4486,-411.14752]],"_wlID":1588,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1589,{"_wlLine":[[-469.4486,-411.14752],[-459.4486,-393.82703]],"_wlID":1589,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1590,{"_wlLine":[[-459.4486,-393.82703],[-442.1281,-403.82703]],"_wlID":1590,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1591,{"_wlLine":[[-442.1281,-403.82703],[-452.1281,-421.14752]],"_wlID":1591,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1592,{"_wlLine":[[-383.46783,-322.2245],[-393.46783,-339.54498]],"_wlID":1592,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1593,{"_wlLine":[[-393.46783,-339.54498],[-428.10883,-319.54498]],"_wlID":1593,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1594,{"_wlLine":[[-428.10883,-319.54498],[-418.10883,-302.2245]],"_wlID":1594,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1595,{"_wlLine":[[-418.10883,-302.2245],[-383.46783,-322.2245]],"_wlID":1595,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1596,{"_wlLine":[[-326.4679,-223.49756],[-335.4679,-239.086]],"_wlID":1596,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1597,{"_wlLine":[[-335.4679,-239.086],[-352.7884,-229.086]],"_wlID":1597,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1598,{"_wlLine":[[-352.7884,-229.086],[-343.7884,-213.49756]],"_wlID":1598,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1599,{"_wlLine":[[-343.7884,-213.49756],[-326.4679,-223.49756]],"_wlID":1599,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1600,{"_wlLine":[[-370.10892,-219.08601],[-361.10892,-203.49754]],"_wlID":1600,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1601,{"_wlLine":[[-361.10892,-203.49754],[-343.7884,-213.49754]],"_wlID":1601,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1602,{"_wlLine":[[-343.7884,-213.49754],[-352.7884,-229.08601]],"_wlID":1602,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1603,{"_wlLine":[[-352.7884,-229.08601],[-370.10892,-219.08601]],"_wlID":1603,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1604,{"_wlLine":[[-258.04227,-183.62187],[-273.6307,-192.62187]],"_wlID":1604,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1605,{"_wlLine":[[-273.6307,-192.62187],[-283.6307,-175.30138]],"_wlID":1605,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1606,{"_wlLine":[[-283.6307,-175.30138],[-268.04227,-166.30138]],"_wlID":1606,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1607,{"_wlLine":[[-268.04227,-166.30138],[-258.04227,-183.62187]],"_wlID":1607,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1608,{"_wlLine":[[-293.6307,-157.98087],[-278.04227,-148.98087]],"_wlID":1608,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1609,{"_wlLine":[[-278.04227,-148.98087],[-268.04227,-166.30138]],"_wlID":1609,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1610,{"_wlLine":[[-268.04227,-166.30138],[-283.6307,-175.30138]],"_wlID":1610,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1611,{"_wlLine":[[-283.6307,-175.30138],[-293.6307,-157.98087]],"_wlID":1611,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1612,{"_wlLine":[[-232.0615,-168.62186],[-247.64993,-177.62186]],"_wlID":1612,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1613,{"_wlLine":[[-247.64993,-177.62186],[-257.64993,-160.30136]],"_wlID":1613,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1614,{"_wlLine":[[-257.64993,-160.30136],[-242.0615,-151.30136]],"_wlID":1614,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1615,{"_wlLine":[[-242.0615,-151.30136],[-232.0615,-168.62186]],"_wlID":1615,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1616,{"_wlLine":[[-267.64993,-142.98085],[-252.06148,-133.98085]],"_wlID":1616,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1617,{"_wlLine":[[-252.06148,-133.98085],[-242.06148,-151.30136]],"_wlID":1617,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1618,{"_wlLine":[[-242.06148,-151.30136],[-257.64993,-160.30136]],"_wlID":1618,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1619,{"_wlLine":[[-257.64993,-160.30136],[-267.64993,-142.98085]],"_wlID":1619,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1620,{"_wlLine":[[47.32055,-180.52551],[30.000046,-190.52551]],"_wlID":1620,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1621,{"_wlLine":[[30.000046,-190.52551],[20.000038,-173.20502]],"_wlID":1621,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1622,{"_wlLine":[[20.000038,-173.20502],[37.32054,-163.20502]],"_wlID":1622,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1623,{"_wlLine":[[37.32054,-163.20502],[47.32055,-180.52551]],"_wlID":1623,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1624,{"_wlLine":[[-59.679485,4.8038526],[-50.679485,-10.784603]],"_wlID":1624,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1625,{"_wlLine":[[-50.679485,-10.784603],[-67.99999,-20.784607]],"_wlID":1625,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1626,{"_wlLine":[[-67.99999,-20.784607],[-76.99999,-5.1961513]],"_wlID":1626,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1627,{"_wlLine":[[-76.99999,-5.1961513],[-59.679485,4.8038526]],"_wlID":1627,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1628,{"_wlLine":[[-85.320496,-30.784609],[-94.320496,-15.196154]],"_wlID":1628,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1629,{"_wlLine":[[-94.320496,-15.196154],[-76.99999,-5.1961513]],"_wlID":1629,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1630,{"_wlLine":[[-76.99999,-5.1961513],[-67.99999,-20.784607]],"_wlID":1630,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1631,{"_wlLine":[[-67.99999,-20.784607],[-85.320496,-30.784609]],"_wlID":1631,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1632,{"_wlLine":[[-60.0,84.0],[-60.0,66.0]],"_wlID":1632,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1633,{"_wlLine":[[-60.0,66.0],[-80.0,66.0]],"_wlID":1633,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1634,{"_wlLine":[[-80.0,66.0],[-80.0,84.0]],"_wlID":1634,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1635,{"_wlLine":[[-80.0,84.0],[-60.0,84.0]],"_wlID":1635,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1636,{"_wlLine":[[-100.0,66.0],[-100.0,84.0]],"_wlID":1636,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1637,{"_wlLine":[[-100.0,84.0],[-80.0,84.0]],"_wlID":1637,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1638,{"_wlLine":[[-80.0,84.0],[-80.0,66.0]],"_wlID":1638,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1639,{"_wlLine":[[-80.0,66.0],[-100.0,66.0]],"_wlID":1639,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1640,{"_wlLine":[[-230.0,145.99997],[-230.0,163.99997]],"_wlID":1640,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1641,{"_wlLine":[[-230.0,163.99997],[-220.0,163.99997]],"_wlID":1641,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1642,{"_wlLine":[[-220.0,163.99997],[-220.0,145.99997]],"_wlID":1642,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1643,{"_wlLine":[[-220.0,145.99997],[-230.0,145.99997]],"_wlID":1643,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1644,{"_wlLine":[[-240.0,145.99997],[-240.0,163.99997]],"_wlID":1644,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1645,{"_wlLine":[[-240.0,163.99997],[-230.0,163.99997]],"_wlID":1645,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1646,{"_wlLine":[[-230.0,163.99997],[-230.0,145.99997]],"_wlID":1646,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1647,{"_wlLine":[[-230.0,145.99997],[-240.0,145.99997]],"_wlID":1647,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1648,{"_wlLine":[[-244.0,159.99997],[-226.0,159.99997]],"_wlID":1648,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1649,{"_wlLine":[[-226.0,159.99997],[-226.0,149.99997]],"_wlID":1649,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1650,{"_wlLine":[[-226.0,149.99997],[-244.0,149.99997]],"_wlID":1650,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1651,{"_wlLine":[[-244.0,149.99997],[-244.0,159.99997]],"_wlID":1651,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1652,{"_wlLine":[[-244.0,169.99997],[-226.0,169.99997]],"_wlID":1652,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1653,{"_wlLine":[[-226.0,169.99997],[-226.0,159.99997]],"_wlID":1653,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1654,{"_wlLine":[[-226.0,159.99997],[-244.0,159.99997]],"_wlID":1654,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1655,{"_wlLine":[[-244.0,159.99997],[-244.0,169.99997]],"_wlID":1655,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1656,{"_wlLine":[[-230.0,173.99997],[-230.0,155.99997]],"_wlID":1656,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1657,{"_wlLine":[[-230.0,155.99997],[-240.0,155.99997]],"_wlID":1657,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1658,{"_wlLine":[[-240.0,155.99997],[-240.0,173.99997]],"_wlID":1658,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1659,{"_wlLine":[[-240.0,173.99997],[-230.0,173.99997]],"_wlID":1659,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1660,{"_wlLine":[[-220.0,173.99997],[-220.0,155.99997]],"_wlID":1660,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1661,{"_wlLine":[[-220.0,155.99997],[-230.0,155.99997]],"_wlID":1661,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1662,{"_wlLine":[[-230.0,155.99997],[-230.0,173.99997]],"_wlID":1662,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1663,{"_wlLine":[[-230.0,173.99997],[-220.0,173.99997]],"_wlID":1663,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1664,{"_wlLine":[[-216.0,159.99997],[-234.0,159.99997]],"_wlID":1664,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1665,{"_wlLine":[[-234.0,159.99997],[-234.0,169.99997]],"_wlID":1665,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1666,{"_wlLine":[[-234.0,169.99997],[-216.0,169.99997]],"_wlID":1666,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1667,{"_wlLine":[[-216.0,169.99997],[-216.0,159.99997]],"_wlID":1667,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1668,{"_wlLine":[[-216.0,149.99997],[-234.0,149.99997]],"_wlID":1668,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1669,{"_wlLine":[[-234.0,149.99997],[-234.0,159.99997]],"_wlID":1669,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1670,{"_wlLine":[[-234.0,159.99997],[-216.0,159.99997]],"_wlID":1670,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1671,{"_wlLine":[[-216.0,159.99997],[-216.0,149.99997]],"_wlID":1671,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1672,{"_wlLine":[[-230.00003,345.99997],[-230.00003,363.99997]],"_wlID":1672,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1673,{"_wlLine":[[-230.00003,363.99997],[-220.00003,363.99997]],"_wlID":1673,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1674,{"_wlLine":[[-220.00003,363.99997],[-220.00003,345.99997]],"_wlID":1674,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1675,{"_wlLine":[[-220.00003,345.99997],[-230.00003,345.99997]],"_wlID":1675,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1676,{"_wlLine":[[-240.00003,345.99997],[-240.00003,363.99997]],"_wlID":1676,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1677,{"_wlLine":[[-240.00003,363.99997],[-230.00003,363.99997]],"_wlID":1677,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1678,{"_wlLine":[[-230.00003,363.99997],[-230.00003,345.99997]],"_wlID":1678,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1679,{"_wlLine":[[-230.00003,345.99997],[-240.00003,345.99997]],"_wlID":1679,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1680,{"_wlLine":[[-244.00003,359.99997],[-226.00003,359.99997]],"_wlID":1680,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1681,{"_wlLine":[[-226.00003,359.99997],[-226.00003,349.99997]],"_wlID":1681,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1682,{"_wlLine":[[-226.00003,349.99997],[-244.00003,349.99997]],"_wlID":1682,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1683,{"_wlLine":[[-244.00003,349.99997],[-244.00003,359.99997]],"_wlID":1683,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1684,{"_wlLine":[[-244.00003,369.99997],[-226.00003,369.99997]],"_wlID":1684,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1685,{"_wlLine":[[-226.00003,369.99997],[-226.00003,359.99997]],"_wlID":1685,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1686,{"_wlLine":[[-226.00003,359.99997],[-244.00003,359.99997]],"_wlID":1686,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1687,{"_wlLine":[[-244.00003,359.99997],[-244.00003,369.99997]],"_wlID":1687,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1688,{"_wlLine":[[-230.00003,373.99997],[-230.00003,355.99997]],"_wlID":1688,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1689,{"_wlLine":[[-230.00003,355.99997],[-240.00003,355.99997]],"_wlID":1689,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1690,{"_wlLine":[[-240.00003,355.99997],[-240.00003,373.99997]],"_wlID":1690,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1691,{"_wlLine":[[-240.00003,373.99997],[-230.00003,373.99997]],"_wlID":1691,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1692,{"_wlLine":[[-220.00003,373.99997],[-220.00003,355.99997]],"_wlID":1692,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1693,{"_wlLine":[[-220.00003,355.99997],[-230.00003,355.99997]],"_wlID":1693,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1694,{"_wlLine":[[-230.00003,355.99997],[-230.00003,373.99997]],"_wlID":1694,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1695,{"_wlLine":[[-230.00003,373.99997],[-220.00003,373.99997]],"_wlID":1695,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1696,{"_wlLine":[[-216.00003,359.99997],[-234.00003,359.99997]],"_wlID":1696,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1697,{"_wlLine":[[-234.00003,359.99997],[-234.00003,369.99997]],"_wlID":1697,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1698,{"_wlLine":[[-234.00003,369.99997],[-216.00003,369.99997]],"_wlID":1698,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1699,{"_wlLine":[[-216.00003,369.99997],[-216.00003,359.99997]],"_wlID":1699,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1700,{"_wlLine":[[-216.00003,349.99997],[-234.00003,349.99997]],"_wlID":1700,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1701,{"_wlLine":[[-234.00003,349.99997],[-234.00003,359.99997]],"_wlID":1701,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1702,{"_wlLine":[[-234.00003,359.99997],[-216.00003,359.99997]],"_wlID":1702,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1703,{"_wlLine":[[-216.00003,359.99997],[-216.00003,349.99997]],"_wlID":1703,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1704,{"_wlLine":[[-130.00003,346.0],[-130.00003,364.0]],"_wlID":1704,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1705,{"_wlLine":[[-130.00003,364.0],[-120.00003,364.0]],"_wlID":1705,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1706,{"_wlLine":[[-120.00003,364.0],[-120.00003,346.0]],"_wlID":1706,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1707,{"_wlLine":[[-120.00003,346.0],[-130.00003,346.0]],"_wlID":1707,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1708,{"_wlLine":[[-140.00003,346.0],[-140.00003,364.0]],"_wlID":1708,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1709,{"_wlLine":[[-140.00003,364.0],[-130.00003,364.0]],"_wlID":1709,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1710,{"_wlLine":[[-130.00003,364.0],[-130.00003,346.0]],"_wlID":1710,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1711,{"_wlLine":[[-130.00003,346.0],[-140.00003,346.0]],"_wlID":1711,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1712,{"_wlLine":[[-144.00003,360.0],[-126.00003,360.0]],"_wlID":1712,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1713,{"_wlLine":[[-126.00003,360.0],[-126.00003,350.0]],"_wlID":1713,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1714,{"_wlLine":[[-126.00003,350.0],[-144.00003,350.0]],"_wlID":1714,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1715,{"_wlLine":[[-144.00003,350.0],[-144.00003,360.0]],"_wlID":1715,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1716,{"_wlLine":[[-144.00003,370.0],[-126.00003,370.0]],"_wlID":1716,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1717,{"_wlLine":[[-126.00003,370.0],[-126.00003,360.0]],"_wlID":1717,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1718,{"_wlLine":[[-126.00003,360.0],[-144.00003,360.0]],"_wlID":1718,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1719,{"_wlLine":[[-144.00003,360.0],[-144.00003,370.0]],"_wlID":1719,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1720,{"_wlLine":[[-130.00003,374.0],[-130.00003,356.0]],"_wlID":1720,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1721,{"_wlLine":[[-130.00003,356.0],[-140.00003,356.0]],"_wlID":1721,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1722,{"_wlLine":[[-140.00003,356.0],[-140.00003,374.0]],"_wlID":1722,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1723,{"_wlLine":[[-140.00003,374.0],[-130.00003,374.0]],"_wlID":1723,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1724,{"_wlLine":[[-120.00003,374.0],[-120.00003,356.0]],"_wlID":1724,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1725,{"_wlLine":[[-120.00003,356.0],[-130.00003,356.0]],"_wlID":1725,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1726,{"_wlLine":[[-130.00003,356.0],[-130.00003,374.0]],"_wlID":1726,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1727,{"_wlLine":[[-130.00003,374.0],[-120.00003,374.0]],"_wlID":1727,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1728,{"_wlLine":[[-116.00003,360.0],[-134.00003,360.0]],"_wlID":1728,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1729,{"_wlLine":[[-134.00003,360.0],[-134.00003,370.0]],"_wlID":1729,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1730,{"_wlLine":[[-134.00003,370.0],[-116.00003,370.0]],"_wlID":1730,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1731,{"_wlLine":[[-116.00003,370.0],[-116.00003,360.0]],"_wlID":1731,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1732,{"_wlLine":[[-116.00003,350.0],[-134.00003,350.0]],"_wlID":1732,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1733,{"_wlLine":[[-134.00003,350.0],[-134.00003,360.0]],"_wlID":1733,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1734,{"_wlLine":[[-134.00003,360.0],[-116.00003,360.0]],"_wlID":1734,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1735,{"_wlLine":[[-116.00003,360.0],[-116.00003,350.0]],"_wlID":1735,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1736,{"_wlLine":[[-130.00002,246.0],[-130.00002,264.0]],"_wlID":1736,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1737,{"_wlLine":[[-130.00002,264.0],[-120.000015,264.0]],"_wlID":1737,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1738,{"_wlLine":[[-120.000015,264.0],[-120.000015,246.0]],"_wlID":1738,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1739,{"_wlLine":[[-120.000015,246.0],[-130.00002,246.0]],"_wlID":1739,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1740,{"_wlLine":[[-140.00002,246.0],[-140.00002,264.0]],"_wlID":1740,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1741,{"_wlLine":[[-140.00002,264.0],[-130.00002,264.0]],"_wlID":1741,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1742,{"_wlLine":[[-130.00002,264.0],[-130.00002,246.0]],"_wlID":1742,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1743,{"_wlLine":[[-130.00002,246.0],[-140.00002,246.0]],"_wlID":1743,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1744,{"_wlLine":[[-144.00002,260.0],[-126.000015,260.0]],"_wlID":1744,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1745,{"_wlLine":[[-126.000015,260.0],[-126.000015,250.0]],"_wlID":1745,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1746,{"_wlLine":[[-126.000015,250.0],[-144.00002,250.0]],"_wlID":1746,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1747,{"_wlLine":[[-144.00002,250.0],[-144.00002,260.0]],"_wlID":1747,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1748,{"_wlLine":[[-144.00002,270.0],[-126.000015,270.0]],"_wlID":1748,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1749,{"_wlLine":[[-126.000015,270.0],[-126.000015,260.0]],"_wlID":1749,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1750,{"_wlLine":[[-126.000015,260.0],[-144.00002,260.0]],"_wlID":1750,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1751,{"_wlLine":[[-144.00002,260.0],[-144.00002,270.0]],"_wlID":1751,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1752,{"_wlLine":[[-130.00002,274.0],[-130.00002,256.0]],"_wlID":1752,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1753,{"_wlLine":[[-130.00002,256.0],[-140.00002,256.0]],"_wlID":1753,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1754,{"_wlLine":[[-140.00002,256.0],[-140.00002,274.0]],"_wlID":1754,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1755,{"_wlLine":[[-140.00002,274.0],[-130.00002,274.0]],"_wlID":1755,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1756,{"_wlLine":[[-120.000015,274.0],[-120.000015,256.0]],"_wlID":1756,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1757,{"_wlLine":[[-120.000015,256.0],[-130.00002,256.0]],"_wlID":1757,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1758,{"_wlLine":[[-130.00002,256.0],[-130.00002,274.0]],"_wlID":1758,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1759,{"_wlLine":[[-130.00002,274.0],[-120.000015,274.0]],"_wlID":1759,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1760,{"_wlLine":[[-116.000015,260.0],[-134.00002,260.0]],"_wlID":1760,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1761,{"_wlLine":[[-134.00002,260.0],[-134.00002,270.0]],"_wlID":1761,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1762,{"_wlLine":[[-134.00002,270.0],[-116.000015,270.0]],"_wlID":1762,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1763,{"_wlLine":[[-116.000015,270.0],[-116.000015,260.0]],"_wlID":1763,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1764,{"_wlLine":[[-116.000015,250.0],[-134.00002,250.0]],"_wlID":1764,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1765,{"_wlLine":[[-134.00002,250.0],[-134.00002,260.0]],"_wlID":1765,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1766,{"_wlLine":[[-134.00002,260.0],[-116.000015,260.0]],"_wlID":1766,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1767,{"_wlLine":[[-116.000015,260.0],[-116.000015,250.0]],"_wlID":1767,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1768,{"_wlLine":[[-230.00003,245.99997],[-230.00003,263.99997]],"_wlID":1768,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1769,{"_wlLine":[[-230.00003,263.99997],[-220.00003,263.99997]],"_wlID":1769,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1770,{"_wlLine":[[-220.00003,263.99997],[-220.00003,245.99997]],"_wlID":1770,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1771,{"_wlLine":[[-220.00003,245.99997],[-230.00003,245.99997]],"_wlID":1771,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1772,{"_wlLine":[[-240.00003,245.99997],[-240.00003,263.99997]],"_wlID":1772,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":286},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1773,{"_wlLine":[[-240.00003,263.99997],[-230.00003,263.99997]],"_wlID":1773,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":286},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1774,{"_wlLine":[[-230.00003,263.99997],[-230.00003,245.99997]],"_wlID":1774,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":286},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1775,{"_wlLine":[[-230.00003,245.99997],[-240.00003,245.99997]],"_wlID":1775,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":286},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1776,{"_wlLine":[[-244.00003,259.99997],[-226.00003,259.99997]],"_wlID":1776,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":287},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1777,{"_wlLine":[[-226.00003,259.99997],[-226.00003,249.99997]],"_wlID":1777,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":287},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1778,{"_wlLine":[[-226.00003,249.99997],[-244.00003,249.99997]],"_wlID":1778,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":287},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1779,{"_wlLine":[[-244.00003,249.99997],[-244.00003,259.99997]],"_wlID":1779,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":287},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1780,{"_wlLine":[[-244.00003,269.99997],[-226.00003,269.99997]],"_wlID":1780,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":288},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1781,{"_wlLine":[[-226.00003,269.99997],[-226.00003,259.99997]],"_wlID":1781,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":288},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1782,{"_wlLine":[[-226.00003,259.99997],[-244.00003,259.99997]],"_wlID":1782,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":288},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1783,{"_wlLine":[[-244.00003,259.99997],[-244.00003,269.99997]],"_wlID":1783,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":288},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1784,{"_wlLine":[[-230.00003,273.99997],[-230.00003,255.99997]],"_wlID":1784,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":289},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1785,{"_wlLine":[[-230.00003,255.99997],[-240.00003,255.99997]],"_wlID":1785,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":289},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1786,{"_wlLine":[[-240.00003,255.99997],[-240.00003,273.99997]],"_wlID":1786,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":289},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1787,{"_wlLine":[[-240.00003,273.99997],[-230.00003,273.99997]],"_wlID":1787,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":289},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1788,{"_wlLine":[[-220.00003,273.99997],[-220.00003,255.99997]],"_wlID":1788,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":290},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1789,{"_wlLine":[[-220.00003,255.99997],[-230.00003,255.99997]],"_wlID":1789,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":290},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1790,{"_wlLine":[[-230.00003,255.99997],[-230.00003,273.99997]],"_wlID":1790,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":290},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1791,{"_wlLine":[[-230.00003,273.99997],[-220.00003,273.99997]],"_wlID":1791,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":290},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1792,{"_wlLine":[[-216.00003,259.99997],[-234.00003,259.99997]],"_wlID":1792,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":291},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1793,{"_wlLine":[[-234.00003,259.99997],[-234.00003,269.99997]],"_wlID":1793,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":291},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1794,{"_wlLine":[[-234.00003,269.99997],[-216.00003,269.99997]],"_wlID":1794,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":291},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1795,{"_wlLine":[[-216.00003,269.99997],[-216.00003,259.99997]],"_wlID":1795,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":291},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1796,{"_wlLine":[[-216.00003,249.99997],[-234.00003,249.99997]],"_wlID":1796,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":292},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1797,{"_wlLine":[[-234.00003,249.99997],[-234.00003,259.99997]],"_wlID":1797,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":292},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1798,{"_wlLine":[[-234.00003,259.99997],[-216.00003,259.99997]],"_wlID":1798,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":292},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1799,{"_wlLine":[[-216.00003,259.99997],[-216.00003,249.99997]],"_wlID":1799,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":292},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1800,{"_wlLine":[[-30.000008,146.0],[-30.000008,164.0]],"_wlID":1800,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":293},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1801,{"_wlLine":[[-30.000008,164.0],[-20.000008,164.0]],"_wlID":1801,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":293},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1802,{"_wlLine":[[-20.000008,164.0],[-20.000008,146.0]],"_wlID":1802,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":293},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1803,{"_wlLine":[[-20.000008,146.0],[-30.000008,146.0]],"_wlID":1803,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":293},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1804,{"_wlLine":[[-40.000008,146.0],[-40.000008,164.0]],"_wlID":1804,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":294},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1805,{"_wlLine":[[-40.000008,164.0],[-30.000008,164.0]],"_wlID":1805,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":294},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1806,{"_wlLine":[[-30.000008,164.0],[-30.000008,146.0]],"_wlID":1806,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":294},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1807,{"_wlLine":[[-30.000008,146.0],[-40.000008,146.0]],"_wlID":1807,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":294},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1808,{"_wlLine":[[-44.000008,160.0],[-26.000008,160.0]],"_wlID":1808,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":295},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1809,{"_wlLine":[[-26.000008,160.0],[-26.000008,150.0]],"_wlID":1809,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":295},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1810,{"_wlLine":[[-26.000008,150.0],[-44.000008,150.0]],"_wlID":1810,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":295},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1811,{"_wlLine":[[-44.000008,150.0],[-44.000008,160.0]],"_wlID":1811,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":295},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1812,{"_wlLine":[[-44.000008,170.0],[-26.000008,170.0]],"_wlID":1812,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":296},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1813,{"_wlLine":[[-26.000008,170.0],[-26.000008,160.0]],"_wlID":1813,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":296},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1814,{"_wlLine":[[-26.000008,160.0],[-44.000008,160.0]],"_wlID":1814,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":296},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1815,{"_wlLine":[[-44.000008,160.0],[-44.000008,170.0]],"_wlID":1815,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":296},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1816,{"_wlLine":[[-30.000008,174.0],[-30.000008,156.0]],"_wlID":1816,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":297},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1817,{"_wlLine":[[-30.000008,156.0],[-40.000008,156.0]],"_wlID":1817,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":297},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1818,{"_wlLine":[[-40.000008,156.0],[-40.000008,174.0]],"_wlID":1818,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":297},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1819,{"_wlLine":[[-40.000008,174.0],[-30.000008,174.0]],"_wlID":1819,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":297},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1820,{"_wlLine":[[-20.000008,174.0],[-20.000008,156.0]],"_wlID":1820,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":298},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1821,{"_wlLine":[[-20.000008,156.0],[-30.000008,156.0]],"_wlID":1821,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":298},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1822,{"_wlLine":[[-30.000008,156.0],[-30.000008,174.0]],"_wlID":1822,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":298},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1823,{"_wlLine":[[-30.000008,174.0],[-20.000008,174.0]],"_wlID":1823,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":298},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1824,{"_wlLine":[[-16.000008,160.0],[-34.000008,160.0]],"_wlID":1824,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":299},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1825,{"_wlLine":[[-34.000008,160.0],[-34.000008,170.0]],"_wlID":1825,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":299},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1826,{"_wlLine":[[-34.000008,170.0],[-16.000008,170.0]],"_wlID":1826,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":299},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1827,{"_wlLine":[[-16.000008,170.0],[-16.000008,160.0]],"_wlID":1827,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":299},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1828,{"_wlLine":[[-16.000008,150.0],[-34.000008,150.0]],"_wlID":1828,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":300},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1829,{"_wlLine":[[-34.000008,150.0],[-34.000008,160.0]],"_wlID":1829,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":300},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1830,{"_wlLine":[[-34.000008,160.0],[-16.000008,160.0]],"_wlID":1830,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":300},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1831,{"_wlLine":[[-16.000008,160.0],[-16.000008,150.0]],"_wlID":1831,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":300},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1832,{"_wlLine":[[-30.000015,246.0],[-30.000015,264.0]],"_wlID":1832,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":301},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1833,{"_wlLine":[[-30.000015,264.0],[-20.000015,264.0]],"_wlID":1833,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":301},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1834,{"_wlLine":[[-20.000015,264.0],[-20.000015,246.0]],"_wlID":1834,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":301},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1835,{"_wlLine":[[-20.000015,246.0],[-30.000015,246.0]],"_wlID":1835,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":301},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1836,{"_wlLine":[[-40.000015,246.0],[-40.000015,264.0]],"_wlID":1836,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":302},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1837,{"_wlLine":[[-40.000015,264.0],[-30.000015,264.0]],"_wlID":1837,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":302},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1838,{"_wlLine":[[-30.000015,264.0],[-30.000015,246.0]],"_wlID":1838,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":302},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1839,{"_wlLine":[[-30.000015,246.0],[-40.000015,246.0]],"_wlID":1839,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":302},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1840,{"_wlLine":[[-44.000015,260.0],[-26.000015,260.0]],"_wlID":1840,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":303},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1841,{"_wlLine":[[-26.000015,260.0],[-26.000015,250.0]],"_wlID":1841,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":303},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1842,{"_wlLine":[[-26.000015,250.0],[-44.000015,250.0]],"_wlID":1842,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":303},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1843,{"_wlLine":[[-44.000015,250.0],[-44.000015,260.0]],"_wlID":1843,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":303},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1844,{"_wlLine":[[-44.000015,270.0],[-26.000015,270.0]],"_wlID":1844,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":304},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1845,{"_wlLine":[[-26.000015,270.0],[-26.000015,260.0]],"_wlID":1845,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":304},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1846,{"_wlLine":[[-26.000015,260.0],[-44.000015,260.0]],"_wlID":1846,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":304},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1847,{"_wlLine":[[-44.000015,260.0],[-44.000015,270.0]],"_wlID":1847,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":304},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1848,{"_wlLine":[[-30.000015,274.0],[-30.000015,256.0]],"_wlID":1848,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":305},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1849,{"_wlLine":[[-30.000015,256.0],[-40.000015,256.0]],"_wlID":1849,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":305},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1850,{"_wlLine":[[-40.000015,256.0],[-40.000015,274.0]],"_wlID":1850,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":305},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1851,{"_wlLine":[[-40.000015,274.0],[-30.000015,274.0]],"_wlID":1851,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":305},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1852,{"_wlLine":[[-20.000015,274.0],[-20.000015,256.0]],"_wlID":1852,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":306},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1853,{"_wlLine":[[-20.000015,256.0],[-30.000015,256.0]],"_wlID":1853,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":306},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1854,{"_wlLine":[[-30.000015,256.0],[-30.000015,274.0]],"_wlID":1854,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":306},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1855,{"_wlLine":[[-30.000015,274.0],[-20.000015,274.0]],"_wlID":1855,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":306},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1856,{"_wlLine":[[-16.000015,260.0],[-34.000015,260.0]],"_wlID":1856,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":307},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1857,{"_wlLine":[[-34.000015,260.0],[-34.000015,270.0]],"_wlID":1857,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":307},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1858,{"_wlLine":[[-34.000015,270.0],[-16.000015,270.0]],"_wlID":1858,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":307},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1859,{"_wlLine":[[-16.000015,270.0],[-16.000015,260.0]],"_wlID":1859,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":307},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1860,{"_wlLine":[[-16.000015,250.0],[-34.000015,250.0]],"_wlID":1860,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":308},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1861,{"_wlLine":[[-34.000015,250.0],[-34.000015,260.0]],"_wlID":1861,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":308},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1862,{"_wlLine":[[-34.000015,260.0],[-16.000015,260.0]],"_wlID":1862,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":308},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1863,{"_wlLine":[[-16.000015,260.0],[-16.000015,250.0]],"_wlID":1863,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":308},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1864,{"_wlLine":[[-30.000023,346.0],[-30.000023,364.0]],"_wlID":1864,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":309},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1865,{"_wlLine":[[-30.000023,364.0],[-20.000023,364.0]],"_wlID":1865,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":309},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1866,{"_wlLine":[[-20.000023,364.0],[-20.000023,346.0]],"_wlID":1866,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":309},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1867,{"_wlLine":[[-20.000023,346.0],[-30.000023,346.0]],"_wlID":1867,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":309},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1868,{"_wlLine":[[-40.000023,346.0],[-40.000023,364.0]],"_wlID":1868,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":310},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1869,{"_wlLine":[[-40.000023,364.0],[-30.000023,364.0]],"_wlID":1869,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":310},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1870,{"_wlLine":[[-30.000023,364.0],[-30.000023,346.0]],"_wlID":1870,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":310},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1871,{"_wlLine":[[-30.000023,346.0],[-40.000023,346.0]],"_wlID":1871,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":310},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1872,{"_wlLine":[[-44.000023,360.0],[-26.000023,360.0]],"_wlID":1872,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":311},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1873,{"_wlLine":[[-26.000023,360.0],[-26.000023,350.0]],"_wlID":1873,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":311},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1874,{"_wlLine":[[-26.000023,350.0],[-44.000023,350.0]],"_wlID":1874,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":311},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1875,{"_wlLine":[[-44.000023,350.0],[-44.000023,360.0]],"_wlID":1875,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":311},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1876,{"_wlLine":[[-44.000023,370.0],[-26.000023,370.0]],"_wlID":1876,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":312},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1877,{"_wlLine":[[-26.000023,370.0],[-26.000023,360.0]],"_wlID":1877,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":312},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1878,{"_wlLine":[[-26.000023,360.0],[-44.000023,360.0]],"_wlID":1878,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":312},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1879,{"_wlLine":[[-44.000023,360.0],[-44.000023,370.0]],"_wlID":1879,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":312},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1880,{"_wlLine":[[-30.000023,374.0],[-30.000023,356.0]],"_wlID":1880,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":313},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1881,{"_wlLine":[[-30.000023,356.0],[-40.000023,356.0]],"_wlID":1881,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":313},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1882,{"_wlLine":[[-40.000023,356.0],[-40.000023,374.0]],"_wlID":1882,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":313},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1883,{"_wlLine":[[-40.000023,374.0],[-30.000023,374.0]],"_wlID":1883,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":313},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1884,{"_wlLine":[[-20.000023,374.0],[-20.000023,356.0]],"_wlID":1884,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":314},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1885,{"_wlLine":[[-20.000023,356.0],[-30.000023,356.0]],"_wlID":1885,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":314},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1886,{"_wlLine":[[-30.000023,356.0],[-30.000023,374.0]],"_wlID":1886,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":314},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1887,{"_wlLine":[[-30.000023,374.0],[-20.000023,374.0]],"_wlID":1887,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":314},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1888,{"_wlLine":[[-16.000023,360.0],[-34.000023,360.0]],"_wlID":1888,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":315},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1889,{"_wlLine":[[-34.000023,360.0],[-34.000023,370.0]],"_wlID":1889,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":315},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1890,{"_wlLine":[[-34.000023,370.0],[-16.000023,370.0]],"_wlID":1890,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":315},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1891,{"_wlLine":[[-16.000023,370.0],[-16.000023,360.0]],"_wlID":1891,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":315},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1892,{"_wlLine":[[-16.000023,350.0],[-34.000023,350.0]],"_wlID":1892,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":316},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1893,{"_wlLine":[[-34.000023,350.0],[-34.000023,360.0]],"_wlID":1893,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":316},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1894,{"_wlLine":[[-34.000023,360.0],[-16.000023,360.0]],"_wlID":1894,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":316},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1895,{"_wlLine":[[-16.000023,360.0],[-16.000023,350.0]],"_wlID":1895,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":316},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1896,{"_wlLine":[[-130.0,146.0],[-130.0,164.0]],"_wlID":1896,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":317},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1897,{"_wlLine":[[-130.0,164.0],[-120.0,164.0]],"_wlID":1897,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":317},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1898,{"_wlLine":[[-120.0,164.0],[-120.0,146.0]],"_wlID":1898,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":317},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1899,{"_wlLine":[[-120.0,146.0],[-130.0,146.0]],"_wlID":1899,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":317},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1900,{"_wlLine":[[-140.0,146.0],[-140.0,164.0]],"_wlID":1900,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":318},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1901,{"_wlLine":[[-140.0,164.0],[-130.0,164.0]],"_wlID":1901,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":318},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1902,{"_wlLine":[[-130.0,164.0],[-130.0,146.0]],"_wlID":1902,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":318},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1903,{"_wlLine":[[-130.0,146.0],[-140.0,146.0]],"_wlID":1903,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":318},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1904,{"_wlLine":[[-144.0,160.0],[-126.0,160.0]],"_wlID":1904,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":319},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1905,{"_wlLine":[[-126.0,160.0],[-126.0,150.0]],"_wlID":1905,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":319},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1906,{"_wlLine":[[-126.0,150.0],[-144.0,150.0]],"_wlID":1906,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":319},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1907,{"_wlLine":[[-144.0,150.0],[-144.0,160.0]],"_wlID":1907,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":319},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1908,{"_wlLine":[[-144.0,170.0],[-126.0,170.0]],"_wlID":1908,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":320},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1909,{"_wlLine":[[-126.0,170.0],[-126.0,160.0]],"_wlID":1909,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":320},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1910,{"_wlLine":[[-126.0,160.0],[-144.0,160.0]],"_wlID":1910,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":320},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1911,{"_wlLine":[[-144.0,160.0],[-144.0,170.0]],"_wlID":1911,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":320},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1912,{"_wlLine":[[-130.0,174.0],[-130.0,156.0]],"_wlID":1912,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":321},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1913,{"_wlLine":[[-130.0,156.0],[-140.0,156.0]],"_wlID":1913,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":321},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1914,{"_wlLine":[[-140.0,156.0],[-140.0,174.0]],"_wlID":1914,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":321},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1915,{"_wlLine":[[-140.0,174.0],[-130.0,174.0]],"_wlID":1915,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":321},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1916,{"_wlLine":[[-120.0,174.0],[-120.0,156.0]],"_wlID":1916,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":322},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1917,{"_wlLine":[[-120.0,156.0],[-130.0,156.0]],"_wlID":1917,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":322},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1918,{"_wlLine":[[-130.0,156.0],[-130.0,174.0]],"_wlID":1918,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":322},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1919,{"_wlLine":[[-130.0,174.0],[-120.0,174.0]],"_wlID":1919,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":322},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1920,{"_wlLine":[[-116.0,160.0],[-134.0,160.0]],"_wlID":1920,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":323},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1921,{"_wlLine":[[-134.0,160.0],[-134.0,170.0]],"_wlID":1921,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":323},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1922,{"_wlLine":[[-134.0,170.0],[-116.0,170.0]],"_wlID":1922,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":323},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1923,{"_wlLine":[[-116.0,170.0],[-116.0,160.0]],"_wlID":1923,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":323},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1924,{"_wlLine":[[-116.0,150.0],[-134.0,150.0]],"_wlID":1924,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":324},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1925,{"_wlLine":[[-134.0,150.0],[-134.0,160.0]],"_wlID":1925,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":324},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1926,{"_wlLine":[[-134.0,160.0],[-116.0,160.0]],"_wlID":1926,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":324},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1927,{"_wlLine":[[-116.0,160.0],[-116.0,150.0]],"_wlID":1927,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":324},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1928,{"_wlLine":[[0.0,66.0],[0.0,84.0]],"_wlID":1928,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":84},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1929,{"_wlLine":[[0.0,84.0],[20.0,84.0]],"_wlID":1929,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":84},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1930,{"_wlLine":[[20.0,84.0],[20.0,66.0]],"_wlID":1930,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":84},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1931,{"_wlLine":[[20.0,66.0],[0.0,66.0]],"_wlID":1931,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":84},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1932,{"_wlLine":[[40.0,84.0],[40.0,66.0]],"_wlID":1932,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":85},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1933,{"_wlLine":[[40.0,66.0],[20.0,66.0]],"_wlID":1933,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":85},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1934,{"_wlLine":[[20.0,66.0],[20.0,84.0]],"_wlID":1934,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":85},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1935,{"_wlLine":[[20.0,84.0],[40.0,84.0]],"_wlID":1935,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":85},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1936,{"_wlLine":[[-2035.0046,-2867.5005],[-2040.181,-2886.819]],"_wlID":1936,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1937,{"_wlLine":[[-2040.181,-2886.819],[-2059.4995,-2881.6426]],"_wlID":1937,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1938,{"_wlLine":[[-2059.4995,-2881.6426],[-2054.3232,-2862.324]],"_wlID":1938,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1939,{"_wlLine":[[-2054.3232,-2862.324],[-2035.0046,-2867.5005]],"_wlID":1939,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1940,{"_wlLine":[[-707.23944,-2066.217],[-697.2394,-2083.5374]],"_wlID":1940,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1941,{"_wlLine":[[-697.2394,-2083.5374],[-714.5599,-2093.5374]],"_wlID":1941,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1942,{"_wlLine":[[-714.5599,-2093.5374],[-724.55994,-2076.217]],"_wlID":1942,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1943,{"_wlLine":[[-724.55994,-2076.217],[-707.23944,-2066.217]],"_wlID":1943,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1944,{"_wlLine":[[-422.8023,-1660.8516],[-440.1228,-1650.8516]],"_wlID":1944,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1945,{"_wlLine":[[-440.1228,-1650.8516],[-430.1228,-1633.531]],"_wlID":1945,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1946,{"_wlLine":[[-430.1228,-1633.531],[-412.8023,-1643.531]],"_wlID":1946,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1947,{"_wlLine":[[-412.8023,-1643.531],[-422.8023,-1660.8516]],"_wlID":1947,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1948,{"_wlLine":[[-378.9387,-1270.595],[-361.6182,-1260.595]],"_wlID":1948,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1949,{"_wlLine":[[-361.6182,-1260.595],[-351.6182,-1277.9155]],"_wlID":1949,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1950,{"_wlLine":[[-351.6182,-1277.9155],[-368.9387,-1287.9155]],"_wlID":1950,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1951,{"_wlLine":[[-368.9387,-1287.9155],[-378.9387,-1270.595]],"_wlID":1951,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1952,{"_wlLine":[[-365.52557,-471.14755],[-382.84607,-461.14755]],"_wlID":1952,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1953,{"_wlLine":[[-382.84607,-461.14755],[-372.84607,-443.82706]],"_wlID":1953,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1954,{"_wlLine":[[-372.84607,-443.82706],[-355.52557,-453.82706]],"_wlID":1954,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1955,{"_wlLine":[[-355.52557,-453.82706],[-365.52557,-471.14755]],"_wlID":1955,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1956,{"_wlLine":[[-137.94229,-79.64104],[-120.621796,-69.64103]],"_wlID":1956,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1957,{"_wlLine":[[-120.621796,-69.64103],[-110.62179,-86.96153]],"_wlID":1957,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1958,{"_wlLine":[[-110.62179,-86.96153],[-127.94229,-96.96154]],"_wlID":1958,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1959,{"_wlLine":[[-127.94229,-96.96154],[-137.94229,-79.64104]],"_wlID":1959,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1960,{"_wlLine":[[-2039.136,-2767.007],[-2034.477,-2749.6204]],"_wlID":1960,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":86},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1961,{"_wlLine":[[-2034.477,-2749.6204],[-2015.1586,-2754.7969]],"_wlID":1961,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":86},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1962,{"_wlLine":[[-2015.1586,-2754.7969],[-2019.8175,-2772.1836]],"_wlID":1962,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":86},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1963,{"_wlLine":[[-2019.8175,-2772.1836],[-2039.136,-2767.007]],"_wlID":1963,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":86},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1964,{"_wlLine":[[-1995.8402,-2759.9731],[-2000.4989,-2777.3599]],"_wlID":1964,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":87},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1965,{"_wlLine":[[-2000.4989,-2777.3599],[-2019.8174,-2772.1836]],"_wlID":1965,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":87},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1966,{"_wlLine":[[-2019.8174,-2772.1836],[-2015.1587,-2754.7969]],"_wlID":1966,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":87},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1967,{"_wlLine":[[-2015.1587,-2754.7969],[-1995.8402,-2759.9731]],"_wlID":1967,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":87},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1968,{"_wlLine":[[-762.2009,-2091.0208],[-771.2009,-2075.4324]],"_wlID":1968,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":88},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1969,{"_wlLine":[[-771.2009,-2075.4324],[-753.8805,-2065.4324]],"_wlID":1969,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":88},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1970,{"_wlLine":[[-753.8805,-2065.4324],[-744.8805,-2081.0208]],"_wlID":1970,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":88},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1971,{"_wlLine":[[-744.8805,-2081.0208],[-762.2009,-2091.0208]],"_wlID":1971,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":88},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1972,{"_wlLine":[[-736.56,-2055.4324],[-727.56,-2071.0208]],"_wlID":1972,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":89},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1973,{"_wlLine":[[-727.56,-2071.0208],[-744.8805,-2081.0208]],"_wlID":1973,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":89},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1974,{"_wlLine":[[-744.8805,-2081.0208],[-753.8805,-2065.4324]],"_wlID":1974,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":89},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1975,{"_wlLine":[[-753.8805,-2065.4324],[-736.56,-2055.4324]],"_wlID":1975,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":89},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1976,{"_wlLine":[[-415.44104,-1665.1014],[-399.8526,-1674.1014]],"_wlID":1976,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":90},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1977,{"_wlLine":[[-399.8526,-1674.1014],[-409.8526,-1691.422]],"_wlID":1977,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":90},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1978,{"_wlLine":[[-409.8526,-1691.422],[-425.44104,-1682.422]],"_wlID":1978,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":90},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1979,{"_wlLine":[[-425.44104,-1682.422],[-415.44104,-1665.1014]],"_wlID":1979,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":90},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1980,{"_wlLine":[[-419.8526,-1708.7424],[-435.44104,-1699.7424]],"_wlID":1980,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":91},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1981,{"_wlLine":[[-435.44104,-1699.7424],[-425.44104,-1682.422]],"_wlID":1981,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":91},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1982,{"_wlLine":[[-425.44104,-1682.422],[-409.8526,-1691.422]],"_wlID":1982,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":91},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1983,{"_wlLine":[[-409.8526,-1691.422],[-419.8526,-1708.7424]],"_wlID":1983,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":91},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1984,{"_wlLine":[[-354.1348,-1325.5566],[-369.72324,-1334.5566]],"_wlID":1984,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":92},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1985,{"_wlLine":[[-369.72324,-1334.5566],[-379.72324,-1317.2361]],"_wlID":1985,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":92},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1986,{"_wlLine":[[-379.72324,-1317.2361],[-364.1348,-1308.2361]],"_wlID":1986,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":92},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1987,{"_wlLine":[[-364.1348,-1308.2361],[-354.1348,-1325.5566]],"_wlID":1987,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":92},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1988,{"_wlLine":[[-389.72324,-1299.9156],[-374.1348,-1290.9156]],"_wlID":1988,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":93},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1989,{"_wlLine":[[-374.1348,-1290.9156],[-364.1348,-1308.2361]],"_wlID":1989,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":93},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1990,{"_wlLine":[[-364.1348,-1308.2361],[-379.72324,-1317.2361]],"_wlID":1990,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":93},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1991,{"_wlLine":[[-379.72324,-1317.2361],[-389.72324,-1299.9156]],"_wlID":1991,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":93},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1992,{"_wlLine":[[-267.38715,-493.1668],[-251.7987,-502.1668]],"_wlID":1992,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":94},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1993,{"_wlLine":[[-251.7987,-502.1668],[-261.7987,-519.4873]],"_wlID":1993,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":94},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1994,{"_wlLine":[[-261.7987,-519.4873],[-277.38715,-510.4873]],"_wlID":1994,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":94},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1995,{"_wlLine":[[-277.38715,-510.4873],[-267.38715,-493.1668]],"_wlID":1995,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":94},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1996,{"_wlLine":[[-271.7987,-536.8078],[-287.38715,-527.8078]],"_wlID":1996,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":95},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1997,{"_wlLine":[[-287.38715,-527.8078],[-277.38715,-510.4873]],"_wlID":1997,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":95},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1998,{"_wlLine":[[-277.38715,-510.4873],[-261.7987,-519.4873]],"_wlID":1998,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":95},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1999,{"_wlLine":[[-261.7987,-519.4873],[-271.7987,-536.8078]],"_wlID":1999,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":95},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2000,{"_wlLine":[[-206.08072,-153.62184],[-221.66916,-162.62184]],"_wlID":2000,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":96},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2001,{"_wlLine":[[-221.66916,-162.62184],[-231.66916,-145.30135]],"_wlID":2001,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":96},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2002,{"_wlLine":[[-231.66916,-145.30135],[-216.08072,-136.30135]],"_wlID":2002,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":96},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2003,{"_wlLine":[[-216.08072,-136.30135],[-206.08072,-153.62184]],"_wlID":2003,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":96},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2004,{"_wlLine":[[-241.66917,-127.980835],[-226.0807,-118.980835]],"_wlID":2004,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":97},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2005,{"_wlLine":[[-226.0807,-118.980835],[-216.0807,-136.30135]],"_wlID":2005,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":97},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2006,{"_wlLine":[[-216.0807,-136.30135],[-231.66917,-145.30135]],"_wlID":2006,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":97},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[2007,{"_wlLine":[[-231.66917,-145.30135],[-241.66917,-127.980835]],"_wlID":2007,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":97},"_wlHeight":100.0,"_wlMaterial":"Metal"}]],"_wallDamages":[],"_doors":[[0,{"_drID":0,"_drWallIDs":[320,321,322,323],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[15.310888,-95.083244],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[5.3108807,-77.76274],[15.310888,-95.083244]],"_drOpenPos":[[-4.189127,-61.308266],[5.8108807,-78.62877]],"_drClosePos":[[5.3108807,-77.76274],[15.310888,-95.083244]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":615,"_penEnd":642,"_penPathEdge":{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":642,"_penEnd":615,"_penPathEdge":{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[1,{"_drID":1,"_drWallIDs":[324,325,326,327],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[15.310888,-95.083244],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[25.310896,-112.40375],[15.310888,-95.083244]],"_drOpenPos":[[34.810905,-128.85823],[24.810896,-111.53772]],"_drClosePos":[[25.310896,-112.40375],[15.310888,-95.083244]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":615,"_penEnd":642,"_penPathEdge":{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":642,"_penEnd":615,"_penPathEdge":{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[2,{"_drID":2,"_drWallIDs":[376,377,378,379],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-371.92917,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-381.92917,-1115.0566],[-371.92917,-1097.7361]],"_drOpenPos":[[-391.42917,-1131.5112],[-381.42917,-1114.1907]],"_drClosePos":[[-381.92917,-1115.0566],[-371.92917,-1097.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":479,"_penEnd":483,"_penPathEdge":{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":483,"_penEnd":479,"_penPathEdge":{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[3,{"_drID":3,"_drWallIDs":[380,381,382,383],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-371.92917,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-361.92917,-1080.4156],[-371.92917,-1097.7361]],"_drOpenPos":[[-352.42917,-1063.9612],[-362.42917,-1081.2816]],"_drClosePos":[[-361.92917,-1080.4156],[-371.92917,-1097.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":479,"_penEnd":483,"_penPathEdge":{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":483,"_penEnd":479,"_penPathEdge":{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[4,{"_drID":4,"_drWallIDs":[384,385,386,387],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1475.1575,-2386.8982],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1457.8369,-2396.8982],[-1475.1575,-2386.8982]],"_drOpenPos":[[-1441.3823,-2406.3982],[-1458.7029,-2396.3982]],"_drClosePos":[[-1457.8369,-2396.8982],[-1475.1575,-2386.8982]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":325,"_penEnd":329,"_penPathEdge":{"_peStart":[-1482.6575,-2399.8887],"_peEnd":[-1467.6576,-2373.9077],"_peDist":30.000109,"_peObstacles":[]}},{"_penStart":329,"_penEnd":325,"_penPathEdge":{"_peStart":[-1467.6576,-2373.9077],"_peEnd":[-1482.6575,-2399.8887],"_peDist":30.000109,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[5,{"_drID":5,"_drWallIDs":[388,389,390,391],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1475.1575,-2386.8982],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1492.478,-2376.8982],[-1475.1575,-2386.8982]],"_drOpenPos":[[-1508.9326,-2367.3982],[-1491.612,-2377.3982]],"_drClosePos":[[-1492.478,-2376.8982],[-1475.1575,-2386.8982]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":325,"_penEnd":329,"_penPathEdge":{"_peStart":[-1482.6575,-2399.8887],"_peEnd":[-1467.6576,-2373.9077],"_peDist":30.000109,"_peObstacles":[]}},{"_penStart":329,"_penEnd":325,"_penPathEdge":{"_peStart":[-1467.6576,-2373.9077],"_peEnd":[-1482.6575,-2399.8887],"_peDist":30.000109,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[6,{"_drID":6,"_drWallIDs":[544,545,546,547],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2001.959,-2705.5347],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2021.2775,-2700.3582],[-2001.959,-2705.5347]],"_drOpenPos":[[-2039.63,-2695.4404],[-2020.3115,-2700.617]],"_drClosePos":[[-2021.2775,-2700.3582],[-2001.959,-2705.5347]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":221,"_penEnd":224,"_penPathEdge":{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-1998.0767,-2691.0457],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":224,"_penEnd":221,"_penPathEdge":{"_peStart":[-1998.0767,-2691.0457],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[7,{"_drID":7,"_drWallIDs":[548,549,550,551],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2001.959,-2705.5347],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1982.6405,-2710.711],[-2001.959,-2705.5347]],"_drOpenPos":[[-1964.288,-2715.6284],[-1983.6064,-2710.4521]],"_drClosePos":[[-1982.6405,-2710.711],[-2001.959,-2705.5347]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":221,"_penEnd":224,"_penPathEdge":{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-1998.0767,-2691.0457],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":224,"_penEnd":221,"_penPathEdge":{"_peStart":[-1998.0767,-2691.0457],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[8,{"_drID":8,"_drWallIDs":[552,553,554,555],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2009.7235,-2734.5122],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2029.042,-2729.336],[-2009.7235,-2734.5125]],"_drOpenPos":[[-2047.3945,-2724.4182],[-2028.076,-2729.5947]],"_drClosePos":[[-2029.042,-2729.336],[-2009.7235,-2734.5125]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":220,"_penEnd":221,"_penPathEdge":{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":221,"_penEnd":220,"_penPathEdge":{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[9,{"_drID":9,"_drWallIDs":[556,557,558,559],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2009.7235,-2734.5122],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1990.405,-2739.6887],[-2009.7235,-2734.5125]],"_drOpenPos":[[-1972.0525,-2744.6062],[-1991.371,-2739.43]],"_drClosePos":[[-1990.405,-2739.6887],[-2009.7235,-2734.5125]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":220,"_penEnd":221,"_penPathEdge":{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":221,"_penEnd":220,"_penPathEdge":{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[10,{"_drID":10,"_drWallIDs":[568,569,570,571],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2180.6343,-2784.969],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2163.3137,-2774.969],[-2180.6343,-2784.969]],"_drOpenPos":[[-2146.8591,-2765.469],[-2164.1797,-2775.469]],"_drClosePos":[[-2163.3137,-2774.969],[-2180.6343,-2784.969]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":173,"_penEnd":179,"_penPathEdge":{"_peStart":[-2188.1343,-2771.9785],"_peEnd":[-2173.1343,-2797.9592],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":179,"_penEnd":173,"_penPathEdge":{"_peStart":[-2173.1343,-2797.9592],"_peEnd":[-2188.1343,-2771.9785],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[11,{"_drID":11,"_drWallIDs":[572,573,574,575],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2180.6343,-2784.969],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2197.9546,-2794.969],[-2180.6343,-2784.969]],"_drOpenPos":[[-2214.409,-2804.469],[-2197.0886,-2794.469]],"_drClosePos":[[-2197.9546,-2794.969],[-2180.6343,-2784.969]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[12,{"_drID":12,"_drWallIDs":[576,577,578,579],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2225.6343,-2707.0266],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2208.314,-2697.0266],[-2225.6345,-2707.0266]],"_drOpenPos":[[-2191.8594,-2687.5266],[-2209.18,-2697.5266]],"_drClosePos":[[-2208.314,-2697.0266],[-2225.6345,-2707.0266]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":154,"_penEnd":161,"_penPathEdge":{"_peStart":[-2233.1345,-2694.0361],"_peEnd":[-2218.1345,-2720.0168],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":161,"_penEnd":154,"_penPathEdge":{"_peStart":[-2218.1345,-2720.0168],"_peEnd":[-2233.1345,-2694.0361],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[13,{"_drID":13,"_drWallIDs":[580,581,582,583],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2225.6343,-2707.0266],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2242.9548,-2717.0266],[-2225.6345,-2707.0266]],"_drOpenPos":[[-2259.4092,-2726.5266],[-2242.0889,-2716.5266]],"_drClosePos":[[-2242.9548,-2717.0266],[-2225.6345,-2707.0266]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[14,{"_drID":14,"_drWallIDs":[944,945,946,947],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1852.417,-1909.1226],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1862.4169,-1926.443],[-1852.4169,-1909.1226]],"_drOpenPos":[[-1871.9169,-1942.8975],[-1861.9169,-1925.577]],"_drClosePos":[[-1862.4169,-1926.443],[-1852.4169,-1909.1226]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":251,"_penEnd":259,"_penPathEdge":{"_peStart":[-1865.4073,-1901.6226],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":259,"_penEnd":251,"_penPathEdge":{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1865.4073,-1901.6226],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[15,{"_drID":15,"_drWallIDs":[948,949,950,951],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1852.417,-1909.1226],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1842.417,-1891.802],[-1852.4169,-1909.1226]],"_drOpenPos":[[-1832.9171,-1875.3474],[-1842.917,-1892.668]],"_drClosePos":[[-1842.417,-1891.802],[-1852.4169,-1909.1226]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":251,"_penEnd":259,"_penPathEdge":{"_peStart":[-1865.4073,-1901.6226],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":259,"_penEnd":251,"_penPathEdge":{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1865.4073,-1901.6226],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[16,{"_drID":16,"_drWallIDs":[952,953,954,955],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1826.436,-1924.1223],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1836.436,-1941.4429],[-1826.436,-1924.1224]],"_drOpenPos":[[-1845.936,-1957.8973],[-1835.936,-1940.5769]],"_drClosePos":[[-1836.436,-1941.4429],[-1826.436,-1924.1224]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":259,"_penEnd":263,"_penPathEdge":{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1813.4457,-1931.6223],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":263,"_penEnd":259,"_penPathEdge":{"_peStart":[-1813.4457,-1931.6223],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[17,{"_drID":17,"_drWallIDs":[956,957,958,959],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1826.436,-1924.1223],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1816.4362,-1906.8019],[-1826.436,-1924.1224]],"_drOpenPos":[[-1806.9363,-1890.3474],[-1816.9362,-1907.668]],"_drClosePos":[[-1816.4362,-1906.8019],[-1826.436,-1924.1224]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":259,"_penEnd":263,"_penPathEdge":{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1813.4457,-1931.6223],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":263,"_penEnd":259,"_penPathEdge":{"_peStart":[-1813.4457,-1931.6223],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[18,{"_drID":18,"_drWallIDs":[960,961,962,963],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1555.1873,-2323.373],[-1535.6504,-2289.534]],"_drOpenPos":[[-1676.9453,-2534.2659],[-1657.4084,-2500.4268]],"_drClosePos":[[-1555.1873,-2323.373],[-1535.6504,-2289.534]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":19,"_drMounts":[],"_drObstructs":[{"_penStart":309,"_penEnd":320,"_penPathEdge":{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1511.8496,-2325.2998],"_peDist":62.575462,"_peObstacles":[]}},{"_penStart":320,"_penEnd":309,"_penPathEdge":{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1566.0416,-2294.0122],"_peDist":62.575462,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[19,{"_drID":19,"_drWallIDs":[964,965,966,967],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1535.6504,-2289.534],[-1516.1135,-2255.6948]],"_drOpenPos":[[-1657.4084,-2500.4268],[-1637.8716,-2466.5876]],"_drClosePos":[[-1535.6504,-2289.534],[-1516.1135,-2255.6948]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":18},"_drPushes":20,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[20,{"_drID":20,"_drWallIDs":[968,969,970,971],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1516.1135,-2255.6948],[-1496.5767,-2221.8557]],"_drOpenPos":[[-1637.8716,-2466.5876],[-1618.3347,-2432.7485]],"_drClosePos":[[-1516.1135,-2255.6948],[-1496.5767,-2221.8557]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":19},"_drPushes":21,"_drMounts":[],"_drObstructs":[{"_penStart":314,"_penEnd":326,"_penPathEdge":{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1480.1602,-2270.4116],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":326,"_penEnd":314,"_penPathEdge":{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1534.352,-2239.124],"_peDist":62.575356,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[21,{"_drID":21,"_drWallIDs":[972,973,974,975],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1496.5767,-2221.8557],[-1477.0398,-2188.0166]],"_drOpenPos":[[-1618.3347,-2432.7485],[-1598.7979,-2398.9094]],"_drClosePos":[[-1496.5767,-2221.8557],[-1477.0398,-2188.0166]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":20},"_drPushes":22,"_drMounts":[],"_drObstructs":[{"_penStart":322,"_penEnd":334,"_penPathEdge":{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1448.4706,-2215.5232],"_peDist":62.57534,"_peObstacles":[]}},{"_penStart":334,"_penEnd":322,"_penPathEdge":{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1502.6626,-2184.2358],"_peDist":62.57534,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[22,{"_drID":22,"_drWallIDs":[976,977,978,979],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1477.0398,-2188.0166],[-1457.5029,-2154.1775]],"_drOpenPos":[[-1598.7979,-2398.9094],[-1579.261,-2365.0703]],"_drClosePos":[[-1477.0398,-2188.0166],[-1457.5029,-2154.1775]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":21},"_drPushes":23,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[23,{"_drID":23,"_drWallIDs":[980,981,982,983],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1457.5029,-2154.1775],[-1437.9661,-2120.3384]],"_drOpenPos":[[-1579.261,-2365.0703],[-1559.7241,-2331.2312]],"_drClosePos":[[-1457.5029,-2154.1775],[-1437.9661,-2120.3384]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":22},"_drPushes":24,"_drMounts":[],"_drObstructs":[{"_penStart":328,"_penEnd":339,"_penPathEdge":{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1416.781,-2160.635],"_peDist":62.575462,"_peObstacles":[]}},{"_penStart":339,"_penEnd":328,"_penPathEdge":{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1470.973,-2129.3474],"_peDist":62.575462,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[24,{"_drID":24,"_drWallIDs":[984,985,986,987],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1437.9661,-2120.3384],[-1418.4292,-2086.4995]],"_drOpenPos":[[-1559.7246,-2331.2305],[-1540.1877,-2297.3916]],"_drClosePos":[[-1437.9661,-2120.3384],[-1418.4292,-2086.4995]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":23},"_drPushes":null,"_drMounts":[{"tag":"MountedLS","contents":25},{"tag":"MountedProp","contents":1},{"tag":"MountedLS","contents":24},{"tag":"MountedProp","contents":0}],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[25,{"_drID":25,"_drWallIDs":[988,989,990,991],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1281.6713,-1849.626],[-1301.208,-1883.465]],"_drOpenPos":[[-1159.9136,-1638.7332],[-1179.4503,-1672.5721]],"_drClosePos":[[-1281.6713,-1849.626],[-1301.208,-1883.465]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":26,"_drMounts":[],"_drObstructs":[{"_penStart":361,"_penEnd":371,"_penPathEdge":{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1258.3335,-1886.1938],"_peDist":62.575462,"_peObstacles":[]}},{"_penStart":371,"_penEnd":361,"_penPathEdge":{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1312.5255,-1854.9063],"_peDist":62.575462,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[26,{"_drID":26,"_drWallIDs":[992,993,994,995],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1301.208,-1883.465],[-1320.7449,-1917.3041]],"_drOpenPos":[[-1179.45,-1672.5721],[-1198.9868,-1706.4113]],"_drClosePos":[[-1301.208,-1883.465],[-1320.7449,-1917.3041]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":25},"_drPushes":27,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[27,{"_drID":27,"_drWallIDs":[996,997,998,999],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1320.7449,-1917.3041],[-1340.2817,-1951.1431]],"_drOpenPos":[[-1198.9866,-1706.4116],[-1218.5234,-1740.2506]],"_drClosePos":[[-1320.7449,-1917.3041],[-1340.2817,-1951.1431]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":26},"_drPushes":28,"_drMounts":[],"_drObstructs":[{"_penStart":355,"_penEnd":366,"_penPathEdge":{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1290.023,-1941.082],"_peDist":62.5754,"_peObstacles":[]}},{"_penStart":366,"_penEnd":355,"_penPathEdge":{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1344.215,-1909.7946],"_peDist":62.5754,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[28,{"_drID":28,"_drWallIDs":[1000,1001,1002,1003],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1340.2817,-1951.1431],[-1359.8186,-1984.9822]],"_drOpenPos":[[-1218.5237,-1740.2502],[-1238.0605,-1774.0894]],"_drClosePos":[[-1340.2817,-1951.1431],[-1359.8186,-1984.9822]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":27},"_drPushes":29,"_drMounts":[],"_drObstructs":[{"_penStart":347,"_penEnd":359,"_penPathEdge":{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1321.7125,-1995.9703],"_peDist":62.5754,"_peObstacles":[]}},{"_penStart":359,"_penEnd":347,"_penPathEdge":{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1375.9045,-1964.6829],"_peDist":62.5754,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[29,{"_drID":29,"_drWallIDs":[1004,1005,1006,1007],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1359.8186,-1984.9822],[-1379.3555,-2018.8213]],"_drOpenPos":[[-1238.0605,-1774.0894],[-1257.5974,-1807.9285]],"_drClosePos":[[-1359.8186,-1984.9822],[-1379.3555,-2018.8213]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":28},"_drPushes":30,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[30,{"_drID":30,"_drWallIDs":[1008,1009,1010,1011],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1379.3555,-2018.8213],[-1398.8923,-2052.6604]],"_drOpenPos":[[-1257.5974,-1807.9285],[-1277.1343,-1841.7676]],"_drClosePos":[[-1379.3555,-2018.8213],[-1398.8923,-2052.6604]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":29},"_drPushes":31,"_drMounts":[],"_drObstructs":[{"_penStart":342,"_penEnd":353,"_penPathEdge":{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1353.4021,-2050.8586],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":353,"_penEnd":342,"_penPathEdge":{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1407.594,-2019.571],"_peDist":62.575356,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[31,{"_drID":31,"_drWallIDs":[1012,1013,1014,1015],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1398.8923,-2052.6604],[-1418.4292,-2086.4995]],"_drOpenPos":[[-1277.1343,-1841.7676],[-1296.6711,-1875.6067]],"_drClosePos":[[-1398.8923,-2052.6604],[-1418.4292,-2086.4995]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":30},"_drPushes":null,"_drMounts":[{"tag":"MountedLS","contents":27},{"tag":"MountedProp","contents":3},{"tag":"MountedLS","contents":26},{"tag":"MountedProp","contents":2}],"_drObstructs":[{"_penStart":335,"_penEnd":346,"_penPathEdge":{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1385.0916,-2105.7468],"_peDist":62.575462,"_peObstacles":[]}},{"_penStart":346,"_penEnd":335,"_penPathEdge":{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1439.2836,-2074.4592],"_peDist":62.575462,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[32,{"_drID":32,"_drWallIDs":[1148,1149,1150,1151],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1078.2566,-1949.746],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1060.9362,-1959.746],[-1078.2567,-1949.746]],"_drOpenPos":[[-1044.4816,-1969.246],[-1061.8021,-1959.246]],"_drClosePos":[[-1060.9362,-1959.746],[-1078.2567,-1949.746]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[33,{"_drID":33,"_drWallIDs":[1152,1153,1154,1155],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1078.2566,-1949.746],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1095.5771,-1939.746],[-1078.2567,-1949.746]],"_drOpenPos":[[-1112.0316,-1930.246],[-1094.7112,-1940.246]],"_drClosePos":[[-1095.5771,-1939.746],[-1078.2567,-1949.746]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":392,"_penEnd":394,"_penPathEdge":{"_peStart":[-1085.7576,-1962.736],"_peEnd":[-1070.7567,-1936.7556],"_peDist":30.000067,"_peObstacles":[]}},{"_penStart":394,"_penEnd":392,"_penPathEdge":{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1085.7576,-1962.736],"_peDist":30.000067,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[34,{"_drID":34,"_drWallIDs":[1156,1157,1158,1159],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1033.2567,-1871.8037],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1015.9362,-1881.8037],[-1033.2567,-1871.8037]],"_drOpenPos":[[-999.48175,-1891.3037],[-1016.80225,-1881.3037]],"_drClosePos":[[-1015.9362,-1881.8037],[-1033.2567,-1871.8037]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":396,"_penEnd":398,"_penPathEdge":{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":398,"_penEnd":396,"_penPathEdge":{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[35,{"_drID":35,"_drWallIDs":[1160,1161,1162,1163],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1033.2567,-1871.8037],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1050.5773,-1861.8037],[-1033.2567,-1871.8037]],"_drOpenPos":[[-1067.0319,-1852.3037],[-1049.7113,-1862.3037]],"_drClosePos":[[-1050.5773,-1861.8037],[-1033.2567,-1871.8037]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":396,"_penEnd":398,"_penPathEdge":{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":398,"_penEnd":396,"_penPathEdge":{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[36,{"_drID":36,"_drWallIDs":[1176,1177,1178,1179],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-779.3806,-2021.2651],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-796.70105,-2031.2653],[-779.3806,-2021.2651]],"_drOpenPos":[[-813.15546,-2040.7654],[-795.835,-2030.7653]],"_drClosePos":[[-796.70105,-2031.2653],[-779.3806,-2021.2651]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":419,"_penEnd":422,"_penPathEdge":{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":[]}},{"_penStart":422,"_penEnd":419,"_penPathEdge":{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[37,{"_drID":37,"_drWallIDs":[1180,1181,1182,1183],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-779.3806,-2021.2651],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-762.0601,-2011.2651],[-779.3806,-2021.2651]],"_drOpenPos":[[-745.60565,-2001.7651],[-762.92615,-2011.7651]],"_drClosePos":[[-762.0601,-2011.2651],[-779.3806,-2021.2651]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":419,"_penEnd":422,"_penPathEdge":{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":[]}},{"_penStart":422,"_penEnd":419,"_penPathEdge":{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[38,{"_drID":38,"_drWallIDs":[1184,1185,1186,1187],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-764.3805,-2047.2458],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-781.701,-2057.2458],[-764.3805,-2047.2458]],"_drOpenPos":[[-798.15546,-2066.7458],[-780.83496,-2056.7458]],"_drClosePos":[[-781.701,-2057.2458],[-764.3805,-2047.2458]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":422,"_penEnd":427,"_penPathEdge":{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-756.8805,-2060.2363],"_peDist":30.000093,"_peObstacles":[]}},{"_penStart":427,"_penEnd":422,"_penPathEdge":{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-771.88055,-2034.2555],"_peDist":30.000093,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[39,{"_drID":39,"_drWallIDs":[1188,1189,1190,1191],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-764.3805,-2047.2458],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-747.06006,-2037.2458],[-764.3805,-2047.2458]],"_drOpenPos":[[-730.60565,-2027.7458],[-747.9261,-2037.7458]],"_drClosePos":[[-747.06006,-2037.2458],[-764.3805,-2047.2458]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[40,{"_drID":40,"_drWallIDs":[1192,1193,1194,1195],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-403.72324,-2121.9214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-393.7232,-2139.242],[-403.72324,-2121.9214]],"_drOpenPos":[[-384.22318,-2155.6965],[-394.2232,-2138.376]],"_drClosePos":[[-393.7232,-2139.242],[-403.72324,-2121.9214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":475,"_penEnd":478,"_penPathEdge":{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":478,"_penEnd":475,"_penPathEdge":{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[41,{"_drID":41,"_drWallIDs":[1196,1197,1198,1199],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-403.72324,-2121.9214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-413.72327,-2104.601],[-403.72324,-2121.9214]],"_drOpenPos":[[-423.2233,-2088.1467],[-413.22327,-2105.467]],"_drClosePos":[[-413.72327,-2104.601],[-403.72324,-2121.9214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":475,"_penEnd":478,"_penPathEdge":{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":478,"_penEnd":475,"_penPathEdge":{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[42,{"_drID":42,"_drWallIDs":[1200,1201,1202,1203],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-315.73285,-2114.4214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-315.73285,-2134.4214],[-315.73285,-2114.4214]],"_drOpenPos":[[-315.73285,-2153.4214],[-315.73285,-2133.4214]],"_drClosePos":[[-315.73285,-2134.4214],[-315.73285,-2114.4214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":489,"_penEnd":497,"_penPathEdge":{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":497,"_penEnd":489,"_penPathEdge":{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[43,{"_drID":43,"_drWallIDs":[1204,1205,1206,1207],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-315.73285,-2114.4214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-315.73288,-2094.4214],[-315.73285,-2114.4214]],"_drOpenPos":[[-315.7329,-2075.4214],[-315.73288,-2095.4214]],"_drClosePos":[[-315.73288,-2094.4214],[-315.73285,-2114.4214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":489,"_penEnd":497,"_penPathEdge":{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":497,"_penEnd":489,"_penPathEdge":{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[44,{"_drID":44,"_drWallIDs":[1208,1209,1210,1211],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-365.68527,-1716.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-355.68527,-1699.6013],[-365.68527,-1716.9219]],"_drOpenPos":[[-346.18527,-1683.1467],[-356.18527,-1700.4673]],"_drClosePos":[[-355.68527,-1699.6013],[-365.68527,-1716.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":482,"_penEnd":486,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":486,"_penEnd":482,"_penPathEdge":{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[45,{"_drID":45,"_drWallIDs":[1212,1213,1214,1215],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-365.68527,-1716.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-375.68527,-1734.2423],[-365.68527,-1716.9219]],"_drOpenPos":[[-385.18527,-1750.6968],[-375.18527,-1733.3763]],"_drClosePos":[[-375.68527,-1734.2423],[-365.68527,-1716.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":482,"_penEnd":486,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":486,"_penEnd":482,"_penPathEdge":{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[46,{"_drID":46,"_drWallIDs":[1216,1217,1218,1219],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-391.66605,-1701.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-381.66605,-1684.6013],[-391.66605,-1701.9219]],"_drOpenPos":[[-372.16605,-1668.1467],[-382.16605,-1685.4673]],"_drClosePos":[[-381.66605,-1684.6013],[-391.66605,-1701.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":477,"_penEnd":482,"_penPathEdge":{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":482,"_penEnd":477,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[47,{"_drID":47,"_drWallIDs":[1220,1221,1222,1223],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-391.66605,-1701.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-401.66605,-1719.2423],[-391.66605,-1701.9219]],"_drOpenPos":[[-411.16605,-1735.6968],[-401.16605,-1718.3763]],"_drClosePos":[[-401.66605,-1719.2423],[-391.66605,-1701.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":477,"_penEnd":482,"_penPathEdge":{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":482,"_penEnd":477,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[48,{"_drID":48,"_drWallIDs":[1224,1225,1226,1227],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-496.3424,-1393.2267],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-479.0219,-1403.2267],[-496.3424,-1393.2267]],"_drOpenPos":[[-462.56744,-1412.7267],[-479.88794,-1402.7267]],"_drClosePos":[[-479.0219,-1403.2267],[-496.3424,-1393.2267]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":460,"_penEnd":463,"_penPathEdge":{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":[]}},{"_penStart":463,"_penEnd":460,"_penPathEdge":{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[49,{"_drID":49,"_drWallIDs":[1228,1229,1230,1231],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-496.3424,-1393.2267],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-513.6629,-1383.2267],[-496.3424,-1393.2267]],"_drOpenPos":[[-530.1174,-1373.7267],[-512.7969,-1383.7267]],"_drClosePos":[[-513.6629,-1383.2267],[-496.3424,-1393.2267]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":460,"_penEnd":463,"_penPathEdge":{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":[]}},{"_penStart":463,"_penEnd":460,"_penPathEdge":{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[50,{"_drID":50,"_drWallIDs":[1232,1233,1234,1235],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-423.8905,-1342.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-413.8905,-1360.0566],[-423.8905,-1342.7361]],"_drOpenPos":[[-404.3905,-1376.5112],[-414.3905,-1359.1907]],"_drClosePos":[[-413.8905,-1360.0566],[-423.8905,-1342.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[51,{"_drID":51,"_drWallIDs":[1236,1237,1238,1239],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-423.8905,-1342.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-433.8905,-1325.4156],[-423.8905,-1342.7361]],"_drOpenPos":[[-443.3905,-1308.9612],[-433.3905,-1326.2816]],"_drClosePos":[[-433.8905,-1325.4156],[-423.8905,-1342.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":472,"_penEnd":476,"_penPathEdge":{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":476,"_penEnd":472,"_penPathEdge":{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-436.8809,-1350.2361],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[52,{"_drID":52,"_drWallIDs":[1240,1241,1242,1243],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-397.9098,-1327.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-387.90976,-1345.0566],[-397.90976,-1327.7361]],"_drOpenPos":[[-378.40976,-1361.5112],[-388.40976,-1344.1907]],"_drClosePos":[[-387.90976,-1345.0566],[-397.90976,-1327.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[53,{"_drID":53,"_drWallIDs":[1244,1245,1246,1247],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-397.9098,-1327.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-407.9098,-1310.4156],[-397.90976,-1327.7361]],"_drOpenPos":[[-417.40982,-1293.9612],[-407.4098,-1311.2816]],"_drClosePos":[[-407.9098,-1310.4156],[-397.90976,-1327.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":476,"_penEnd":480,"_penPathEdge":{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":480,"_penEnd":476,"_penPathEdge":{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[54,{"_drID":54,"_drWallIDs":[1248,1249,1250,1251],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[0.46178532,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[10.461788,-1115.0565],[0.46178436,-1097.736]],"_drOpenPos":[[19.961792,-1131.5111],[9.961789,-1114.1906]],"_drClosePos":[[10.461788,-1115.0565],[0.46178436,-1097.736]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":610,"_penEnd":617,"_penPathEdge":{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":[]}},{"_penStart":617,"_penEnd":610,"_penPathEdge":{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[55,{"_drID":55,"_drWallIDs":[1252,1253,1254,1255],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[0.46178532,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-9.538218,-1080.4155],[0.46178436,-1097.736]],"_drOpenPos":[[-19.038218,-1063.961],[-9.038216,-1081.2815]],"_drClosePos":[[-9.538218,-1080.4155],[0.46178436,-1097.736]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":610,"_penEnd":617,"_penPathEdge":{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":[]}},{"_penStart":617,"_penEnd":610,"_penPathEdge":{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[56,{"_drID":56,"_drWallIDs":[1256,1257,1258,1259],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[78.40407,-1052.7358],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[88.40407,-1070.0564],[78.40406,-1052.7358]],"_drOpenPos":[[97.904076,-1086.511],[87.90407,-1069.1904]],"_drClosePos":[[88.40407,-1070.0564],[78.40406,-1052.7358]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":658,"_penEnd":676,"_penPathEdge":{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":676,"_penEnd":658,"_penPathEdge":{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[57,{"_drID":57,"_drWallIDs":[1260,1261,1262,1263],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[78.40407,-1052.7358],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[68.40406,-1035.4154],[78.40406,-1052.7358]],"_drOpenPos":[[58.90406,-1018.961],[68.90406,-1036.2814]],"_drClosePos":[[68.40406,-1035.4154],[78.40406,-1052.7358]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":658,"_penEnd":676,"_penPathEdge":{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":676,"_penEnd":658,"_penPathEdge":{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[58,{"_drID":58,"_drWallIDs":[1264,1265,1266,1267],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[349.17502,-632.7752],[318.18033,-650.67]],"_drOpenPos":[[509.16235,-540.40656],[478.16766,-558.30133]],"_drClosePos":[[349.17502,-632.7752],[318.18033,-650.67]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":59,"_drMounts":[],"_drObstructs":[{"_penStart":752,"_penEnd":762,"_penPathEdge":{"_peStart":[320.31287,-622.7844],"_peEnd":[351.73718,-677.213],"_peDist":62.848698,"_peObstacles":[]}},{"_penStart":762,"_penEnd":752,"_penPathEdge":{"_peStart":[351.73718,-677.213],"_peEnd":[320.31287,-622.7844],"_peDist":62.848698,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[59,{"_drID":59,"_drWallIDs":[1268,1269,1270,1271],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[318.18033,-650.67],[287.18567,-668.56476]],"_drOpenPos":[[478.1676,-558.3013],[447.17294,-576.19604]],"_drClosePos":[[318.18033,-650.67],[287.18567,-668.56476]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":58},"_drPushes":60,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[60,{"_drID":60,"_drWallIDs":[1272,1273,1274,1275],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[287.18567,-668.56476],[256.19098,-686.45953]],"_drOpenPos":[[447.173,-576.1961],[416.1783,-594.0909]],"_drClosePos":[[287.18567,-668.56476],[256.19098,-686.45953]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":59},"_drPushes":61,"_drMounts":[],"_drObstructs":[{"_penStart":736,"_penEnd":746,"_penPathEdge":{"_peStart":[264.097,-655.2407],"_peEnd":[295.5213,-709.6692],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":746,"_penEnd":736,"_penPathEdge":{"_peStart":[295.5213,-709.6692],"_peEnd":[264.097,-655.2407],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[61,{"_drID":61,"_drWallIDs":[1276,1277,1278,1279],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[256.19098,-686.45953],[225.19629,-704.3544]],"_drOpenPos":[[416.17822,-594.09064],[385.18353,-611.9855]],"_drClosePos":[[256.19098,-686.45953],[225.19629,-704.3544]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":60},"_drPushes":62,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[62,{"_drID":62,"_drWallIDs":[1280,1281,1282,1283],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[225.19629,-704.3544],[194.20163,-722.24915]],"_drOpenPos":[[385.18356,-611.98566],[354.1889,-629.88043]],"_drClosePos":[[225.19629,-704.3544],[194.20163,-722.24915]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":61},"_drPushes":63,"_drMounts":[],"_drObstructs":[{"_penStart":717,"_penEnd":729,"_penPathEdge":{"_peStart":[207.88113,-687.6969],"_peEnd":[239.30545,-742.1255],"_peDist":62.848698,"_peObstacles":[]}},{"_penStart":729,"_penEnd":717,"_penPathEdge":{"_peStart":[239.30545,-742.1255],"_peEnd":[207.88113,-687.6969],"_peDist":62.848698,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[63,{"_drID":63,"_drWallIDs":[1284,1285,1286,1287],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[194.20163,-722.24915],[163.20694,-740.1439]],"_drOpenPos":[[354.18896,-629.8805],[323.19427,-647.77527]],"_drClosePos":[[194.20163,-722.24915],[163.20694,-740.1439]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":62},"_drPushes":null,"_drMounts":[{"tag":"MountedLS","contents":41},{"tag":"MountedProp","contents":5},{"tag":"MountedLS","contents":40},{"tag":"MountedProp","contents":4}],"_drObstructs":[{"_penStart":700,"_penEnd":709,"_penPathEdge":{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":709,"_penEnd":700,"_penPathEdge":{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[64,{"_drID":64,"_drWallIDs":[1288,1289,1290,1291],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-22.761139,-847.5126],[8.233551,-829.6178]],"_drOpenPos":[[-182.74847,-939.8812],[-151.75378,-921.98645]],"_drClosePos":[[-22.761139,-847.5126],[8.233551,-829.6178]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":65,"_drMounts":[],"_drObstructs":[{"_penStart":608,"_penEnd":618,"_penPathEdge":{"_peStart":[-16.98227,-817.52185],"_peEnd":[14.442047,-871.9504],"_peDist":62.848644,"_peObstacles":[]}},{"_penStart":618,"_penEnd":608,"_penPathEdge":{"_peStart":[14.442047,-871.9504],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848644,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[65,{"_drID":65,"_drWallIDs":[1292,1293,1294,1295],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[8.233551,-829.6178],[39.22824,-811.723]],"_drOpenPos":[[-151.75378,-921.98645],[-120.759094,-904.0917]],"_drClosePos":[[8.233551,-829.6178],[39.22824,-811.723]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":64},"_drPushes":66,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[66,{"_drID":66,"_drWallIDs":[1296,1297,1298,1299],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[39.22824,-811.723],[70.2229,-793.82825]],"_drOpenPos":[[-120.75903,-904.09174],[-89.76437,-886.19696]],"_drClosePos":[[39.22824,-811.723],[70.2229,-793.82825]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":65},"_drPushes":67,"_drMounts":[],"_drObstructs":[{"_penStart":646,"_penEnd":659,"_penPathEdge":{"_peStart":[39.23358,-785.0657],"_peEnd":[70.6579,-839.49414],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":659,"_penEnd":646,"_penPathEdge":{"_peStart":[70.6579,-839.49414],"_peEnd":[39.23358,-785.0657],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[67,{"_drID":67,"_drWallIDs":[1300,1301,1302,1303],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[70.2229,-793.82825],[101.21759,-775.9335]],"_drOpenPos":[[-89.764435,-886.1969],[-58.769745,-868.3021]],"_drClosePos":[[70.2229,-793.82825],[101.21759,-775.9335]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":66},"_drPushes":68,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[68,{"_drID":68,"_drWallIDs":[1304,1305,1306,1307],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[101.21759,-775.9335],[132.21225,-758.0387]],"_drOpenPos":[[-58.769684,-868.3022],[-27.775024,-850.4074]],"_drClosePos":[[101.21759,-775.9335],[132.21225,-758.0387]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":67},"_drPushes":69,"_drMounts":[],"_drObstructs":[{"_penStart":677,"_penEnd":692,"_penPathEdge":{"_peStart":[95.44943,-752.6094],"_peEnd":[126.87375,-807.03796],"_peDist":62.848698,"_peObstacles":[]}},{"_penStart":692,"_penEnd":677,"_penPathEdge":{"_peStart":[126.87375,-807.03796],"_peEnd":[95.44943,-752.6094],"_peDist":62.848698,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[69,{"_drID":69,"_drWallIDs":[1308,1309,1310,1311],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[132.21225,-758.0387],[163.20694,-740.1439]],"_drOpenPos":[[-27.775085,-850.40735],[3.2196045,-832.5126]],"_drClosePos":[[132.21225,-758.0387],[163.20694,-740.1439]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":68},"_drPushes":null,"_drMounts":[{"tag":"MountedLS","contents":43},{"tag":"MountedProp","contents":7},{"tag":"MountedLS","contents":42},{"tag":"MountedProp","contents":6}],"_drObstructs":[{"_penStart":700,"_penEnd":709,"_penPathEdge":{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":709,"_penEnd":700,"_penPathEdge":{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[70,{"_drID":70,"_drWallIDs":[1572,1573,1574,1575],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-217.63141,-544.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-207.6314,-527.6668],[-217.63141,-544.9873]],"_drOpenPos":[[-198.13138,-511.21234],[-208.1314,-528.53284]],"_drClosePos":[[-207.6314,-527.6668],[-217.63141,-544.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":522,"_penEnd":533,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":533,"_penEnd":522,"_penPathEdge":{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[71,{"_drID":71,"_drWallIDs":[1576,1577,1578,1579],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-217.63141,-544.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-227.63141,-562.3078],[-217.63141,-544.9873]],"_drOpenPos":[[-237.13141,-578.76227],[-227.13141,-561.4418]],"_drClosePos":[[-227.63141,-562.3078],[-217.63141,-544.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":522,"_penEnd":533,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":533,"_penEnd":522,"_penPathEdge":{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[72,{"_drID":72,"_drWallIDs":[1580,1581,1582,1583],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-243.61215,-529.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-233.61215,-512.6668],[-243.61215,-529.9873]],"_drOpenPos":[[-224.11215,-496.21234],[-234.11215,-513.53284]],"_drClosePos":[[-233.61215,-512.6668],[-243.61215,-529.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":520,"_penEnd":522,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":522,"_penEnd":520,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[73,{"_drID":73,"_drWallIDs":[1584,1585,1586,1587],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-243.61215,-529.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-253.61217,-547.3078],[-243.61215,-529.9873]],"_drOpenPos":[[-263.11218,-563.76227],[-253.11217,-546.4418]],"_drClosePos":[[-253.61217,-547.3078],[-243.61215,-529.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":520,"_penEnd":522,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":522,"_penEnd":520,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[74,{"_drID":74,"_drWallIDs":[1596,1597,1598,1599],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-348.2884,-221.29178],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-330.9679,-231.29178],[-348.2884,-221.29178]],"_drOpenPos":[[-314.51343,-240.79178],[-331.83392,-230.79178]],"_drClosePos":[[-330.9679,-231.29178],[-348.2884,-221.29178]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":485,"_penEnd":487,"_penPathEdge":{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":487,"_penEnd":485,"_penPathEdge":{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[75,{"_drID":75,"_drWallIDs":[1600,1601,1602,1603],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-348.2884,-221.29178],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-365.60892,-211.29178],[-348.2884,-221.29178]],"_drOpenPos":[[-382.06342,-201.79178],[-364.7429,-211.79178]],"_drClosePos":[[-365.60892,-211.29178],[-348.2884,-221.29178]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":485,"_penEnd":487,"_penPathEdge":{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":487,"_penEnd":485,"_penPathEdge":{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[76,{"_drID":76,"_drWallIDs":[1604,1605,1606,1607],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-275.8365,-170.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-265.8365,-188.12187],[-275.8365,-170.80138]],"_drOpenPos":[[-256.3365,-204.57634],[-266.3365,-187.25584]],"_drClosePos":[[-265.8365,-188.12187],[-275.8365,-170.80138]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":502,"_penEnd":519,"_penPathEdge":{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":[]}},{"_penStart":519,"_penEnd":502,"_penPathEdge":{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[77,{"_drID":77,"_drWallIDs":[1608,1609,1610,1611],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-275.8365,-170.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-285.8365,-153.48087],[-275.8365,-170.80138]],"_drOpenPos":[[-295.3365,-137.02638],[-285.3365,-154.3469]],"_drClosePos":[[-285.8365,-153.48087],[-275.8365,-170.80138]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":502,"_penEnd":519,"_penPathEdge":{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":[]}},{"_penStart":519,"_penEnd":502,"_penPathEdge":{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[78,{"_drID":78,"_drWallIDs":[1612,1613,1614,1615],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-249.85571,-155.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-239.85571,-173.12186],[-249.85571,-155.80136]],"_drOpenPos":[[-230.35571,-189.57632],[-240.35571,-172.25583]],"_drClosePos":[[-239.85571,-173.12186],[-249.85571,-155.80136]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[79,{"_drID":79,"_drWallIDs":[1616,1617,1618,1619],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-249.85571,-155.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-259.8557,-138.48085],[-249.85571,-155.80136]],"_drOpenPos":[[-269.3557,-122.02637],[-259.3557,-139.34688]],"_drClosePos":[[-259.8557,-138.48085],[-249.85571,-155.80136]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":519,"_penEnd":521,"_penPathEdge":{"_peStart":[-262.8461,-163.30136],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":[]}},{"_penStart":521,"_penEnd":519,"_penPathEdge":{"_peStart":[-236.86533,-148.30135],"_peEnd":[-262.8461,-163.30136],"_peDist":30.00002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[80,{"_drID":80,"_drWallIDs":[1624,1625,1626,1627],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-72.49999,-12.990378],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-55.179485,-2.9903755],[-72.49999,-12.990379]],"_drOpenPos":[[-38.725006,6.5096283],[-56.04551,-3.4903755]],"_drClosePos":[[-55.179485,-2.9903755],[-72.49999,-12.990379]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":584,"_penEnd":588,"_penPathEdge":{"_peStart":[-79.99999,0.0],"_peEnd":[-64.999985,-25.98076],"_peDist":30.000004,"_peObstacles":[]}},{"_penStart":588,"_penEnd":584,"_penPathEdge":{"_peStart":[-64.999985,-25.98076],"_peEnd":[-79.99999,0.0],"_peDist":30.000004,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[81,{"_drID":81,"_drWallIDs":[1628,1629,1630,1631],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-72.49999,-12.990378],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-89.820496,-22.990381],[-72.49999,-12.990379]],"_drOpenPos":[[-106.27497,-32.490383],[-88.95447,-22.490381]],"_drClosePos":[[-89.820496,-22.990381],[-72.49999,-12.990379]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[82,{"_drID":82,"_drWallIDs":[1632,1633,1634,1635],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-80.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-60.0,75.0],[-80.0,75.0]],"_drOpenPos":[[-41.0,75.0],[-61.0,75.0]],"_drClosePos":[[-60.0,75.0],[-80.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":581,"_penEnd":582,"_penPathEdge":{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":582,"_penEnd":581,"_penPathEdge":{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[83,{"_drID":83,"_drWallIDs":[1636,1637,1638,1639],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-80.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-100.0,75.0],[-80.0,75.0]],"_drOpenPos":[[-119.0,75.0],[-99.0,75.0]],"_drClosePos":[[-100.0,75.0],[-80.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":581,"_penEnd":582,"_penPathEdge":{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":582,"_penEnd":581,"_penPathEdge":{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[84,{"_drID":84,"_drWallIDs":[1928,1929,1930,1931],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[20.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[0.0,75.0],[20.0,75.0]],"_drOpenPos":[[-19.0,75.0],[1.0,75.0]],"_drClosePos":[[0.0,75.0],[20.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":637,"_penEnd":638,"_penPathEdge":{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":638,"_penEnd":637,"_penPathEdge":{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[85,{"_drID":85,"_drWallIDs":[1932,1933,1934,1935],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[20.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[40.0,75.0],[20.0,75.0]],"_drOpenPos":[[59.0,75.0],[39.0,75.0]],"_drClosePos":[[40.0,75.0],[20.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":637,"_penEnd":638,"_penPathEdge":{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":638,"_penEnd":637,"_penPathEdge":{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[86,{"_drID":86,"_drWallIDs":[1960,1961,1962,1963],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2036.8065,-2758.3137],[-2017.488,-2763.4902]],"_drOpenPos":[[-2055.1592,-2753.396],[-2035.8406,-2758.5725]],"_drClosePos":[[-2036.8065,-2758.3137],[-2017.488,-2763.4902]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":217,"_penEnd":220,"_penPathEdge":{"_peStart":[-2021.3702,-2777.979],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":220,"_penEnd":217,"_penPathEdge":{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2021.3702,-2777.979],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[87,{"_drID":87,"_drWallIDs":[1964,1965,1966,1967],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1998.1696,-2768.6665],[-2017.488,-2763.4902]],"_drOpenPos":[[-1979.817,-2773.584],[-1999.1355,-2768.4077]],"_drClosePos":[[-1998.1696,-2768.6665],[-2017.488,-2763.4902]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":217,"_penEnd":220,"_penPathEdge":{"_peStart":[-2021.3702,-2777.979],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":220,"_penEnd":217,"_penPathEdge":{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2021.3702,-2777.979],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[88,{"_drID":88,"_drWallIDs":[1968,1969,1970,1971],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":1},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-766.7009,-2083.2266],[-749.3805,-2073.2266]],"_drOpenPos":[[-783.15533,-2092.7266],[-765.8349,-2082.7266]],"_drClosePos":[[-766.7009,-2083.2266],[-749.3805,-2073.2266]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":427,"_penEnd":430,"_penPathEdge":{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-741.88043,-2086.217],"_peDist":29.999989,"_peObstacles":[]}},{"_penStart":430,"_penEnd":427,"_penPathEdge":{"_peStart":[-741.88043,-2086.217],"_peEnd":[-756.8805,-2060.2363],"_peDist":29.999989,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[89,{"_drID":89,"_drWallIDs":[1972,1973,1974,1975],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":1},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-732.06,-2063.2266],[-749.3805,-2073.2266]],"_drOpenPos":[[-715.6055,-2053.7266],[-732.926,-2063.7266]],"_drClosePos":[[-732.06,-2063.2266],[-749.3805,-2073.2266]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[90,{"_drID":90,"_drWallIDs":[1976,1977,1978,1979],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-407.64682,-1669.6014],[-417.64682,-1686.922]],"_drOpenPos":[[-398.14682,-1653.1469],[-408.14682,-1670.4674]],"_drClosePos":[[-407.64682,-1669.6014],[-417.64682,-1686.922]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":473,"_penEnd":477,"_penPathEdge":{"_peStart":[-430.6372,-1679.422],"_peEnd":[-404.65643,-1694.4219],"_peDist":29.999949,"_peObstacles":[]}},{"_penStart":477,"_penEnd":473,"_penPathEdge":{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-430.6372,-1679.422],"_peDist":29.999949,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[91,{"_drID":91,"_drWallIDs":[1980,1981,1982,1983],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-427.64682,-1704.2424],[-417.64682,-1686.922]],"_drOpenPos":[[-437.14682,-1720.6969],[-427.14682,-1703.3765]],"_drClosePos":[[-427.64682,-1704.2424],[-417.64682,-1686.922]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[92,{"_drID":92,"_drWallIDs":[1984,1985,1986,1987],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":3},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-361.92902,-1330.0566],[-371.92902,-1312.7361]],"_drOpenPos":[[-352.42902,-1346.5112],[-362.42902,-1329.1907]],"_drClosePos":[[-361.92902,-1330.0566],[-371.92902,-1312.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[93,{"_drID":93,"_drWallIDs":[1988,1989,1990,1991],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":3},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-381.92902,-1295.4156],[-371.92902,-1312.7361]],"_drOpenPos":[[-391.42902,-1278.9612],[-381.42902,-1296.2816]],"_drClosePos":[[-381.92902,-1295.4156],[-371.92902,-1312.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":480,"_penEnd":484,"_penPathEdge":{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-358.93866,-1305.2361],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":484,"_penEnd":480,"_penPathEdge":{"_peStart":[-358.93866,-1305.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[94,{"_drID":94,"_drWallIDs":[1992,1993,1994,1995],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":4},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-259.59293,-497.6668],[-269.59293,-514.9873]],"_drOpenPos":[[-250.09293,-481.21234],[-260.09293,-498.53284]],"_drClosePos":[[-259.59293,-497.6668],[-269.59293,-514.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":503,"_penEnd":520,"_penPathEdge":{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":520,"_penEnd":503,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[95,{"_drID":95,"_drWallIDs":[1996,1997,1998,1999],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":4},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-279.59293,-532.3078],[-269.59293,-514.9873]],"_drOpenPos":[[-289.09293,-548.76227],[-279.09293,-531.4418]],"_drClosePos":[[-279.59293,-532.3078],[-269.59293,-514.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":503,"_penEnd":520,"_penPathEdge":{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":520,"_penEnd":503,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[96,{"_drID":96,"_drWallIDs":[2000,2001,2002,2003],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":5},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-213.87494,-158.12184],[-223.87494,-140.80135]],"_drOpenPos":[[-204.37494,-174.57631],[-214.37494,-157.25581]],"_drClosePos":[[-213.87494,-158.12184],[-223.87494,-140.80135]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[97,{"_drID":97,"_drWallIDs":[2004,2005,2006,2007],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":5},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-233.87494,-123.480835],[-223.87494,-140.80135]],"_drOpenPos":[[-243.37494,-107.02635],[-233.37494,-124.34686]],"_drClosePos":[[-233.87494,-123.480835],[-223.87494,-140.80135]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":521,"_penEnd":532,"_penPathEdge":{"_peStart":[-236.86533,-148.30135],"_peEnd":[-210.88455,-133.30133],"_peDist":30.00002,"_peObstacles":[]}},{"_penStart":532,"_penEnd":521,"_penPathEdge":{"_peStart":[-210.88455,-133.30133],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}]],"_machines":[[0,{"_mcID":0,"_mcWallIDs":[560,561,562,563],"_mcMaterial":"Electronics","_mcPos":[-2073.134,-2971.164],"_mcDir":35.866516,"_mcColor":[0.0,0.0,1.0,1.0],"_mcHP":50000,"_mcDamage":[],"_mcType":{"tag":"McTurret","contents":{"_tuWeapon":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"NoDelay"},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[30.0,0.0],"_mzRot":0.0,"_mzInaccuracy":0.0,"_mzAmmoSlot":0,"_mzFlareType":"LasGunFlare","_mzEffect":{"tag":"MuzzleLaser"}}]},"_heldAmmoTypes":[[0,"ElectricalAmmo"]],"_heldParams":{"tag":"BeamShooterParams","_bulGunSound":[{"_getSoundID":2},2]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"LASGUN"}}},"_itID":{"_unNInt":1},"_itLocation":{"tag":"OnTurret","_ilTuID":0},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":10.0,"_dimCenter":[15.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"Tweakable","_tweakParams":[[0,{"_tweakType":"TweakPhaseV","_tweakVal":1,"_tweakMax":3}]]},"_itParams":{"tag":"Refracting","_phaseV":1.0,"_lasColor":[1.0,1.0,0.0,1.0],"_lasColor2":[1.0,1.0,0.0,1.0],"_lasCycle":0,"_lasDamage":11},"_itAttachments":[]},"_tuTurnSpeed":2.0e-2,"_tuFireTime":0,"_tuDir":0.0}},"_mcMounts":[],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[1,{"_mcID":1,"_mcWallIDs":[1016,1017,1018,1019],"_mcMaterial":"Electronics","_mcPos":[-1213.8552,-2204.6094],"_mcDir":35.60472,"_mcColor":[0.8,-0.2,0.8,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McTerminal"},"_mcMounts":[["ObTerminal",0],["ObButton",1]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[2,{"_mcID":2,"_mcWallIDs":[1312,1313,1314,1315],"_mcMaterial":"Electronics","_mcPos":[297.5488,-563.35596],"_mcDir":11.519173,"_mcColor":[0.8,-0.2,0.8,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McTerminal"},"_mcMounts":[["ObTerminal",1],["ObButton",3]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[3,{"_mcID":3,"_mcWallIDs":[1588,1589,1590,1591],"_mcMaterial":"Electronics","_mcPos":[-455.78836,-407.48727],"_mcDir":10.471975,"_mcColor":[0.0,0.0,1.0,1.0],"_mcHP":50000,"_mcDamage":[],"_mcType":{"tag":"McTurret","contents":{"_tuWeapon":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"NoDelay"},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[30.0,0.0],"_mzRot":0.0,"_mzInaccuracy":0.0,"_mzAmmoSlot":0,"_mzFlareType":"LasGunFlare","_mzEffect":{"tag":"MuzzleLaser"}}]},"_heldAmmoTypes":[[0,"ElectricalAmmo"]],"_heldParams":{"tag":"BeamShooterParams","_bulGunSound":[{"_getSoundID":2},2]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"LASGUN"}}},"_itID":{"_unNInt":0},"_itLocation":{"tag":"OnTurret","_ilTuID":3},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":10.0,"_dimCenter":[15.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"Tweakable","_tweakParams":[[0,{"_tweakType":"TweakPhaseV","_tweakVal":1,"_tweakMax":3}]]},"_itParams":{"tag":"Refracting","_phaseV":1.0,"_lasColor":[1.0,1.0,0.0,1.0],"_lasColor2":[1.0,1.0,0.0,1.0],"_lasCycle":0,"_lasDamage":11},"_itAttachments":[]},"_tuTurnSpeed":2.0e-2,"_tuFireTime":0,"_tuDir":0.0}},"_mcMounts":[],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[4,{"_mcID":4,"_mcWallIDs":[1620,1621,1622,1623],"_mcMaterial":"Electronics","_mcPos":[33.660294,-176.86526],"_mcDir":5.235988,"_mcColor":[0.8,-0.2,0.8,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McTerminal"},"_mcMounts":[["ObTerminal",2],["ObButton",4]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[5,{"_mcID":5,"_mcWallIDs":[1936,1937,1938,1939],"_mcMaterial":"Electronics","_mcPos":[-2047.2521,-2874.5715],"_mcDir":37.437313,"_mcColor":[1.0,1.0,0.0,1.0],"_mcHP":1000,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"DamageSensor","_sensToggle":false,"_sensAmount":0,"_sensType":"LASERING","_sensDraw":["RED","THREELINES"],"_sensThreshold":1000}},"_mcMounts":[["ObLightSource",55],["ObTrigger",0]],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[6,{"_mcID":6,"_mcWallIDs":[1940,1941,1942,1943],"_mcMaterial":"Electronics","_mcPos":[-710.89966,-2079.8772],"_mcDir":25.656342,"_mcColor":[0.0,1.0,0.5,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"ProximitySensor","_proxStatus":"NotClose","_proxDist":40.0,"_proxRequirement":{"tag":"RequireHealth","_proxReqMinHealth":1100},"_sensToggle":false}},"_mcMounts":[["ObTerminal",3],["ObButton",5],["ObTrigger",1]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[7,{"_mcID":7,"_mcWallIDs":[1944,1945,1946,1947],"_mcMaterial":"Electronics","_mcPos":[-426.46255,-1647.1913],"_mcDir":16.755161,"_mcColor":[0.8,-0.2,0.8,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McTerminal"},"_mcMounts":[["ObTerminal",4],["ObButton",6]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[8,{"_mcID":8,"_mcWallIDs":[1948,1949,1950,1951],"_mcMaterial":"Electronics","_mcPos":[-365.27844,-1274.2552],"_mcDir":8.377581,"_mcColor":[0.0,1.0,0.5,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"ProximitySensor","_proxStatus":"NotClose","_proxDist":40.0,"_proxRequirement":{"tag":"RequireEquipment","_proxReqEquipment":{"tag":"HELD","_ibtHeld":{"tag":"KEYCARD","contents":0}}},"_sensToggle":false}},"_mcMounts":[["ObTerminal",5],["ObButton",7],["ObTrigger",3]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[9,{"_mcID":9,"_mcWallIDs":[1952,1953,1954,1955],"_mcMaterial":"Electronics","_mcPos":[-369.18582,-457.4873],"_mcDir":10.471975,"_mcColor":[1.0,1.0,0.0,1.0],"_mcHP":1000,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"DamageSensor","_sensToggle":false,"_sensAmount":0,"_sensType":"LASERING","_sensDraw":["RED","THREELINES"],"_sensThreshold":1000}},"_mcMounts":[["ObLightSource",60],["ObTrigger",4]],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[10,{"_mcID":10,"_mcWallIDs":[1956,1957,1958,1959],"_mcMaterial":"Electronics","_mcPos":[-124.28204,-83.301285],"_mcDir":8.377581,"_mcColor":[1.0,1.0,0.0,1.0],"_mcHP":1000,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"DamageSensor","_sensToggle":false,"_sensAmount":0,"_sensType":"ELECTRICAL","_sensDraw":["ORANGE","CIRCLE"],"_sensThreshold":500}},"_mcMounts":[["ObLightSource",62],["ObTrigger",5]],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}]],"_terminals":[[0,{"_tmID":0,"_tmBootProgram":{"tag":"TerminalBootMempty"},"_tmButtonID":1,"_tmMachineID":1,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["WARNING:",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["LARGE BIOMASS DETECTED",[0.9,0.9,0.9,1.0]]}],"_tmMaxLines":14,"_tmTitle":"TERMINAL IN LOCATION","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[],"_tmWriteCommands":[],"_tmDeathEffect":{"tag":"TmWdId"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}],[1,{"_tmID":1,"_tmBootProgram":{"tag":"TerminalBootMempty"},"_tmButtonID":3,"_tmMachineID":2,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["WARNING:",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["LARGE BIOMASS DETECTED",[0.9,0.9,0.9,1.0]]}],"_tmMaxLines":14,"_tmTitle":"TERMINAL IN LOCATION","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[],"_tmWriteCommands":[],"_tmDeathEffect":{"tag":"TmWdId"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}],[2,{"_tmID":2,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":4,"_tmMachineID":4,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"damagecode","_tcAlias":["dcode","dc"],"_tcHelp":"Displays the shape and color associated with a given damage type.","_tcEffect":{"tag":"TerminalCommandEffectDamageCoding"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}],[3,{"_tmID":3,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":5,"_tmMachineID":6,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"sensor","_tcAlias":["sen"],"_tcHelp":"Access information concerning the connected sensor.","_tcEffect":{"tag":"TerminalCommandEffectSensorParameter"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}],[4,{"_tmID":4,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["WARNING",[1.0,0.0,0.0,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["INVISIBLE CREATURE AHEAD",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":6,"_tmMachineID":7,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"toggle","_tcAlias":["tog"],"_tcHelp":"Performs a reversable effect.","_tcEffect":{"tag":"TerminalCommandEffectLinkedObject"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{"DOOR":{"_ttTriggerID":2,"_ttDeathEffect":{"tag":"BlConst","contents":true}}},"_tmPartialCommand":null}],[5,{"_tmID":5,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":7,"_tmMachineID":8,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"sensor","_tcAlias":["sen"],"_tcHelp":"Access information concerning the connected sensor.","_tcEffect":{"tag":"TerminalCommandEffectSensorParameter"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}]],"_magnets":[],"_blocks":[[0,{"_blID":0,"_blWallIDs":[272,273,274,275],"_blHP":1000,"_blShadows":[],"_blFootprint":[[401.524,-129.02368],[410.18427,-124.02368],[415.18427,-132.68393],[406.524,-137.68393]],"_blPos":[408.35413,-130.8538],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[1,{"_blID":1,"_blWallIDs":[276,277,278,279],"_blHP":1000,"_blShadows":[],"_blFootprint":[[304.02396,39.851227],[312.68423,44.85123],[317.68423,36.19098],[309.02396,31.190975]],"_blPos":[310.8541,38.021103],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[2,{"_blID":2,"_blWallIDs":[280,281,282,283],"_blHP":1000,"_blShadows":[],"_blFootprint":[[369.024,-72.73204],[377.68427,-67.73204],[382.68427,-76.39229],[374.024,-81.39229]],"_blPos":[375.85413,-74.562164],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[3,{"_blID":3,"_blWallIDs":[284,285,286,287],"_blHP":1000,"_blShadows":[],"_blFootprint":[[336.524,-16.440413],[345.18427,-11.440411],[350.18427,-20.100664],[341.524,-25.100666]],"_blPos":[343.35413,-18.270538],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[4,{"_blID":4,"_blWallIDs":[288,289,290,291],"_blHP":1000,"_blShadows":[],"_blFootprint":[[167.64906,-113.940445],[176.30931,-108.940445],[181.30931,-117.60069],[172.64906,-122.60069]],"_blPos":[174.47919,-115.77057],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[5,{"_blID":5,"_blWallIDs":[292,293,294,295],"_blHP":1000,"_blShadows":[],"_blFootprint":[[232.64908,-226.52373],[241.30933,-221.52373],[246.30933,-230.18398],[237.64908,-235.18398]],"_blPos":[239.4792,-228.35385],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[6,{"_blID":6,"_blWallIDs":[296,297,298,299],"_blHP":1000,"_blShadows":[],"_blFootprint":[[135.14903,-57.648804],[143.80928,-52.6488],[148.80928,-61.30905],[140.14903,-66.30905]],"_blPos":[141.97916,-59.478928],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[7,{"_blID":7,"_blWallIDs":[300,301,302,303],"_blHP":1000,"_blShadows":[],"_blFootprint":[[200.14906,-170.23207],[208.80931,-165.23207],[213.80931,-173.89232],[205.14906,-178.89232]],"_blPos":[206.97919,-172.0622],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[8,{"_blID":8,"_blWallIDs":[304,305,306,307],"_blHP":1000,"_blShadows":[],"_blFootprint":[[191.44069,-25.148787],[200.10094,-20.148785],[205.10094,-28.809038],[196.44069,-33.80904]],"_blPos":[198.27081,-26.978912],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[9,{"_blID":9,"_blWallIDs":[308,309,310,311],"_blHP":1000,"_blShadows":[],"_blFootprint":[[247.73232,7.351213],[256.39258,12.351215],[261.39258,3.6909623],[252.73232,-1.3090396]],"_blPos":[254.56244,5.5210876],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[10,{"_blID":10,"_blWallIDs":[312,313,314,315],"_blHP":1000,"_blShadows":[],"_blFootprint":[[345.23236,-161.5237],[353.89264,-156.5237],[358.89264,-165.18394],[350.23236,-170.18394]],"_blPos":[352.0625,-163.35382],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[11,{"_blID":11,"_blWallIDs":[316,317,318,319],"_blHP":1000,"_blShadows":[],"_blFootprint":[[288.9407,-194.02371],[297.60098,-189.02371],[302.60098,-197.68396],[293.9407,-202.68396]],"_blPos":[295.77084,-195.85384],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[12,{"_blID":12,"_blWallIDs":[328,329,330,331],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-674.3025,-966.46216],[-669.3025,-957.8019],[-660.6422,-962.8019],[-665.6422,-971.46216]],"_blPos":[-667.47235,-964.632],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[13,{"_blID":13,"_blWallIDs":[332,333,334,335],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-505.42755,-1063.962],[-500.42755,-1055.3019],[-491.76727,-1060.3019],[-496.76727,-1068.962]],"_blPos":[-498.5974,-1062.132],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[14,{"_blID":14,"_blWallIDs":[336,337,338,339],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-618.01086,-998.96216],[-613.01086,-990.3019],[-604.3506,-995.3019],[-609.3506,-1003.96216]],"_blPos":[-611.1807,-997.132],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[15,{"_blID":15,"_blWallIDs":[340,341,342,343],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-561.7192,-1031.462],[-556.7192,-1022.8018],[-548.0589,-1027.8019],[-553.0589,-1036.462]],"_blPos":[-554.88904,-1029.632],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[16,{"_blID":16,"_blWallIDs":[344,345,346,347],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-715.5108,-1167.837],[-710.5108,-1159.1769],[-701.8505,-1164.1769],[-706.8505,-1172.837]],"_blPos":[-708.68066,-1166.007],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[17,{"_blID":17,"_blWallIDs":[348,349,350,351],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-771.8024,-1135.337],[-766.8024,-1126.6769],[-758.14215,-1131.6769],[-763.14215,-1140.337]],"_blPos":[-764.9723,-1133.507],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[18,{"_blID":18,"_blWallIDs":[352,353,354,355],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-602.92755,-1232.837],[-597.92755,-1224.1769],[-589.2673,-1229.1769],[-594.2673,-1237.837]],"_blPos":[-596.0974,-1231.007],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[19,{"_blID":19,"_blWallIDs":[356,357,358,359],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-659.2192,-1200.337],[-654.2192,-1191.6769],[-645.5589,-1196.6769],[-650.5589,-1205.337]],"_blPos":[-652.38904,-1198.507],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[20,{"_blID":20,"_blWallIDs":[360,361,362,363],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-706.8025,-1022.7538],[-701.8025,-1014.0935],[-693.1422,-1019.0935],[-698.1422,-1027.7538]],"_blPos":[-699.97235,-1020.92365],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[21,{"_blID":21,"_blWallIDs":[364,365,366,367],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-739.3025,-1079.0454],[-734.3025,-1070.3853],[-725.6422,-1075.3853],[-730.6422,-1084.0454]],"_blPos":[-732.47235,-1077.2153],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[22,{"_blID":22,"_blWallIDs":[368,369,370,371],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-537.92755,-1120.2537],[-532.92755,-1111.5935],[-524.2673,-1116.5935],[-529.2673,-1125.2537]],"_blPos":[-531.0974,-1118.4236],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[23,{"_blID":23,"_blWallIDs":[372,373,374,375],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-570.42755,-1176.5454],[-565.42755,-1167.8853],[-556.7673,-1172.8853],[-561.7673,-1181.5454]],"_blPos":[-563.5974,-1174.7153],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[24,{"_blID":24,"_blWallIDs":[392,393,394,395],"_blHP":1000,"_blShadows":[396,397,398,399],"_blFootprint":[[-1904.4764,-2379.867],[-1888.888,-2388.867],[-1897.2213,-2403.3005],[-1912.8098,-2394.3005]],"_blPos":[-1900.8489,-2391.5837],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[25,{"_blID":25,"_blWallIDs":[396,397,398,399],"_blHP":1000,"_blShadows":[392,393,394,395,400,401,402,403],"_blFootprint":[[-1896.1432,-2365.433],[-1880.5547,-2374.433],[-1888.8881,-2388.8667],[-1904.4766,-2379.8667]],"_blPos":[-1892.5156,-2377.15],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[26,{"_blID":26,"_blWallIDs":[400,401,402,403],"_blHP":1000,"_blShadows":[396,397,398,399,404,405,406,407],"_blFootprint":[[-1887.8098,-2350.9993],[-1872.2213,-2359.9993],[-1880.5547,-2374.4329],[-1896.1432,-2365.4329]],"_blPos":[-1884.1823,-2362.716],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[27,{"_blID":27,"_blWallIDs":[404,405,406,407],"_blHP":1000,"_blShadows":[400,401,402,403,408,409,410,411],"_blFootprint":[[-1879.4764,-2336.5654],[-1863.888,-2345.5654],[-1872.2213,-2359.999],[-1887.8098,-2350.999]],"_blPos":[-1875.8489,-2348.2822],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":242,"_penEnd":250,"_penPathEdge":{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.42653,"_peObstacles":[]}},{"_penStart":250,"_penEnd":242,"_penPathEdge":{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1911.8297,-2350.603],"_peDist":42.42653,"_peObstacles":[]}},{"_penStart":250,"_penEnd":253,"_penPathEdge":{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1859.8682,-2380.6028],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":253,"_penEnd":250,"_penPathEdge":{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.426346,"_peObstacles":[]}}]}],[28,{"_blID":28,"_blWallIDs":[408,409,410,411],"_blHP":1000,"_blShadows":[404,405,406,407,412,413,414,415],"_blFootprint":[[-1871.1432,-2322.1318],[-1855.5547,-2331.1318],[-1863.8881,-2345.5654],[-1879.4766,-2336.5654]],"_blPos":[-1867.5156,-2333.8486],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":242,"_penEnd":250,"_penPathEdge":{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.42653,"_peObstacles":[]}},{"_penStart":250,"_penEnd":242,"_penPathEdge":{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1911.8297,-2350.603],"_peDist":42.42653,"_peObstacles":[]}},{"_penStart":250,"_penEnd":253,"_penPathEdge":{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1859.8682,-2380.6028],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":253,"_penEnd":250,"_penPathEdge":{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.426346,"_peObstacles":[]}}]}],[29,{"_blID":29,"_blWallIDs":[412,413,414,415],"_blHP":1000,"_blShadows":[408,409,410,411,416,417,418,419],"_blFootprint":[[-1862.8099,-2307.698],[-1847.2214,-2316.698],[-1855.5548,-2331.1316],[-1871.1433,-2322.1316]],"_blPos":[-1859.1824,-2319.4148],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[30,{"_blID":30,"_blWallIDs":[416,417,418,419],"_blHP":1000,"_blShadows":[412,413,414,415],"_blFootprint":[[-1854.4766,-2293.2642],[-1838.8881,-2302.2642],[-1847.2214,-2316.6978],[-1862.8099,-2307.6978]],"_blPos":[-1850.849,-2304.981],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[31,{"_blID":31,"_blWallIDs":[420,421,422,423],"_blHP":1000,"_blShadows":[424,425,426,427],"_blFootprint":[[-1893.5284,-2453.6768],[-1876.1418,-2449.018],[-1871.5665,-2466.0933],[-1888.9531,-2470.752]],"_blPos":[-1882.5475,-2459.885],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[32,{"_blID":32,"_blWallIDs":[424,425,426,427],"_blHP":1000,"_blShadows":[420,421,422,423,428,429,430,431],"_blFootprint":[[-1898.1038,-2436.6013],[-1880.7172,-2431.9426],[-1876.1418,-2449.0178],[-1893.5284,-2453.6765]],"_blPos":[-1887.1228,-2442.8096],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[33,{"_blID":33,"_blWallIDs":[428,429,430,431],"_blHP":1000,"_blShadows":[424,425,426,427,432,433,434,435],"_blFootprint":[[-1902.6792,-2419.5261],[-1885.2926,-2414.8674],[-1880.7173,-2431.9426],[-1898.1039,-2436.6013]],"_blPos":[-1891.6982,-2425.7344],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[34,{"_blID":34,"_blWallIDs":[432,433,434,435],"_blHP":1000,"_blShadows":[428,429,430,431,436,437,438,439],"_blFootprint":[[-1907.2545,-2402.451],[-1889.8679,-2397.7922],[-1885.2926,-2414.8674],[-1902.6792,-2419.5261]],"_blPos":[-1896.2736,-2408.6592],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[35,{"_blID":35,"_blWallIDs":[436,437,438,439],"_blHP":1000,"_blShadows":[432,433,434,435],"_blFootprint":[[-1911.8298,-2385.3755],[-1894.4432,-2380.7168],[-1889.8679,-2397.792],[-1907.2545,-2402.4507]],"_blPos":[-1900.8489,-2391.5837],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[36,{"_blID":36,"_blWallIDs":[440,441,442,443],"_blHP":1000,"_blShadows":[444,445,446,447],"_blFootprint":[[-2049.1682,-2431.814],[-2040.1683,-2416.2256],[-2025.7345,-2424.559],[-2034.7345,-2440.1475]],"_blPos":[-2037.4514,-2428.1865],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[37,{"_blID":37,"_blWallIDs":[444,445,446,447],"_blHP":1000,"_blShadows":[440,441,442,443,448,449,450,451],"_blFootprint":[[-2063.602,-2423.4807],[-2054.602,-2407.8923],[-2040.1683,-2416.2258],[-2049.1685,-2431.8142]],"_blPos":[-2051.8853,-2419.8533],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[38,{"_blID":38,"_blWallIDs":[448,449,450,451],"_blHP":1000,"_blShadows":[444,445,446,447,452,453,454,455],"_blFootprint":[[-2078.0356,-2415.1472],[-2069.0356,-2399.5588],[-2054.602,-2407.8923],[-2063.602,-2423.4807]],"_blPos":[-2066.3188,-2411.5198],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[39,{"_blID":39,"_blWallIDs":[452,453,454,455],"_blHP":1000,"_blShadows":[448,449,450,451,456,457,458,459],"_blFootprint":[[-2092.4695,-2406.814],[-2083.4695,-2391.2256],[-2069.036,-2399.559],[-2078.036,-2415.1475]],"_blPos":[-2080.7527,-2403.1865],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":199,"_penEnd":202,"_penPathEdge":{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2078.9321,-2440.0332],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":199,"_penEnd":210,"_penPathEdge":{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2048.9321,-2388.0718],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":202,"_penEnd":199,"_penPathEdge":{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":210,"_penEnd":199,"_penPathEdge":{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":[]}}]}],[40,{"_blID":40,"_blWallIDs":[456,457,458,459],"_blHP":1000,"_blShadows":[452,453,454,455,460,461,462,463],"_blFootprint":[[-2106.9033,-2398.4807],[-2097.9033,-2382.8923],[-2083.4697,-2391.2258],[-2092.4697,-2406.8142]],"_blPos":[-2095.1865,-2394.8533],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":199,"_penEnd":202,"_penPathEdge":{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2078.9321,-2440.0332],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":199,"_penEnd":210,"_penPathEdge":{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2048.9321,-2388.0718],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":202,"_penEnd":199,"_penPathEdge":{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":[]}},{"_penStart":210,"_penEnd":199,"_penPathEdge":{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":[]}}]}],[41,{"_blID":41,"_blWallIDs":[460,461,462,463],"_blHP":1000,"_blShadows":[456,457,458,459,464,465,466,467],"_blFootprint":[[-2121.337,-2390.1472],[-2112.337,-2374.5588],[-2097.9033,-2382.8923],[-2106.9033,-2398.4807]],"_blPos":[-2109.62,-2386.5198],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[42,{"_blID":42,"_blWallIDs":[464,465,466,467],"_blHP":1000,"_blShadows":[460,461,462,463],"_blFootprint":[[-2135.7708,-2381.814],[-2126.7708,-2366.2256],[-2112.3372,-2374.559],[-2121.3372,-2390.1475]],"_blPos":[-2124.054,-2378.1865],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[43,{"_blID":43,"_blWallIDs":[468,469,470,471],"_blHP":1000,"_blShadows":[472,473,474,475],"_blFootprint":[[-1975.3584,-2420.866],[-1980.0172,-2403.4795],[-1962.9419,-2398.904],[-1958.2831,-2416.2905]],"_blPos":[-1969.1501,-2409.885],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[44,{"_blID":44,"_blWallIDs":[472,473,474,475],"_blHP":1000,"_blShadows":[468,469,470,471,476,477,478,479],"_blFootprint":[[-1992.4337,-2425.4414],[-1997.0925,-2408.055],[-1980.0172,-2403.4795],[-1975.3584,-2420.866]],"_blPos":[-1986.2255,-2414.4604],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[45,{"_blID":45,"_blWallIDs":[476,477,478,479],"_blHP":1000,"_blShadows":[472,473,474,475,480,481,482,483],"_blFootprint":[[-2009.509,-2430.0166],[-2014.1678,-2412.6301],[-1997.0925,-2408.0547],[-1992.4337,-2425.4412]],"_blPos":[-2003.3008,-2419.0356],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[46,{"_blID":46,"_blWallIDs":[480,481,482,483],"_blHP":1000,"_blShadows":[476,477,478,479,484,485,486,487],"_blFootprint":[[-2026.5844,-2434.592],[-2031.2432,-2417.2056],[-2014.1678,-2412.6301],[-2009.509,-2430.0166]],"_blPos":[-2020.3761,-2423.611],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[47,{"_blID":47,"_blWallIDs":[484,485,486,487],"_blHP":1000,"_blShadows":[480,481,482,483],"_blFootprint":[[-2043.6597,-2439.1675],[-2048.3184,-2421.781],[-2031.2432,-2417.2056],[-2026.5844,-2434.592]],"_blPos":[-2037.4514,-2428.1865],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[48,{"_blID":48,"_blWallIDs":[488,489,490,491],"_blHP":1000,"_blShadows":[492,493,494,495],"_blFootprint":[[-1938.7556,-2557.4685],[-1943.4144,-2540.082],[-1926.3391,-2535.5066],[-1921.6803,-2552.893]],"_blPos":[-1932.5474,-2546.4875],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[49,{"_blID":49,"_blWallIDs":[492,493,494,495],"_blHP":1000,"_blShadows":[488,489,490,491,496,497,498,499],"_blFootprint":[[-1955.8309,-2562.044],[-1960.4897,-2544.6575],[-1943.4144,-2540.082],[-1938.7556,-2557.4685]],"_blPos":[-1949.6227,-2551.063],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":230,"_penEnd":238,"_penPathEdge":{"_peStart":[-1980.8486,-2530.148],"_peEnd":[-1921.5667,-2587.4683],"_peDist":82.461945,"_peObstacles":[]}},{"_penStart":238,"_penEnd":230,"_penPathEdge":{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1980.8486,-2530.148],"_peDist":82.461945,"_peObstacles":[]}}]}],[50,{"_blID":50,"_blWallIDs":[496,497,498,499],"_blHP":1000,"_blShadows":[492,493,494,495,500,501,502,503],"_blFootprint":[[-1972.9063,-2566.6191],[-1977.5651,-2549.2327],[-1960.4897,-2544.6572],[-1955.8309,-2562.0437]],"_blPos":[-1966.698,-2555.6382],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":230,"_penEnd":238,"_penPathEdge":{"_peStart":[-1980.8486,-2530.148],"_peEnd":[-1921.5667,-2587.4683],"_peDist":82.461945,"_peObstacles":[]}},{"_penStart":238,"_penEnd":230,"_penPathEdge":{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1980.8486,-2530.148],"_peDist":82.461945,"_peObstacles":[]}}]}],[51,{"_blID":51,"_blWallIDs":[500,501,502,503],"_blHP":1000,"_blShadows":[496,497,498,499,504,505,506,507],"_blFootprint":[[-1989.9814,-2571.1946],[-1994.6403,-2553.808],[-1977.565,-2549.2327],[-1972.9061,-2566.6191]],"_blPos":[-1983.7732,-2560.2136],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[52,{"_blID":52,"_blWallIDs":[504,505,506,507],"_blHP":1000,"_blShadows":[500,501,502,503],"_blFootprint":[[-2007.0568,-2575.77],[-2011.7156,-2558.3835],[-1994.6403,-2553.808],[-1989.9814,-2571.1946]],"_blPos":[-2000.8485,-2564.789],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[53,{"_blID":53,"_blWallIDs":[508,509,510,511],"_blHP":1000,"_blShadows":[512,513,514,515],"_blFootprint":[[-2008.1691,-2502.696],[-2025.5557,-2507.3547],[-2030.131,-2490.2795],[-2012.7444,-2485.6208]],"_blPos":[-2019.15,-2496.4878],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[54,{"_blID":54,"_blWallIDs":[512,513,514,515],"_blHP":1000,"_blShadows":[508,509,510,511,516,517,518,519],"_blFootprint":[[-2003.5938,-2519.7712],[-2020.9803,-2524.43],[-2025.5557,-2507.3547],[-2008.1691,-2502.696]],"_blPos":[-2014.5747,-2513.563],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[55,{"_blID":55,"_blWallIDs":[516,517,518,519],"_blHP":1000,"_blShadows":[512,513,514,515,520,521,522,523],"_blFootprint":[[-1999.0183,-2536.8467],[-2016.4049,-2541.5054],[-2020.9802,-2524.4302],[-2003.5936,-2519.7715]],"_blPos":[-2009.9993,-2530.6384],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[56,{"_blID":56,"_blWallIDs":[520,521,522,523],"_blHP":1000,"_blShadows":[516,517,518,519,524,525,526,527],"_blFootprint":[[-1994.4429,-2553.922],[-2011.8295,-2558.5808],[-2016.4048,-2541.5056],[-1999.0182,-2536.847]],"_blPos":[-2005.4238,-2547.7139],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[57,{"_blID":57,"_blWallIDs":[524,525,526,527],"_blHP":1000,"_blShadows":[520,521,522,523],"_blFootprint":[[-1989.8676,-2570.9973],[-2007.2542,-2575.656],[-2011.8295,-2558.5808],[-1994.4429,-2553.922]],"_blPos":[-2000.8485,-2564.789],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[58,{"_blID":58,"_blWallIDs":[528,529,530,531],"_blHP":1000,"_blShadows":[532,533,534,535],"_blFootprint":[[-1920.8306,-2542.86],[-1929.8307,-2558.4485],[-1944.2644,-2550.115],[-1935.2643,-2534.5266]],"_blPos":[-1932.5475,-2546.4875],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[59,{"_blID":59,"_blWallIDs":[532,533,534,535],"_blHP":1000,"_blShadows":[528,529,530,531,536,537,538,539],"_blFootprint":[[-1906.3969,-2551.1934],[-1915.397,-2566.7817],[-1929.8307,-2558.4482],[-1920.8306,-2542.8599]],"_blPos":[-1918.1138,-2554.8208],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[60,{"_blID":60,"_blWallIDs":[536,537,538,539],"_blHP":1000,"_blShadows":[532,533,534,535,540,541,542,543],"_blFootprint":[[-1891.9631,-2559.5269],[-1900.9633,-2575.1152],[-1915.397,-2566.7817],[-1906.3969,-2551.1934]],"_blPos":[-1903.68,-2563.1543],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":238,"_penEnd":248,"_penPathEdge":{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1881.5667,-2518.1863],"_peDist":79.999954,"_peObstacles":[]}},{"_penStart":248,"_penEnd":238,"_penPathEdge":{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1921.5667,-2587.4683],"_peDist":79.999954,"_peObstacles":[]}}]}],[61,{"_blID":61,"_blWallIDs":[540,541,542,543],"_blHP":1000,"_blShadows":[536,537,538,539],"_blFootprint":[[-1877.5294,-2567.86],[-1886.5295,-2583.4485],[-1900.9633,-2575.115],[-1891.9631,-2559.5266]],"_blPos":[-1889.2463,-2571.4875],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[62,{"_blID":62,"_blWallIDs":[564,565,566,567],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-2110.8135,-2865.9014],[-2100.8135,-2883.2217],[-2135.4546,-2903.2217],[-2145.4546,-2885.9014]],"_blPos":[-2123.134,-2884.5615],"_blDir":38.22271,"_blHeight":30.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.6,0.6,0.6,1.0],30.0,[[20.0,10.0],[20.0,-10.0],[-20.0,-10.0],[-20.0,10.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShMempty"}}]},"_blObstructs":[]}],[63,{"_blID":63,"_blWallIDs":[584,585,586,587],"_blHP":1000,"_blShadows":[588,589,590,591],"_blFootprint":[[-2289.8271,-2573.1511],[-2274.2388,-2564.1511],[-2269.2388,-2572.8113],[-2284.8271,-2581.8113]],"_blPos":[-2279.533,-2572.9812],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[64,{"_blID":64,"_blWallIDs":[588,589,590,591],"_blHP":1000,"_blShadows":[584,585,586,587],"_blFootprint":[[-2294.8271,-2564.491],[-2279.2388,-2555.491],[-2274.2388,-2564.1511],[-2289.8271,-2573.1511]],"_blPos":[-2284.533,-2564.321],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[65,{"_blID":65,"_blWallIDs":[592,593,594,595],"_blHP":1000,"_blShadows":[596,597,598,599],"_blFootprint":[[-2238.9485,-2559.9421],[-2247.9485,-2544.3538],[-2233.515,-2536.0203],[-2224.515,-2551.6086]],"_blPos":[-2236.2317,-2547.9812],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":150,"_penEnd":164,"_penPathEdge":{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2215.577,-2588.957],"_peDist":62.221962,"_peObstacles":[]}},{"_penStart":164,"_penEnd":150,"_penPathEdge":{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2246.688,-2535.0713],"_peDist":62.221962,"_peObstacles":[]}}]}],[66,{"_blID":66,"_blWallIDs":[596,597,598,599],"_blHP":1000,"_blShadows":[592,593,594,595,600,601,602,603],"_blFootprint":[[-2253.3823,-2568.2754],[-2262.3823,-2552.687],[-2247.9487,-2544.3535],[-2238.9487,-2559.942]],"_blPos":[-2250.6655,-2556.3145],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[67,{"_blID":67,"_blWallIDs":[600,601,602,603],"_blHP":1000,"_blShadows":[596,597,598,599,604,605,606,607],"_blFootprint":[[-2267.816,-2576.609],[-2276.816,-2561.0205],[-2262.3823,-2552.687],[-2253.3823,-2568.2754]],"_blPos":[-2265.099,-2564.648],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[68,{"_blID":68,"_blWallIDs":[604,605,606,607],"_blHP":1000,"_blShadows":[600,601,602,603],"_blFootprint":[[-2282.2498,-2584.9421],[-2291.2498,-2569.3538],[-2276.8162,-2561.0203],[-2267.8162,-2576.6086]],"_blPos":[-2279.533,-2572.9812],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[69,{"_blID":69,"_blWallIDs":[608,609,610,611],"_blHP":1000,"_blShadows":[612,613,614,615],"_blFootprint":[[-2230.9375,-2539.1511],[-2246.526,-2548.1511],[-2251.526,-2539.491],[-2235.9375,-2530.491]],"_blPos":[-2241.2317,-2539.321],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":150,"_penEnd":164,"_penPathEdge":{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2215.577,-2588.957],"_peDist":62.221962,"_peObstacles":[]}},{"_penStart":164,"_penEnd":150,"_penPathEdge":{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2246.688,-2535.0713],"_peDist":62.221962,"_peObstacles":[]}}]}],[70,{"_blID":70,"_blWallIDs":[612,613,614,615],"_blHP":1000,"_blShadows":[608,609,610,611],"_blFootprint":[[-2225.9375,-2547.8113],[-2241.526,-2556.8113],[-2246.526,-2548.1511],[-2230.9375,-2539.1511]],"_blPos":[-2236.2317,-2547.9812],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":150,"_penEnd":164,"_penPathEdge":{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2215.577,-2588.957],"_peDist":62.221962,"_peObstacles":[]}},{"_penStart":164,"_penEnd":150,"_penPathEdge":{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2246.688,-2535.0713],"_peDist":62.221962,"_peObstacles":[]}}]}],[71,{"_blID":71,"_blWallIDs":[616,617,618,619],"_blHP":1000,"_blShadows":[620,621,622,623],"_blFootprint":[[-2421.2236,-2468.9695],[-2405.6353,-2459.9695],[-2400.6353,-2468.6296],[-2416.2236,-2477.6296]],"_blPos":[-2410.9294,-2468.7996],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[72,{"_blID":72,"_blWallIDs":[620,621,622,623],"_blHP":1000,"_blShadows":[616,617,618,619],"_blFootprint":[[-2426.2236,-2460.3093],[-2410.6353,-2451.3093],[-2405.6353,-2459.9695],[-2421.2236,-2468.9695]],"_blPos":[-2415.9294,-2460.1394],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[73,{"_blID":73,"_blWallIDs":[624,625,626,627],"_blHP":1000,"_blShadows":[628,629,630,631],"_blFootprint":[[-2370.3452,-2455.7605],[-2379.3452,-2440.172],[-2364.9116,-2431.8386],[-2355.9116,-2447.427]],"_blPos":[-2367.6284,-2443.7996],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[74,{"_blID":74,"_blWallIDs":[628,629,630,631],"_blHP":1000,"_blShadows":[624,625,626,627,632,633,634,635],"_blFootprint":[[-2384.7788,-2464.0938],[-2393.7788,-2448.5054],[-2379.3452,-2440.1719],[-2370.3452,-2455.7603]],"_blPos":[-2382.062,-2452.1328],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":88,"_penEnd":103,"_penPathEdge":{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2367.5793,-2461.1719],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":103,"_penEnd":88,"_penPathEdge":{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2398.6904,-2407.286],"_peDist":62.222176,"_peObstacles":[]}}]}],[75,{"_blID":75,"_blWallIDs":[632,633,634,635],"_blHP":1000,"_blShadows":[628,629,630,631,636,637,638,639],"_blFootprint":[[-2399.2126,-2472.4272],[-2408.2126,-2456.8389],[-2393.779,-2448.5054],[-2384.779,-2464.0938]],"_blPos":[-2396.4958,-2460.4663],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[76,{"_blID":76,"_blWallIDs":[636,637,638,639],"_blHP":1000,"_blShadows":[632,633,634,635],"_blFootprint":[[-2413.6462,-2480.7605],[-2422.6462,-2465.172],[-2408.2126,-2456.8386],[-2399.2126,-2472.427]],"_blPos":[-2410.9294,-2468.7996],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[77,{"_blID":77,"_blWallIDs":[640,641,642,643],"_blHP":1000,"_blShadows":[644,645,646,647],"_blFootprint":[[-2362.3342,-2434.9695],[-2377.9226,-2443.9692],[-2382.9226,-2435.3088],[-2367.3342,-2426.309]],"_blPos":[-2372.6284,-2435.1392],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":88,"_penEnd":103,"_penPathEdge":{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2367.5793,-2461.1719],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":103,"_penEnd":88,"_penPathEdge":{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2398.6904,-2407.286],"_peDist":62.222176,"_peObstacles":[]}}]}],[78,{"_blID":78,"_blWallIDs":[644,645,646,647],"_blHP":1000,"_blShadows":[640,641,642,643],"_blFootprint":[[-2357.3342,-2443.63],[-2372.9226,-2452.6296],[-2377.9226,-2443.9692],[-2362.3342,-2434.9695]],"_blPos":[-2367.6284,-2443.7996],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":88,"_penEnd":103,"_penPathEdge":{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2367.5793,-2461.1719],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":103,"_penEnd":88,"_penPathEdge":{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2398.6904,-2407.286],"_peDist":62.222176,"_peObstacles":[]}}]}],[79,{"_blID":79,"_blWallIDs":[648,649,650,651],"_blHP":1000,"_blShadows":[652,653,654,655],"_blFootprint":[[-2464.4888,-2587.5615],[-2448.9004,-2578.5615],[-2443.9004,-2587.2217],[-2459.4888,-2596.2217]],"_blPos":[-2454.1946,-2587.3916],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":59,"_penEnd":67,"_penPathEdge":{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":62,"_penEnd":67,"_penPathEdge":{"_peStart":[-2471.1262,-2592.803],"_peEnd":[-2453.8057,-2582.803],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":67,"_penEnd":59,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2484.917,-2528.917],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":67,"_penEnd":62,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2471.1262,-2592.803],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":67,"_penEnd":81,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2422.6946,-2636.689],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":67,"_penEnd":90,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":[]}},{"_penStart":81,"_penEnd":67,"_penPathEdge":{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":90,"_penEnd":67,"_penPathEdge":{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":[]}}]}],[80,{"_blID":80,"_blWallIDs":[652,653,654,655],"_blHP":1000,"_blShadows":[648,649,650,651],"_blFootprint":[[-2469.4888,-2578.9014],[-2453.9004,-2569.9014],[-2448.9004,-2578.5615],[-2464.4888,-2587.5615]],"_blPos":[-2459.1946,-2578.7314],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":59,"_penEnd":67,"_penPathEdge":{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":67,"_penEnd":59,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2484.917,-2528.917],"_peDist":62.222298,"_peObstacles":[]}}]}],[81,{"_blID":81,"_blWallIDs":[656,657,658,659],"_blHP":1000,"_blShadows":[660,661,662,663],"_blFootprint":[[-2413.61,-2574.3525],[-2422.61,-2558.7642],[-2408.1765,-2550.4307],[-2399.1765,-2566.019]],"_blPos":[-2410.8933,-2562.3916],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":67,"_penEnd":90,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":[]}},{"_penStart":90,"_penEnd":67,"_penPathEdge":{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":[]}}]}],[82,{"_blID":82,"_blWallIDs":[660,661,662,663],"_blHP":1000,"_blShadows":[656,657,658,659,664,665,666,667],"_blFootprint":[[-2428.044,-2582.6858],[-2437.044,-2567.0974],[-2422.6104,-2558.764],[-2413.6104,-2574.3523]],"_blPos":[-2425.3271,-2570.7249],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":67,"_penEnd":90,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":[]}},{"_penStart":90,"_penEnd":67,"_penPathEdge":{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":[]}}]}],[83,{"_blID":83,"_blWallIDs":[664,665,666,667],"_blHP":1000,"_blShadows":[660,661,662,663,668,669,670,671],"_blFootprint":[[-2442.4775,-2591.0193],[-2451.4775,-2575.431],[-2437.044,-2567.0974],[-2428.044,-2582.6858]],"_blPos":[-2439.7607,-2579.0583],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":67,"_penEnd":90,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":[]}},{"_penStart":90,"_penEnd":67,"_penPathEdge":{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":[]}}]}],[84,{"_blID":84,"_blWallIDs":[668,669,670,671],"_blHP":1000,"_blShadows":[664,665,666,667],"_blFootprint":[[-2456.9114,-2599.3525],[-2465.9114,-2583.7642],[-2451.4778,-2575.4307],[-2442.4778,-2591.019]],"_blPos":[-2454.1946,-2587.3916],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":59,"_penEnd":67,"_penPathEdge":{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":62,"_penEnd":67,"_penPathEdge":{"_peStart":[-2471.1262,-2592.803],"_peEnd":[-2453.8057,-2582.803],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":67,"_penEnd":59,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2484.917,-2528.917],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":67,"_penEnd":62,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2471.1262,-2592.803],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":67,"_penEnd":81,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2422.6946,-2636.689],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":67,"_penEnd":90,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":[]}},{"_penStart":81,"_penEnd":67,"_penPathEdge":{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":90,"_penEnd":67,"_penPathEdge":{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":[]}}]}],[85,{"_blID":85,"_blWallIDs":[672,673,674,675],"_blHP":1000,"_blShadows":[676,677,678,679],"_blFootprint":[[-2405.599,-2553.5615],[-2421.1875,-2562.5613],[-2426.1875,-2553.901],[-2410.599,-2544.9011]],"_blPos":[-2415.8933,-2553.7312],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[86,{"_blID":86,"_blWallIDs":[676,677,678,679],"_blHP":1000,"_blShadows":[672,673,674,675],"_blFootprint":[[-2400.599,-2562.222],[-2416.1875,-2571.2217],[-2421.1875,-2562.5613],[-2405.599,-2553.5615]],"_blPos":[-2410.8933,-2562.3916],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":67,"_penEnd":90,"_penPathEdge":{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":[]}},{"_penStart":90,"_penEnd":67,"_penPathEdge":{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":[]}}]}],[87,{"_blID":87,"_blWallIDs":[680,681,682,683],"_blHP":1000,"_blShadows":[684,685,686,687],"_blFootprint":[[-2547.3066,-2313.6743],[-2531.7183,-2304.6743],[-2526.7183,-2313.3345],[-2542.3066,-2322.3345]],"_blPos":[-2537.0125,-2313.5044],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":41,"_penEnd":49,"_penPathEdge":{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2519.5818,-2333.3865],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":49,"_penEnd":41,"_penPathEdge":{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2550.6929,-2279.5005],"_peDist":62.222176,"_peObstacles":[]}}]}],[88,{"_blID":88,"_blWallIDs":[684,685,686,687],"_blHP":1000,"_blShadows":[680,681,682,683],"_blFootprint":[[-2552.3066,-2305.0142],[-2536.7183,-2296.0142],[-2531.7183,-2304.6743],[-2547.3066,-2313.6743]],"_blPos":[-2542.0125,-2304.8442],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":41,"_penEnd":49,"_penPathEdge":{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2519.5818,-2333.3865],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":49,"_penEnd":41,"_penPathEdge":{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2550.6929,-2279.5005],"_peDist":62.222176,"_peObstacles":[]}}]}],[89,{"_blID":89,"_blWallIDs":[688,689,690,691],"_blHP":1000,"_blShadows":[692,693,694,695],"_blFootprint":[[-2496.428,-2300.4653],[-2505.428,-2284.877],[-2490.9944,-2276.5435],[-2481.9944,-2292.1318]],"_blPos":[-2493.7112,-2288.5044],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[90,{"_blID":90,"_blWallIDs":[692,693,694,695],"_blHP":1000,"_blShadows":[688,689,690,691,696,697,698,699],"_blFootprint":[[-2510.8618,-2308.7986],[-2519.8618,-2293.2102],[-2505.4282,-2284.8767],[-2496.4282,-2300.465]],"_blPos":[-2508.145,-2296.8376],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[91,{"_blID":91,"_blWallIDs":[696,697,698,699],"_blHP":1000,"_blShadows":[692,693,694,695,700,701,702,703],"_blFootprint":[[-2525.2954,-2317.132],[-2534.2954,-2301.5437],[-2519.8618,-2293.2102],[-2510.8618,-2308.7986]],"_blPos":[-2522.5786,-2305.1711],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[92,{"_blID":92,"_blWallIDs":[700,701,702,703],"_blHP":1000,"_blShadows":[696,697,698,699],"_blFootprint":[[-2539.7292,-2325.4653],[-2548.7292,-2309.877],[-2534.2957,-2301.5435],[-2525.2957,-2317.1318]],"_blPos":[-2537.0125,-2313.5044],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":41,"_penEnd":49,"_penPathEdge":{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2519.5818,-2333.3865],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":49,"_penEnd":41,"_penPathEdge":{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2550.6929,-2279.5005],"_peDist":62.222176,"_peObstacles":[]}}]}],[93,{"_blID":93,"_blWallIDs":[704,705,706,707],"_blHP":1000,"_blShadows":[708,709,710,711],"_blFootprint":[[-2524.7126,-2074.8599],[-2515.713,-2090.4482],[-2524.3733,-2095.4482],[-2533.373,-2079.8599]],"_blPos":[-2524.543,-2085.154],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":45,"_penEnd":52,"_penPathEdge":{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2504.0322,-2111.4304],"_peDist":60.50678,"_peObstacles":[]}},{"_penStart":52,"_penEnd":45,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.50678,"_peObstacles":[]}}]}],[94,{"_blID":94,"_blWallIDs":[708,709,710,711],"_blHP":1000,"_blShadows":[704,705,706,707],"_blFootprint":[[-2516.0522,-2069.8599],[-2507.0525,-2085.4482],[-2515.713,-2090.4482],[-2524.7126,-2074.8599]],"_blPos":[-2515.8826,-2080.154],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[95,{"_blID":95,"_blWallIDs":[712,713,714,715],"_blHP":1000,"_blShadows":[716,717,718,719],"_blFootprint":[[-2511.504,-2125.7385],[-2495.9155,-2116.7385],[-2487.582,-2131.172],[-2503.1704,-2140.172]],"_blPos":[-2499.543,-2128.4553],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":52,"_penEnd":55,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2494.0322,-2128.751],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":55,"_penEnd":52,"_penPathEdge":{"_peStart":[-2494.0322,-2128.751],"_peEnd":[-2504.0322,-2111.4304],"_peDist":20.000042,"_peObstacles":[]}}]}],[96,{"_blID":96,"_blWallIDs":[716,717,718,719],"_blHP":1000,"_blShadows":[712,713,714,715,720,721,722,723],"_blFootprint":[[-2519.8372,-2111.3047],[-2504.2488,-2102.3047],[-2495.9153,-2116.7383],[-2511.5037,-2125.7383]],"_blPos":[-2507.8762,-2114.0215],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":39,"_penEnd":52,"_penPathEdge":{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2504.0322,-2111.4304],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":45,"_penEnd":52,"_penPathEdge":{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2504.0322,-2111.4304],"_peDist":60.50678,"_peObstacles":[]}},{"_penStart":52,"_penEnd":39,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2557.9182,-2142.5417],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":52,"_penEnd":45,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.50678,"_peObstacles":[]}},{"_penStart":52,"_penEnd":55,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2494.0322,-2128.751],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":52,"_penEnd":68,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2450.1462,-2080.3193],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":55,"_penEnd":52,"_penPathEdge":{"_peStart":[-2494.0322,-2128.751],"_peEnd":[-2504.0322,-2111.4304],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":68,"_penEnd":52,"_penPathEdge":{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2504.0322,-2111.4304],"_peDist":62.222176,"_peObstacles":[]}}]}],[97,{"_blID":97,"_blWallIDs":[720,721,722,723],"_blHP":1000,"_blShadows":[716,717,718,719,724,725,726,727],"_blFootprint":[[-2528.1707,-2096.871],[-2512.5823,-2087.871],[-2504.2488,-2102.3047],[-2519.8372,-2111.3047]],"_blPos":[-2516.2097,-2099.588],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":45,"_penEnd":52,"_penPathEdge":{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2504.0322,-2111.4304],"_peDist":60.50678,"_peObstacles":[]}},{"_penStart":52,"_penEnd":45,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.50678,"_peObstacles":[]}}]}],[98,{"_blID":98,"_blWallIDs":[724,725,726,727],"_blHP":1000,"_blShadows":[720,721,722,723],"_blFootprint":[[-2536.504,-2082.4373],[-2520.9155,-2073.4373],[-2512.582,-2087.8708],[-2528.1704,-2096.8708]],"_blPos":[-2524.543,-2085.154],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":45,"_penEnd":52,"_penPathEdge":{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2504.0322,-2111.4304],"_peDist":60.50678,"_peObstacles":[]}},{"_penStart":52,"_penEnd":45,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.50678,"_peObstacles":[]}}]}],[99,{"_blID":99,"_blWallIDs":[728,729,730,731],"_blHP":1000,"_blShadows":[732,733,734,735],"_blFootprint":[[-2490.713,-2133.7495],[-2499.7126,-2118.1611],[-2491.0522,-2113.1611],[-2482.0525,-2128.7495]],"_blPos":[-2490.8826,-2123.4553],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[100,{"_blID":100,"_blWallIDs":[732,733,734,735],"_blHP":1000,"_blShadows":[728,729,730,731],"_blFootprint":[[-2499.3733,-2138.7495],[-2508.373,-2123.1611],[-2499.7126,-2118.1611],[-2490.713,-2133.7495]],"_blPos":[-2499.543,-2128.4553],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":52,"_penEnd":55,"_penPathEdge":{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2494.0322,-2128.751],"_peDist":20.000042,"_peObstacles":[]}},{"_penStart":55,"_penEnd":52,"_penPathEdge":{"_peStart":[-2494.0322,-2128.751],"_peEnd":[-2504.0322,-2111.4304],"_peDist":20.000042,"_peObstacles":[]}}]}],[101,{"_blID":101,"_blWallIDs":[736,737,738,739],"_blHP":1000,"_blShadows":[740,741,742,743],"_blFootprint":[[-2608.1584,-2031.7136],[-2599.1584,-2047.302],[-2607.8186,-2052.302],[-2616.8186,-2036.7136]],"_blPos":[-2607.9885,-2042.0078],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":26,"_penEnd":37,"_penPathEdge":{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2564.5393,-2006.6296],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":37,"_penEnd":26,"_penPathEdge":{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2618.4253,-2037.7407],"_peDist":62.222176,"_peObstacles":[]}}]}],[102,{"_blID":102,"_blWallIDs":[740,741,742,743],"_blHP":1000,"_blShadows":[736,737,738,739],"_blFootprint":[[-2599.4983,-2026.7136],[-2590.4983,-2042.302],[-2599.1584,-2047.302],[-2608.1584,-2031.7136]],"_blPos":[-2599.3284,-2037.0078],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":26,"_penEnd":37,"_penPathEdge":{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2564.5393,-2006.6296],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":37,"_penEnd":26,"_penPathEdge":{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2618.4253,-2037.7407],"_peDist":62.222176,"_peObstacles":[]}}]}],[103,{"_blID":103,"_blWallIDs":[744,745,746,747],"_blHP":1000,"_blShadows":[748,749,750,751],"_blFootprint":[[-2594.9495,-2082.5923],[-2579.361,-2073.5923],[-2571.0276,-2088.026],[-2586.616,-2097.026]],"_blPos":[-2582.9885,-2085.309],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":23,"_penEnd":34,"_penPathEdge":{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":26,"_penEnd":34,"_penPathEdge":{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.5069,"_peObstacles":[]}},{"_penStart":34,"_penEnd":23,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2642.0576,-2121.2524],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":34,"_penEnd":26,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.5069,"_peObstacles":[]}},{"_penStart":34,"_penEnd":39,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2557.9182,-2142.5417],"_peDist":60.50699,"_peObstacles":[]}},{"_penStart":34,"_penEnd":45,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2534.2856,-2059.03],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":39,"_penEnd":34,"_penPathEdge":{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.50699,"_peObstacles":[]}},{"_penStart":45,"_penEnd":34,"_penPathEdge":{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222176,"_peObstacles":[]}}]}],[104,{"_blID":104,"_blWallIDs":[748,749,750,751],"_blHP":1000,"_blShadows":[744,745,746,747,752,753,754,755],"_blFootprint":[[-2603.2827,-2068.1584],[-2587.6943,-2059.1584],[-2579.3608,-2073.592],[-2594.9492,-2082.592]],"_blPos":[-2591.3218,-2070.8752],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":26,"_penEnd":34,"_penPathEdge":{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.5069,"_peObstacles":[]}},{"_penStart":34,"_penEnd":26,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.5069,"_peObstacles":[]}}]}],[105,{"_blID":105,"_blWallIDs":[752,753,754,755],"_blHP":1000,"_blShadows":[748,749,750,751,756,757,758,759],"_blFootprint":[[-2611.6162,-2053.7249],[-2596.0278,-2044.7247],[-2587.6943,-2059.1584],[-2603.2827,-2068.1584]],"_blPos":[-2599.6553,-2056.4417],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":26,"_penEnd":34,"_penPathEdge":{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.5069,"_peObstacles":[]}},{"_penStart":34,"_penEnd":26,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.5069,"_peObstacles":[]}}]}],[106,{"_blID":106,"_blWallIDs":[756,757,758,759],"_blHP":1000,"_blShadows":[752,753,754,755],"_blFootprint":[[-2619.9495,-2039.2909],[-2604.361,-2030.2909],[-2596.0276,-2044.7247],[-2611.616,-2053.7246]],"_blPos":[-2607.9885,-2042.0078],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":26,"_penEnd":34,"_penPathEdge":{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.5069,"_peObstacles":[]}},{"_penStart":34,"_penEnd":26,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.5069,"_peObstacles":[]}}]}],[107,{"_blID":107,"_blWallIDs":[760,761,762,763],"_blHP":1000,"_blShadows":[764,765,766,767],"_blFootprint":[[-2574.1584,-2090.6033],[-2583.1584,-2075.015],[-2574.4983,-2070.015],[-2565.4983,-2085.6033]],"_blPos":[-2574.3284,-2080.309],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":34,"_penEnd":45,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2534.2856,-2059.03],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":45,"_penEnd":34,"_penPathEdge":{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222176,"_peObstacles":[]}}]}],[108,{"_blID":108,"_blWallIDs":[764,765,766,767],"_blHP":1000,"_blShadows":[760,761,762,763],"_blFootprint":[[-2582.8186,-2095.6033],[-2591.8186,-2080.015],[-2583.1584,-2075.015],[-2574.1584,-2090.6033]],"_blPos":[-2582.9885,-2085.309],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":34,"_penEnd":45,"_penPathEdge":{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2534.2856,-2059.03],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":45,"_penEnd":34,"_penPathEdge":{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222176,"_peObstacles":[]}}]}],[109,{"_blID":109,"_blWallIDs":[768,769,770,771],"_blHP":1000,"_blShadows":[772,773,774,775],"_blFootprint":[[-2753.5332,-2032.5781],[-2744.5332,-2048.1665],[-2753.1934,-2053.1665],[-2762.1934,-2037.5781]],"_blPos":[-2753.3633,-2042.8723],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":7,"_penEnd":14,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2702.5647,-2016.4514],"_peDist":62.222237,"_peObstacles":[]}},{"_penStart":14,"_penEnd":7,"_penPathEdge":{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":[]}}]}],[110,{"_blID":110,"_blWallIDs":[772,773,774,775],"_blHP":1000,"_blShadows":[768,769,770,771],"_blFootprint":[[-2744.873,-2027.5781],[-2735.873,-2043.1665],[-2744.5332,-2048.1665],[-2753.5332,-2032.5781]],"_blPos":[-2744.7031,-2037.8723],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":7,"_penEnd":14,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2702.5647,-2016.4514],"_peDist":62.222237,"_peObstacles":[]}},{"_penStart":14,"_penEnd":7,"_penPathEdge":{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":[]}}]}],[111,{"_blID":111,"_blWallIDs":[776,777,778,779],"_blHP":1000,"_blShadows":[780,781,782,783],"_blFootprint":[[-2740.3242,-2083.4568],[-2724.7358,-2074.4568],[-2716.4023,-2088.8904],[-2731.9907,-2097.8904]],"_blPos":[-2728.3633,-2086.1736],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":7,"_penEnd":10,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.506886,"_peObstacles":[]}},{"_penStart":10,"_penEnd":7,"_penPathEdge":{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2756.4507,-2047.5626],"_peDist":60.506886,"_peObstacles":[]}}]}],[112,{"_blID":112,"_blWallIDs":[780,781,782,783],"_blHP":1000,"_blShadows":[776,777,778,779,784,785,786,787],"_blFootprint":[[-2748.6575,-2069.023],[-2733.069,-2060.023],[-2724.7356,-2074.4565],[-2740.324,-2083.4565]],"_blPos":[-2736.6965,-2071.7397],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":7,"_penEnd":10,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.506886,"_peObstacles":[]}},{"_penStart":10,"_penEnd":7,"_penPathEdge":{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2756.4507,-2047.5626],"_peDist":60.506886,"_peObstacles":[]}}]}],[113,{"_blID":113,"_blWallIDs":[784,785,786,787],"_blHP":1000,"_blShadows":[780,781,782,783,788,789,790,791],"_blFootprint":[[-2756.991,-2054.5894],[-2741.4026,-2045.5892],[-2733.069,-2060.023],[-2748.6575,-2069.023]],"_blPos":[-2745.03,-2057.3062],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":7,"_penEnd":10,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.506886,"_peObstacles":[]}},{"_penStart":10,"_penEnd":7,"_penPathEdge":{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2756.4507,-2047.5626],"_peDist":60.506886,"_peObstacles":[]}}]}],[114,{"_blID":114,"_blWallIDs":[788,789,790,791],"_blHP":1000,"_blShadows":[784,785,786,787],"_blFootprint":[[-2765.3242,-2040.1554],[-2749.7358,-2031.1554],[-2741.4023,-2045.5892],[-2756.9907,-2054.589]],"_blPos":[-2753.3633,-2042.8723],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":2,"_penEnd":7,"_penPathEdge":{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":[]}},{"_penStart":6,"_penEnd":7,"_penPathEdge":{"_peStart":[-2766.4507,-2030.2422],"_peEnd":[-2756.4507,-2047.5626],"_peDist":19.999937,"_peObstacles":[]}},{"_penStart":7,"_penEnd":2,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2810.3367,-2078.6738],"_peDist":62.222237,"_peObstacles":[]}},{"_penStart":7,"_penEnd":6,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2766.4507,-2030.2422],"_peDist":19.999937,"_peObstacles":[]}},{"_penStart":7,"_penEnd":10,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.506886,"_peObstacles":[]}},{"_penStart":7,"_penEnd":14,"_penPathEdge":{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2702.5647,-2016.4514],"_peDist":62.222237,"_peObstacles":[]}},{"_penStart":10,"_penEnd":7,"_penPathEdge":{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2756.4507,-2047.5626],"_peDist":60.506886,"_peObstacles":[]}},{"_penStart":14,"_penEnd":7,"_penPathEdge":{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":[]}}]}],[115,{"_blID":115,"_blWallIDs":[792,793,794,795],"_blHP":1000,"_blShadows":[796,797,798,799],"_blFootprint":[[-2719.5332,-2091.4678],[-2728.5332,-2075.8794],[-2719.873,-2070.8794],[-2710.873,-2086.4678]],"_blPos":[-2719.7031,-2081.1736],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[116,{"_blID":116,"_blWallIDs":[796,797,798,799],"_blHP":1000,"_blShadows":[792,793,794,795],"_blFootprint":[[-2728.1934,-2096.4678],[-2737.1934,-2080.8794],[-2728.5332,-2075.8794],[-2719.5332,-2091.4678]],"_blPos":[-2728.3633,-2086.1736],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[117,{"_blID":117,"_blWallIDs":[800,801,802,803],"_blHP":1000,"_blShadows":[804,805,806,807],"_blFootprint":[[-2439.204,-1886.8485],[-2430.204,-1902.4369],[-2438.8643,-1907.4369],[-2447.8643,-1891.8485]],"_blPos":[-2439.0342,-1897.1427],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[118,{"_blID":118,"_blWallIDs":[804,805,806,807],"_blHP":1000,"_blShadows":[800,801,802,803],"_blFootprint":[[-2430.544,-1881.8485],[-2421.544,-1897.4369],[-2430.204,-1902.4369],[-2439.204,-1886.8485]],"_blPos":[-2430.374,-1892.1427],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[119,{"_blID":119,"_blWallIDs":[808,809,810,811],"_blHP":1000,"_blShadows":[812,813,814,815],"_blFootprint":[[-2425.995,-1937.727],[-2410.4067,-1928.7269],[-2402.0732,-1943.1606],[-2417.6616,-1952.1608]],"_blPos":[-2414.0342,-1940.4438],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[120,{"_blID":120,"_blWallIDs":[812,813,814,815],"_blHP":1000,"_blShadows":[808,809,810,811,816,817,818,819],"_blFootprint":[[-2434.3284,-1923.2933],[-2418.74,-1914.2932],[-2410.4065,-1928.7269],[-2425.9949,-1937.727]],"_blPos":[-2422.3674,-1926.0101],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":66,"_penEnd":85,"_penPathEdge":{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2402.881,-1913.2961],"_peDist":62.222176,"_peObstacles":[]}},{"_penStart":85,"_penEnd":66,"_penPathEdge":{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2456.767,-1944.4072],"_peDist":62.222176,"_peObstacles":[]}}]}],[121,{"_blID":121,"_blWallIDs":[816,817,818,819],"_blHP":1000,"_blShadows":[812,813,814,815,820,821,822,823],"_blFootprint":[[-2442.6619,-1908.8596],[-2427.0735,-1899.8595],[-2418.74,-1914.2932],[-2434.3284,-1923.2933]],"_blPos":[-2430.701,-1911.5764],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[122,{"_blID":122,"_blWallIDs":[820,821,822,823],"_blHP":1000,"_blShadows":[816,817,818,819],"_blFootprint":[[-2450.995,-1894.4259],[-2435.4067,-1885.4258],[-2427.0732,-1899.8595],[-2442.6616,-1908.8596]],"_blPos":[-2439.0342,-1897.1427],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[123,{"_blID":123,"_blWallIDs":[824,825,826,827],"_blHP":1000,"_blShadows":[828,829,830,831],"_blFootprint":[[-2256.7646,-1647.7214],[-2272.353,-1656.7214],[-2277.353,-1648.0613],[-2261.7646,-1639.0613]],"_blPos":[-2267.0588,-1647.8914],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":136,"_penEnd":148,"_penPathEdge":{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2249.759,-1681.1945],"_peDist":62.22207,"_peObstacles":[]}},{"_penStart":148,"_penEnd":136,"_penPathEdge":{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2280.87,-1627.3086],"_peDist":62.22207,"_peObstacles":[]}}]}],[124,{"_blID":124,"_blWallIDs":[828,829,830,831],"_blHP":1000,"_blShadows":[824,825,826,827],"_blFootprint":[[-2251.7646,-1656.3816],[-2267.353,-1665.3816],[-2272.353,-1656.7214],[-2256.7646,-1647.7214]],"_blPos":[-2262.0588,-1656.5515],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":136,"_penEnd":148,"_penPathEdge":{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2249.759,-1681.1945],"_peDist":62.22207,"_peObstacles":[]}},{"_penStart":148,"_penEnd":136,"_penPathEdge":{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2280.87,-1627.3086],"_peDist":62.22207,"_peObstacles":[]}}]}],[125,{"_blID":125,"_blWallIDs":[832,833,834,835],"_blHP":1000,"_blShadows":[836,837,838,839],"_blFootprint":[[-2307.6433,-1660.9304],[-2298.6433,-1676.5189],[-2313.077,-1684.8523],[-2322.077,-1669.2638]],"_blPos":[-2310.36,-1672.8914],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[126,{"_blID":126,"_blWallIDs":[836,837,838,839],"_blHP":1000,"_blShadows":[832,833,834,835,840,841,842,843],"_blFootprint":[[-2293.2095,-1652.597],[-2284.2095,-1668.1855],[-2298.643,-1676.5189],[-2307.643,-1660.9304]],"_blPos":[-2295.9263,-1664.558],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[127,{"_blID":127,"_blWallIDs":[840,841,842,843],"_blHP":1000,"_blShadows":[836,837,838,839,844,845,846,847],"_blFootprint":[[-2278.776,-1644.2638],[-2269.776,-1659.8523],[-2284.2095,-1668.1857],[-2293.2095,-1652.5972]],"_blPos":[-2281.4927,-1656.2247],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[128,{"_blID":128,"_blWallIDs":[844,845,846,847],"_blHP":1000,"_blShadows":[840,841,842,843],"_blFootprint":[[-2264.342,-1635.9304],[-2255.342,-1651.5189],[-2269.7756,-1659.8523],[-2278.7756,-1644.2638]],"_blPos":[-2267.0588,-1647.8914],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":136,"_penEnd":148,"_penPathEdge":{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2249.759,-1681.1945],"_peDist":62.22207,"_peObstacles":[]}},{"_penStart":148,"_penEnd":136,"_penPathEdge":{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2280.87,-1627.3086],"_peDist":62.22207,"_peObstacles":[]}}]}],[129,{"_blID":129,"_blWallIDs":[848,849,850,851],"_blHP":1000,"_blShadows":[852,853,854,855],"_blFootprint":[[-2315.6543,-1681.7216],[-2300.066,-1672.7216],[-2295.066,-1681.382],[-2310.6543,-1690.382]],"_blPos":[-2305.36,-1681.5518],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[130,{"_blID":130,"_blWallIDs":[852,853,854,855],"_blHP":1000,"_blShadows":[848,849,850,851],"_blFootprint":[[-2320.6543,-1673.0612],[-2305.066,-1664.0612],[-2300.066,-1672.7216],[-2315.6543,-1681.7216]],"_blPos":[-2310.36,-1672.8914],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[131,{"_blID":131,"_blWallIDs":[856,857,858,859],"_blHP":1000,"_blShadows":[860,861,862,863],"_blFootprint":[[-2262.9316,-1434.3905],[-2278.52,-1443.3904],[-2283.52,-1434.7301],[-2267.9316,-1425.7302]],"_blPos":[-2273.2258,-1434.5603],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[132,{"_blID":132,"_blWallIDs":[860,861,862,863],"_blHP":1000,"_blShadows":[856,857,858,859],"_blFootprint":[[-2257.9316,-1443.0508],[-2273.52,-1452.0507],[-2278.52,-1443.3904],[-2262.9316,-1434.3905]],"_blPos":[-2268.2258,-1443.2206],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[133,{"_blID":133,"_blWallIDs":[864,865,866,867],"_blHP":1000,"_blShadows":[868,869,870,871],"_blFootprint":[[-2313.8103,-1447.5995],[-2304.8103,-1463.188],[-2319.244,-1471.5214],[-2328.244,-1455.9329]],"_blPos":[-2316.527,-1459.5604],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[134,{"_blID":134,"_blWallIDs":[868,869,870,871],"_blHP":1000,"_blShadows":[864,865,866,867,872,873,874,875],"_blFootprint":[[-2299.3765,-1439.2661],[-2290.3765,-1454.8546],[-2304.81,-1463.188],[-2313.81,-1447.5995]],"_blPos":[-2302.0933,-1451.227],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":123,"_penEnd":135,"_penPathEdge":{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2287.4814,-1487.4292],"_peDist":62.22207,"_peObstacles":[]}},{"_penStart":135,"_penEnd":123,"_penPathEdge":{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2318.5925,-1433.5433],"_peDist":62.22207,"_peObstacles":[]}}]}],[135,{"_blID":135,"_blWallIDs":[872,873,874,875],"_blHP":1000,"_blShadows":[868,869,870,871,876,877,878,879],"_blFootprint":[[-2284.9429,-1430.9327],[-2275.9429,-1446.5212],[-2290.3765,-1454.8546],[-2299.3765,-1439.2661]],"_blPos":[-2287.6597,-1442.8937],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[136,{"_blID":136,"_blWallIDs":[876,877,878,879],"_blHP":1000,"_blShadows":[872,873,874,875],"_blFootprint":[[-2270.509,-1422.5994],[-2261.509,-1438.1879],[-2275.9426,-1446.5212],[-2284.9426,-1430.9327]],"_blPos":[-2273.2258,-1434.5603],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[137,{"_blID":137,"_blWallIDs":[880,881,882,883],"_blHP":1000,"_blShadows":[884,885,886,887],"_blFootprint":[[-2321.8213,-1468.3905],[-2306.233,-1459.3906],[-2301.233,-1468.0509],[-2316.8213,-1477.0508]],"_blPos":[-2311.527,-1468.2207],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[138,{"_blID":138,"_blWallIDs":[884,885,886,887],"_blHP":1000,"_blShadows":[880,881,882,883],"_blFootprint":[[-2326.8213,-1459.7302],[-2311.233,-1450.7303],[-2306.233,-1459.3906],[-2321.8213,-1468.3905]],"_blPos":[-2316.527,-1459.5604],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[139,{"_blID":139,"_blWallIDs":[888,889,890,891],"_blHP":1000,"_blShadows":[892,893,894,895],"_blFootprint":[[-2165.5986,-1375.8063],[-2181.187,-1384.8062],[-2186.187,-1376.1459],[-2170.5986,-1367.146]],"_blPos":[-2175.8928,-1375.9761],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[140,{"_blID":140,"_blWallIDs":[892,893,894,895],"_blHP":1000,"_blShadows":[888,889,890,891],"_blFootprint":[[-2160.5986,-1384.4666],[-2176.187,-1393.4664],[-2181.187,-1384.8062],[-2165.5986,-1375.8063]],"_blPos":[-2170.8928,-1384.6364],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[141,{"_blID":141,"_blWallIDs":[896,897,898,899],"_blHP":1000,"_blShadows":[900,901,902,903],"_blFootprint":[[-2216.4773,-1389.0153],[-2207.4773,-1404.6038],[-2221.911,-1412.9371],[-2230.911,-1397.3486]],"_blPos":[-2219.194,-1400.9762],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[142,{"_blID":142,"_blWallIDs":[900,901,902,903],"_blHP":1000,"_blShadows":[896,897,898,899,904,905,906,907],"_blFootprint":[[-2202.0435,-1380.6819],[-2193.0435,-1396.2704],[-2207.477,-1404.6038],[-2216.477,-1389.0153]],"_blPos":[-2204.7603,-1392.6428],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[143,{"_blID":143,"_blWallIDs":[904,905,906,907],"_blHP":1000,"_blShadows":[900,901,902,903,908,909,910,911],"_blFootprint":[[-2187.6099,-1372.3485],[-2178.6099,-1387.937],[-2193.0435,-1396.2704],[-2202.0435,-1380.6819]],"_blPos":[-2190.3267,-1384.3094],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":166,"_penEnd":177,"_penPathEdge":{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2176.2588,-1423.2146],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":177,"_penEnd":166,"_penPathEdge":{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2207.37,-1369.3286],"_peDist":62.222298,"_peObstacles":[]}}]}],[144,{"_blID":144,"_blWallIDs":[908,909,910,911],"_blHP":1000,"_blShadows":[904,905,906,907],"_blFootprint":[[-2173.176,-1364.0151],[-2164.176,-1379.6036],[-2178.6096,-1387.937],[-2187.6096,-1372.3485]],"_blPos":[-2175.8928,-1375.9761],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[145,{"_blID":145,"_blWallIDs":[912,913,914,915],"_blHP":1000,"_blShadows":[916,917,918,919],"_blFootprint":[[-2224.4883,-1409.8063],[-2208.9,-1400.8064],[-2203.9,-1409.4667],[-2219.4883,-1418.4666]],"_blPos":[-2214.194,-1409.6365],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[146,{"_blID":146,"_blWallIDs":[916,917,918,919],"_blHP":1000,"_blShadows":[912,913,914,915],"_blFootprint":[[-2229.4883,-1401.146],[-2213.9,-1392.1461],[-2208.9,-1400.8064],[-2224.4883,-1409.8063]],"_blPos":[-2219.194,-1400.9762],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[147,{"_blID":147,"_blWallIDs":[920,921,922,923],"_blHP":1000,"_blShadows":[924,925,926,927],"_blFootprint":[[-2135.4507,-1852.4309],[-2151.039,-1861.4308],[-2156.039,-1852.7705],[-2140.4507,-1843.7706]],"_blPos":[-2145.7449,-1852.6007],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":185,"_penEnd":192,"_penPathEdge":{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2125.314,-1896.7383],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":192,"_penEnd":185,"_penPathEdge":{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2156.4253,-1842.8523],"_peDist":62.222298,"_peObstacles":[]}}]}],[148,{"_blID":148,"_blWallIDs":[924,925,926,927],"_blHP":1000,"_blShadows":[920,921,922,923],"_blFootprint":[[-2130.4507,-1861.0912],[-2146.039,-1870.0911],[-2151.039,-1861.4308],[-2135.4507,-1852.4309]],"_blPos":[-2140.7449,-1861.261],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":185,"_penEnd":192,"_penPathEdge":{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2125.314,-1896.7383],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":192,"_penEnd":185,"_penPathEdge":{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2156.4253,-1842.8523],"_peDist":62.222298,"_peObstacles":[]}}]}],[149,{"_blID":149,"_blWallIDs":[928,929,930,931],"_blHP":1000,"_blShadows":[932,933,934,935],"_blFootprint":[[-2186.3293,-1865.6399],[-2177.3293,-1881.2284],[-2191.763,-1889.5618],[-2200.763,-1873.9733]],"_blPos":[-2189.0461,-1877.6008],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[150,{"_blID":150,"_blWallIDs":[932,933,934,935],"_blHP":1000,"_blShadows":[928,929,930,931,936,937,938,939],"_blFootprint":[[-2171.8955,-1857.3065],[-2162.8955,-1872.895],[-2177.329,-1881.2284],[-2186.329,-1865.6399]],"_blPos":[-2174.6123,-1869.2675],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[151,{"_blID":151,"_blWallIDs":[936,937,938,939],"_blHP":1000,"_blShadows":[932,933,934,935,940,941,942,943],"_blFootprint":[[-2157.462,-1848.9731],[-2148.462,-1864.5616],[-2162.8955,-1872.895],[-2171.8955,-1857.3065]],"_blPos":[-2160.1787,-1860.9341],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[152,{"_blID":152,"_blWallIDs":[940,941,942,943],"_blHP":1000,"_blShadows":[936,937,938,939],"_blFootprint":[[-2143.028,-1840.6398],[-2134.028,-1856.2283],[-2148.4617,-1864.5616],[-2157.4617,-1848.9731]],"_blPos":[-2145.7449,-1852.6007],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":185,"_penEnd":192,"_penPathEdge":{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2125.314,-1896.7383],"_peDist":62.222298,"_peObstacles":[]}},{"_penStart":192,"_penEnd":185,"_penPathEdge":{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2156.4253,-1842.8523],"_peDist":62.222298,"_peObstacles":[]}}]}],[153,{"_blID":153,"_blWallIDs":[1020,1021,1022,1023],"_blHP":1000,"_blShadows":[1024,1025,1026,1027],"_blFootprint":[[-1360.3511,-2258.7937],[-1351.3511,-2243.205],[-1339.804,-2249.8718],[-1348.804,-2265.4604]],"_blPos":[-1350.0775,-2254.3328],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[154,{"_blID":154,"_blWallIDs":[1024,1025,1026,1027],"_blHP":1000,"_blShadows":[1020,1021,1022,1023,1028,1029,1030,1031],"_blFootprint":[[-1371.8981,-2252.127],[-1362.8981,-2236.5383],[-1351.351,-2243.205],[-1360.351,-2258.7937]],"_blPos":[-1361.6245,-2247.666],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[155,{"_blID":155,"_blWallIDs":[1028,1029,1030,1031],"_blHP":1000,"_blShadows":[1024,1025,1026,1027,1032,1033,1034,1035],"_blFootprint":[[-1383.4452,-2245.4604],[-1374.4452,-2229.8718],[-1362.8981,-2236.5386],[-1371.8981,-2252.1272]],"_blPos":[-1373.1716,-2240.9995],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[156,{"_blID":156,"_blWallIDs":[1032,1033,1034,1035],"_blHP":1000,"_blShadows":[1028,1029,1030,1031],"_blFootprint":[[-1394.9922,-2238.7937],[-1385.9922,-2223.205],[-1374.4451,-2229.8718],[-1383.4451,-2245.4604]],"_blPos":[-1384.7186,-2234.3328],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":345,"_penEnd":350,"_penPathEdge":{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":[]}},{"_penStart":350,"_penEnd":345,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":[]}}]}],[157,{"_blID":157,"_blWallIDs":[1036,1037,1038,1039],"_blHP":1000,"_blShadows":[1040,1041,1042,1043],"_blFootprint":[[-1389.1796,-2224.0593],[-1373.5911,-2233.0593],[-1380.2577,-2244.6062],[-1395.8462,-2235.6062]],"_blPos":[-1384.7186,-2234.3328],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":345,"_penEnd":350,"_penPathEdge":{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":[]}},{"_penStart":350,"_penEnd":345,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":[]}}]}],[158,{"_blID":158,"_blWallIDs":[1040,1041,1042,1043],"_blHP":1000,"_blShadows":[1036,1037,1038,1039,1044,1045,1046,1047],"_blFootprint":[[-1382.513,-2212.5125],[-1366.9244,-2221.5125],[-1373.5911,-2233.0593],[-1389.1796,-2224.0593]],"_blPos":[-1378.052,-2222.786],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":345,"_penEnd":350,"_penPathEdge":{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":[]}},{"_penStart":350,"_penEnd":345,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":[]}}]}],[159,{"_blID":159,"_blWallIDs":[1044,1045,1046,1047],"_blHP":1000,"_blShadows":[1040,1041,1042,1043,1048,1049,1050,1051],"_blFootprint":[[-1375.8463,-2200.9653],[-1360.2578,-2209.9653],[-1366.9244,-2221.5122],[-1382.513,-2212.5122]],"_blPos":[-1371.3854,-2211.2388],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":345,"_penEnd":350,"_penPathEdge":{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":[]}},{"_penStart":350,"_penEnd":345,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":[]}}]}],[160,{"_blID":160,"_blWallIDs":[1048,1049,1050,1051],"_blHP":1000,"_blShadows":[1044,1045,1046,1047],"_blFootprint":[[-1369.1797,-2189.4185],[-1353.5912,-2198.4185],[-1360.2578,-2209.9653],[-1375.8463,-2200.9653]],"_blPos":[-1364.7188,-2199.692],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":345,"_penEnd":350,"_penPathEdge":{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":[]}},{"_penStart":350,"_penEnd":345,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":[]}}]}],[161,{"_blID":161,"_blWallIDs":[1052,1053,1054,1055],"_blHP":1000,"_blShadows":[1056,1057,1058,1059],"_blFootprint":[[-1354.4453,-2195.231],[-1363.4452,-2210.8193],[-1374.9922,-2204.1528],[-1365.9923,-2188.5645]],"_blPos":[-1364.7188,-2199.692],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":339,"_penEnd":350,"_penPathEdge":{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575462,"_peObstacles":[]}},{"_penStart":345,"_penEnd":350,"_penPathEdge":{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":[]}},{"_penStart":350,"_penEnd":339,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1416.781,-2160.635],"_peDist":62.575462,"_peObstacles":[]}},{"_penStart":350,"_penEnd":345,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":[]}},{"_penStart":350,"_penEnd":358,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1330.8995,-2137.0344],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":350,"_penEnd":362,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":358,"_penEnd":350,"_penPathEdge":{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":362,"_penEnd":350,"_penPathEdge":{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575356,"_peObstacles":[]}}]}],[162,{"_blID":162,"_blWallIDs":[1056,1057,1058,1059],"_blHP":1000,"_blShadows":[1052,1053,1054,1055,1060,1061,1062,1063],"_blFootprint":[[-1342.8983,-2201.8975],[-1351.8982,-2217.4858],[-1363.4452,-2210.8193],[-1354.4453,-2195.231]],"_blPos":[-1353.1718,-2206.3584],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":350,"_penEnd":362,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":362,"_penEnd":350,"_penPathEdge":{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575356,"_peObstacles":[]}}]}],[163,{"_blID":163,"_blWallIDs":[1060,1061,1062,1063],"_blHP":1000,"_blShadows":[1056,1057,1058,1059,1064,1065,1066,1067],"_blFootprint":[[-1331.3512,-2208.5642],[-1340.3511,-2224.1526],[-1351.8981,-2217.486],[-1342.8982,-2201.8977]],"_blPos":[-1341.6246,-2213.0251],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":350,"_penEnd":362,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":362,"_penEnd":350,"_penPathEdge":{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575356,"_peObstacles":[]}}]}],[164,{"_blID":164,"_blWallIDs":[1064,1065,1066,1067],"_blHP":1000,"_blShadows":[1060,1061,1062,1063],"_blFootprint":[[-1319.8042,-2215.2307],[-1328.8041,-2230.819],[-1340.3511,-2224.1526],[-1331.3512,-2208.5642]],"_blPos":[-1330.0776,-2219.6917],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":350,"_penEnd":362,"_penPathEdge":{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":362,"_penEnd":350,"_penPathEdge":{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575356,"_peObstacles":[]}}]}],[165,{"_blID":165,"_blWallIDs":[1068,1069,1070,1071],"_blHP":1000,"_blShadows":[1072,1073,1074,1075],"_blFootprint":[[-1325.6167,-2229.965],[-1341.2052,-2220.965],[-1334.5386,-2209.4182],[-1318.9501,-2218.4182]],"_blPos":[-1330.0776,-2219.6917],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[166,{"_blID":166,"_blWallIDs":[1072,1073,1074,1075],"_blHP":1000,"_blShadows":[1068,1069,1070,1071,1076,1077,1078,1079],"_blFootprint":[[-1332.2833,-2241.5122],[-1347.8718,-2232.5122],[-1341.2052,-2220.9653],[-1325.6167,-2229.9653]],"_blPos":[-1336.7443,-2231.2388],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[167,{"_blID":167,"_blWallIDs":[1076,1077,1078,1079],"_blHP":1000,"_blShadows":[1072,1073,1074,1075,1080,1081,1082,1083],"_blFootprint":[[-1338.95,-2253.059],[-1354.5385,-2244.059],[-1347.8718,-2232.5122],[-1332.2833,-2241.5122]],"_blPos":[-1343.4109,-2242.7856],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[168,{"_blID":168,"_blWallIDs":[1080,1081,1082,1083],"_blHP":1000,"_blShadows":[1076,1077,1078,1079],"_blFootprint":[[-1345.6166,-2264.6062],[-1361.2051,-2255.6062],[-1354.5385,-2244.0593],[-1338.95,-2253.0593]],"_blPos":[-1350.0775,-2254.3328],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[169,{"_blID":169,"_blWallIDs":[1084,1085,1086,1087],"_blHP":1000,"_blShadows":[1088,1089,1090,1091],"_blFootprint":[[-1269.179,-2100.878],[-1260.1791,-2085.2896],[-1248.6321,-2091.956],[-1257.632,-2107.5444]],"_blPos":[-1258.9055,-2096.417],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":374,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":374,"_penEnd":365,"_penPathEdge":{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575356,"_peObstacles":[]}}]}],[170,{"_blID":170,"_blWallIDs":[1088,1089,1090,1091],"_blHP":1000,"_blShadows":[1084,1085,1086,1087,1092,1093,1094,1095],"_blFootprint":[[-1280.726,-2094.2114],[-1271.7261,-2078.623],[-1260.1791,-2085.2896],[-1269.179,-2100.878]],"_blPos":[-1270.4525,-2089.7505],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":374,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":374,"_penEnd":365,"_penPathEdge":{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575356,"_peObstacles":[]}}]}],[171,{"_blID":171,"_blWallIDs":[1092,1093,1094,1095],"_blHP":1000,"_blShadows":[1088,1089,1090,1091,1096,1097,1098,1099],"_blFootprint":[[-1292.2731,-2087.5447],[-1283.2732,-2071.9563],[-1271.7262,-2078.6228],[-1280.7261,-2094.2112]],"_blPos":[-1281.9996,-2083.0837],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":374,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":374,"_penEnd":365,"_penPathEdge":{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575356,"_peObstacles":[]}}]}],[172,{"_blID":172,"_blWallIDs":[1096,1097,1098,1099],"_blHP":1000,"_blShadows":[1092,1093,1094,1095],"_blFootprint":[[-1303.8201,-2080.8782],[-1294.8202,-2065.2898],[-1283.2732,-2071.9563],[-1292.2731,-2087.5447]],"_blPos":[-1293.5466,-2076.4172],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":353,"_penEnd":365,"_penPathEdge":{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575443,"_peObstacles":[]}},{"_penStart":358,"_penEnd":365,"_penPathEdge":{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379562,"_peObstacles":[]}},{"_penStart":365,"_penEnd":353,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1353.4021,-2050.8586],"_peDist":62.575443,"_peObstacles":[]}},{"_penStart":365,"_penEnd":358,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1330.8995,-2137.0344],"_peDist":63.379562,"_peObstacles":[]}},{"_penStart":365,"_penEnd":370,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":365,"_penEnd":374,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575356,"_peObstacles":[]}},{"_penStart":370,"_penEnd":365,"_penPathEdge":{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":374,"_penEnd":365,"_penPathEdge":{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575356,"_peObstacles":[]}}]}],[173,{"_blID":173,"_blWallIDs":[1100,1101,1102,1103],"_blHP":1000,"_blShadows":[1104,1105,1106,1107],"_blFootprint":[[-1298.0076,-2066.1438],[-1282.4191,-2075.1438],[-1289.0857,-2086.6907],[-1304.6742,-2077.6907]],"_blPos":[-1293.5466,-2076.4172],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":370,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":370,"_penEnd":365,"_penPathEdge":{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":[]}}]}],[174,{"_blID":174,"_blWallIDs":[1104,1105,1106,1107],"_blHP":1000,"_blShadows":[1100,1101,1102,1103,1108,1109,1110,1111],"_blFootprint":[[-1291.341,-2054.5967],[-1275.7524,-2063.5967],[-1282.4191,-2075.1436],[-1298.0076,-2066.1436]],"_blPos":[-1286.88,-2064.87],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":370,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":370,"_penEnd":365,"_penPathEdge":{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":[]}}]}],[175,{"_blID":175,"_blWallIDs":[1108,1109,1110,1111],"_blHP":1000,"_blShadows":[1104,1105,1106,1107,1112,1113,1114,1115],"_blFootprint":[[-1284.6743,-2043.0498],[-1269.0858,-2052.0498],[-1275.7524,-2063.5967],[-1291.341,-2054.5967]],"_blPos":[-1280.2134,-2053.3232],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":370,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":370,"_penEnd":365,"_penPathEdge":{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":[]}}]}],[176,{"_blID":176,"_blWallIDs":[1112,1113,1114,1115],"_blHP":1000,"_blShadows":[1108,1109,1110,1111],"_blFootprint":[[-1278.0077,-2031.5027],[-1262.4192,-2040.5026],[-1269.0858,-2052.0496],[-1284.6743,-2043.0497]],"_blPos":[-1273.5468,-2041.7761],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":370,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":370,"_penEnd":365,"_penPathEdge":{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":[]}}]}],[177,{"_blID":177,"_blWallIDs":[1116,1117,1118,1119],"_blHP":1000,"_blShadows":[1120,1121,1122,1123],"_blFootprint":[[-1263.2733,-2037.3152],[-1272.2732,-2052.9036],[-1283.8202,-2046.237],[-1274.8203,-2030.6486]],"_blPos":[-1273.5468,-2041.7761],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":365,"_penEnd":370,"_penPathEdge":{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":[]}},{"_penStart":370,"_penEnd":365,"_penPathEdge":{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":[]}}]}],[178,{"_blID":178,"_blWallIDs":[1120,1121,1122,1123],"_blHP":1000,"_blShadows":[1116,1117,1118,1119,1124,1125,1126,1127],"_blFootprint":[[-1251.7263,-2043.9817],[-1260.7262,-2059.57],[-1272.2732,-2052.9036],[-1263.2733,-2037.3151]],"_blPos":[-1261.9998,-2048.4426],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[179,{"_blID":179,"_blWallIDs":[1124,1125,1126,1127],"_blHP":1000,"_blShadows":[1120,1121,1122,1123,1128,1129,1130,1131],"_blFootprint":[[-1240.1792,-2050.6484],[-1249.1791,-2066.2368],[-1260.7261,-2059.5703],[-1251.7262,-2043.9818]],"_blPos":[-1250.4526,-2055.1094],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[180,{"_blID":180,"_blWallIDs":[1128,1129,1130,1131],"_blHP":1000,"_blShadows":[1124,1125,1126,1127],"_blFootprint":[[-1228.6322,-2057.315],[-1237.6321,-2072.9033],[-1249.1791,-2066.2368],[-1240.1792,-2050.6484]],"_blPos":[-1238.9056,-2061.776],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[181,{"_blID":181,"_blWallIDs":[1132,1133,1134,1135],"_blHP":1000,"_blShadows":[1136,1137,1138,1139],"_blFootprint":[[-1234.4447,-2072.0493],[-1250.0332,-2063.0493],[-1243.3666,-2051.5024],[-1227.7781,-2060.5024]],"_blPos":[-1238.9056,-2061.776],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[182,{"_blID":182,"_blWallIDs":[1136,1137,1138,1139],"_blHP":1000,"_blShadows":[1132,1133,1134,1135,1140,1141,1142,1143],"_blFootprint":[[-1241.1113,-2083.5964],[-1256.6998,-2074.5964],[-1250.0332,-2063.0496],[-1234.4447,-2072.0496]],"_blPos":[-1245.5723,-2073.323],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[183,{"_blID":183,"_blWallIDs":[1140,1141,1142,1143],"_blHP":1000,"_blShadows":[1136,1137,1138,1139,1144,1145,1146,1147],"_blFootprint":[[-1247.778,-2095.1433],[-1263.3665,-2086.1433],[-1256.6998,-2074.5964],[-1241.1113,-2083.5964]],"_blPos":[-1252.2389,-2084.8699],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[184,{"_blID":184,"_blWallIDs":[1144,1145,1146,1147],"_blHP":1000,"_blShadows":[1140,1141,1142,1143],"_blFootprint":[[-1254.4446,-2106.6904],[-1270.0331,-2097.6904],[-1263.3665,-2086.1436],[-1247.778,-2095.1436]],"_blPos":[-1258.9055,-2096.417],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[185,{"_blID":185,"_blWallIDs":[1164,1165,1166,1167],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-888.2057,-1870.2097],[-868.20575,-1835.5686],[-902.8468,-1815.5686],[-922.84674,-1850.2097]],"_blPos":[-895.52625,-1842.8892],"_blDir":29.321533,"_blHeight":31.0,"_blMaterial":"Metal","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.8333333,0.41666666,0.0,1.0],31.0,[[20.0,20.0],[-20.0,20.0],[-20.0,-20.0],[20.0,-20.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShConst","contents":[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,15.0,41.0],[20.0,20.0,31.0],[15.0,5.0,41.0],[20.0,0.0,31.0],[5.0,5.0,41.0],[0.0,0.0,31.0],[5.0,15.0,41.0],[0.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,15.0,41.0],[0.0,20.0,31.0],[-5.0,5.0,41.0],[0.0,0.0,31.0],[-15.0,5.0,41.0],[-20.0,0.0,31.0],[-15.0,15.0,41.0],[-20.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,-5.0,41.0],[20.0,0.0,31.0],[15.0,-15.0,41.0],[20.0,-20.0,31.0],[5.0,-15.0,41.0],[0.0,-20.0,31.0],[5.0,-5.0,41.0],[0.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,-5.0,41.0],[0.0,0.0,31.0],[-5.0,-15.0,41.0],[0.0,-20.0,31.0],[-15.0,-15.0,41.0],[-20.0,-20.0,31.0],[-15.0,-5.0,41.0],[-20.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"}]}}]},"_blObstructs":[]}],[186,{"_blID":186,"_blWallIDs":[1168,1169,1170,1171],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-827.68726,-1905.1499],[-807.6873,-1870.5088],[-842.32837,-1850.5088],[-862.3283,-1885.1499]],"_blPos":[-835.0078,-1877.8293],"_blDir":29.321533,"_blHeight":31.0,"_blMaterial":"Metal","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.8333333,0.41666666,0.0,1.0],31.0,[[20.0,20.0],[-20.0,20.0],[-20.0,-20.0],[20.0,-20.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShConst","contents":[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,15.0,41.0],[20.0,20.0,31.0],[15.0,5.0,41.0],[20.0,0.0,31.0],[5.0,5.0,41.0],[0.0,0.0,31.0],[5.0,15.0,41.0],[0.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,15.0,41.0],[0.0,20.0,31.0],[-5.0,5.0,41.0],[0.0,0.0,31.0],[-15.0,5.0,41.0],[-20.0,0.0,31.0],[-15.0,15.0,41.0],[-20.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,-5.0,41.0],[20.0,0.0,31.0],[15.0,-15.0,41.0],[20.0,-20.0,31.0],[5.0,-15.0,41.0],[0.0,-20.0,31.0],[5.0,-5.0,41.0],[0.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,-5.0,41.0],[0.0,0.0,31.0],[-5.0,-15.0,41.0],[0.0,-20.0,31.0],[-15.0,-15.0,41.0],[-20.0,-20.0,31.0],[-15.0,-5.0,41.0],[-20.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"}]}}]},"_blObstructs":[]}],[187,{"_blID":187,"_blWallIDs":[1172,1173,1174,1175],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-948.7241,-1835.2693],[-928.7242,-1800.6283],[-963.36523,-1780.6284],[-983.3652,-1815.2694]],"_blPos":[-956.0447,-1807.9489],"_blDir":29.321533,"_blHeight":31.0,"_blMaterial":"Metal","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.8333333,0.41666666,0.0,1.0],31.0,[[20.0,20.0],[-20.0,20.0],[-20.0,-20.0],[20.0,-20.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShConst","contents":[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,15.0,41.0],[20.0,20.0,31.0],[15.0,5.0,41.0],[20.0,0.0,31.0],[5.0,5.0,41.0],[0.0,0.0,31.0],[5.0,15.0,41.0],[0.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,15.0,41.0],[0.0,20.0,31.0],[-5.0,5.0,41.0],[0.0,0.0,31.0],[-15.0,5.0,41.0],[-20.0,0.0,31.0],[-15.0,15.0,41.0],[-20.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,-5.0,41.0],[20.0,0.0,31.0],[15.0,-15.0,41.0],[20.0,-20.0,31.0],[5.0,-15.0,41.0],[0.0,-20.0,31.0],[5.0,-5.0,41.0],[0.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,-5.0,41.0],[0.0,0.0,31.0],[-5.0,-15.0,41.0],[0.0,-20.0,31.0],[-15.0,-15.0,41.0],[-20.0,-20.0,31.0],[-15.0,-5.0,41.0],[-20.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"}]}}]},"_blObstructs":[]}],[188,{"_blID":188,"_blWallIDs":[1316,1317,1318,1319],"_blHP":1000,"_blShadows":[1320,1321,1322,1323],"_blFootprint":[[219.61641,-522.163],[204.02795,-531.163],[197.36128,-519.616],[212.94974,-510.61603]],"_blPos":[208.48885,-520.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[189,{"_blID":189,"_blWallIDs":[1320,1321,1322,1323],"_blHP":1000,"_blShadows":[1316,1317,1318,1319,1324,1325,1326,1327],"_blFootprint":[[226.28308,-533.71],[210.69463,-542.71],[204.02795,-531.163],[219.61641,-522.163]],"_blPos":[215.15552,-532.4365],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":716,"_penEnd":735,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[257.46423,-513.9274],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":735,"_penEnd":716,"_penPathEdge":{"_peStart":[257.46423,-513.9274],"_peEnd":[201.24838,-546.38367],"_peDist":64.912476,"_peObstacles":[]}}]}],[190,{"_blID":190,"_blWallIDs":[1324,1325,1326,1327],"_blHP":1000,"_blShadows":[1320,1321,1322,1323,1328,1329,1330,1331],"_blFootprint":[[232.94974,-545.257],[217.36128,-554.257],[210.69461,-542.71],[226.28307,-533.71]],"_blPos":[221.82217,-543.9835],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[191,{"_blID":191,"_blWallIDs":[1328,1329,1330,1331],"_blHP":1000,"_blShadows":[1324,1325,1326,1327],"_blFootprint":[[239.61641,-556.804],[224.02795,-565.804],[217.36128,-554.257],[232.94974,-545.257]],"_blPos":[228.48885,-555.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[192,{"_blID":192,"_blWallIDs":[1332,1333,1334,1335],"_blHP":1000,"_blShadows":[1336,1337,1338,1339],"_blFootprint":[[227.21535,-566.6581],[218.21535,-551.06964],[229.76234,-544.40295],[238.76234,-559.9914]],"_blPos":[228.48885,-555.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[193,{"_blID":193,"_blWallIDs":[1336,1337,1338,1339],"_blHP":1000,"_blShadows":[1332,1333,1334,1335,1340,1341,1342,1343],"_blFootprint":[[215.66835,-573.32477],[206.66835,-557.7363],[218.21535,-551.06964],[227.21535,-566.6581]],"_blPos":[216.94185,-562.1972],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":716,"_penEnd":727,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":727,"_penEnd":716,"_penPathEdge":{"_peStart":[232.67268,-600.8122],"_peEnd":[201.24838,-546.38367],"_peDist":62.848637,"_peObstacles":[]}}]}],[194,{"_blID":194,"_blWallIDs":[1340,1341,1342,1343],"_blHP":1000,"_blShadows":[1336,1337,1338,1339,1344,1345,1346,1347],"_blFootprint":[[204.12134,-579.9914],[195.12134,-564.40295],[206.66833,-557.73627],[215.66833,-573.3247]],"_blPos":[205.39484,-568.86383],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[195,{"_blID":195,"_blWallIDs":[1344,1345,1346,1347],"_blHP":1000,"_blShadows":[1340,1341,1342,1343],"_blFootprint":[[192.57434,-586.6581],[183.57434,-571.06964],[195.12134,-564.40295],[204.12134,-579.9914]],"_blPos":[193.84784,-575.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[196,{"_blID":196,"_blWallIDs":[1348,1349,1350,1351],"_blHP":1000,"_blShadows":[1352,1353,1354,1355],"_blFootprint":[[182.72028,-574.257],[198.30873,-565.257],[204.9754,-576.804],[189.38695,-585.804]],"_blPos":[193.84784,-575.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[197,{"_blID":197,"_blWallIDs":[1352,1353,1354,1355],"_blHP":1000,"_blShadows":[1348,1349,1350,1351,1356,1357,1358,1359],"_blFootprint":[[176.0536,-562.71],[191.64206,-553.71],[198.30873,-565.257],[182.72028,-574.257]],"_blPos":[187.18117,-563.9835],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[198,{"_blID":198,"_blWallIDs":[1356,1357,1358,1359],"_blHP":1000,"_blShadows":[1352,1353,1354,1355,1360,1361,1362,1363],"_blFootprint":[[169.38695,-551.163],[184.9754,-542.163],[191.64207,-553.71],[176.05362,-562.71]],"_blPos":[180.51451,-552.4365],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":698,"_penEnd":716,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":[]}},{"_penStart":716,"_penEnd":698,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":[]}}]}],[199,{"_blID":199,"_blWallIDs":[1360,1361,1362,1363],"_blHP":1000,"_blShadows":[1356,1357,1358,1359],"_blFootprint":[[162.72028,-539.616],[178.30873,-530.616],[184.9754,-542.163],[169.38695,-551.163]],"_blPos":[173.84784,-540.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[200,{"_blID":200,"_blWallIDs":[1364,1365,1366,1367],"_blHP":1000,"_blShadows":[1368,1369,1370,1371],"_blFootprint":[[175.12134,-529.76196],[184.12134,-545.3504],[172.57434,-552.0171],[163.57434,-536.42865]],"_blPos":[173.84784,-540.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[201,{"_blID":201,"_blWallIDs":[1368,1369,1370,1371],"_blHP":1000,"_blShadows":[1364,1365,1366,1367,1372,1373,1374,1375],"_blFootprint":[[186.66833,-523.0953],[195.66833,-538.6837],[184.12134,-545.3504],[175.12134,-529.76196]],"_blPos":[185.39484,-534.22284],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[202,{"_blID":202,"_blWallIDs":[1372,1373,1374,1375],"_blHP":1000,"_blShadows":[1368,1369,1370,1371,1376,1377,1378,1379],"_blFootprint":[[198.21535,-516.42865],[207.21535,-532.0171],[195.66835,-538.6838],[186.66835,-523.09534]],"_blPos":[196.94185,-527.5562],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":705,"_penEnd":716,"_penPathEdge":{"_peStart":[169.82407,-491.95514],"_peEnd":[201.24838,-546.38367],"_peDist":62.848644,"_peObstacles":[]}},{"_penStart":716,"_penEnd":705,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[169.82407,-491.95514],"_peDist":62.848644,"_peObstacles":[]}}]}],[203,{"_blID":203,"_blWallIDs":[1376,1377,1378,1379],"_blHP":1000,"_blShadows":[1372,1373,1374,1375],"_blFootprint":[[209.76234,-509.76196],[218.76234,-525.3504],[207.21535,-532.0171],[198.21535,-516.42865]],"_blPos":[208.48885,-520.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[204,{"_blID":204,"_blWallIDs":[1380,1381,1382,1383],"_blHP":1000,"_blShadows":[1384,1385,1386,1387],"_blFootprint":[[145.22917,-565.11053],[129.64072,-574.11053],[122.974045,-562.56354],[138.5625,-553.56354]],"_blPos":[134.10161,-563.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":689,"_penEnd":698,"_penPathEdge":{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":698,"_penEnd":689,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":[]}}]}],[205,{"_blID":205,"_blWallIDs":[1384,1385,1386,1387],"_blHP":1000,"_blShadows":[1380,1381,1382,1383,1388,1389,1390,1391],"_blFootprint":[[151.89584,-576.65753],[136.30739,-585.65753],[129.64072,-574.11053],[145.22917,-565.11053]],"_blPos":[140.76828,-575.38403],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":675,"_penEnd":698,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":689,"_penEnd":698,"_penPathEdge":{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":698,"_penEnd":675,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":698,"_penEnd":689,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":698,"_penEnd":707,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":698,"_penEnd":716,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":[]}},{"_penStart":707,"_penEnd":698,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":716,"_penEnd":698,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":[]}}]}],[206,{"_blID":206,"_blWallIDs":[1388,1389,1390,1391],"_blHP":1000,"_blShadows":[1384,1385,1386,1387,1392,1393,1394,1395],"_blFootprint":[[158.5625,-588.2045],[142.97404,-597.2045],[136.30737,-585.65753],[151.89583,-576.65753]],"_blPos":[147.43494,-586.931],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":698,"_penEnd":707,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":707,"_penEnd":698,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}}]}],[207,{"_blID":207,"_blWallIDs":[1392,1393,1394,1395],"_blHP":1000,"_blShadows":[1388,1389,1390,1391],"_blFootprint":[[165.22917,-599.7515],[149.64072,-608.7515],[142.97404,-597.2045],[158.5625,-588.2045]],"_blPos":[154.10161,-598.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":698,"_penEnd":707,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":707,"_penEnd":698,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}}]}],[208,{"_blID":208,"_blWallIDs":[1396,1397,1398,1399],"_blHP":1000,"_blShadows":[1400,1401,1402,1403],"_blFootprint":[[152.82811,-609.6056],[143.82811,-594.01715],[155.3751,-587.35046],[164.3751,-602.9389]],"_blPos":[154.10161,-598.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":698,"_penEnd":707,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":707,"_penEnd":698,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}}]}],[209,{"_blID":209,"_blWallIDs":[1400,1401,1402,1403],"_blHP":1000,"_blShadows":[1396,1397,1398,1399,1404,1405,1406,1407],"_blFootprint":[[141.28111,-616.2723],[132.28111,-600.68384],[143.82811,-594.01715],[152.82811,-609.6056]],"_blPos":[142.55461,-605.1447],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[210,{"_blID":210,"_blWallIDs":[1404,1405,1406,1407],"_blHP":1000,"_blShadows":[1400,1401,1402,1403,1408,1409,1410,1411],"_blFootprint":[[129.7341,-622.9389],[120.7341,-607.35046],[132.2811,-600.6838],[141.2811,-616.2722]],"_blPos":[131.0076,-611.81134],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[211,{"_blID":211,"_blWallIDs":[1408,1409,1410,1411],"_blHP":1000,"_blShadows":[1404,1405,1406,1407],"_blFootprint":[[118.1871,-629.6056],[109.1871,-614.01715],[120.7341,-607.35046],[129.7341,-622.9389]],"_blPos":[119.4606,-618.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[212,{"_blID":212,"_blWallIDs":[1412,1413,1414,1415],"_blHP":1000,"_blShadows":[1416,1417,1418,1419],"_blFootprint":[[108.33304,-617.2045],[123.92149,-608.2045],[130.58817,-619.7515],[114.99971,-628.7515]],"_blPos":[119.4606,-618.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[213,{"_blID":213,"_blWallIDs":[1416,1417,1418,1419],"_blHP":1000,"_blShadows":[1412,1413,1414,1415,1420,1421,1422,1423],"_blFootprint":[[101.666374,-605.65753],[117.25483,-596.65753],[123.9215,-608.2045],[108.333046,-617.2045]],"_blPos":[112.79394,-606.931],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[214,{"_blID":214,"_blWallIDs":[1420,1421,1422,1423],"_blHP":1000,"_blShadows":[1416,1417,1418,1419,1424,1425,1426,1427],"_blFootprint":[[94.9997,-594.11053],[110.58816,-585.11053],[117.25483,-596.65753],[101.666374,-605.65753]],"_blPos":[106.127266,-595.38403],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":675,"_penEnd":698,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":698,"_penEnd":675,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}}]}],[215,{"_blID":215,"_blWallIDs":[1424,1425,1426,1427],"_blHP":1000,"_blShadows":[1420,1421,1422,1423],"_blFootprint":[[88.33304,-582.56354],[103.92149,-573.56354],[110.588165,-585.11053],[94.99971,-594.11053]],"_blPos":[99.4606,-583.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[216,{"_blID":216,"_blWallIDs":[1428,1429,1430,1431],"_blHP":1000,"_blShadows":[1432,1433,1434,1435],"_blFootprint":[[100.7341,-572.7095],[109.7341,-588.2979],[98.1871,-594.9646],[89.1871,-579.37616]],"_blPos":[99.4606,-583.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[217,{"_blID":217,"_blWallIDs":[1432,1433,1434,1435],"_blHP":1000,"_blShadows":[1428,1429,1430,1431,1436,1437,1438,1439],"_blFootprint":[[112.281105,-566.0428],[121.28111,-581.6312],[109.73411,-588.2979],[100.7341,-572.7095]],"_blPos":[111.00761,-577.17035],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[218,{"_blID":218,"_blWallIDs":[1436,1437,1438,1439],"_blHP":1000,"_blShadows":[1432,1433,1434,1435,1440,1441,1442,1443],"_blFootprint":[[123.82811,-559.37616],[132.82811,-574.9646],[121.28111,-581.6313],[112.28111,-566.04285]],"_blPos":[122.55461,-570.5037],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[219,{"_blID":219,"_blWallIDs":[1440,1441,1442,1443],"_blHP":1000,"_blShadows":[1436,1437,1438,1439],"_blFootprint":[[135.3751,-552.7095],[144.3751,-568.2979],[132.82811,-574.9646],[123.82811,-559.37616]],"_blPos":[134.10161,-563.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":689,"_penEnd":698,"_penPathEdge":{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":698,"_penEnd":689,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":[]}}]}],[220,{"_blID":220,"_blWallIDs":[1444,1445,1446,1447],"_blHP":1000,"_blShadows":[1448,1449,1450,1451],"_blFootprint":[[70.841965,-608.058],[55.25351,-617.058],[48.586838,-605.511],[64.17529,-596.511]],"_blPos":[59.7144,-606.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[221,{"_blID":221,"_blWallIDs":[1448,1449,1450,1451],"_blHP":1000,"_blShadows":[1444,1445,1446,1447,1452,1453,1454,1455],"_blFootprint":[[77.50863,-619.605],[61.920174,-628.605],[55.2535,-617.058],[70.84196,-608.058]],"_blPos":[66.381065,-618.3315],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":644,"_penEnd":675,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":675,"_penEnd":644,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}}]}],[222,{"_blID":222,"_blWallIDs":[1452,1453,1454,1455],"_blHP":1000,"_blShadows":[1448,1449,1450,1451,1456,1457,1458,1459],"_blFootprint":[[84.1753,-631.15204],[68.586845,-640.15204],[61.920174,-628.60504],[77.50863,-619.60504]],"_blPos":[73.04774,-629.87854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[223,{"_blID":223,"_blWallIDs":[1456,1457,1458,1459],"_blHP":1000,"_blShadows":[1452,1453,1454,1455],"_blFootprint":[[90.841965,-642.69904],[75.25351,-651.69904],[68.58684,-640.15204],[84.17529,-631.15204]],"_blPos":[79.7144,-641.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[224,{"_blID":224,"_blWallIDs":[1460,1461,1462,1463],"_blHP":1000,"_blShadows":[1464,1465,1466,1467],"_blFootprint":[[78.440895,-652.5531],[69.4409,-636.96466],[80.98791,-630.298],[89.9879,-645.8864]],"_blPos":[79.7144,-641.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[225,{"_blID":225,"_blWallIDs":[1464,1465,1466,1467],"_blHP":1000,"_blShadows":[1460,1461,1462,1463,1468,1469,1470,1471],"_blFootprint":[[66.89389,-659.2198],[57.893894,-643.63135],[69.4409,-636.96466],[78.4409,-652.5531]],"_blPos":[68.1674,-648.0922],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[226,{"_blID":226,"_blWallIDs":[1468,1469,1470,1471],"_blHP":1000,"_blShadows":[1464,1465,1466,1467,1472,1473,1474,1475],"_blFootprint":[[55.34688,-665.8864],[46.34688,-650.298],[57.893887,-643.6313],[66.89389,-659.2197]],"_blPos":[56.620384,-654.75885],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[227,{"_blID":227,"_blWallIDs":[1472,1473,1474,1475],"_blHP":1000,"_blShadows":[1468,1469,1470,1471],"_blFootprint":[[43.799877,-672.5531],[34.799877,-656.96466],[46.34688,-650.298],[55.34688,-665.8864]],"_blPos":[45.07338,-661.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":644,"_penEnd":657,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":657,"_penEnd":644,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}}]}],[228,{"_blID":228,"_blWallIDs":[1476,1477,1478,1479],"_blHP":1000,"_blShadows":[1480,1481,1482,1483],"_blFootprint":[[33.945816,-660.15204],[49.534275,-651.15204],[56.200943,-662.69904],[40.612484,-671.69904]],"_blPos":[45.07338,-661.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":644,"_penEnd":657,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":657,"_penEnd":644,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}}]}],[229,{"_blID":229,"_blWallIDs":[1480,1481,1482,1483],"_blHP":1000,"_blShadows":[1476,1477,1478,1479,1484,1485,1486,1487],"_blFootprint":[[27.279148,-648.60504],[42.867607,-639.60504],[49.534275,-651.15204],[33.945816,-660.15204]],"_blPos":[38.40671,-649.87854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":644,"_penEnd":657,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":657,"_penEnd":644,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}}]}],[230,{"_blID":230,"_blWallIDs":[1484,1485,1486,1487],"_blHP":1000,"_blShadows":[1480,1481,1482,1483,1488,1489,1490,1491],"_blFootprint":[[20.612482,-637.058],[36.200943,-628.058],[42.867607,-639.605],[27.279148,-648.605]],"_blPos":[31.740046,-638.3315],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":607,"_penEnd":644,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":614,"_penEnd":644,"_penPathEdge":{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":644,"_penEnd":607,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":644,"_penEnd":614,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":644,"_penEnd":657,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":644,"_penEnd":675,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":657,"_penEnd":644,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":675,"_penEnd":644,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}}]}],[231,{"_blID":231,"_blWallIDs":[1488,1489,1490,1491],"_blHP":1000,"_blShadows":[1484,1485,1486,1487],"_blFootprint":[[13.945816,-625.511],[29.534277,-616.511],[36.200943,-628.058],[20.612482,-637.058]],"_blPos":[25.07338,-626.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":614,"_penEnd":644,"_penPathEdge":{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":644,"_penEnd":614,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":[]}}]}],[232,{"_blID":232,"_blWallIDs":[1492,1493,1494,1495],"_blHP":1000,"_blShadows":[1496,1497,1498,1499],"_blFootprint":[[26.346884,-615.6569],[35.34688,-631.24536],[23.799875,-637.91205],[14.799876,-622.3236]],"_blPos":[25.07338,-626.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":614,"_penEnd":644,"_penPathEdge":{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":644,"_penEnd":614,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":[]}}]}],[233,{"_blID":233,"_blWallIDs":[1496,1497,1498,1499],"_blHP":1000,"_blShadows":[1492,1493,1494,1495,1500,1501,1502,1503],"_blFootprint":[[37.89389,-608.99023],[46.89389,-624.5787],[35.346886,-631.24536],[26.346886,-615.6569]],"_blPos":[36.620388,-620.1178],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[234,{"_blID":234,"_blWallIDs":[1500,1501,1502,1503],"_blHP":1000,"_blShadows":[1496,1497,1498,1499,1504,1505,1506,1507],"_blFootprint":[[49.440903,-602.3236],[58.4409,-617.91205],[46.89389,-624.57874],[37.893894,-608.9903]],"_blPos":[48.167397,-613.4512],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[235,{"_blID":235,"_blWallIDs":[1504,1505,1506,1507],"_blHP":1000,"_blShadows":[1500,1501,1502,1503],"_blFootprint":[[60.987907,-595.6569],[69.98791,-611.24536],[58.440895,-617.91205],[49.4409,-602.3236]],"_blPos":[59.7144,-606.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[236,{"_blID":236,"_blWallIDs":[1508,1509,1510,1511],"_blHP":1000,"_blShadows":[1512,1513,1514,1515],"_blFootprint":[[-3.5452871,-651.00543],[-19.133745,-660.00543],[-25.800415,-648.45844],[-10.211958,-639.45844]],"_blPos":[-14.672852,-649.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[237,{"_blID":237,"_blWallIDs":[1512,1513,1514,1515],"_blHP":1000,"_blShadows":[1508,1509,1510,1511,1516,1517,1518,1519],"_blFootprint":[[3.1213799,-662.5524],[-12.467078,-671.5524],[-19.133749,-660.00543],[-3.545291,-651.00543]],"_blPos":[-8.006185,-661.27893],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":607,"_penEnd":644,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":644,"_penEnd":607,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":[]}}]}],[238,{"_blID":238,"_blWallIDs":[1516,1517,1518,1519],"_blHP":1000,"_blShadows":[1512,1513,1514,1515,1520,1521,1522,1523],"_blFootprint":[[9.788047,-674.0995],[-5.800411,-683.0995],[-12.467082,-671.5525],[3.121376,-662.5525]],"_blPos":[-1.3395176,-672.826],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[239,{"_blID":239,"_blWallIDs":[1520,1521,1522,1523],"_blHP":1000,"_blShadows":[1516,1517,1518,1519],"_blFootprint":[[16.454712,-685.6465],[0.8662548,-694.6465],[-5.800416,-683.0995],[9.788042,-674.0995]],"_blPos":[5.3271484,-684.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[240,{"_blID":240,"_blWallIDs":[1524,1525,1526,1527],"_blHP":1000,"_blShadows":[1528,1529,1530,1531],"_blFootprint":[[4.0536447,-695.50055],[-4.946354,-679.9121],[6.600652,-673.2454],[15.600651,-688.83386]],"_blPos":[5.3271484,-684.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[241,{"_blID":241,"_blWallIDs":[1528,1529,1530,1531],"_blHP":1000,"_blShadows":[1524,1525,1526,1527,1532,1533,1534,1535],"_blFootprint":[[-7.493363,-702.16724],[-16.493362,-686.5788],[-4.9463553,-679.9121],[4.053643,-695.50055]],"_blPos":[-6.219859,-691.0397],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[242,{"_blID":242,"_blWallIDs":[1532,1533,1534,1535],"_blHP":1000,"_blShadows":[1528,1529,1530,1531,1536,1537,1538,1539],"_blFootprint":[[-19.04037,-708.83386],[-28.040369,-693.2454],[-16.493362,-686.57874],[-7.4933643,-702.1672]],"_blPos":[-17.766867,-697.7063],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":607,"_penEnd":616,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[7.809265,-730.6371],"_peDist":62.848587,"_peObstacles":[]}},{"_penStart":616,"_penEnd":607,"_penPathEdge":{"_peStart":[7.809265,-730.6371],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848587,"_peObstacles":[]}}]}],[243,{"_blID":243,"_blWallIDs":[1536,1537,1538,1539],"_blHP":1000,"_blShadows":[1532,1533,1534,1535],"_blFootprint":[[-30.587378,-715.50055],[-39.587376,-699.9121],[-28.040369,-693.2454],[-19.04037,-708.83386]],"_blPos":[-29.313873,-704.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[244,{"_blID":244,"_blWallIDs":[1540,1541,1542,1543],"_blHP":1000,"_blShadows":[1544,1545,1546,1547],"_blFootprint":[[-40.441437,-703.0995],[-24.852976,-694.0995],[-18.18631,-705.6465],[-33.77477,-714.6465]],"_blPos":[-29.313873,-704.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[245,{"_blID":245,"_blWallIDs":[1544,1545,1546,1547],"_blHP":1000,"_blShadows":[1540,1541,1542,1543,1548,1549,1550,1551],"_blFootprint":[[-47.108105,-691.5525],[-31.519644,-682.5525],[-24.852978,-694.0995],[-40.441437,-703.0995]],"_blPos":[-35.98054,-692.826],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[246,{"_blID":246,"_blWallIDs":[1548,1549,1550,1551],"_blHP":1000,"_blShadows":[1544,1545,1546,1547,1552,1553,1554,1555],"_blFootprint":[[-53.774773,-680.00543],[-38.186314,-671.00543],[-31.519646,-682.5524],[-47.108105,-691.5524]],"_blPos":[-42.64721,-681.27893],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":586,"_penEnd":607,"_penPathEdge":{"_peStart":[-79.8309,-708.6648],"_peEnd":[-23.615036,-676.2086],"_peDist":64.91245,"_peObstacles":[]}},{"_penStart":607,"_penEnd":586,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[-79.8309,-708.6648],"_peDist":64.91245,"_peObstacles":[]}}]}],[247,{"_blID":247,"_blWallIDs":[1552,1553,1554,1555],"_blHP":1000,"_blShadows":[1548,1549,1550,1551],"_blFootprint":[[-60.441437,-668.45844],[-44.852978,-659.45844],[-38.18631,-671.00543],[-53.77477,-680.00543]],"_blPos":[-49.313873,-669.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[248,{"_blID":248,"_blWallIDs":[1556,1557,1558,1559],"_blHP":1000,"_blShadows":[1560,1561,1562,1563],"_blFootprint":[[-48.040367,-658.6044],[-39.04037,-674.1928],[-50.58738,-680.8595],[-59.587376,-665.27106]],"_blPos":[-49.313873,-669.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[249,{"_blID":249,"_blWallIDs":[1560,1561,1562,1563],"_blHP":1000,"_blShadows":[1556,1557,1558,1559,1564,1565,1566,1567],"_blFootprint":[[-36.493362,-651.9377],[-27.493362,-667.5261],[-39.040367,-674.1928],[-48.040367,-658.6044]],"_blPos":[-37.766865,-663.06525],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":589,"_penEnd":607,"_penPathEdge":{"_peStart":[-55.039337,-621.7801],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":607,"_penEnd":589,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848637,"_peObstacles":[]}}]}],[250,{"_blID":250,"_blWallIDs":[1564,1565,1566,1567],"_blHP":1000,"_blShadows":[1560,1561,1562,1563,1568,1569,1570,1571],"_blFootprint":[[-24.946354,-645.27106],[-15.946355,-660.8595],[-27.493362,-667.5262],[-36.493362,-651.93774]],"_blPos":[-26.219858,-656.3986],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[251,{"_blID":251,"_blWallIDs":[1568,1569,1570,1571],"_blHP":1000,"_blShadows":[1564,1565,1566,1567],"_blFootprint":[[-13.399347,-638.6044],[-4.3993483,-654.1928],[-15.946356,-660.8595],[-24.946354,-645.27106]],"_blPos":[-14.672852,-649.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[252,{"_blID":252,"_blWallIDs":[1592,1593,1594,1595],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-383.46783,-322.2245],[-393.46783,-339.54498],[-428.10883,-319.54498],[-418.10883,-302.2245]],"_blPos":[-405.78833,-320.88474],"_blDir":12.042771,"_blHeight":30.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.6,0.6,0.6,1.0],30.0,[[20.0,10.0],[20.0,-10.0],[-20.0,-10.0],[-20.0,10.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShMempty"}}]},"_blObstructs":[]}],[253,{"_blID":253,"_blWallIDs":[1640,1641,1642,1643],"_blHP":1000,"_blShadows":[1644,1645,1646,1647],"_blFootprint":[[-230.0,145.99997],[-230.0,163.99997],[-220.0,163.99997],[-220.0,145.99997]],"_blPos":[-225.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[254,{"_blID":254,"_blWallIDs":[1644,1645,1646,1647],"_blHP":1000,"_blShadows":[1640,1641,1642,1643],"_blFootprint":[[-240.0,145.99997],[-240.0,163.99997],[-230.0,163.99997],[-230.0,145.99997]],"_blPos":[-235.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[255,{"_blID":255,"_blWallIDs":[1648,1649,1650,1651],"_blHP":1000,"_blShadows":[1652,1653,1654,1655],"_blFootprint":[[-244.0,159.99997],[-226.0,159.99997],[-226.0,149.99997],[-244.0,149.99997]],"_blPos":[-235.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[256,{"_blID":256,"_blWallIDs":[1652,1653,1654,1655],"_blHP":1000,"_blShadows":[1648,1649,1650,1651],"_blFootprint":[[-244.0,169.99997],[-226.0,169.99997],[-226.0,159.99997],[-244.0,159.99997]],"_blPos":[-235.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[257,{"_blID":257,"_blWallIDs":[1656,1657,1658,1659],"_blHP":1000,"_blShadows":[1660,1661,1662,1663],"_blFootprint":[[-230.0,173.99997],[-230.0,155.99997],[-240.0,155.99997],[-240.0,173.99997]],"_blPos":[-235.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[258,{"_blID":258,"_blWallIDs":[1660,1661,1662,1663],"_blHP":1000,"_blShadows":[1656,1657,1658,1659],"_blFootprint":[[-220.0,173.99997],[-220.0,155.99997],[-230.0,155.99997],[-230.0,173.99997]],"_blPos":[-225.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[259,{"_blID":259,"_blWallIDs":[1664,1665,1666,1667],"_blHP":1000,"_blShadows":[1668,1669,1670,1671],"_blFootprint":[[-216.0,159.99997],[-234.0,159.99997],[-234.0,169.99997],[-216.0,169.99997]],"_blPos":[-225.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[260,{"_blID":260,"_blWallIDs":[1668,1669,1670,1671],"_blHP":1000,"_blShadows":[1664,1665,1666,1667],"_blFootprint":[[-216.0,149.99997],[-234.0,149.99997],[-234.0,159.99997],[-216.0,159.99997]],"_blPos":[-225.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[261,{"_blID":261,"_blWallIDs":[1672,1673,1674,1675],"_blHP":1000,"_blShadows":[1676,1677,1678,1679],"_blFootprint":[[-230.00003,345.99997],[-230.00003,363.99997],[-220.00003,363.99997],[-220.00003,345.99997]],"_blPos":[-225.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[262,{"_blID":262,"_blWallIDs":[1676,1677,1678,1679],"_blHP":1000,"_blShadows":[1672,1673,1674,1675],"_blFootprint":[[-240.00003,345.99997],[-240.00003,363.99997],[-230.00003,363.99997],[-230.00003,345.99997]],"_blPos":[-235.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[263,{"_blID":263,"_blWallIDs":[1680,1681,1682,1683],"_blHP":1000,"_blShadows":[1684,1685,1686,1687],"_blFootprint":[[-244.00003,359.99997],[-226.00003,359.99997],[-226.00003,349.99997],[-244.00003,349.99997]],"_blPos":[-235.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[264,{"_blID":264,"_blWallIDs":[1684,1685,1686,1687],"_blHP":1000,"_blShadows":[1680,1681,1682,1683],"_blFootprint":[[-244.00003,369.99997],[-226.00003,369.99997],[-226.00003,359.99997],[-244.00003,359.99997]],"_blPos":[-235.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[265,{"_blID":265,"_blWallIDs":[1688,1689,1690,1691],"_blHP":1000,"_blShadows":[1692,1693,1694,1695],"_blFootprint":[[-230.00003,373.99997],[-230.00003,355.99997],[-240.00003,355.99997],[-240.00003,373.99997]],"_blPos":[-235.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[266,{"_blID":266,"_blWallIDs":[1692,1693,1694,1695],"_blHP":1000,"_blShadows":[1688,1689,1690,1691],"_blFootprint":[[-220.00003,373.99997],[-220.00003,355.99997],[-230.00003,355.99997],[-230.00003,373.99997]],"_blPos":[-225.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[267,{"_blID":267,"_blWallIDs":[1696,1697,1698,1699],"_blHP":1000,"_blShadows":[1700,1701,1702,1703],"_blFootprint":[[-216.00003,359.99997],[-234.00003,359.99997],[-234.00003,369.99997],[-216.00003,369.99997]],"_blPos":[-225.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[268,{"_blID":268,"_blWallIDs":[1700,1701,1702,1703],"_blHP":1000,"_blShadows":[1696,1697,1698,1699],"_blFootprint":[[-216.00003,349.99997],[-234.00003,349.99997],[-234.00003,359.99997],[-216.00003,359.99997]],"_blPos":[-225.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[269,{"_blID":269,"_blWallIDs":[1704,1705,1706,1707],"_blHP":1000,"_blShadows":[1708,1709,1710,1711],"_blFootprint":[[-130.00003,346.0],[-130.00003,364.0],[-120.00003,364.0],[-120.00003,346.0]],"_blPos":[-125.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[270,{"_blID":270,"_blWallIDs":[1708,1709,1710,1711],"_blHP":1000,"_blShadows":[1704,1705,1706,1707],"_blFootprint":[[-140.00003,346.0],[-140.00003,364.0],[-130.00003,364.0],[-130.00003,346.0]],"_blPos":[-135.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[271,{"_blID":271,"_blWallIDs":[1712,1713,1714,1715],"_blHP":1000,"_blShadows":[1716,1717,1718,1719],"_blFootprint":[[-144.00003,360.0],[-126.00003,360.0],[-126.00003,350.0],[-144.00003,350.0]],"_blPos":[-135.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[272,{"_blID":272,"_blWallIDs":[1716,1717,1718,1719],"_blHP":1000,"_blShadows":[1712,1713,1714,1715],"_blFootprint":[[-144.00003,370.0],[-126.00003,370.0],[-126.00003,360.0],[-144.00003,360.0]],"_blPos":[-135.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[273,{"_blID":273,"_blWallIDs":[1720,1721,1722,1723],"_blHP":1000,"_blShadows":[1724,1725,1726,1727],"_blFootprint":[[-130.00003,374.0],[-130.00003,356.0],[-140.00003,356.0],[-140.00003,374.0]],"_blPos":[-135.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[274,{"_blID":274,"_blWallIDs":[1724,1725,1726,1727],"_blHP":1000,"_blShadows":[1720,1721,1722,1723],"_blFootprint":[[-120.00003,374.0],[-120.00003,356.0],[-130.00003,356.0],[-130.00003,374.0]],"_blPos":[-125.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[275,{"_blID":275,"_blWallIDs":[1728,1729,1730,1731],"_blHP":1000,"_blShadows":[1732,1733,1734,1735],"_blFootprint":[[-116.00003,360.0],[-134.00003,360.0],[-134.00003,370.0],[-116.00003,370.0]],"_blPos":[-125.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[276,{"_blID":276,"_blWallIDs":[1732,1733,1734,1735],"_blHP":1000,"_blShadows":[1728,1729,1730,1731],"_blFootprint":[[-116.00003,350.0],[-134.00003,350.0],[-134.00003,360.0],[-116.00003,360.0]],"_blPos":[-125.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[277,{"_blID":277,"_blWallIDs":[1736,1737,1738,1739],"_blHP":1000,"_blShadows":[1740,1741,1742,1743],"_blFootprint":[[-130.00002,246.0],[-130.00002,264.0],[-120.000015,264.0],[-120.000015,246.0]],"_blPos":[-125.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[278,{"_blID":278,"_blWallIDs":[1740,1741,1742,1743],"_blHP":1000,"_blShadows":[1736,1737,1738,1739],"_blFootprint":[[-140.00002,246.0],[-140.00002,264.0],[-130.00002,264.0],[-130.00002,246.0]],"_blPos":[-135.00002,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[279,{"_blID":279,"_blWallIDs":[1744,1745,1746,1747],"_blHP":1000,"_blShadows":[1748,1749,1750,1751],"_blFootprint":[[-144.00002,260.0],[-126.000015,260.0],[-126.000015,250.0],[-144.00002,250.0]],"_blPos":[-135.00002,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[280,{"_blID":280,"_blWallIDs":[1748,1749,1750,1751],"_blHP":1000,"_blShadows":[1744,1745,1746,1747],"_blFootprint":[[-144.00002,270.0],[-126.000015,270.0],[-126.000015,260.0],[-144.00002,260.0]],"_blPos":[-135.00002,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[281,{"_blID":281,"_blWallIDs":[1752,1753,1754,1755],"_blHP":1000,"_blShadows":[1756,1757,1758,1759],"_blFootprint":[[-130.00002,274.0],[-130.00002,256.0],[-140.00002,256.0],[-140.00002,274.0]],"_blPos":[-135.00002,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[282,{"_blID":282,"_blWallIDs":[1756,1757,1758,1759],"_blHP":1000,"_blShadows":[1752,1753,1754,1755],"_blFootprint":[[-120.000015,274.0],[-120.000015,256.0],[-130.00002,256.0],[-130.00002,274.0]],"_blPos":[-125.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[283,{"_blID":283,"_blWallIDs":[1760,1761,1762,1763],"_blHP":1000,"_blShadows":[1764,1765,1766,1767],"_blFootprint":[[-116.000015,260.0],[-134.00002,260.0],[-134.00002,270.0],[-116.000015,270.0]],"_blPos":[-125.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[284,{"_blID":284,"_blWallIDs":[1764,1765,1766,1767],"_blHP":1000,"_blShadows":[1760,1761,1762,1763],"_blFootprint":[[-116.000015,250.0],[-134.00002,250.0],[-134.00002,260.0],[-116.000015,260.0]],"_blPos":[-125.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[285,{"_blID":285,"_blWallIDs":[1768,1769,1770,1771],"_blHP":1000,"_blShadows":[1772,1773,1774,1775],"_blFootprint":[[-230.00003,245.99997],[-230.00003,263.99997],[-220.00003,263.99997],[-220.00003,245.99997]],"_blPos":[-225.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[286,{"_blID":286,"_blWallIDs":[1772,1773,1774,1775],"_blHP":1000,"_blShadows":[1768,1769,1770,1771],"_blFootprint":[[-240.00003,245.99997],[-240.00003,263.99997],[-230.00003,263.99997],[-230.00003,245.99997]],"_blPos":[-235.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[287,{"_blID":287,"_blWallIDs":[1776,1777,1778,1779],"_blHP":1000,"_blShadows":[1780,1781,1782,1783],"_blFootprint":[[-244.00003,259.99997],[-226.00003,259.99997],[-226.00003,249.99997],[-244.00003,249.99997]],"_blPos":[-235.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[288,{"_blID":288,"_blWallIDs":[1780,1781,1782,1783],"_blHP":1000,"_blShadows":[1776,1777,1778,1779],"_blFootprint":[[-244.00003,269.99997],[-226.00003,269.99997],[-226.00003,259.99997],[-244.00003,259.99997]],"_blPos":[-235.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[289,{"_blID":289,"_blWallIDs":[1784,1785,1786,1787],"_blHP":1000,"_blShadows":[1788,1789,1790,1791],"_blFootprint":[[-230.00003,273.99997],[-230.00003,255.99997],[-240.00003,255.99997],[-240.00003,273.99997]],"_blPos":[-235.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[290,{"_blID":290,"_blWallIDs":[1788,1789,1790,1791],"_blHP":1000,"_blShadows":[1784,1785,1786,1787],"_blFootprint":[[-220.00003,273.99997],[-220.00003,255.99997],[-230.00003,255.99997],[-230.00003,273.99997]],"_blPos":[-225.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[291,{"_blID":291,"_blWallIDs":[1792,1793,1794,1795],"_blHP":1000,"_blShadows":[1796,1797,1798,1799],"_blFootprint":[[-216.00003,259.99997],[-234.00003,259.99997],[-234.00003,269.99997],[-216.00003,269.99997]],"_blPos":[-225.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[292,{"_blID":292,"_blWallIDs":[1796,1797,1798,1799],"_blHP":1000,"_blShadows":[1792,1793,1794,1795],"_blFootprint":[[-216.00003,249.99997],[-234.00003,249.99997],[-234.00003,259.99997],[-216.00003,259.99997]],"_blPos":[-225.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[293,{"_blID":293,"_blWallIDs":[1800,1801,1802,1803],"_blHP":1000,"_blShadows":[1804,1805,1806,1807],"_blFootprint":[[-30.000008,146.0],[-30.000008,164.0],[-20.000008,164.0],[-20.000008,146.0]],"_blPos":[-25.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[294,{"_blID":294,"_blWallIDs":[1804,1805,1806,1807],"_blHP":1000,"_blShadows":[1800,1801,1802,1803],"_blFootprint":[[-40.000008,146.0],[-40.000008,164.0],[-30.000008,164.0],[-30.000008,146.0]],"_blPos":[-35.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[295,{"_blID":295,"_blWallIDs":[1808,1809,1810,1811],"_blHP":1000,"_blShadows":[1812,1813,1814,1815],"_blFootprint":[[-44.000008,160.0],[-26.000008,160.0],[-26.000008,150.0],[-44.000008,150.0]],"_blPos":[-35.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[296,{"_blID":296,"_blWallIDs":[1812,1813,1814,1815],"_blHP":1000,"_blShadows":[1808,1809,1810,1811],"_blFootprint":[[-44.000008,170.0],[-26.000008,170.0],[-26.000008,160.0],[-44.000008,160.0]],"_blPos":[-35.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[297,{"_blID":297,"_blWallIDs":[1816,1817,1818,1819],"_blHP":1000,"_blShadows":[1820,1821,1822,1823],"_blFootprint":[[-30.000008,174.0],[-30.000008,156.0],[-40.000008,156.0],[-40.000008,174.0]],"_blPos":[-35.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[298,{"_blID":298,"_blWallIDs":[1820,1821,1822,1823],"_blHP":1000,"_blShadows":[1816,1817,1818,1819],"_blFootprint":[[-20.000008,174.0],[-20.000008,156.0],[-30.000008,156.0],[-30.000008,174.0]],"_blPos":[-25.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[299,{"_blID":299,"_blWallIDs":[1824,1825,1826,1827],"_blHP":1000,"_blShadows":[1828,1829,1830,1831],"_blFootprint":[[-16.000008,160.0],[-34.000008,160.0],[-34.000008,170.0],[-16.000008,170.0]],"_blPos":[-25.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[300,{"_blID":300,"_blWallIDs":[1828,1829,1830,1831],"_blHP":1000,"_blShadows":[1824,1825,1826,1827],"_blFootprint":[[-16.000008,150.0],[-34.000008,150.0],[-34.000008,160.0],[-16.000008,160.0]],"_blPos":[-25.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[301,{"_blID":301,"_blWallIDs":[1832,1833,1834,1835],"_blHP":1000,"_blShadows":[1836,1837,1838,1839],"_blFootprint":[[-30.000015,246.0],[-30.000015,264.0],[-20.000015,264.0],[-20.000015,246.0]],"_blPos":[-25.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[302,{"_blID":302,"_blWallIDs":[1836,1837,1838,1839],"_blHP":1000,"_blShadows":[1832,1833,1834,1835],"_blFootprint":[[-40.000015,246.0],[-40.000015,264.0],[-30.000015,264.0],[-30.000015,246.0]],"_blPos":[-35.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[303,{"_blID":303,"_blWallIDs":[1840,1841,1842,1843],"_blHP":1000,"_blShadows":[1844,1845,1846,1847],"_blFootprint":[[-44.000015,260.0],[-26.000015,260.0],[-26.000015,250.0],[-44.000015,250.0]],"_blPos":[-35.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[304,{"_blID":304,"_blWallIDs":[1844,1845,1846,1847],"_blHP":1000,"_blShadows":[1840,1841,1842,1843],"_blFootprint":[[-44.000015,270.0],[-26.000015,270.0],[-26.000015,260.0],[-44.000015,260.0]],"_blPos":[-35.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[305,{"_blID":305,"_blWallIDs":[1848,1849,1850,1851],"_blHP":1000,"_blShadows":[1852,1853,1854,1855],"_blFootprint":[[-30.000015,274.0],[-30.000015,256.0],[-40.000015,256.0],[-40.000015,274.0]],"_blPos":[-35.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[306,{"_blID":306,"_blWallIDs":[1852,1853,1854,1855],"_blHP":1000,"_blShadows":[1848,1849,1850,1851],"_blFootprint":[[-20.000015,274.0],[-20.000015,256.0],[-30.000015,256.0],[-30.000015,274.0]],"_blPos":[-25.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[307,{"_blID":307,"_blWallIDs":[1856,1857,1858,1859],"_blHP":1000,"_blShadows":[1860,1861,1862,1863],"_blFootprint":[[-16.000015,260.0],[-34.000015,260.0],[-34.000015,270.0],[-16.000015,270.0]],"_blPos":[-25.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[308,{"_blID":308,"_blWallIDs":[1860,1861,1862,1863],"_blHP":1000,"_blShadows":[1856,1857,1858,1859],"_blFootprint":[[-16.000015,250.0],[-34.000015,250.0],[-34.000015,260.0],[-16.000015,260.0]],"_blPos":[-25.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[309,{"_blID":309,"_blWallIDs":[1864,1865,1866,1867],"_blHP":1000,"_blShadows":[1868,1869,1870,1871],"_blFootprint":[[-30.000023,346.0],[-30.000023,364.0],[-20.000023,364.0],[-20.000023,346.0]],"_blPos":[-25.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[310,{"_blID":310,"_blWallIDs":[1868,1869,1870,1871],"_blHP":1000,"_blShadows":[1864,1865,1866,1867],"_blFootprint":[[-40.000023,346.0],[-40.000023,364.0],[-30.000023,364.0],[-30.000023,346.0]],"_blPos":[-35.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[311,{"_blID":311,"_blWallIDs":[1872,1873,1874,1875],"_blHP":1000,"_blShadows":[1876,1877,1878,1879],"_blFootprint":[[-44.000023,360.0],[-26.000023,360.0],[-26.000023,350.0],[-44.000023,350.0]],"_blPos":[-35.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[312,{"_blID":312,"_blWallIDs":[1876,1877,1878,1879],"_blHP":1000,"_blShadows":[1872,1873,1874,1875],"_blFootprint":[[-44.000023,370.0],[-26.000023,370.0],[-26.000023,360.0],[-44.000023,360.0]],"_blPos":[-35.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[313,{"_blID":313,"_blWallIDs":[1880,1881,1882,1883],"_blHP":1000,"_blShadows":[1884,1885,1886,1887],"_blFootprint":[[-30.000023,374.0],[-30.000023,356.0],[-40.000023,356.0],[-40.000023,374.0]],"_blPos":[-35.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[314,{"_blID":314,"_blWallIDs":[1884,1885,1886,1887],"_blHP":1000,"_blShadows":[1880,1881,1882,1883],"_blFootprint":[[-20.000023,374.0],[-20.000023,356.0],[-30.000023,356.0],[-30.000023,374.0]],"_blPos":[-25.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[315,{"_blID":315,"_blWallIDs":[1888,1889,1890,1891],"_blHP":1000,"_blShadows":[1892,1893,1894,1895],"_blFootprint":[[-16.000023,360.0],[-34.000023,360.0],[-34.000023,370.0],[-16.000023,370.0]],"_blPos":[-25.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[316,{"_blID":316,"_blWallIDs":[1892,1893,1894,1895],"_blHP":1000,"_blShadows":[1888,1889,1890,1891],"_blFootprint":[[-16.000023,350.0],[-34.000023,350.0],[-34.000023,360.0],[-16.000023,360.0]],"_blPos":[-25.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[317,{"_blID":317,"_blWallIDs":[1896,1897,1898,1899],"_blHP":1000,"_blShadows":[1900,1901,1902,1903],"_blFootprint":[[-130.0,146.0],[-130.0,164.0],[-120.0,164.0],[-120.0,146.0]],"_blPos":[-125.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[318,{"_blID":318,"_blWallIDs":[1900,1901,1902,1903],"_blHP":1000,"_blShadows":[1896,1897,1898,1899],"_blFootprint":[[-140.0,146.0],[-140.0,164.0],[-130.0,164.0],[-130.0,146.0]],"_blPos":[-135.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[319,{"_blID":319,"_blWallIDs":[1904,1905,1906,1907],"_blHP":1000,"_blShadows":[1908,1909,1910,1911],"_blFootprint":[[-144.0,160.0],[-126.0,160.0],[-126.0,150.0],[-144.0,150.0]],"_blPos":[-135.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[320,{"_blID":320,"_blWallIDs":[1908,1909,1910,1911],"_blHP":1000,"_blShadows":[1904,1905,1906,1907],"_blFootprint":[[-144.0,170.0],[-126.0,170.0],[-126.0,160.0],[-144.0,160.0]],"_blPos":[-135.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[321,{"_blID":321,"_blWallIDs":[1912,1913,1914,1915],"_blHP":1000,"_blShadows":[1916,1917,1918,1919],"_blFootprint":[[-130.0,174.0],[-130.0,156.0],[-140.0,156.0],[-140.0,174.0]],"_blPos":[-135.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[322,{"_blID":322,"_blWallIDs":[1916,1917,1918,1919],"_blHP":1000,"_blShadows":[1912,1913,1914,1915],"_blFootprint":[[-120.0,174.0],[-120.0,156.0],[-130.0,156.0],[-130.0,174.0]],"_blPos":[-125.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[323,{"_blID":323,"_blWallIDs":[1920,1921,1922,1923],"_blHP":1000,"_blShadows":[1924,1925,1926,1927],"_blFootprint":[[-116.0,160.0],[-134.0,160.0],[-134.0,170.0],[-116.0,170.0]],"_blPos":[-125.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[324,{"_blID":324,"_blWallIDs":[1924,1925,1926,1927],"_blHP":1000,"_blShadows":[1920,1921,1922,1923],"_blFootprint":[[-116.0,150.0],[-134.0,150.0],[-134.0,160.0],[-116.0,160.0]],"_blPos":[-125.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}]],"_coordinates":[],"_triggers":[[0,false],[1,false],[2,false],[3,false],[4,false],[5,false]],"_floorItems":{"_unNIntMap":[[0,{"_flIt":{"_itUse":{"tag":"CraftUse"},"_itType":{"_iyBase":{"tag":"CRAFT","contents":{"tag":"TRANSFORMER"}}},"_itID":{"_unNInt":7},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":0}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":0.5,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[251.37502,-183.95802],"_flItRot":8.377581,"_flItID":{"_unNInt":0}}],[1,{"_flIt":{"_itUse":{"tag":"CraftUse"},"_itType":{"_iyBase":{"tag":"CRAFT","contents":{"tag":"CAN"}}},"_itID":{"_unNInt":6},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":1}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":0.5,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[242.66663,-38.874725],"_flItRot":8.377581,"_flItID":{"_unNInt":1}}],[2,{"_flIt":{"_itUse":{"tag":"CraftUse"},"_itType":{"_iyBase":{"tag":"CRAFT","contents":{"tag":"CAN"}}},"_itID":{"_unNInt":5},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":2}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":0.5,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[420.24994,-86.45799],"_flItRot":8.377581,"_flItID":{"_unNInt":2}}],[3,{"_flIt":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":8,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":0,"_aimTurnSpeed":1.0,"_aimRange":0.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"OneHand","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[20.0,0.0],"_mzRot":0.0,"_mzInaccuracy":5.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.8},"_recoil":10.0,"_torqueAfter":0.2,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"KEYCARD","contents":0}}},"_itID":{"_unNInt":4},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":3}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[-575.4932,-1130.3195],"_flItRot":8.901179,"_flItID":{"_unNInt":3}}],[4,{"_flIt":{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"_iyBase":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}}},"_itID":{"_unNInt":3},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":4}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.0,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[-425.37384,-2134.4214],"_flItRot":20.943953,"_flItID":{"_unNInt":4}}],[5,{"_flIt":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":8,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":0,"_aimTurnSpeed":1.0,"_aimRange":0.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"OneHand","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[10.0,0.0],"_mzRot":-0.3,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}},{"_mzPos":[10.0,0.0],"_mzRot":-0.10000001,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}},{"_mzPos":[10.0,0.0],"_mzRot":9.9999994e-2,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}},{"_mzPos":[10.0,0.0],"_mzRot":0.3,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.8},"_recoil":25.0,"_torqueAfter":0.26,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"_iyBase":{"tag":"HELD","_ibtHeld":{"tag":"BANGSTICK","_xNum":4}}},"_itID":{"_unNInt":2},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":5}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1.3333334,"_itDimension":{"_dimRad":5.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[19.999998,110.0],"_flItRot":3.1415927,"_flItID":{"_unNInt":5}}]]},"_modifications":[[0,{"tag":"ModIDID","_mdID":0,"_mdExternalID1":54,"_mdExternalID2":0,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[1,{"tag":"ModIDID","_mdID":1,"_mdExternalID1":56,"_mdExternalID2":1,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[2,{"tag":"ModIDID","_mdID":2,"_mdExternalID1":57,"_mdExternalID2":2,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[3,{"tag":"ModIDID","_mdID":3,"_mdExternalID1":58,"_mdExternalID2":3,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[4,{"tag":"ModIDID","_mdID":4,"_mdExternalID1":59,"_mdExternalID2":4,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[5,{"tag":"ModIDID","_mdID":5,"_mdExternalID1":61,"_mdExternalID2":5,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}]],"_worldEvents":[{"tag":"SoundStart","contents":[{"tag":"BackgroundSound"},[0.0,0.0],{"_getSoundID":41},null]},{"tag":"MakeStartCloudAt","contents":[-5.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,5.0,5.0]}],"_delayedEvents":[],"_pressPlates":[],"_buttons":[[0,{"_btPict":{"tag":"DefaultDrawButton","contents":[1.0,0.16666666,0.16666666,1.0]},"_btPos":[-1194.6415,-1901.0269],"_btRot":34.033924,"_btEvent":{"tag":"ButtonPress","_bpState":"BtNoLabel","_bpEvent":{"tag":"ButtonDoNothing"},"_bpSound":{"_getSoundID":49},"_bpEff":{"tag":"SetLSCol","contents":[[0.0,0.5,0.0],23]}},"_btID":0,"_btText":"Button","_btState":"BtOff","_btTermMID":null,"_btName":"","_btColor":[1.0,0.0,0.0,1.0]}],[1,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[-1213.8552,-2204.6094],"_btRot":35.60472,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":1,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":0,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[2,{"_btPict":{"tag":"DefaultDrawButton","contents":[1.0,0.16666666,0.16666666,1.0]},"_btPos":[-96.28537,-718.1648],"_btRot":11.519174,"_btEvent":{"tag":"ButtonPress","_bpState":"BtNoLabel","_bpEvent":{"tag":"ButtonDoNothing"},"_bpSound":{"_getSoundID":49},"_bpEff":{"tag":"SetLSCol","contents":[[0.0,0.5,0.0],39]}},"_btID":2,"_btText":"Button","_btState":"BtOff","_btTermMID":null,"_btName":"","_btColor":[1.0,0.0,0.0,1.0]}],[3,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[297.5488,-563.35596],"_btRot":11.519173,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":3,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":1,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[4,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[33.660294,-176.86526],"_btRot":5.235988,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":4,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":2,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[5,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[-710.89966,-2079.8772],"_btRot":25.656342,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":5,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":3,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[6,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[-426.46255,-1647.1913],"_btRot":16.755161,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":6,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":4,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[7,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[-365.27844,-1274.2552],"_btRot":8.377581,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":7,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":5,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}]],"_decorations":[],"_foregroundShapes":[[0,{"_fsID":0,"_fsPos":[285.16666,-112.48688],"_fsDir":8.377581,"_fsRad":150.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-130.0,-21.5,98.0],[-130.0,-21.5,95.0],[170.0,-21.5,98.0],[170.0,-21.5,95.0],[170.0,-18.5,98.0],[170.0,-18.5,95.0],[-130.0,-18.5,98.0],[-130.0,-18.5,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[1,{"_fsID":1,"_fsPos":[265.16663,-77.84587],"_fsDir":8.377581,"_fsRad":150.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-170.0,18.5,98.0],[-170.0,18.5,95.0],[130.0,18.5,98.0],[130.0,18.5,95.0],[130.0,21.5,98.0],[130.0,21.5,95.0],[-170.0,21.5,98.0],[-170.0,21.5,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[2,{"_fsID":2,"_fsPos":[76.32808,-72.26789],"_fsDir":8.377581,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[3,{"_fsID":3,"_fsPos":[46.711525,-99.47073],"_fsDir":5.235988,"_fsRad":20.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-39.5,18.0,53.0],[-39.5,18.0,50.0],[0.5,18.0,53.0],[0.5,18.0,50.0],[0.5,21.0,53.0],[0.5,21.0,50.0],[-39.5,21.0,53.0],[-39.5,21.0,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[4,{"_fsID":4,"_fsPos":[-468.88635,-1054.1709],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-30.75,27.75,98.0],[-30.75,27.75,95.0],[29.25,27.75,98.0],[29.25,27.75,95.0],[29.25,30.75,98.0],[29.25,30.75,95.0],[-30.75,30.75,98.0],[-30.75,30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-30.75,98.0],[30.75,-30.75,95.0],[30.75,29.25,98.0],[30.75,29.25,95.0],[27.75,29.25,98.0],[27.75,29.25,95.0],[27.75,-30.75,98.0],[27.75,-30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[5,{"_fsID":5,"_fsPos":[-588.13635,-1260.718],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[210.75,-269.25,98.0],[210.75,-269.25,95.0],[210.75,-209.25,98.0],[210.75,-209.25,95.0],[207.75,-209.25,98.0],[207.75,-209.25,95.0],[207.75,-269.25,98.0],[207.75,-269.25,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[269.25,-207.75,98.0],[269.25,-207.75,95.0],[209.25,-207.75,98.0],[209.25,-207.75,95.0],[209.25,-210.75,98.0],[209.25,-210.75,95.0],[269.25,-210.75,98.0],[269.25,-210.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[6,{"_fsID":6,"_fsPos":[-794.68335,-1141.468],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-27.75,98.0],[30.75,-27.75,95.0],[-29.25,-27.75,98.0],[-29.25,-27.75,95.0],[-29.25,-30.75,98.0],[-29.25,-30.75,95.0],[30.75,-30.75,98.0],[30.75,-30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-30.75,30.75,98.0],[-30.75,30.75,95.0],[-30.75,-29.25,98.0],[-30.75,-29.25,95.0],[-27.75,-29.25,98.0],[-27.75,-29.25,95.0],[-27.75,30.75,98.0],[-27.75,30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[7,{"_fsID":7,"_fsPos":[-675.4334,-934.92096],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.75,269.25,98.0],[-210.75,269.25,95.0],[-210.75,209.25,98.0],[-210.75,209.25,95.0],[-207.75,209.25,98.0],[-207.75,209.25,95.0],[-207.75,269.25,98.0],[-207.75,269.25,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-269.25,207.75,98.0],[-269.25,207.75,95.0],[-209.25,207.75,98.0],[-209.25,207.75,95.0],[-209.25,210.75,98.0],[-209.25,210.75,95.0],[-269.25,210.75,98.0],[-269.25,210.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[8,{"_fsID":8,"_fsPos":[-383.8298,-1068.3486],"_fsDir":7.3303833,"_fsRad":20.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-39.5,18.0,53.0],[-39.5,18.0,50.0],[0.5,18.0,53.0],[0.5,18.0,50.0],[0.5,21.0,53.0],[0.5,21.0,50.0],[-39.5,21.0,53.0],[-39.5,21.0,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[9,{"_fsID":9,"_fsPos":[-1816.9257,-2486.2246],"_fsDir":37.175514,"_fsRad":11.060661,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-51.06066,71.06065,73.0],[-51.06066,71.06065,70.0],[-71.06066,51.06066,73.0],[-71.06066,51.06066,70.0],[-68.93934,48.93934,73.0],[-68.93934,48.93934,70.0],[-48.93934,68.93935,73.0],[-48.93934,68.93935,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[10,{"_fsID":10,"_fsPos":[-1942.8105,-2344.2632],"_fsDir":38.74631,"_fsRad":11.060661,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-51.06066,71.06065,73.0],[-51.06066,71.06065,70.0],[-71.06066,51.06066,73.0],[-71.06066,51.06066,70.0],[-68.93934,48.93934,73.0],[-68.93934,48.93934,70.0],[-48.93934,68.93935,73.0],[-48.93934,68.93935,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[11,{"_fsID":11,"_fsPos":[-2098.0732,-2393.1865],"_fsDir":40.31711,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-151.06065,181.06065,73.0],[-151.06065,181.06065,70.0],[-171.06065,161.06065,73.0],[-171.06065,161.06065,70.0],[-168.93935,158.93935,73.0],[-168.93935,158.93935,70.0],[-148.93935,178.93935,73.0],[-148.93935,178.93935,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-191.06065,178.93935,73.0],[-191.06065,178.93935,70.0],[-171.06065,158.93935,73.0],[-171.06065,158.93935,70.0],[-168.93935,161.06065,73.0],[-168.93935,161.06065,70.0],[-188.93935,181.06065,73.0],[-188.93935,181.06065,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[12,{"_fsID":12,"_fsPos":[-1995.8488,-2556.1284],"_fsDir":41.8879,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-71.06066,101.06066,73.0],[-71.06066,101.06066,70.0],[-91.06066,81.06066,73.0],[-91.06066,81.06066,70.0],[-88.93934,78.93934,73.0],[-88.93934,78.93934,70.0],[-68.93934,98.93934,73.0],[-68.93934,98.93934,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-111.06066,98.93934,73.0],[-111.06066,98.93934,70.0],[-91.06066,78.93934,73.0],[-91.06066,78.93934,70.0],[-88.93934,81.06066,73.0],[-88.93934,81.06066,70.0],[-108.93934,101.06066,73.0],[-108.93934,101.06066,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[13,{"_fsID":13,"_fsPos":[-1926.5668,-2596.1287],"_fsDir":41.8879,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.5,20.0,73.0],[-11.5,20.0,70.0],[-11.5,0.0,73.0],[-11.5,0.0,70.0],[-8.5,0.0,73.0],[-8.5,0.0,70.0],[-8.5,20.0,73.0],[-8.5,20.0,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[14,{"_fsID":14,"_fsPos":[-2014.9927,-2831.4517],"_fsDir":37.437313,"_fsRad":50.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-1.5,50.0,3.0],[-1.5,50.0,0.0],[-1.5,-50.0,3.0],[-1.5,-50.0,0.0],[1.5,-50.0,3.0],[1.5,-50.0,0.0],[1.5,50.0,3.0],[1.5,50.0,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[15,{"_fsID":15,"_fsPos":[-2037.5928,-2877.1597],"_fsDir":37.437313,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.0,-1.5,3.0],[-10.0,-1.5,0.0],[10.0,-1.5,3.0],[10.0,-1.5,0.0],[10.0,1.5,3.0],[10.0,1.5,0.0],[-10.0,1.5,3.0],[-10.0,1.5,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[16,{"_fsID":16,"_fsPos":[-2002.0518,-2783.1553],"_fsDir":37.437313,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[17,{"_fsID":17,"_fsPos":[-2177.0688,-2812.6438],"_fsDir":38.22271,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.75,10.75,98.0],[-10.75,10.75,95.0],[-10.75,-9.25,98.0],[-10.75,-9.25,95.0],[-7.75,-9.25,98.0],[-7.75,-9.25,95.0],[-7.75,10.75,98.0],[-7.75,10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-9.25,-10.75,98.0],[-9.25,-10.75,95.0],[10.75,-10.75,98.0],[10.75,-10.75,95.0],[10.75,-7.75,98.0],[10.75,-7.75,95.0],[-9.25,-7.75,98.0],[-9.25,-7.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[18,{"_fsID":18,"_fsPos":[-2602.4465,-2278.8809],"_fsDir":35.08112,"_fsRad":65.80875,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.0,142.69125,53.0],[-210.0,142.69125,50.0],[-78.38251,142.69125,53.0],[-78.38251,142.69125,50.0],[-78.38251,145.69125,53.0],[-78.38251,145.69125,50.0],[-210.0,145.69125,53.0],[-210.0,145.69125,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[19,{"_fsID":19,"_fsPos":[-2536.6375,-2392.8647],"_fsDir":35.08112,"_fsRad":65.80875,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-78.38251,11.073761,53.0],[-78.38251,11.073761,50.0],[53.234985,11.073761,53.0],[53.234985,11.073761,50.0],[53.234985,14.073761,53.0],[53.234985,14.073761,50.0],[-78.38251,14.073761,53.0],[-78.38251,14.073761,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[20,{"_fsID":20,"_fsPos":[-2610.4644,-2195.9734],"_fsDir":35.08112,"_fsRad":80.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-90.0,8.5,53.0],[-90.0,8.5,50.0],[70.0,8.5,53.0],[70.0,8.5,50.0],[70.0,11.5,53.0],[70.0,11.5,50.0],[-90.0,11.5,53.0],[-90.0,11.5,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[21,{"_fsID":21,"_fsPos":[-2350.9124,-1815.1803],"_fsDir":33.510323,"_fsRad":60.380154,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.0,148.11984,53.0],[-210.0,148.11984,50.0],[-89.23969,148.11984,53.0],[-89.23969,148.11984,50.0],[-89.23969,151.11984,53.0],[-89.23969,151.11984,50.0],[-210.0,151.11984,53.0],[-210.0,151.11984,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[22,{"_fsID":22,"_fsPos":[-2455.494,-1875.5605],"_fsDir":33.510323,"_fsRad":60.380154,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-89.23969,27.359543,53.0],[-89.23969,27.359543,50.0],[31.520615,27.359543,53.0],[31.520615,27.359543,50.0],[31.520615,30.359543,53.0],[31.520615,30.359543,50.0],[-89.23969,30.359543,53.0],[-89.23969,30.359543,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[23,{"_fsID":23,"_fsPos":[-2265.4683,-1822.4135],"_fsDir":33.510323,"_fsRad":80.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-90.0,8.5,53.0],[-90.0,8.5,50.0],[70.0,8.5,53.0],[70.0,8.5,50.0],[70.0,11.5,53.0],[70.0,11.5,50.0],[-90.0,11.5,53.0],[-90.0,11.5,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[24,{"_fsID":24,"_fsPos":[-2018.537,-1850.1104],"_fsDir":31.939528,"_fsRad":79.21442,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.0,129.28558,53.0],[-210.0,129.28558,50.0],[-51.571167,129.28558,53.0],[-51.571167,129.28558,50.0],[-51.571167,132.28558,53.0],[-51.571167,132.28558,50.0],[-210.0,132.28558,53.0],[-210.0,132.28558,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[25,{"_fsID":25,"_fsPos":[-2097.7517,-1712.9072],"_fsDir":31.939528,"_fsRad":79.21442,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-51.571167,-29.14325,53.0],[-51.571167,-29.14325,50.0],[106.857666,-29.14325,53.0],[106.857666,-29.14325,50.0],[106.857666,-26.14325,53.0],[106.857666,-26.14325,50.0],[-51.571167,-26.14325,53.0],[-51.571167,-26.14325,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[26,{"_fsID":26,"_fsPos":[-1209.73,-1891.1609],"_fsDir":30.89233,"_fsRad":21.5,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[9.5,-38.0,45.0],[9.5,-38.0,42.0],[9.5,0.0,45.0],[9.5,0.0,42.0],[6.5,0.0,45.0],[6.5,0.0,42.0],[6.5,-38.0,45.0],[6.5,-38.0,42.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.5,-38.0,45.0],[29.5,-38.0,42.0],[29.5,0.0,45.0],[29.5,0.0,42.0],[26.5,0.0,45.0],[26.5,0.0,42.0],[26.5,-38.0,45.0],[26.5,-38.0,42.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,-36.5,44.0],[28.0,-36.5,41.0],[8.0,-36.5,44.0],[8.0,-36.5,41.0],[8.0,-39.5,44.0],[8.0,-39.5,41.0],[28.0,-39.5,44.0],[28.0,-39.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,-16.5,44.0],[28.0,-16.5,41.0],[8.0,-16.5,44.0],[8.0,-16.5,41.0],[8.0,-19.5,44.0],[8.0,-19.5,41.0],[28.0,-19.5,44.0],[28.0,-19.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,3.5,44.0],[28.0,3.5,41.0],[8.0,3.5,44.0],[8.0,3.5,41.0],[8.0,0.5,44.0],[8.0,0.5,41.0],[28.0,0.5,44.0],[28.0,0.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[27,{"_fsID":27,"_fsPos":[-1100.4424,-1966.6708],"_fsDir":30.89233,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.75,10.75,98.0],[-10.75,10.75,95.0],[-10.75,-9.25,98.0],[-10.75,-9.25,95.0],[-7.75,-9.25,98.0],[-7.75,-9.25,95.0],[-7.75,10.75,98.0],[-7.75,10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-9.25,-10.75,98.0],[-9.25,-10.75,95.0],[10.75,-10.75,98.0],[10.75,-10.75,95.0],[10.75,-7.75,98.0],[10.75,-7.75,95.0],[-9.25,-7.75,98.0],[-9.25,-7.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[28,{"_fsID":28,"_fsPos":[-1463.7228,-2388.5928],"_fsDir":34.033924,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[29,{"_fsID":29,"_fsPos":[-1021.8219,-1873.4982],"_fsDir":27.750736,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[30,{"_fsID":30,"_fsPos":[-811.88086,-1947.6531],"_fsDir":29.321533,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[31,{"_fsID":31,"_fsPos":[-1017.09644,-1863.8134],"_fsDir":27.750736,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[32,{"_fsID":32,"_fsPos":[-724.55994,-2076.217],"_fsDir":25.656342,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[33,{"_fsID":33,"_fsPos":[-473.6752,-2150.7612],"_fsDir":24.085546,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[34,{"_fsID":34,"_fsPos":[-435.12384,-2117.534],"_fsDir":20.943953,"_fsRad":20.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-39.5,18.0,53.0],[-39.5,18.0,50.0],[0.5,18.0,53.0],[0.5,18.0,50.0],[0.5,21.0,53.0],[0.5,21.0,50.0],[-39.5,21.0,53.0],[-39.5,21.0,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[35,{"_fsID":35,"_fsPos":[-311.48312,-1765.1714],"_fsDir":20.420353,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[36,{"_fsID":36,"_fsPos":[-289.98285,-2125.1714],"_fsDir":20.420353,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.75,10.75,98.0],[-10.75,10.75,95.0],[-10.75,-9.25,98.0],[-10.75,-9.25,95.0],[-7.75,-9.25,98.0],[-7.75,-9.25,95.0],[-7.75,10.75,98.0],[-7.75,10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-9.25,-10.75,98.0],[-9.25,-10.75,95.0],[10.75,-10.75,98.0],[10.75,-10.75,95.0],[10.75,-7.75,98.0],[10.75,-7.75,95.0],[-9.25,-7.75,98.0],[-9.25,-7.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[37,{"_fsID":37,"_fsPos":[-507.7772,-1391.5322],"_fsDir":12.042772,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[38,{"_fsID":38,"_fsPos":[-368.93866,-1287.9155],"_fsDir":8.377581,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[39,{"_fsID":39,"_fsPos":[-8.593861,-1090.551],"_fsDir":11.519174,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[40,{"_fsID":40,"_fsPos":[-88.1514,-734.25323],"_fsDir":8.377581,"_fsRad":21.5,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[9.5,-38.0,45.0],[9.5,-38.0,42.0],[9.5,0.0,45.0],[9.5,0.0,42.0],[6.5,0.0,45.0],[6.5,0.0,42.0],[6.5,-38.0,45.0],[6.5,-38.0,42.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.5,-38.0,45.0],[29.5,-38.0,42.0],[29.5,0.0,45.0],[29.5,0.0,42.0],[26.5,0.0,45.0],[26.5,0.0,42.0],[26.5,-38.0,45.0],[26.5,-38.0,42.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,-36.5,44.0],[28.0,-36.5,41.0],[8.0,-36.5,44.0],[8.0,-36.5,41.0],[8.0,-39.5,44.0],[8.0,-39.5,41.0],[28.0,-39.5,44.0],[28.0,-39.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,-16.5,44.0],[28.0,-16.5,41.0],[8.0,-16.5,44.0],[8.0,-16.5,41.0],[8.0,-19.5,44.0],[8.0,-19.5,41.0],[28.0,-19.5,44.0],[28.0,-19.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,3.5,44.0],[28.0,3.5,41.0],[8.0,3.5,44.0],[8.0,3.5,41.0],[8.0,0.5,44.0],[8.0,0.5,41.0],[28.0,0.5,44.0],[28.0,0.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[41,{"_fsID":41,"_fsPos":[-161.33975,-587.4873],"_fsDir":13.08997,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[42,{"_fsID":42,"_fsPos":[96.39444,-1053.8961],"_fsDir":8.377581,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[43,{"_fsID":43,"_fsPos":[-335.88458,-499.8078],"_fsDir":10.471975,"_fsRad":50.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-1.5,50.0,3.0],[-1.5,50.0,0.0],[-1.5,-50.0,3.0],[-1.5,-50.0,0.0],[1.5,-50.0,3.0],[1.5,-50.0,0.0],[1.5,50.0,3.0],[1.5,50.0,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[44,{"_fsID":44,"_fsPos":[-374.18585,-466.14752],"_fsDir":10.471975,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.0,-1.5,3.0],[-10.0,-1.5,0.0],[10.0,-1.5,3.0],[10.0,-1.5,0.0],[10.0,1.5,3.0],[10.0,1.5,0.0],[-10.0,1.5,3.0],[-10.0,1.5,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[45,{"_fsID":45,"_fsPos":[-292.5833,-524.8078],"_fsDir":10.471975,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[46,{"_fsID":46,"_fsPos":[-359.72308,-219.59744],"_fsDir":12.042771,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[47,{"_fsID":47,"_fsPos":[-177.5833,-90.98082],"_fsDir":8.377581,"_fsRad":50.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-1.5,50.0,3.0],[-1.5,50.0,0.0],[-1.5,-50.0,3.0],[-1.5,-50.0,0.0],[1.5,-50.0,3.0],[1.5,-50.0,0.0],[1.5,50.0,3.0],[1.5,50.0,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[48,{"_fsID":48,"_fsPos":[-129.28203,-74.64106],"_fsDir":8.377581,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.0,-1.5,3.0],[-10.0,-1.5,0.0],[10.0,-1.5,3.0],[10.0,-1.5,0.0],[10.0,1.5,3.0],[10.0,1.5,0.0],[-10.0,1.5,3.0],[-10.0,1.5,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[49,{"_fsID":49,"_fsPos":[-220.88455,-115.98083],"_fsDir":8.377581,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[50,{"_fsID":50,"_fsPos":[-79.68482,-22.045979],"_fsDir":6.8067846,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[51,{"_fsID":51,"_fsPos":[6.2552776,-87.898476],"_fsDir":5.235988,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[52,{"_fsID":52,"_fsPos":[-80.000015,260.0],"_fsDir":3.1415927,"_fsRad":170.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.0,-168.5,99.0],[20.0,-168.5,96.0],[-20.0,-168.5,99.0],[-20.0,-168.5,96.0],[-20.0,-171.5,99.0],[-20.0,-171.5,96.0],[20.0,-171.5,99.0],[20.0,-171.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.0,171.5,99.0],[20.0,171.5,96.0],[-20.0,171.5,99.0],[-20.0,171.5,96.0],[-20.0,168.5,99.0],[-20.0,168.5,96.0],[20.0,168.5,99.0],[20.0,168.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-8.5,-170.0,99.0],[-8.5,-170.0,96.0],[-8.5,170.0,99.0],[-8.5,170.0,96.0],[-11.5,170.0,99.0],[-11.5,170.0,96.0],[-11.5,-170.0,99.0],[-11.5,-170.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.5,-170.0,99.0],[11.5,-170.0,96.0],[11.5,170.0,99.0],[11.5,170.0,96.0],[8.5,170.0,99.0],[8.5,170.0,96.0],[8.5,-170.0,99.0],[8.5,-170.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[10.0,-168.5,98.0],[10.0,-168.5,95.0],[-10.0,-168.5,98.0],[-10.0,-168.5,95.0],[-10.0,-171.5,98.0],[-10.0,-171.5,95.0],[10.0,-171.5,98.0],[10.0,-171.5,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-168.93935,98.0],[11.06066,-168.93935,95.0],[-8.93934,-148.93935,98.0],[-8.93934,-148.93935,95.0],[-11.06066,-151.06065,98.0],[-11.06066,-151.06065,95.0],[8.93934,-171.06065,98.0],[8.93934,-171.06065,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-128.93935,98.0],[8.93934,-128.93935,95.0],[-11.06066,-148.93935,98.0],[-11.06066,-148.93935,95.0],[-8.93934,-151.06065,98.0],[-8.93934,-151.06065,95.0],[11.06066,-131.06065,98.0],[11.06066,-131.06065,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-128.93935,98.0],[11.06066,-128.93935,95.0],[-8.93934,-108.93934,98.0],[-8.93934,-108.93934,95.0],[-11.06066,-111.06066,98.0],[-11.06066,-111.06066,95.0],[8.93934,-131.06065,98.0],[8.93934,-131.06065,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-88.93934,98.0],[8.93934,-88.93934,95.0],[-11.06066,-108.93934,98.0],[-11.06066,-108.93934,95.0],[-8.93934,-111.06066,98.0],[-8.93934,-111.06066,95.0],[11.06066,-91.06066,98.0],[11.06066,-91.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-88.93934,98.0],[11.06066,-88.93934,95.0],[-8.93934,-68.93934,98.0],[-8.93934,-68.93934,95.0],[-11.06066,-71.06066,98.0],[-11.06066,-71.06066,95.0],[8.93934,-91.06066,98.0],[8.93934,-91.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-48.93934,98.0],[8.93934,-48.93934,95.0],[-11.06066,-68.93934,98.0],[-11.06066,-68.93934,95.0],[-8.93934,-71.06066,98.0],[-8.93934,-71.06066,95.0],[11.06066,-51.06066,98.0],[11.06066,-51.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-48.93934,98.0],[11.06066,-48.93934,95.0],[-8.93934,-28.93934,98.0],[-8.93934,-28.93934,95.0],[-11.06066,-31.06066,98.0],[-11.06066,-31.06066,95.0],[8.93934,-51.06066,98.0],[8.93934,-51.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-8.93934,98.0],[8.93934,-8.93934,95.0],[-11.06066,-28.93934,98.0],[-11.06066,-28.93934,95.0],[-8.93934,-31.06066,98.0],[-8.93934,-31.06066,95.0],[11.06066,-11.06066,98.0],[11.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-8.93934,98.0],[11.06066,-8.93934,95.0],[-8.93934,11.06066,98.0],[-8.93934,11.06066,95.0],[-11.06066,8.93934,98.0],[-11.06066,8.93934,95.0],[8.93934,-11.06066,98.0],[8.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,31.06066,98.0],[8.93934,31.06066,95.0],[-11.06066,11.06066,98.0],[-11.06066,11.06066,95.0],[-8.93934,8.93934,98.0],[-8.93934,8.93934,95.0],[11.06066,28.93934,98.0],[11.06066,28.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,31.06066,98.0],[11.06066,31.06066,95.0],[-8.93934,51.06066,98.0],[-8.93934,51.06066,95.0],[-11.06066,48.93934,98.0],[-11.06066,48.93934,95.0],[8.93934,28.93934,98.0],[8.93934,28.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,71.06066,98.0],[8.93934,71.06066,95.0],[-11.06066,51.06066,98.0],[-11.06066,51.06066,95.0],[-8.93934,48.93934,98.0],[-8.93934,48.93934,95.0],[11.06066,68.93934,98.0],[11.06066,68.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,71.06066,98.0],[11.06066,71.06066,95.0],[-8.93934,91.06066,98.0],[-8.93934,91.06066,95.0],[-11.06066,88.93934,98.0],[-11.06066,88.93934,95.0],[8.93934,68.93934,98.0],[8.93934,68.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,111.06066,98.0],[8.93934,111.06066,95.0],[-11.06066,91.06066,98.0],[-11.06066,91.06066,95.0],[-8.93934,88.93934,98.0],[-8.93934,88.93934,95.0],[11.06066,108.93934,98.0],[11.06066,108.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,111.06066,98.0],[11.06066,111.06066,95.0],[-8.93934,131.06065,98.0],[-8.93934,131.06065,95.0],[-11.06066,128.93935,98.0],[-11.06066,128.93935,95.0],[8.93934,108.93934,98.0],[8.93934,108.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,151.06065,98.0],[8.93934,151.06065,95.0],[-11.06066,131.06065,98.0],[-11.06066,131.06065,95.0],[-8.93934,128.93935,98.0],[-8.93934,128.93935,95.0],[11.06066,148.93935,98.0],[11.06066,148.93935,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,151.06065,98.0],[11.06066,151.06065,95.0],[-8.93934,171.06065,98.0],[-8.93934,171.06065,95.0],[-11.06066,168.93935,98.0],[-11.06066,168.93935,95.0],[8.93934,148.93935,98.0],[8.93934,148.93935,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[53,{"_fsID":53,"_fsPos":[-195.00002,309.99997],"_fsDir":3.1415927,"_fsRad":105.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-20.0,99.0],[-103.5,-20.0,96.0],[-103.5,20.0,99.0],[-103.5,20.0,96.0],[-106.5,20.0,99.0],[-106.5,20.0,96.0],[-106.5,-20.0,99.0],[-106.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[106.5,-20.0,99.0],[106.5,-20.0,96.0],[106.5,20.0,99.0],[106.5,20.0,96.0],[103.5,20.0,99.0],[103.5,20.0,96.0],[103.5,-20.0,99.0],[103.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,8.5,99.0],[-105.0,8.5,96.0],[105.0,8.5,99.0],[105.0,8.5,96.0],[105.0,11.5,99.0],[105.0,11.5,96.0],[-105.0,11.5,99.0],[-105.0,11.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,-11.5,99.0],[-105.0,-11.5,96.0],[105.0,-11.5,99.0],[105.0,-11.5,96.0],[105.0,-8.5,99.0],[105.0,-8.5,96.0],[-105.0,-8.5,99.0],[-105.0,-8.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-10.0,98.0],[-103.5,-10.0,95.0],[-103.5,10.0,98.0],[-103.5,10.0,95.0],[-106.5,10.0,98.0],[-106.5,10.0,95.0],[-106.5,-10.0,98.0],[-106.5,-10.0,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.93934,-11.06066,98.0],[-103.93934,-11.06066,95.0],[-83.93934,8.93934,98.0],[-83.93934,8.93934,95.0],[-86.06066,11.06066,98.0],[-86.06066,11.06066,95.0],[-106.06066,-8.93934,98.0],[-106.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-8.93934,98.0],[-63.93934,-8.93934,95.0],[-83.93934,11.06066,98.0],[-83.93934,11.06066,95.0],[-86.06066,8.93934,98.0],[-86.06066,8.93934,95.0],[-66.06066,-11.06066,98.0],[-66.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-11.06066,98.0],[-63.93934,-11.06066,95.0],[-43.93934,8.93934,98.0],[-43.93934,8.93934,95.0],[-46.06066,11.06066,98.0],[-46.06066,11.06066,95.0],[-66.06066,-8.93934,98.0],[-66.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-8.93934,98.0],[-23.93934,-8.93934,95.0],[-43.93934,11.06066,98.0],[-43.93934,11.06066,95.0],[-46.06066,8.93934,98.0],[-46.06066,8.93934,95.0],[-26.06066,-11.06066,98.0],[-26.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-11.06066,98.0],[-23.93934,-11.06066,95.0],[-3.9393396,8.93934,98.0],[-3.9393396,8.93934,95.0],[-6.0606604,11.06066,98.0],[-6.0606604,11.06066,95.0],[-26.06066,-8.93934,98.0],[-26.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-8.93934,98.0],[16.06066,-8.93934,95.0],[-3.9393396,11.06066,98.0],[-3.9393396,11.06066,95.0],[-6.0606604,8.93934,98.0],[-6.0606604,8.93934,95.0],[13.93934,-11.06066,98.0],[13.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-11.06066,98.0],[16.06066,-11.06066,95.0],[36.06066,8.93934,98.0],[36.06066,8.93934,95.0],[33.93934,11.06066,98.0],[33.93934,11.06066,95.0],[13.93934,-8.93934,98.0],[13.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-8.93934,98.0],[56.06066,-8.93934,95.0],[36.06066,11.06066,98.0],[36.06066,11.06066,95.0],[33.93934,8.93934,98.0],[33.93934,8.93934,95.0],[53.93934,-11.06066,98.0],[53.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-11.06066,98.0],[56.06066,-11.06066,95.0],[76.06066,8.93934,98.0],[76.06066,8.93934,95.0],[73.93934,11.06066,98.0],[73.93934,11.06066,95.0],[53.93934,-8.93934,98.0],[53.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-8.93934,98.0],[96.06066,-8.93934,95.0],[76.06066,11.06066,98.0],[76.06066,11.06066,95.0],[73.93934,8.93934,98.0],[73.93934,8.93934,95.0],[93.93934,-11.06066,98.0],[93.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-11.06066,98.0],[96.06066,-11.06066,95.0],[116.06066,8.93934,98.0],[116.06066,8.93934,95.0],[113.93934,11.06066,98.0],[113.93934,11.06066,95.0],[93.93934,-8.93934,98.0],[93.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[54,{"_fsID":54,"_fsPos":[-15.000011,210.0],"_fsDir":3.1415927,"_fsRad":55.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[53.5,19.999998,99.0],[53.5,19.999998,96.0],[53.5,-19.999998,99.0],[53.5,-19.999998,96.0],[56.5,-19.999998,99.0],[56.5,-19.999998,96.0],[56.5,19.999998,99.0],[56.5,19.999998,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-56.5,19.999998,99.0],[-56.5,19.999998,96.0],[-56.5,-19.999998,99.0],[-56.5,-19.999998,96.0],[-53.5,-19.999998,99.0],[-53.5,-19.999998,96.0],[-53.5,19.999998,99.0],[-53.5,19.999998,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[55.0,-8.499999,99.0],[55.0,-8.499999,96.0],[-55.0,-8.499999,99.0],[-55.0,-8.499999,96.0],[-55.0,-11.499999,99.0],[-55.0,-11.499999,96.0],[55.0,-11.499999,99.0],[55.0,-11.499999,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[55.0,11.499999,99.0],[55.0,11.499999,96.0],[-55.0,11.499999,99.0],[-55.0,11.499999,96.0],[-55.0,8.499999,99.0],[-55.0,8.499999,96.0],[55.0,8.499999,99.0],[55.0,8.499999,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[53.5,9.999999,98.0],[53.5,9.999999,95.0],[53.5,-9.999999,98.0],[53.5,-9.999999,95.0],[56.5,-9.999999,98.0],[56.5,-9.999999,95.0],[56.5,9.999999,98.0],[56.5,9.999999,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[53.93934,11.060659,98.0],[53.93934,11.060659,95.0],[33.93934,-8.939339,98.0],[33.93934,-8.939339,95.0],[36.06066,-11.060659,98.0],[36.06066,-11.060659,95.0],[56.06066,8.939339,98.0],[56.06066,8.939339,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[13.939343,8.939339,98.0],[13.939343,8.939339,95.0],[33.93934,-11.060659,98.0],[33.93934,-11.060659,95.0],[36.06066,-8.939339,98.0],[36.06066,-8.939339,95.0],[16.060663,11.060659,98.0],[16.060663,11.060659,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[13.939343,11.060659,98.0],[13.939343,11.060659,95.0],[-6.0606565,-8.939339,98.0],[-6.0606565,-8.939339,95.0],[-3.939336,-11.060659,98.0],[-3.939336,-11.060659,95.0],[16.060663,8.939339,98.0],[16.060663,8.939339,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-26.060652,8.939339,98.0],[-26.060652,8.939339,95.0],[-6.0606565,-11.060659,98.0],[-6.0606565,-11.060659,95.0],[-3.9393358,-8.939339,98.0],[-3.9393358,-8.939339,95.0],[-23.939333,11.060659,98.0],[-23.939333,11.060659,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-26.060652,11.060659,98.0],[-26.060652,11.060659,95.0],[-46.060654,-8.939339,98.0],[-46.060654,-8.939339,95.0],[-43.93933,-11.060659,98.0],[-43.93933,-11.060659,95.0],[-23.939333,8.939339,98.0],[-23.939333,8.939339,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-66.06065,8.939339,98.0],[-66.06065,8.939339,95.0],[-46.060654,-11.060659,98.0],[-46.060654,-11.060659,95.0],[-43.93933,-8.939339,98.0],[-43.93933,-8.939339,95.0],[-63.93933,11.060659,98.0],[-63.93933,11.060659,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[55,{"_fsID":55,"_fsPos":[-195.00003,409.99997],"_fsDir":3.1415927,"_fsRad":105.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-20.0,99.0],[-103.5,-20.0,96.0],[-103.5,20.0,99.0],[-103.5,20.0,96.0],[-106.5,20.0,99.0],[-106.5,20.0,96.0],[-106.5,-20.0,99.0],[-106.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[106.5,-20.0,99.0],[106.5,-20.0,96.0],[106.5,20.0,99.0],[106.5,20.0,96.0],[103.5,20.0,99.0],[103.5,20.0,96.0],[103.5,-20.0,99.0],[103.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,8.5,99.0],[-105.0,8.5,96.0],[105.0,8.5,99.0],[105.0,8.5,96.0],[105.0,11.5,99.0],[105.0,11.5,96.0],[-105.0,11.5,99.0],[-105.0,11.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,-11.5,99.0],[-105.0,-11.5,96.0],[105.0,-11.5,99.0],[105.0,-11.5,96.0],[105.0,-8.5,99.0],[105.0,-8.5,96.0],[-105.0,-8.5,99.0],[-105.0,-8.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-10.0,98.0],[-103.5,-10.0,95.0],[-103.5,10.0,98.0],[-103.5,10.0,95.0],[-106.5,10.0,98.0],[-106.5,10.0,95.0],[-106.5,-10.0,98.0],[-106.5,-10.0,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.93934,-11.06066,98.0],[-103.93934,-11.06066,95.0],[-83.93934,8.93934,98.0],[-83.93934,8.93934,95.0],[-86.06066,11.06066,98.0],[-86.06066,11.06066,95.0],[-106.06066,-8.93934,98.0],[-106.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-8.93934,98.0],[-63.93934,-8.93934,95.0],[-83.93934,11.06066,98.0],[-83.93934,11.06066,95.0],[-86.06066,8.93934,98.0],[-86.06066,8.93934,95.0],[-66.06066,-11.06066,98.0],[-66.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-11.06066,98.0],[-63.93934,-11.06066,95.0],[-43.93934,8.93934,98.0],[-43.93934,8.93934,95.0],[-46.06066,11.06066,98.0],[-46.06066,11.06066,95.0],[-66.06066,-8.93934,98.0],[-66.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-8.93934,98.0],[-23.93934,-8.93934,95.0],[-43.93934,11.06066,98.0],[-43.93934,11.06066,95.0],[-46.06066,8.93934,98.0],[-46.06066,8.93934,95.0],[-26.06066,-11.06066,98.0],[-26.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-11.06066,98.0],[-23.93934,-11.06066,95.0],[-3.9393396,8.93934,98.0],[-3.9393396,8.93934,95.0],[-6.0606604,11.06066,98.0],[-6.0606604,11.06066,95.0],[-26.06066,-8.93934,98.0],[-26.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-8.93934,98.0],[16.06066,-8.93934,95.0],[-3.9393396,11.06066,98.0],[-3.9393396,11.06066,95.0],[-6.0606604,8.93934,98.0],[-6.0606604,8.93934,95.0],[13.93934,-11.06066,98.0],[13.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-11.06066,98.0],[16.06066,-11.06066,95.0],[36.06066,8.93934,98.0],[36.06066,8.93934,95.0],[33.93934,11.06066,98.0],[33.93934,11.06066,95.0],[13.93934,-8.93934,98.0],[13.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-8.93934,98.0],[56.06066,-8.93934,95.0],[36.06066,11.06066,98.0],[36.06066,11.06066,95.0],[33.93934,8.93934,98.0],[33.93934,8.93934,95.0],[53.93934,-11.06066,98.0],[53.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-11.06066,98.0],[56.06066,-11.06066,95.0],[76.06066,8.93934,98.0],[76.06066,8.93934,95.0],[73.93934,11.06066,98.0],[73.93934,11.06066,95.0],[53.93934,-8.93934,98.0],[53.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-8.93934,98.0],[96.06066,-8.93934,95.0],[76.06066,11.06066,98.0],[76.06066,11.06066,95.0],[73.93934,8.93934,98.0],[73.93934,8.93934,95.0],[93.93934,-11.06066,98.0],[93.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-11.06066,98.0],[96.06066,-11.06066,95.0],[116.06066,8.93934,98.0],[116.06066,8.93934,95.0],[113.93934,11.06066,98.0],[113.93934,11.06066,95.0],[93.93934,-8.93934,98.0],[93.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}]],"_corpses":[],"_lightSources":[[0,{"_lsID":0,"_lsParam":{"_lsPos":[292.48715,-85.16636,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":8.377581,"_lsPict":[]}],[1,{"_lsID":1,"_lsParam":{"_lsPos":[257.84613,-105.16637,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":8.377581,"_lsPict":[]}],[2,{"_lsID":2,"_lsParam":{"_lsPos":[97.58807,-47.483223,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.377581,"_lsPict":[]}],[3,{"_lsID":3,"_lsParam":{"_lsPos":[53.849014,-72.83323,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":5.235988,"_lsPict":[]}],[4,{"_lsID":4,"_lsParam":{"_lsPos":[-508.873,-1064.9724,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[5,{"_lsID":5,"_lsParam":{"_lsPos":[-664.6319,-974.9076,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[6,{"_lsID":6,"_lsParam":{"_lsPos":[-754.6968,-1130.6665,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[7,{"_lsID":7,"_lsParam":{"_lsPos":[-598.93787,-1220.7313,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[8,{"_lsID":8,"_lsParam":{"_lsPos":[-410.4673,-1075.4861,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":7.3303833,"_lsPict":[]}],[9,{"_lsID":9,"_lsParam":{"_lsPos":[-1852.578,-2408.0186,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":37.175514,"_lsPict":[]}],[10,{"_lsID":10,"_lsParam":{"_lsPos":[-2021.0165,-2379.9155,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":38.74631,"_lsPict":[]}],[11,{"_lsID":11,"_lsParam":{"_lsPos":[-2030.8943,-2616.6616,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":40.31711,"_lsPict":[]}],[12,{"_lsID":12,"_lsParam":{"_lsPos":[-1881.6556,-2518.2322,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":41.8879,"_lsPict":[]}],[13,{"_lsID":13,"_lsParam":{"_lsPos":[-1921.6556,-2587.5142,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":41.8879,"_lsPict":[]}],[14,{"_lsID":14,"_lsParam":{"_lsPos":[-2163.0342,-2815.2842,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":38.22271,"_lsPict":[]}],[15,{"_lsID":15,"_lsParam":{"_lsPos":[-2405.4775,-2331.6582,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":35.08112,"_lsPict":[]}],[16,{"_lsID":16,"_lsParam":{"_lsPos":[-2519.4614,-2397.467,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":35.08112,"_lsPict":[]}],[17,{"_lsID":17,"_lsParam":{"_lsPos":[-2596.8042,-2199.6335,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":35.08112,"_lsPict":[]}],[18,{"_lsID":18,"_lsParam":{"_lsPos":[-2405.6768,-2019.565,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":33.510323,"_lsPict":[]}],[19,{"_lsID":19,"_lsParam":{"_lsPos":[-2466.0571,-1914.9834,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":33.510323,"_lsPict":[]}],[20,{"_lsID":20,"_lsParam":{"_lsPos":[-2269.1284,-1836.0737,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":33.510323,"_lsPict":[]}],[21,{"_lsID":21,"_lsParam":{"_lsPos":[-2197.1936,-1802.2399,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":31.939528,"_lsPict":[]}],[22,{"_lsID":22,"_lsParam":{"_lsPos":[-2059.9902,-1723.0251,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":31.939528,"_lsPict":[]}],[23,{"_lsID":23,"_lsParam":{"_lsPos":[-1214.0956,-1934.8909,39.0],"_lsRad":50.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":30.89233,"_lsPict":[]}],[24,{"_lsID":24,"_lsParam":{"_lsPos":[-1341.953,-2446.483,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":32.463127,"_lsPict":[]}],[25,{"_lsID":25,"_lsParam":{"_lsPos":[-1341.953,-2446.483,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":32.463127,"_lsPict":[]}],[26,{"_lsID":26,"_lsParam":{"_lsPos":[-1341.953,-2446.483,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":32.463127,"_lsPict":[]}],[27,{"_lsID":27,"_lsParam":{"_lsPos":[-1341.953,-2446.483,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":32.463127,"_lsPict":[]}],[28,{"_lsID":28,"_lsParam":{"_lsPos":[-1095.7117,-1980.1454,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":30.89233,"_lsPict":[]}],[29,{"_lsID":29,"_lsParam":{"_lsPos":[-1457.7035,-2356.4985,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":34.033924,"_lsPict":[]}],[30,{"_lsID":30,"_lsParam":{"_lsPos":[-1015.8026,-1841.4039,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":27.750736,"_lsPict":[]}],[31,{"_lsID":31,"_lsParam":{"_lsPos":[-834.2902,-1946.3593,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":29.321533,"_lsPict":[]}],[32,{"_lsID":32,"_lsParam":{"_lsPos":[-1015.8026,-1841.4039,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":27.750736,"_lsPict":[]}],[33,{"_lsID":33,"_lsParam":{"_lsPos":[-486.00037,-2169.5212,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":24.085546,"_lsPict":[]}],[34,{"_lsID":34,"_lsParam":{"_lsPos":[-442.26132,-2144.1714,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":20.943953,"_lsPict":[]}],[35,{"_lsID":35,"_lsParam":{"_lsPos":[-280.6791,-1754.3373,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":20.420353,"_lsPict":[]}],[36,{"_lsID":36,"_lsParam":{"_lsPos":[-280.67883,-2114.3372,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":20.420353,"_lsPict":[]}],[37,{"_lsID":37,"_lsParam":{"_lsPos":[-513.7966,-1423.6265,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":12.042772,"_lsPict":[]}],[38,{"_lsID":38,"_lsParam":{"_lsPos":[-29.853846,-1115.3357,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":11.519174,"_lsPict":[]}],[39,{"_lsID":39,"_lsParam":{"_lsPos":[-62.505665,-698.5649,39.0],"_lsRad":50.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":8.377581,"_lsPict":[]}],[40,{"_lsID":40,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[41,{"_lsID":41,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[42,{"_lsID":42,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[43,{"_lsID":43,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[44,{"_lsID":44,"_lsParam":{"_lsPos":[-142.5796,-599.8125,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":13.08997,"_lsPict":[]}],[45,{"_lsID":45,"_lsParam":{"_lsPos":[108.719666,-1035.136,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.377581,"_lsPict":[]}],[46,{"_lsID":46,"_lsParam":{"_lsPos":[-365.7425,-251.69157,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":12.042771,"_lsPict":[]}],[47,{"_lsID":47,"_lsParam":{"_lsPos":[-54.900146,-43.30596,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":6.8067846,"_lsPict":[]}],[48,{"_lsID":48,"_lsParam":{"_lsPos":[-15.004709,-112.68315,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":5.235988,"_lsPict":[]}],[49,{"_lsID":49,"_lsParam":{"_lsPos":[-180.00002,309.99997,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[50,{"_lsID":50,"_lsParam":{"_lsPos":[-80.0,110.0,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[51,{"_lsID":51,"_lsParam":{"_lsPos":[19.999989,210.0,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[52,{"_lsID":52,"_lsParam":{"_lsPos":[-280.00003,409.99997,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[53,{"_lsID":53,"_lsParam":{"_lsPos":[20.0,1.0,90.0],"_lsRad":200.0,"_lsCol":[0.0,0.5,0.1]},"_lsDir":0.0,"_lsPict":[]}],[54,{"_lsID":54,"_lsParam":{"_lsPos":[-2004.1477,-2785.182,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":37.437313,"_lsPict":[]}],[55,{"_lsID":55,"_lsParam":{"_lsPos":[-2047.2521,-2874.5715,30.0],"_lsRad":450.0,"_lsCol":[0.1,0.1,0.1]},"_lsDir":37.437313,"_lsPict":[]}],[56,{"_lsID":56,"_lsParam":{"_lsPos":[-724.609,-2079.132,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":25.656342,"_lsPict":[]}],[57,{"_lsID":57,"_lsParam":{"_lsPos":[-442.05228,-1694.1935,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":16.755161,"_lsPict":[]}],[58,{"_lsID":58,"_lsParam":{"_lsPos":[-366.02362,-1287.9646,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":8.377581,"_lsPict":[]}],[59,{"_lsID":59,"_lsParam":{"_lsPos":[-293.99835,-522.2588,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":10.471975,"_lsPict":[]}],[60,{"_lsID":60,"_lsParam":{"_lsPos":[-369.18582,-457.4873,30.0],"_lsRad":450.0,"_lsCol":[0.1,0.1,0.1]},"_lsDir":10.471975,"_lsPict":[]}],[61,{"_lsID":61,"_lsParam":{"_lsPos":[-217.96951,-116.02986,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":8.377581,"_lsPict":[]}],[62,{"_lsID":62,"_lsParam":{"_lsPos":[-124.28204,-83.301285,30.0],"_lsRad":450.0,"_lsCol":[0.1,0.1,0.1]},"_lsDir":8.377581,"_lsPict":[]}]],"_tempLightSources":[],"_seenLocations":[[0,[{"tag":"WdYouPos"},"CURRENT POSITION"]],[1,[{"tag":"WdP2Const","contents":[0.0,0.0]},"START POSITION"]]],"_selLocation":0,"_distortions":[],"_lClock":0,"_lTestString":[],"_lTestInt":0},"_cwGen":{"_cwgParams":{"_sensorCoding":[["FLAMING",["AZURE","SQUARE"]],["LASERING",["RED","THREELINES"]],["ELECTRICAL",["ORANGE","CIRCLE"]]]},"_cwgWorldBounds":{"_bdMinX":-2837.6572,"_bdMaxX":480.07047,"_bdMinY":-3185.7905,"_bdMaxY":430.0},"_cwgGameRooms":[{"_grViewpoints":[[40.0,60.0],[0.0,60.0],[0.0,0.0],[40.0,0.0],[20.0,60.0],[40.0,40.0],[20.0,0.0],[20.0,0.0],[0.0,20.0],[0.0,40.0],[40.0,20.0]],"_grViewpointsEx":[[30.0,60.0],[10.0,60.0]],"_grBound":[[80.35534,-40.35534],[80.35534,100.35534],[-40.35534,100.35534],[-40.35534,-40.35534]],"_grDir":0.0,"_grLinkDirs":[1.5707964],"_grName":"rezBox"},{"_grViewpoints":[[40.0,95.0],[0.0,95.0],[0.0,55.0],[40.0,55.0]],"_grViewpointsEx":[[30.0,90.0],[10.0,90.0],[10.0,60.0],[30.0,60.0]],"_grBound":[[75.35534,19.64466],[75.35534,130.35535],[-35.35534,130.35535],[-35.35534,19.64466]],"_grDir":3.1415927,"_grLinkDirs":[1.5707964,4.712389],"_grName":"autoDoor"},{"_grViewpoints":[[-300.0,89.99997],[40.0,90.0],[39.99997,430.0],[-300.00003,429.99997],[-300.00003,409.99997],[-180.0,89.99997],[39.99997,410.0],[-300.0,109.99997],[19.99997,430.0],[39.999996,110.0],[-180.00003,429.99997],[-280.0,89.99997],[-300.0,209.99997],[39.99998,310.0],[-280.00003,429.99997],[-300.00003,309.99997],[-80.00003,430.0],[39.99999,210.0]],"_grViewpointsEx":[[10.0,90.0],[30.0,90.0],[-90.0,90.0],[-70.0,90.0]],"_grBound":[[-340.35538,470.35532],[-340.35535,49.644623],[80.35535,49.644653],[80.3553,470.35535]],"_grDir":3.1415927,"_grLinkDirs":[4.712389,4.712389],"_grName":"rectPillars"},{"_grViewpoints":[[-100.0,54.999996],[-59.999996,55.0],[-60.0,95.0],[-100.0,95.0]],"_grViewpointsEx":[[-90.0,59.999996],[-70.0,60.0],[-70.0,90.0],[-90.0,90.0]],"_grBound":[[-135.35535,130.35533],[-135.35533,19.644653],[-24.644653,19.64466],[-24.644665,130.35535]],"_grDir":6.2831855,"_grLinkDirs":[4.712389,7.853982],"_grName":"autoDoor"},{"_grViewpoints":[[-99.99999,-10.0],[-59.999992,-10.0],[-60.0,70.0],[-100.0,70.0],[-79.99999,0.0],[-79.99999,0.0]],"_grViewpointsEx":[[-70.0,60.0],[-90.0,59.999996],[-88.66025,-5.0],[-71.33974,5.0]],"_grBound":[[-132.31876,108.150986],[-154.82964,44.124035],[-154.82962,15.87595],[-132.31874,-48.15101],[-27.68124,-48.151],[-5.1703644,15.875961],[-5.1703644,44.124046],[-27.681255,108.151]],"_grDir":6.2831855,"_grLinkDirs":[7.853982,5.2359877],"_grName":"Corridor"},{"_grViewpoints":[[-79.820496,-40.31089],[-45.17948,-20.31088],[-65.17949,14.33013],[-99.820496,-5.669878]],"_grViewpointsEx":[[-73.66024,-30.98076],[-56.339737,-20.980757],[-71.339745,5.000002],[-88.66025,-5.000004]],"_grBound":[[-148.11679,7.271061],[-92.76143,-88.607185],[3.1168137,-33.251823],[-52.23855,62.62642]],"_grDir":6.8067846,"_grLinkDirs":[5.235988,8.377581],"_grName":"autoDoor"},{"_grViewpoints":[[-47.679535,-15.980713],[-220.88457,-115.98082],[-120.884476,-289.18585],[52.320557,-189.18576],[42.32054,-171.86526],[-103.56397,-279.18585],[-134.28204,-65.980774],[-170.88452,-202.58334],[-203.56406,-105.980804],[35.000046,-199.18576],[-37.679527,-33.30124],[-34.28196,-239.1858],[-130.88449,-271.86536]],"_grViewpointsEx":[[-215.88457,-124.64107],[-205.88455,-141.96158],[7.320511,-111.2435],[-2.6794968,-93.923004],[-56.339783,-20.980713],[-73.66029,-30.980743]],"_grBound":[[107.44699,-203.9568],[-32.908485,39.14572],[-276.011,-101.20976],[-135.65552,-344.3123]],"_grDir":6.8067846,"_grLinkDirs":[9.948378,6.8067846,8.377581],"_grName":"ELECautoRect"},{"_grViewpoints":[[-251.19545,-133.48083],[-231.19543,-168.12186],[-196.55443,-148.12184],[-216.55444,-113.480835]],"_grViewpointsEx":[[-205.88455,-141.9616],[-215.88457,-124.64108],[-241.86533,-139.64108],[-231.86531,-156.9616]],"_grBound":[[-203.6135,-65.18454],[-299.49176,-120.5399],[-244.13638,-216.41815],[-148.25813,-161.06277]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-277.1762,-148.48085],[-257.1762,-183.12186],[-222.5352,-163.12186],[-242.53522,-128.48085]],"_grViewpointsEx":[[-267.8461,-154.6411],[-257.8461,-171.96161],[-231.86533,-156.96161],[-241.86534,-139.6411]],"_grBound":[[-229.59427,-80.184555],[-325.47253,-135.53992],[-270.11716,-231.41815],[-174.2389,-176.0628]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"autoDoor"},{"_grViewpoints":[[-303.15698,-163.48087],[-283.15698,-198.12189],[-248.51598,-178.12187],[-268.516,-143.48087]],"_grViewpointsEx":[[-293.82687,-169.64111],[-283.82687,-186.96162],[-257.8461,-171.96162],[-267.8461,-154.64111]],"_grBound":[[-255.57504,-95.18457],[-351.4533,-150.53993],[-296.09793,-246.41818],[-200.21968,-191.0628]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"autoDoor"},{"_grViewpoints":[[-359.44867,-195.9809],[-339.44864,-230.6219],[-270.16663,-190.62189],[-290.16663,-155.98088],[-340.7884,-208.30139],[-340.7884,-208.30139]],"_grViewpointsEx":[[-283.82687,-186.96164],[-293.82687,-169.64113],[-349.44867,-203.30139],[-332.12814,-213.30139]],"_grBound":[[-273.2863,-108.91652],[-339.9907,-121.435005],[-364.45425,-135.55905],[-408.64777,-187.06755],[-356.329,-277.68628],[-289.62457,-265.16776],[-265.16104,-251.04372],[-220.96753,-199.53523]],"_grDir":11.519174,"_grLinkDirs":[13.08997,10.471975],"_grName":"Corridor"},{"_grViewpoints":[[-375.60892,-228.61229],[-340.9679,-248.61229],[-320.9679,-213.97127],[-355.60892,-193.97127]],"_grViewpointsEx":[[-364.44867,-229.28217],[-347.12814,-239.28217],[-332.12814,-213.30139],[-349.44867,-203.30139]],"_grBound":[[-368.54987,-145.67499],[-423.9052,-241.55325],[-328.02695,-296.90857],[-272.6716,-201.0303]],"_grDir":12.042772,"_grLinkDirs":[10.471975,13.613568],"_grName":"autoDoor"},{"_grViewpoints":[[-484.0445,-622.1137],[-324.00467,-579.23114],[-241.16193,-435.7434],[-284.04443,-275.70355],[-427.5322,-192.86084],[-587.5721,-235.74335],[-670.4148,-379.23114],[-627.5322,-539.271],[-628.9934,-307.48724],[-262.60318,-355.7235],[-648.9735,-459.25107],[-404.02454,-600.6724],[-555.7884,-580.6923],[-507.55212,-214.3021]],"_grViewpointsEx":[[-287.5833,-516.1476],[-277.5833,-498.82706],[-347.12808,-239.28221],[-364.44858,-229.28221]],"_grBound":[[-719.98706,-372.70483],[-667.19995,-569.70905],[-490.5708,-671.686],[-293.5666,-618.8988],[-191.58969,-442.26974],[-244.37677,-245.26549],[-421.0059,-143.2886],[-618.01013,-196.07568]],"_grDir":12.042771,"_grLinkDirs":[12.042771,13.613568],"_grName":"8gon"},{"_grViewpoints":[[-262.2724,-542.30786],[-242.2724,-507.6668],[-276.91342,-487.6668],[-296.91342,-522.3078]],"_grViewpointsEx":[[-261.60254,-531.1476],[-251.60254,-513.8271],[-277.5833,-498.82706],[-287.5833,-516.1476]],"_grBound":[[-345.20972,-535.2488],[-249.33147,-590.6041],[-193.9761,-494.72586],[-289.85437,-439.3705]],"_grDir":13.613568,"_grLinkDirs":[12.042771,15.184364],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-236.29166,-557.30786],[-216.29166,-522.6668],[-250.93266,-502.6668],[-270.93268,-537.3078]],"_grViewpointsEx":[[-251.60254,-513.8271],[-261.60254,-531.1476],[-235.62178,-546.1476],[-225.62178,-528.8271]],"_grBound":[[-319.22897,-550.2488],[-223.35071,-605.6041],[-167.99536,-509.72586],[-263.8736,-454.3705]],"_grDir":13.613568,"_grLinkDirs":[15.184364,12.042771],"_grName":"autoDoor"},{"_grViewpoints":[[-210.3109,-572.30786],[-190.31088,-537.6668],[-224.9519,-517.6668],[-244.9519,-552.3078]],"_grViewpointsEx":[[-225.62178,-528.8271],[-235.62178,-546.1476],[-209.64102,-561.1476],[-199.64102,-543.8271]],"_grBound":[[-293.2482,-565.2488],[-197.36995,-620.6041],[-142.01459,-524.7259],[-237.89285,-469.3705]],"_grDir":13.613568,"_grLinkDirs":[15.184364,12.042771],"_grName":"autoDoor"},{"_grViewpoints":[[-154.01926,-604.80786],[-134.01924,-570.1668],[-203.30127,-530.1668],[-223.30127,-564.8078],[-152.6795,-582.4873],[-152.6795,-582.4873]],"_grViewpointsEx":[[-199.64102,-543.8271],[-209.64102,-561.1476],[-161.33975,-587.4873],[-144.01926,-577.4873]],"_grBound":[[-272.50037,-573.7212],[-228.30687,-625.2297],[-203.8433,-639.3537],[-137.13889,-651.8722],[-84.82013,-561.2535],[-129.01366,-509.745],[-153.4772,-495.62094],[-220.18163,-483.10245]],"_grDir":13.613568,"_grLinkDirs":[15.184364,11.519173],"_grName":"Corridor"},{"_grViewpoints":[[101.39444,-1062.5564],[473.3306,-847.819],[201.93613,-377.7499],[-170.00003,-592.4873],[-97.1514,-718.6648],[231.14667,-987.6439],[118.714966,-1052.5564],[306.20905,-558.35596],[15.968048,-485.1186],[-2.878479,-881.9504],[431.90628,-776.06995],[343.57837,-922.73145],[-65.72711,-773.0934],[369.05768,-667.213],[337.63336,-612.7844],[59.970123,-990.8074],[287.36252,-955.18774],[-128.57571,-664.2363],[399.79425,-890.27527],[456.01007,-857.819],[211.93613,-395.0704],[28.545807,-936.3788],[-160.00003,-609.8078],[128.39977,-420.20615],[174.93082,-1020.1002],[243.36044,-449.49893],[-96.46365,-550.03107],[184.61562,-387.7499],[-34.302795,-827.52185],[72.1839,-452.66238],[274.78473,-503.92743],[463.3306,-830.4985],[-40.247803,-517.5748],[400.48196,-721.6415]],"_grViewpointsEx":[[-144.01926,-577.4873],[-161.33978,-587.4873],[86.39444,-1036.5756],[96.39444,-1053.8961]],"_grBound":[[-218.89157,-563.62317],[-260.08704,-961.17725],[-238.3063,-997.5658],[104.00305,-1119.1891],[521.07166,-878.3945],[586.8975,-521.1343],[566.2744,-484.07727],[201.38487,-320.97653]],"_grDir":13.08997,"_grLinkDirs":[14.660766,9.948377],"_grName":"autoRect"},{"_grViewpoints":[[51.083553,-1045.4154],[71.08356,-1080.0564],[105.72457,-1060.0564],[85.72456,-1025.4154]],"_grViewpointsEx":[[96.39444,-1053.8961],[86.39444,-1036.5757],[60.41368,-1051.5757],[70.41368,-1068.8961]],"_grBound":[[98.665504,-977.1191],[2.7872543,-1032.4745],[58.142616,-1128.3527],[154.02086,-1072.9973]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"autoDoor"},{"_grViewpoints":[[-5.2080917,-1077.9154],[14.791916,-1112.5564],[84.07394,-1072.5564],[64.07393,-1037.9154],[13.452164,-1090.236],[13.452164,-1090.236]],"_grViewpointsEx":[[70.41368,-1068.8961],[60.413677,-1051.5757],[8.452164,-1081.5757],[18.452164,-1098.8961]],"_grBound":[[80.95428,-990.851],[14.24987,-1003.3695],[-10.213684,-1017.4936],[-54.407204,-1069.0021],[-2.08844,-1159.6207],[64.615974,-1147.1023],[89.07953,-1132.9783],[133.27304,-1081.4697]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"Corridor"},{"_grViewpoints":[[-26.858725,-1090.4155],[-6.858717,-1125.0565],[27.782293,-1105.0565],[7.7822857,-1070.4155]],"_grViewpointsEx":[[18.452166,-1098.8962],[8.45216,-1081.5758],[-17.528597,-1096.5758],[-7.528593,-1113.8962]],"_grBound":[[20.723225,-1022.1192],[-75.15502,-1077.4746],[-19.799662,-1173.3528],[76.07858,-1117.9974]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"autoDoor"},{"_grViewpoints":[[-70.2637,-1005.2359],[-301.20377,-1005.23596],[-416.67377,-1205.2361],[-301.20358,-1405.2361],[-70.26347,-1405.2358],[45.20642,-1205.2358],[-185.73354,-1405.236],[-185.7337,-1005.23596],[-12.528503,-1305.2358]],"_grViewpointsEx":[[-7.52861,-1113.8961],[-17.528625,-1096.5756],[-363.9387,-1296.5758],[-353.93866,-1313.8964],[-353.93878,-1096.5758],[-363.93878,-1113.8962]],"_grBound":[[95.20642,-1205.2358],[-45.263718,-961.9346],[-326.2038,-961.9347],[-466.67377,-1205.2361],[-326.20355,-1448.5374],[-45.263443,-1448.5371]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948378,8.901179],"_grName":"6gon"},{"_grViewpoints":[[-399.24954,-1305.4156],[-379.24954,-1340.0566],[-344.60852,-1320.0566],[-364.60852,-1285.4156]],"_grViewpointsEx":[[-389.9194,-1311.5759],[-379.9194,-1328.8964],[-353.93866,-1313.8964],[-363.93866,-1296.5759]],"_grBound":[[-351.6676,-1237.1194],[-447.54584,-1292.4747],[-392.1905,-1388.3529],[-296.31223,-1332.9976]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-425.2303,-1320.4156],[-405.2303,-1355.0566],[-370.58926,-1335.0566],[-390.58926,-1300.4156]],"_grViewpointsEx":[[-415.90015,-1326.5759],[-405.90015,-1343.8964],[-379.9194,-1328.8964],[-389.9194,-1311.5759]],"_grBound":[[-377.64835,-1252.1194],[-473.52658,-1307.4747],[-418.1712,-1403.3529],[-322.29297,-1347.9976]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"autoDoor"},{"_grViewpoints":[[-451.21103,-1335.4156],[-431.21103,-1370.0566],[-396.57,-1350.0566],[-416.57,-1315.4156]],"_grViewpointsEx":[[-405.90015,-1343.8964],[-415.90015,-1326.5759],[-441.8809,-1341.5759],[-431.8809,-1358.8964]],"_grBound":[[-403.6291,-1267.1194],[-499.50732,-1322.4747],[-444.15198,-1418.3529],[-348.2737,-1362.9976]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"autoDoor"},{"_grViewpoints":[[-507.5027,-1367.9156],[-487.50266,-1402.5566],[-418.22064,-1362.5566],[-438.22064,-1327.9156],[-488.8424,-1380.2362],[-488.8424,-1380.2362]],"_grViewpointsEx":[[-431.8809,-1358.8964],[-441.8809,-1341.5759],[-497.5027,-1375.2362],[-480.18216,-1385.2361]],"_grBound":[[-421.3403,-1280.8513],[-488.0447,-1293.3698],[-512.50824,-1307.4938],[-556.7018,-1359.0023],[-504.38303,-1449.621],[-437.6786,-1437.1025],[-413.21506,-1422.9785],[-369.02155,-1371.47]],"_grDir":11.519174,"_grLinkDirs":[13.08997,10.471975],"_grName":"Corridor"},{"_grViewpoints":[[-523.6629,-1400.5471],[-489.0219,-1420.5471],[-469.0219,-1385.9061],[-503.66293,-1365.9061]],"_grViewpointsEx":[[-512.5027,-1401.217],[-495.18216,-1411.217],[-480.18216,-1385.2362],[-497.5027,-1375.2362]],"_grBound":[[-516.6039,-1317.6099],[-571.9592,-1413.4882],[-476.08096,-1468.8434],[-420.72562,-1372.9652]],"_grDir":12.042772,"_grLinkDirs":[10.471975,13.613568],"_grName":"autoDoor"},{"_grViewpoints":[[-389.21588,-1607.6781],[-432.09857,-1447.6383],[-575.5863,-1364.7957],[-735.62616,-1407.6782],[-818.46875,-1551.1661],[-775.5862,-1711.2059],[-632.0983,-1794.0486],[-472.05853,-1751.1659],[-703.8423,-1752.6272],[-797.02747,-1631.186],[-410.65723,-1527.6582],[-777.0475,-1479.4222],[-655.60626,-1386.2369],[-552.0784,-1772.6072]],"_grViewpointsEx":[[-435.6372,-1688.0823],[-425.6372,-1670.7618],[-495.18216,-1411.217],[-512.5027,-1401.217]],"_grBound":[[-638.62463,-1843.6208],[-441.62045,-1790.8335],[-339.64365,-1614.2043],[-392.4309,-1417.2002],[-569.06006,-1315.2234],[-766.0643,-1368.0106],[-868.041,-1544.6398],[-815.25385,-1741.644]],"_grDir":12.042772,"_grLinkDirs":[18.325958,13.613568],"_grName":"warningTerm-8gon"},{"_grViewpoints":[[-410.3263,-1714.2424],[-390.32632,-1679.6014],[-424.96735,-1659.6014],[-444.96732,-1694.2424]],"_grViewpointsEx":[[-409.65643,-1703.0822],[-399.65643,-1685.7617],[-425.6372,-1670.7617],[-435.6372,-1688.0822]],"_grBound":[[-493.2636,-1707.1835],[-397.38535,-1762.5387],[-342.03003,-1666.6604],[-437.90833,-1611.3052]],"_grDir":19.896753,"_grLinkDirs":[18.325958,21.46755],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-384.34552,-1729.2423],[-364.34555,-1694.6013],[-398.98657,-1674.6013],[-418.98654,-1709.2423]],"_grViewpointsEx":[[-399.65643,-1685.7616],[-409.65643,-1703.082],[-383.67566,-1718.082],[-373.67566,-1700.7616]],"_grBound":[[-467.28284,-1722.1833],[-371.40457,-1777.5386],[-316.04926,-1681.6603],[-411.92755,-1626.305]],"_grDir":19.896753,"_grLinkDirs":[21.46755,18.325958],"_grName":"autoDoor"},{"_grViewpoints":[[-358.36475,-1744.2423],[-338.36478,-1709.6013],[-373.0058,-1689.6013],[-393.00577,-1724.2423]],"_grViewpointsEx":[[-357.6949,-1733.082],[-347.6949,-1715.7616],[-373.67566,-1700.7616],[-383.67566,-1718.082]],"_grBound":[[-441.30206,-1737.1833],[-345.4238,-1792.5386],[-290.06848,-1696.6603],[-385.94678,-1641.305]],"_grDir":19.896753,"_grLinkDirs":[18.325958,21.46755],"_grName":"autoDoor"},{"_grViewpoints":[[-302.0731,-1776.7423],[-282.07312,-1742.1013],[-351.35516,-1702.1013],[-371.35513,-1736.7423],[-300.73337,-1754.4218],[-300.73337,-1754.4218]],"_grViewpointsEx":[[-300.73337,-1764.4218],[-300.73337,-1744.4218],[-347.69492,-1715.7616],[-357.6949,-1733.082]],"_grBound":[[-420.55426,-1745.6558],[-376.3607,-1797.1642],[-351.89713,-1811.2882],[-285.19272,-1823.8066],[-232.87401,-1733.1879],[-277.06757,-1681.6794],[-301.53113,-1667.5554],[-368.23553,-1655.037]],"_grDir":19.896753,"_grLinkDirs":[18.849556,21.46755],"_grName":"Corridor"},{"_grViewpoints":[[-300.73312,-1734.4214],[-300.73285,-2134.4214],[99.26715,-2134.4211],[99.26688,-1734.4211],[19.266876,-1734.4211],[99.26689,-1754.4211],[-160.73312,-1734.4214],[-40.73285,-2134.4211],[-300.73294,-1994.4214],[99.2671,-2054.4211],[-280.73285,-2134.4214],[-40.733124,-1734.4213],[-280.73312,-1734.4214],[-220.73312,-1734.4214],[-100.73312,-1734.4213],[-300.7329,-2054.4214],[-300.733,-1934.4214],[99.26705,-1994.4211],[-220.73285,-2134.4214],[-300.73303,-1874.4214],[99.26693,-1814.4211],[-300.73306,-1814.4214],[99.266975,-1874.4211],[79.26688,-1734.4211],[-100.73285,-2134.4214],[99.26701,-1934.4211],[-160.73285,-2134.4214],[99.267136,-2114.4211],[79.26715,-2134.4211],[19.26715,-2134.4211]],"_grViewpointsEx":[[-300.73312,-1744.4214],[-300.7331,-1764.4214],[-300.73288,-2104.4214],[-300.73285,-2124.4214]],"_grBound":[[139.6222,-1694.0658],[-341.0885,-1694.0662],[-341.08817,-2174.7769],[139.62251,-2174.7764]],"_grDir":20.420353,"_grLinkDirs":[21.99115,21.99115],"_grName":"autoRect"},{"_grViewpoints":[[-335.73288,-2094.4214],[-335.73285,-2134.4214],[-295.73285,-2134.4214],[-295.73288,-2094.4214]],"_grViewpointsEx":[[-300.73285,-2124.4214],[-300.73288,-2104.4214],[-330.73288,-2104.4214],[-330.73285,-2124.4214]],"_grBound":[[-260.37756,-2059.066],[-371.08826,-2059.0662],[-371.08817,-2169.7769],[-260.3775,-2169.7766]],"_grDir":23.561945,"_grLinkDirs":[25.132742,21.99115],"_grName":"autoDoor"},{"_grViewpoints":[[-400.73288,-2094.4214],[-400.73285,-2134.4214],[-320.73285,-2134.4214],[-320.73288,-2094.4214],[-390.73285,-2114.4214],[-390.73285,-2114.4214]],"_grViewpointsEx":[[-330.73285,-2124.4214],[-330.73288,-2104.4214],[-395.73288,-2105.7612],[-385.73285,-2123.0818]],"_grBound":[[-282.5819,-2062.1025],[-346.6089,-2039.5918],[-374.85696,-2039.5918],[-438.8839,-2062.1028],[-438.88382,-2166.7402],[-374.85684,-2189.251],[-346.60876,-2189.251],[-282.58182,-2166.74]],"_grDir":23.561945,"_grLinkDirs":[25.132742,22.514748],"_grName":"Corridor"},{"_grViewpoints":[[-431.04376,-2114.601],[-411.0437,-2149.242],[-376.4027,-2129.242],[-396.40277,-2094.601]],"_grViewpointsEx":[[-385.73285,-2123.0818],[-395.73288,-2105.7612],[-421.71362,-2120.7612],[-411.7136,-2138.0818]],"_grBound":[[-383.46188,-2046.3047],[-479.34006,-2101.6602],[-423.98456,-2197.5383],[-328.10638,-2142.1829]],"_grDir":24.085545,"_grLinkDirs":[25.656342,22.51475],"_grName":"autoDoor"},{"_grViewpoints":[[-487.33533,-2147.101],[-467.33527,-2181.742],[-398.0533,-2141.742],[-418.05338,-2107.101],[-468.67505,-2159.4216],[-468.67505,-2159.4216]],"_grViewpointsEx":[[-411.71356,-2138.0818],[-421.7136,-2120.7612],[-473.67508,-2150.7612],[-463.67505,-2168.0818]],"_grBound":[[-401.1731,-2060.0366],[-467.87747,-2072.5552],[-492.341,-2086.6792],[-536.5344,-2138.1877],[-484.21558,-2228.8064],[-417.51117,-2216.2878],[-393.04764,-2202.1638],[-348.8542,-2150.6553]],"_grDir":24.085545,"_grLinkDirs":[25.656342,22.51475],"_grName":"Corridor"},{"_grViewpoints":[[-613.62335,-2474.0483],[-470.1358,-2391.205],[-427.25366,-2231.1653],[-510.09674,-2087.6777],[-670.13666,-2044.7955],[-813.62427,-2127.6387],[-856.50635,-2287.6785],[-773.66327,-2431.166],[-448.6947,-2311.1853],[-590.1167,-2066.2366],[-693.6433,-2452.6072],[-815.08484,-2359.4224],[-541.8795,-2432.6267],[-835.0653,-2207.6584]],"_grViewpointsEx":[[-463.67514,-2168.0818],[-473.6752,-2150.7612],[-733.2202,-2081.217],[-750.5407,-2091.217]],"_grBound":[[-906.0786,-2294.205],[-804.1012,-2470.8337],[-607.0969,-2523.6204],[-430.46802,-2421.643],[-377.68143,-2224.639],[-479.65875,-2048.0098],[-676.6631,-1995.2233],[-853.292,-2097.2007]],"_grDir":24.085546,"_grLinkDirs":[25.656342,27.227139],"_grName":"8gon"},{"_grViewpoints":[[-742.06,-2045.9061],[-776.701,-2065.9063],[-756.7009,-2100.547],[-722.05994,-2080.547]],"_grViewpointsEx":[[-748.2202,-2055.2363],[-765.5407,-2065.2363],[-750.5407,-2091.217],[-733.2202,-2081.217]],"_grBound":[[-673.7637,-2093.488],[-729.11914,-1997.6097],[-824.9973,-2052.9653],[-769.6418,-2148.8435]],"_grDir":28.797934,"_grLinkDirs":[27.227139,30.36873],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-757.06006,-2019.9254],[-791.70105,-2039.9254],[-771.701,-2074.5664],[-737.06,-2054.5664]],"_grViewpointsEx":[[-763.2203,-2029.2555],[-780.5408,-2039.2555],[-765.5408,-2065.2363],[-748.2203,-2055.2363]],"_grBound":[[-688.7637,-2067.5073],[-744.1192,-1971.629],[-839.9974,-2026.9845],[-784.64185,-2122.8628]],"_grDir":28.797934,"_grLinkDirs":[27.227139,30.36873],"_grName":"autoDoor"},{"_grViewpoints":[[-772.0601,-1993.9447],[-806.7011,-2013.9447],[-786.70105,-2048.5857],[-752.06006,-2028.5857]],"_grViewpointsEx":[[-778.22034,-2003.2748],[-795.54083,-2013.2748],[-780.54083,-2039.2556],[-763.22034,-2029.2555]],"_grBound":[[-703.7638,-2041.5265],[-759.11926,-1945.6483],[-854.99744,-2001.0038],[-799.6419,-2096.882]],"_grDir":28.797934,"_grLinkDirs":[27.227139,30.36873],"_grName":"autoDoor"},{"_grViewpoints":[[-804.56024,-1937.6531],[-839.20123,-1957.6531],[-799.2011,-2026.935],[-764.5601,-2006.935],[-816.88074,-1956.3134],[-816.88074,-1956.3134]],"_grViewpointsEx":[[-811.88074,-1947.6531],[-821.8807,-1964.9736],[-795.5409,-2013.2748],[-778.2204,-2003.2748]],"_grBound":[[-717.4957,-2023.8153],[-730.01434,-1957.1108],[-744.1384,-1932.6473],[-795.647,-1888.4539],[-886.2656,-1940.7728],[-873.747,-2007.4772],[-859.6229,-2031.9407],[-808.1144,-2076.1343]],"_grDir":28.797934,"_grLinkDirs":[27.750736,30.36873],"_grName":"Corridor"},{"_grViewpoints":[[-826.88086,-1973.6339],[-747.9752,-1836.9648],[-964.17163,-1712.1443],[-1043.0773,-1848.8134],[-757.9752,-1854.2854],[-765.2958,-1826.9648],[-844.2014,-1963.6339],[-825.8142,-1792.0247],[-1033.0773,-1831.4929],[-974.17163,-1729.4648],[-886.33264,-1757.0845],[-904.71985,-1928.6937],[-946.8511,-1722.1443],[-965.2383,-1893.7535]],"_grViewpointsEx":[[-821.88086,-1964.9736],[-811.8809,-1947.6531],[-1034.417,-1853.8134],[-1017.09644,-1863.8134]],"_grBound":[[-1098.2036,-1863.5846],[-812.1097,-2028.7603],[-692.8489,-1822.1936],[-978.9428,-1657.018]],"_grDir":29.321533,"_grLinkDirs":[30.89233,29.321533],"_grName":"tanksRoom"},{"_grViewpoints":[[-1060.5773,-1879.1243],[-1025.9362,-1899.1241],[-1005.9362,-1864.4832],[-1040.5773,-1844.4832]],"_grViewpointsEx":[[-1049.417,-1879.7941],[-1032.0964,-1889.7941],[-1017.0965,-1863.8132],[-1034.417,-1853.8134]],"_grBound":[[-1053.5183,-1796.1869],[-1108.8735,-1892.0652],[-1012.9952,-1947.4204],[-957.63995,-1851.5421]],"_grDir":30.892328,"_grLinkDirs":[29.321533,32.463127],"_grName":"autoDoor"},{"_grViewpoints":[[-1093.0771,-1935.4159],[-1058.4362,-1955.4159],[-1018.4362,-1886.1338],[-1053.0773,-1866.1338],[-1070.7567,-1936.7556],[-1070.7567,-1936.7556]],"_grViewpointsEx":[[-1079.417,-1931.7556],[-1062.0964,-1941.7556],[-1032.0964,-1889.7941],[-1049.417,-1879.7941]],"_grBound":[[-1061.9907,-1816.9347],[-1113.4991,-1861.1283],[-1127.6232,-1885.5919],[-1140.1415,-1952.2964],[-1049.5227,-2004.615],[-998.0143,-1960.4214],[-983.89026,-1935.9578],[-971.3719,-1869.2534]],"_grDir":30.892328,"_grLinkDirs":[29.321533,32.463127],"_grName":"Corridor"},{"_grViewpoints":[[-1105.5771,-1957.0665],[-1070.9362,-1977.0664],[-1050.9362,-1942.4254],[-1085.5771,-1922.4254]],"_grViewpointsEx":[[-1062.0964,-1941.7556],[-1079.417,-1931.7556],[-1094.4169,-1957.7363],[-1077.0964,-1967.7363]],"_grBound":[[-1098.5182,-1874.1292],[-1153.8734,-1970.0074],[-1057.9951,-2025.3628],[-1002.6399,-1929.4844]],"_grDir":30.892328,"_grLinkDirs":[32.463127,29.321533],"_grName":"autoDoor"},{"_grViewpoints":[[-1644.9982,-1639.8606],[-1918.5142,-2113.6074],[-1341.953,-2446.483],[-1068.437,-1972.7358],[-1356.7175,-1806.2982],[-1845.1353,-1986.5105],[-1576.0415,-2311.3328],[-1194.1415,-1900.1609],[-1686.6876,-1712.0693],[-1792.8096,-2186.1826],[-1205.195,-2209.6094],[-1248.3335,-1868.8733],[-1236.8845,-2264.4976],[-1302.5255,-1837.5857],[-1654.998,-1657.181],[-1331.953,-2429.1624],[-1630.2336,-2280.0452],[-1627.6776,-1649.8605],[-1110.1265,-2044.9447],[-1901.1936,-2123.6074],[-1684.4255,-2248.7576],[-1738.6176,-2217.4702],[-1173.5055,-2154.7212],[-1139.9495,-1931.4485],[-1359.2736,-2436.483],[-1573.4856,-1681.1481],[-1465.1016,-1743.7231],[-1847.0016,-2154.895],[-1521.8496,-2342.6204],[-1141.8159,-2099.833],[-1781.7561,-1876.734],[-1908.5142,-2096.287],[-1300.2635,-2374.2742],[-1268.574,-2319.386],[-1876.8247,-2041.3988],[-1410.9095,-1775.0107],[-1750.0667,-1821.8458],[-1078.4369,-1990.0564],[-1413.4656,-2405.1953],[-1519.2936,-1712.4355],[-1718.3771,-1766.9575]],"_grViewpointsEx":[[-1476.3179,-2368.908],[-1458.9973,-2378.908],[-1808.4457,-1922.962],[-1818.4456,-1940.2825],[-1077.0973,-1967.736],[-1094.4177,-1957.736]],"_grBound":[[-1012.18744,-1978.5032],[-1100.266,-1585.6798],[-1137.4104,-1561.6727],[-1672.8121,-1590.3123],[-1975.3312,-2114.2944],[-1732.4299,-2592.2842],[-1693.0669,-2612.4482],[-1308.8333,-2492.3125]],"_grDir":30.89233,"_grLinkDirs":[35.60472,34.033924,32.463127],"_grName":"autoRect"},{"_grViewpoints":[[-1833.7567,-1896.8019],[-1853.7566,-1931.443],[-1819.1155,-1951.4429],[-1799.1156,-1916.8018]],"_grViewpointsEx":[[-1834.4265,-1907.9622],[-1844.4264,-1925.2827],[-1818.4457,-1940.2826],[-1808.4457,-1922.962]],"_grBound":[[-1750.8193,-1903.8607],[-1846.6978,-1848.5056],[-1902.0529,-1944.384],[-1806.1744,-1999.7391]],"_grDir":35.60472,"_grLinkDirs":[34.033924,37.175514],"_grName":"autoDoor"},{"_grViewpoints":[[-1859.7375,-1881.802],[-1879.7374,-1916.4431],[-1845.0963,-1936.443],[-1825.0964,-1901.8019]],"_grViewpointsEx":[[-1860.4073,-1892.9623],[-1870.4072,-1910.2828],[-1844.4265,-1925.2827],[-1834.4265,-1907.9622]],"_grBound":[[-1776.8002,-1888.8608],[-1872.6786,-1833.5057],[-1928.0337,-1929.3842],[-1832.1553,-1984.7393]],"_grDir":35.60472,"_grLinkDirs":[34.033924,37.175514],"_grName":"autoDoor"},{"_grViewpoints":[[-1916.0293,-1849.3022],[-1936.0292,-1883.9434],[-1866.7471,-1923.9431],[-1846.7472,-1889.302],[-1917.369,-1871.6228],[-1917.369,-1871.6228]],"_grViewpointsEx":[[-1908.7087,-1866.6227],[-1926.0293,-1876.6228],[-1870.4073,-1910.2828],[-1860.4075,-1892.9623]],"_grBound":[[-1797.5481,-1880.3885],[-1841.7418,-1828.8801],[-1866.2053,-1814.7562],[-1932.9098,-1802.2379],[-1985.2283,-1892.8568],[-1941.0347,-1944.3652],[-1916.571,-1958.4891],[-1849.8666,-1971.0074]],"_grDir":35.60472,"_grLinkDirs":[33.510326,37.175514],"_grName":"Corridor"},{"_grViewpoints":[[-2200.0498,-1342.0082],[-2457.1357,-1490.4375],[-2157.1345,-2010.0521],[-1900.0486,-1861.6227],[-2384.913,-1615.5299],[-2190.0496,-1359.3286],[-2158.9385,-1413.2146],[-2127.8271,-1467.1006],[-2028.5916,-1935.8374],[-1972.9803,-1903.7301],[-2384.2039,-1448.3302],[-2353.802,-1669.4159],[-2084.203,-1967.9447],[-2447.1357,-1507.758],[-2167.1345,-1992.7317],[-2272.9814,-1384.1155],[-2322.6907,-1723.3019],[-2096.716,-1520.9866],[-2003.3823,-1682.6444],[-1972.271,-1736.5303],[-2065.6047,-1574.8724],[-2291.5796,-1777.1877],[-2439.8152,-1480.4375],[-2198.2458,-1938.8457],[-2328.5928,-1416.2229],[-1941.1598,-1790.4163],[-2139.814,-2000.0521],[-2217.37,-1352.0082],[-2229.357,-1884.9597],[-2416.0244,-1561.644],[-1910.0486,-1844.3022],[-2034.4935,-1628.7584]],"_grViewpointsEx":[[-1926.0293,-1876.6228],[-1908.7087,-1866.6228],[-2265.4683,-1822.4136],[-2255.4683,-1839.734]],"_grBound":[[-1844.9221,-1876.3937],[-2185.2788,-1286.8817],[-2512.2622,-1475.6665],[-2171.9055,-2065.1785]],"_grDir":35.08112,"_grLinkDirs":[36.651917,35.08112],"_grName":"autoRect"},{"_grViewpoints":[[-2335.1094,-1781.7917],[-2255.1091,-1920.3557],[-2185.8271,-1880.3557],[-2265.8274,-1741.7917]],"_grViewpointsEx":[[-2255.4683,-1839.734],[-2265.4683,-1822.4135],[-2282.7888,-1832.4135],[-2272.7888,-1849.734]],"_grBound":[[-2252.8865,-1693.4954],[-2383.4055,-1768.8508],[-2268.05,-1968.6521],[-2137.531,-1893.2966]],"_grDir":36.651917,"_grLinkDirs":[38.22271,35.08112],"_grName":"defaultRoom"},{"_grViewpoints":[[-2837.6572,-2071.3533],[-2726.8967,-2263.1958],[-2207.2817,-1963.1952],[-2318.0422,-1771.3528],[-2820.3367,-2061.3533],[-2308.0422,-1788.6733],[-2389.2488,-1812.464],[-2443.1348,-1843.5752],[-2547.9182,-2159.8623],[-2766.4507,-2030.2422],[-2655.6902,-2222.0845],[-2217.2817,-1945.8746],[-2440.1462,-2097.64],[-2604.7927,-1936.9087],[-2497.0208,-1874.6863],[-2658.6787,-1968.0198],[-2386.2603,-2066.5288],[-2278.4883,-2004.3064],[-2736.8967,-2245.8752],[-2827.6572,-2088.6738],[-2767.1501,-2193.4746],[-2332.3743,-2035.4175],[-2709.5762,-2253.1958],[-2494.0322,-2128.751],[-2335.3628,-1781.3528],[-2224.6023,-1973.1952],[-2797.4036,-2141.0742],[-2712.5647,-1999.131],[-2247.5352,-1893.4742],[-2550.9067,-1905.7975]],"_grViewpointsEx":[[-2272.7888,-1849.734],[-2282.7888,-1832.4136],[-2610.4644,-2195.9734],[-2593.144,-2185.9734]],"_grBound":[[-2303.2712,-1716.2264],[-2892.7837,-2056.5823],[-2741.6677,-2318.3223],[-2152.1553,-1977.9662]],"_grDir":36.651917,"_grLinkDirs":[38.22271,36.651917],"_grName":"autoRect"},{"_grViewpoints":[[-2651.0862,-2265.6145],[-2512.5222,-2185.6143],[-2552.5222,-2116.3323],[-2691.0862,-2196.3325]],"_grViewpointsEx":[[-2593.144,-2185.9734],[-2610.4644,-2195.9734],[-2600.4644,-2213.294],[-2583.144,-2203.294]],"_grBound":[[-2739.3826,-2183.3916],[-2664.027,-2313.911],[-2464.2258,-2198.5552],[-2539.5813,-2068.036]],"_grDir":38.222713,"_grLinkDirs":[39.79351,36.651917],"_grName":"defaultRoom"},{"_grViewpoints":[[-2367.7927,-2771.7813],[-2157.1453,-2650.1636],[-2457.146,-2130.5488],[-2667.7935,-2252.1667],[-2440.0151,-2646.689],[-2229.3677,-2525.071],[-2291.8032,-2727.9087],[-2350.4722,-2761.7813],[-2564.46,-2431.145],[-2416.0347,-2201.7554],[-2471.1262,-2592.803],[-2260.4788,-2471.185],[-2291.59,-2417.2993],[-2657.7935,-2269.487],[-2626.6824,-2323.373],[-2474.4666,-2140.5488],[-2174.4656,-2660.1636],[-2353.8125,-2309.5273],[-2533.3486,-2485.031],[-2595.571,-2377.259],[-2384.9236,-2255.6414],[-2408.9038,-2700.575],[-2650.473,-2242.1665],[-2198.2563,-2578.957],[-2533.1353,-2174.4214],[-2377.7927,-2754.461],[-2502.2375,-2538.917],[-2447.146,-2147.8694],[-2167.1453,-2632.843],[-2322.7012,-2363.4133]],"_grViewpointsEx":[[-2241.7947,-2699.0361],[-2224.474,-2689.0361],[-2583.1438,-2203.294],[-2600.4644,-2213.294]],"_grBound":[[-2722.92,-2237.3958],[-2382.5637,-2826.9077],[-2102.0188,-2664.9346],[-2442.375,-2075.4224]],"_grDir":38.222713,"_grLinkDirs":[36.651917,39.79351],"_grName":"autoRect"},{"_grViewpoints":[[-2232.9548,-2734.3472],[-2198.314,-2714.347],[-2218.314,-2679.706],[-2252.9548,-2699.706]],"_grViewpointsEx":[[-2226.7947,-2725.0168],[-2209.474,-2715.0168],[-2224.474,-2689.0361],[-2241.7947,-2699.0361]],"_grBound":[[-2301.2512,-2686.7651],[-2245.8958,-2782.6433],[-2150.0176,-2727.2878],[-2205.373,-2631.4097]],"_grDir":38.222713,"_grLinkDirs":[36.651917,39.79351],"_grName":"autoDoor"},{"_grViewpoints":[[-2200.4548,-2790.6387],[-2165.814,-2770.6387],[-2205.814,-2701.3567],[-2240.4548,-2721.3567],[-2188.1343,-2771.9785],[-2188.1343,-2771.9785]],"_grViewpointsEx":[[-2196.7947,-2776.9785],[-2179.474,-2766.9785],[-2209.474,-2715.0168],[-2226.7947,-2725.017]],"_grBound":[[-2287.5193,-2704.4766],[-2275.0007,-2771.181],[-2260.8767,-2795.6443],[-2209.3682,-2839.838],[-2118.7495,-2787.519],[-2131.268,-2720.8145],[-2145.392,-2696.351],[-2196.9006,-2652.1575]],"_grDir":38.222713,"_grLinkDirs":[36.651917,39.79351],"_grName":"Corridor"},{"_grViewpoints":[[-2187.9546,-2812.2896],[-2153.3137,-2792.2893],[-2173.3137,-2757.6484],[-2207.9546,-2777.6484]],"_grViewpointsEx":[[-2181.7944,-2802.9592],[-2164.4739,-2792.9592],[-2179.4739,-2766.9785],[-2196.7944,-2776.9785]],"_grBound":[[-2256.251,-2764.7075],[-2200.8955,-2860.5857],[-2105.0173,-2805.2302],[-2160.3728,-2709.352]],"_grDir":38.222713,"_grLinkDirs":[36.651917,39.79351],"_grName":"autoDoor"},{"_grViewpoints":[[-2044.8779,-3185.7905],[-1901.3901,-3102.9478],[-1858.5076,-2942.908],[-1941.3503,-2799.4202],[-2101.3901,-2756.5376],[-2244.878,-2839.3804],[-2287.7605,-2999.4202],[-2204.9177,-3142.908],[-1879.9489,-3022.928],[-1899.929,-2871.164],[-2266.319,-2919.4001],[-2124.898,-3164.349],[-1973.134,-3144.3691],[-2246.339,-3071.164]],"_grViewpointsEx":[[-2011.7109,-2780.5671],[-2031.0295,-2775.3906],[-2164.4736,-2792.959],[-2181.7942,-2802.959]],"_grBound":[[-2337.3328,-3005.9465],[-2235.3557,-3182.5757],[-2038.3516,-3235.3628],[-1861.7224,-3133.3857],[-1808.9353,-2936.3816],[-1910.9122,-2759.7524],[-2107.9165,-2706.9653],[-2284.5457,-2808.9424]],"_grDir":38.22271,"_grLinkDirs":[39.00811,39.793507],"_grName":"8gon"},{"_grViewpoints":[[-1992.9932,-2749.3481],[-2031.6301,-2738.9954],[-2041.9829,-2777.6323],[-2003.3458,-2787.985]],"_grViewpointsEx":[[-2003.9465,-2751.5894],[-2023.265,-2746.413],[-2031.0295,-2775.3909],[-2011.711,-2780.5671]],"_grBound":[[-1978.3458,-2831.2864],[-1949.6919,-2724.348],[-2056.6301,-2695.694],[-2085.2842,-2802.6323]],"_grDir":40.578907,"_grLinkDirs":[39.00811,42.149704],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-1985.2286,-2720.37],[-2023.8656,-2710.0176],[-2034.2184,-2748.6545],[-1995.5813,-2759.0073]],"_grViewpointsEx":[[-2023.265,-2746.413],[-2003.9465,-2751.5894],[-1996.182,-2722.6116],[-2015.5005,-2717.4353]],"_grBound":[[-1970.5813,-2802.3086],[-1941.9274,-2695.37],[-2048.8657,-2666.7163],[-2077.5195,-2773.6545]],"_grDir":40.578907,"_grLinkDirs":[42.149704,39.00811],"_grName":"autoDoor"},{"_grViewpoints":[[-1977.4641,-2691.3926],[-2016.1011,-2681.0398],[-2026.4539,-2719.6768],[-1987.8168,-2730.0295]],"_grViewpointsEx":[[-1988.4175,-2693.6338],[-2007.736,-2688.4575],[-2015.5005,-2717.4353],[-1996.182,-2722.6116]],"_grBound":[[-1962.8168,-2773.3308],[-1934.1628,-2666.3923],[-2041.1012,-2637.7385],[-2069.7551,-2744.6768]],"_grDir":40.578907,"_grLinkDirs":[39.00811,42.149704],"_grName":"autoDoor"},{"_grViewpoints":[[-1960.6409,-2628.6072],[-1999.278,-2618.2544],[-2019.9834,-2695.5286],[-1981.3463,-2705.8813],[-1982.5476,-2633.09],[-1982.5476,-2633.09]],"_grViewpointsEx":[[-1972.8883,-2630.502],[-1992.2068,-2635.6782],[-2007.736,-2688.4575],[-1988.4175,-2693.6338]],"_grBound":[[-1960.003,-2751.097],[-1921.6879,-2695.078],[-1914.3767,-2667.7925],[-1919.5492,-2600.1208],[-2020.6212,-2573.0388],[-2058.9365,-2629.0579],[-2066.2476,-2656.3433],[-2061.0752,-2724.015]],"_grDir":40.578907,"_grLinkDirs":[39.531708,42.149704],"_grName":"Corridor"},{"_grViewpoints":[[-2050.8486,-2651.3916],[-2087.4512,-2514.789],[-1850.849,-2304.981],[-1814.2462,-2441.5835],[-1987.4514,-2341.5837],[-2124.054,-2378.1865],[-1914.2461,-2614.7888],[-1919.1501,-2323.2825],[-2069.15,-2583.0903],[-1864.2461,-2528.1863],[-1832.5476,-2373.2822],[-2055.7527,-2359.8853],[-2105.7527,-2446.4878]],"_grViewpointsEx":[[-1992.2065,-2635.6782],[-1972.8881,-2630.502]],"_grBound":[[-1883.8079,-2654.4563],[-1764.6741,-2448.1099],[-1825.849,-2261.6797],[null,null],[-2167.3552,-2353.1865],[-2075.8484,-2694.6929]],"_grDir":41.102505,"_grLinkDirs":[42.6733],"_grName":"defaultRoom"},{"_grViewpoints":[[-1502.478,-2394.2188],[-1467.8369,-2414.2188],[-1447.837,-2379.5776],[-1482.4781,-2359.578],[-1482.6575,-2399.8887]],"_grViewpointsEx":[[-1458.9973,-2378.9077],[-1476.3179,-2368.908]],"_grBound":[[-1495.4192,-2311.2815],[-1550.7743,-2407.16],[-1454.8958,-2462.515],[-1399.5408,-2366.6365]],"_grDir":37.175518,"_grLinkDirs":[38.746315],"_grName":"autoDoor"},{"_grViewpoints":[[-379.2497,-1070.4156],[-399.24966,-1105.0566],[-364.60864,-1125.0566],[-344.60864,-1090.4156]],"_grViewpointsEx":[[-379.91956,-1081.5759],[-389.91956,-1098.8964],[-363.93878,-1113.8964],[-353.93878,-1096.5759]],"_grBound":[[-296.31238,-1077.4746],[-392.19064,-1022.1194],[-447.54596,-1117.9977],[-351.66766,-1173.3529]],"_grDir":10.471976,"_grLinkDirs":[8.901179,12.042772],"_grName":"autoDoor"},{"_grViewpoints":[[-435.54135,-1037.9156],[-455.54132,-1072.5566],[-386.25928,-1112.5566],[-366.25928,-1077.9156],[-436.88107,-1060.2362],[-436.88107,-1060.2362]],"_grViewpointsEx":[[-431.88107,-1051.5759],[-441.88107,-1068.8964],[-389.91953,-1098.8964],[-379.91956,-1081.5759]],"_grBound":[[-317.06018,-1069.0022],[-361.25375,-1017.4938],[-385.71732,-1003.36975],[-452.42172,-990.8513],[-504.74042,-1081.4701],[-460.54688,-1132.9785],[-436.0833,-1147.1025],[-369.3789,-1159.621]],"_grDir":10.471976,"_grLinkDirs":[8.901179,12.042772],"_grName":"Corridor"},{"_grViewpoints":[[-836.6887,-1152.7234],[-576.88104,-1302.7233],[-426.88107,-1042.9156],[-686.6887,-892.91565],[-761.6887,-1022.8195],[-500.49323,-1000.41565],[-444.20157,-1032.9156],[-469.38107,-1116.5278],[-729.1887,-966.52783],[-650.49316,-1260.2233],[-794.1887,-1079.1111],[-556.7849,-967.91565],[-826.6887,-1135.4028],[-763.07654,-1195.2234],[-566.88104,-1285.4028],[-669.36816,-902.91565],[-819.36816,-1162.7234],[-501.88104,-1172.8195],[-534.38104,-1229.1111],[-696.6887,-910.2362],[-706.7849,-1227.7233],[-613.07654,-935.41565],[-594.20154,-1292.7233]],"_grViewpointsEx":[[-441.88107,-1068.8964],[-431.88107,-1051.5759]],"_grBound":[[-701.4598,-837.7893],[-891.81506,-1167.4944],[-562.11,-1357.8497],[-371.75467,-1028.1445]],"_grDir":10.471975,"_grLinkDirs":[12.042772],"_grName":"autoRect"},{"_grViewpoints":[[42.6314,-102.40374],[22.631384,-67.76273],[-12.009623,-87.76275],[7.9903927,-122.403755]],"_grViewpointsEx":[[-2.679493,-93.923],[7.3205147,-111.2435],[33.30127,-96.24349],[23.301264,-78.92299]],"_grBound":[[-4.9505405,-170.70004],[90.9277,-115.34467],[35.57232,-19.466438],[-60.305916,-74.821815]],"_grDir":8.377581,"_grLinkDirs":[9.948378,6.8067846],"_grName":"autoDoor"},{"_grViewpoints":[[98.923035,-69.90372],[78.92302,-35.26271],[9.641008,-75.26274],[29.641024,-109.90375],[80.26278,-57.583218],[80.26278,-57.583218]],"_grViewpointsEx":[[23.301264,-78.92299],[33.30127,-96.24349],[85.26278,-66.24347],[75.26277,-48.922966]],"_grBound":[[12.760683,-156.96811],[79.46509,-144.44962],[103.92864,-130.32556],[148.12215,-78.81706],[95.80337,11.801651],[29.098957,-0.7168579],[4.6354046,-14.840908],[-39.558105,-66.3494]],"_grDir":8.377581,"_grLinkDirs":[9.948378,6.8067846],"_grName":"Corridor"},{"_grViewpoints":[[70.26282,-40.262604],[220.26288,-300.0702],[480.07047,-150.07013],[330.0704,109.73746],[372.57043,36.125305],[200.1666,34.737427],[177.76285,-226.45804],[143.87497,2.2374268],[462.74997,-160.07013],[237.58339,-290.0702],[293.87503,-257.57016],[256.45825,67.23744],[145.26285,-170.1664],[350.1667,-225.07016],[87.58334,-30.262589],[470.07047,-132.74962],[340.07043,92.41695],[405.07043,-20.166336],[312.74988,99.73746],[112.76285,-113.874756],[437.57043,-76.457985],[210.26288,-282.7497],[406.4583,-192.57014]],"_grViewpointsEx":[[75.26285,-48.922867],[85.26285,-66.24336]],"_grBound":[[344.8415,164.86386],[15.136414,-25.491547],[205.49182,-355.1966],[535.1969,-164.84119]],"_grDir":8.377581,"_grLinkDirs":[9.948377],"_grName":"autoRect"}],"_cwgRoomClipping":[{"_cpPoints":[[-1950.8488,-2478.1863],[-1814.2462,-2441.5835],[-1850.849,-2304.981],[-1987.4514,-2341.5837]],"_cpCen":[-1900.8489,-2391.5835],"_cpRad":100.000145},{"_cpPoints":[[-1950.8488,-2478.1863],[-1987.4514,-2341.5837],[-2124.054,-2378.1865],[-2087.4512,-2514.789]],"_cpCen":[-2037.4514,-2428.1865],"_cpRad":100.00021},{"_cpPoints":[[-1950.8488,-2478.1863],[-2087.4512,-2514.789],[-2050.8486,-2651.3916],[-1914.2461,-2614.7888]],"_cpCen":[-2000.8486,-2564.789],"_cpRad":100.000145},{"_cpPoints":[[-1950.8488,-2478.1863],[-1914.2461,-2614.7888],[-1814.2462,-2441.5835]],"_cpCen":[-1893.1136,-2511.5195],"_cpRad":105.409325},{"_cpPoints":[[-2011.8721,-2645.9382],[-2017.0485,-2665.2566],[-1968.7522,-2678.1975],[-1963.5758,-2658.8792]],"_cpCen":[-1990.3121,-2662.0679],"_cpRad":26.92581},{"_cpPoints":[[-2021.0187,-2699.3923],[-2021.5363,-2701.3242],[-1982.8993,-2711.677],[-1982.3816,-2709.745]],"_cpCen":[-2001.959,-2705.5347],"_cpRad":20.025038},{"_cpPoints":[[-2028.7832,-2728.37],[-2029.3008,-2730.302],[-1990.6638,-2740.6548],[-1990.1461,-2738.723]],"_cpCen":[-2009.7235,-2734.5122],"_cpRad":20.025091},{"_cpPoints":[[-1858.5076,-2942.908],[-1941.3503,-2799.4202],[-2101.3901,-2756.5376],[-2244.878,-2839.3804],[-2287.7605,-2999.4202],[-2204.9177,-3142.908],[-2044.8779,-3185.7905],[-1901.3901,-3102.9478]],"_cpCen":[-2073.134,-2971.164],"_cpRad":216.47847},{"_cpPoints":[[-2162.8137,-2775.835],[-2163.8137,-2774.103],[-2198.4546,-2794.103],[-2197.4546,-2795.835]],"_cpCen":[-2180.6343,-2784.969],"_cpRad":20.025055},{"_cpPoints":[[-2176.484,-2742.158],[-2186.484,-2724.8374],[-2229.785,-2749.8374],[-2219.785,-2767.158]],"_cpCen":[-2203.1345,-2745.9976],"_cpRad":26.925804},{"_cpPoints":[[-2207.814,-2697.8926],[-2208.814,-2696.1606],[-2243.4548,-2716.1606],[-2242.4548,-2717.8926]],"_cpCen":[-2225.6345,-2707.0266],"_cpRad":20.025055},{"_cpPoints":[[-2150.315,-2651.9937],[-2455.316,-2123.7188],[-2674.6235,-2250.3364],[-2369.6228,-2778.6116]],"_cpCen":[-2412.4692,-2451.165],"_cpRad":330.23788},{"_cpPoints":[[-2728.7268,-2270.026],[-2200.4517,-1965.0253],[-2316.2122,-1764.5227],[-2844.4873,-2069.5232]],"_cpCen":[-2522.4695,-2017.2744],"_cpRad":326.22922},{"_cpPoints":[[-2463.9658,-1488.6074],[-2158.9646,-2016.8822],[-1893.2185,-1863.4529],[-2198.2197,-1335.178]],"_cpCen":[-2178.5923,-1676.03],"_cpRad":341.41693},{"_cpPoints":[[-1912.5483,-1903.2734],[-1895.2279,-1913.2733],[-1870.228,-1869.9719],[-1887.5486,-1859.972]],"_cpCen":[-1891.3882,-1886.6227],"_cpRad":26.925821},{"_cpPoints":[[-1863.2828,-1925.943],[-1861.5508,-1926.943],[-1841.5509,-1892.302],[-1843.283,-1891.302]],"_cpCen":[-1852.4167,-1909.1226],"_cpRad":20.024958},{"_cpPoints":[[-1458.3369,-2397.7642],[-1457.3369,-2396.0322],[-1491.978,-2376.0322],[-1492.978,-2377.7644]],"_cpCen":[-1475.1575,-2386.8982],"_cpRad":20.025055},{"_cpPoints":[[-1837.302,-1940.9429],[-1835.57,-1941.9429],[-1815.5701,-1907.3019],[-1817.3021,-1906.3019]],"_cpCen":[-1826.4362,-1924.1223],"_cpRad":20.024958},{"_cpPoints":[[-1696.2754,-2557.7463],[-1687.6151,-2562.7463],[-1140.583,-1615.2524],[-1149.2433,-1610.2524]],"_cpCen":[-1418.4292,-2086.4995],"_cpRad":547.05786},{"_cpPoints":[[-1925.3442,-2115.4377],[-1340.1228,-2453.313],[-1061.6068,-1970.9058],[-1646.8282,-1633.0304]],"_cpCen":[-1493.4755,-2043.1718],"_cpRad":437.8733},{"_cpPoints":[[-1061.4362,-1960.6119],[-1060.4362,-1958.8799],[-1095.0771,-1938.88],[-1096.0771,-1940.612]],"_cpCen":[-1078.2566,-1949.7458],"_cpRad":20.024958},{"_cpPoints":[[-1039.1061,-1931.935],[-1029.1061,-1914.6145],[-1072.4073,-1889.6146],[-1082.4073,-1906.9352]],"_cpCen":[-1055.7567,-1910.7748],"_cpRad":26.925844},{"_cpPoints":[[-1016.4362,-1882.6697],[-1015.4362,-1880.9376],[-1050.0773,-1860.9377],[-1051.0773,-1862.6698]],"_cpCen":[-1033.2567,-1871.8037],"_cpRad":20.024998},{"_cpPoints":[[-741.14514,-1835.1346],[-966.0018,-1705.3142],[-1049.9073,-1850.6436],[-825.0507,-1980.4641]],"_cpCen":[-895.52625,-1842.8892],"_cpRad":154.57578},{"_cpPoints":[[-828.5313,-1986.1338],[-818.53125,-2003.4543],[-775.23004,-1978.4542],[-785.23004,-1961.1338]],"_cpCen":[-801.8806,-1982.2941],"_cpRad":26.92588},{"_cpPoints":[[-797.20105,-2030.3992],[-796.20105,-2032.1312],[-761.5601,-2012.1312],[-762.5601,-2010.3992]],"_cpCen":[-779.38055,-2021.2651],"_cpRad":20.02501},{"_cpPoints":[[-782.201,-2056.38],[-781.201,-2058.1118],[-746.56006,-2038.1119],[-747.56006,-2036.3799]],"_cpCen":[-764.3805,-2047.2458],"_cpRad":20.025},{"_cpPoints":[[-427.25366,-2231.1653],[-510.09674,-2087.6777],[-670.13666,-2044.7955],[-813.62427,-2127.6387],[-856.50635,-2287.6785],[-773.66327,-2431.166],[-613.62335,-2474.0483],[-470.1358,-2391.205]],"_cpCen":[-641.88,-2259.4219],"_cpRad":216.47853},{"_cpPoints":[[-438.85455,-2171.072],[-421.53406,-2161.072],[-446.53412,-2117.771],[-463.8546,-2127.771]],"_cpCen":[-442.69434,-2144.4214],"_cpRad":26.925844},{"_cpPoints":[[-394.58923,-2139.742],[-392.85718,-2138.742],[-412.85724,-2104.101],[-414.5893,-2105.101]],"_cpCen":[-403.72327,-2121.9214],"_cpRad":20.025059},{"_cpPoints":[[-370.73285,-2139.4214],[-350.73285,-2139.4214],[-350.73288,-2089.4214],[-370.73288,-2089.4214]],"_cpCen":[-360.73288,-2114.4214],"_cpRad":26.925835},{"_cpPoints":[[-316.73285,-2134.4214],[-314.73285,-2134.4214],[-314.73288,-2094.4214],[-316.73288,-2094.4214]],"_cpCen":[-315.73288,-2114.4214],"_cpRad":20.024986},{"_cpPoints":[[-305.73285,-2139.4214],[104.26715,-2139.4211],[104.26688,-1729.4211],[-305.73312,-1729.4214]],"_cpCen":[-100.73299,-1934.4213],"_cpRad":289.9138},{"_cpPoints":[[-305.5539,-1722.7711],[-322.8744,-1712.7711],[-347.8744,-1756.0725],[-330.55386,-1766.0725]],"_cpCen":[-326.71414,-1739.4219],"_cpRad":26.925945},{"_cpPoints":[[-354.81927,-1700.1013],[-356.5513,-1699.1013],[-376.5513,-1733.7423],[-374.81924,-1734.7423]],"_cpCen":[-365.68527,-1716.9218],"_cpRad":20.025026},{"_cpPoints":[[-380.80005,-1685.1013],[-382.53207,-1684.1013],[-402.53207,-1718.7423],[-400.80002,-1719.7423]],"_cpCen":[-391.66608,-1701.9218],"_cpRad":20.025013},{"_cpPoints":[[-575.5863,-1364.7957],[-735.62616,-1407.6782],[-818.46875,-1551.1661],[-775.5862,-1711.2059],[-632.0983,-1794.0486],[-472.05853,-1751.1659],[-389.21588,-1607.6781],[-432.09857,-1447.6383]],"_cpCen":[-603.84235,-1579.4221],"_cpRad":216.47849},{"_cpPoints":[[-479.5219,-1404.0927],[-478.5219,-1402.3606],[-513.1629,-1382.3606],[-514.1629,-1384.0927]],"_cpCen":[-496.3424,-1393.2266],"_cpRad":20.02501},{"_cpPoints":[[-459.0219,-1391.8867],[-441.70142,-1381.8867],[-466.70142,-1338.5854],[-484.0219,-1348.5856]],"_cpCen":[-462.8617,-1365.2361],"_cpRad":26.925844},{"_cpPoints":[[-575.0509,-1309.5535],[-420.05093,-1041.0856],[-688.5188,-886.0856],[-843.5188,-1154.5535]],"_cpCen":[-631.78485,-1097.8196],"_cpRad":219.20317},{"_cpPoints":[[-414.75653,-1360.5566],[-413.02448,-1359.5566],[-433.0245,-1324.9156],[-434.75653,-1325.9156]],"_cpCen":[-423.8905,-1342.7361],"_cpRad":20.025026},{"_cpPoints":[[-432.06055,-1091.8868],[-414.74005,-1101.8867],[-389.74005,-1058.5854],[-407.06058,-1048.5854]],"_cpCen":[-410.9003,-1075.2361],"_cpRad":26.925894},{"_cpPoints":[[-388.7758,-1345.5566],[-387.04373,-1344.5566],[-407.04376,-1309.9156],[-408.77582,-1310.9156]],"_cpCen":[-397.9098,-1327.7361],"_cpRad":20.025043},{"_cpPoints":[[-382.79517,-1114.5566],[-381.06314,-1115.5566],[-361.06314,-1080.9156],[-362.7952,-1079.9156]],"_cpCen":[-371.92914,-1097.7361],"_cpRad":20.025042},{"_cpPoints":[[-416.67377,-1205.2361],[-301.20358,-1405.2361],[-70.26347,-1405.2358],[45.20642,-1205.2358],[-70.2637,-1005.2359],[-301.20377,-1005.23596]],"_cpCen":[-185.73364,-1205.236],"_cpRad":230.94017},{"_cpPoints":[[9.595762,-1115.5565],[11.327814,-1114.5565],[-8.672194,-1079.9155],[-10.404245,-1080.9155]],"_cpCen":[0.46178436,-1097.7361],"_cpRad":20.025028},{"_cpPoints":[[43.272675,-1101.8865],[60.593178,-1091.8865],[35.59317,-1048.5852],[18.272667,-1058.5853]],"_cpCen":[39.432922,-1075.2358],"_cpRad":26.925825},{"_cpPoints":[[87.53804,-1070.5564],[89.270096,-1069.5564],[69.27008,-1034.9154],[67.53803,-1035.9154]],"_cpCen":[78.40406,-1052.736],"_cpRad":20.02503},{"_cpPoints":[[537.64307,-529.73663],[532.64307,-521.07635],[-211.22922,-950.55115],[-206.22922,-959.2114]],"_cpCen":[163.20691,-740.1439],"_cpRad":429.504},{"_cpPoints":[[480.16074,-849.6491],[203.76625,-370.91977],[-176.83014,-590.65717],[99.56433,-1069.3865]],"_cpCen":[151.6653,-720.15314],"_cpRad":353.09836},{"_cpPoints":[[-157.5,-550.8367],[-174.82051,-540.8367],[-199.82051,-584.13794],[-182.50002,-594.13794]],"_cpCen":[-178.66025,-567.4873],"_cpRad":26.92583},{"_cpPoints":[[-206.76538,-528.1668],[-208.49742,-527.1668],[-228.49744,-561.8078],[-226.76538,-562.8078]],"_cpCen":[-217.63141,-544.9873],"_cpRad":20.024979},{"_cpPoints":[[-232.74612,-513.1668],[-234.47818,-512.1668],[-254.4782,-546.8078],[-252.74614,-547.8078]],"_cpCen":[-243.61217,-529.9873],"_cpRad":20.024984},{"_cpPoints":[[-241.16193,-435.7434],[-284.04443,-275.70355],[-427.5322,-192.86084],[-587.5721,-235.74335],[-670.4148,-379.23114],[-627.5322,-539.271],[-484.0445,-622.1137],[-324.00467,-579.23114]],"_cpCen":[-455.78833,-407.48727],"_cpRad":216.47849},{"_cpPoints":[[-331.4679,-232.1578],[-330.4679,-230.42575],[-365.10892,-210.42575],[-366.10892,-212.1578]],"_cpCen":[-348.2884,-221.29178],"_cpRad":20.025},{"_cpPoints":[[-310.9679,-219.95203],[-293.6474,-209.95203],[-318.6474,-166.65076],[-335.9679,-176.65076]],"_cpCen":[-314.80765,-193.30139],"_cpRad":26.925825},{"_cpPoints":[[218.43277,-306.90033],[486.9006,-151.90025],[331.9005,116.567566],[63.43271,-38.432495]],"_cpCen":[275.16666,-95.16638],"_cpRad":219.20311},{"_cpPoints":[[-266.7025,-188.62187],[-264.97046,-187.62187],[-284.97046,-152.98087],[-286.7025,-153.98087]],"_cpCen":[-275.8365,-170.80136],"_cpRad":20.024988},{"_cpPoints":[[50.44227,-45.9326],[33.121765,-55.932606],[58.12178,-99.233864],[75.44228,-89.23386]],"_cpCen":[54.28203,-72.58323],"_cpRad":26.925825},{"_cpPoints":[[-240.72174,-173.62186],[-238.98969,-172.62186],[-258.9897,-137.98085],[-260.72174,-138.98085]],"_cpCen":[-249.85571,-155.80135],"_cpRad":20.024988},{"_cpPoints":[[6.1769066,-77.26274],[4.4448566,-78.26274],[24.444872,-112.90375],[26.176924,-111.90375]],"_cpCen":[15.31089,-95.083244],"_cpRad":20.024984},{"_cpPoints":[[-227.71469,-114.150696],[-122.7146,-296.016],[59.15068,-191.01587],[-45.84942,-9.150604]],"_cpCen":[-84.28201,-152.58328],"_cpRad":148.49245},{"_cpPoints":[[-54.679485,-3.8564014],[-55.679485,-2.1243496],[-90.320496,-22.124357],[-89.320496,-23.85641]],"_cpCen":[-72.49999,-12.990379],"_cpRad":20.024986},{"_cpPoints":[[-54.999996,20.0],[-54.999996,40.0],[-105.0,39.999996],[-105.0,19.999996]],"_cpCen":[-80.0,30.0],"_cpRad":26.925827},{"_cpPoints":[[-60.0,74.0],[-60.0,76.0],[-100.0,76.0],[-100.0,74.0]],"_cpCen":[-80.0,75.0],"_cpRad":20.024984},{"_cpPoints":[[45.0,85.0],[44.99997,435.0],[-305.00003,434.99997],[-305.0,84.99997]],"_cpCen":[-130.00002,260.0],"_cpRad":247.4874},{"_cpPoints":[[0.0,76.0],[0.0,74.0],[40.0,74.0],[40.0,76.0]],"_cpCen":[20.0,75.0],"_cpRad":20.024984},{"_cpPoints":[[-5.0,65.0],[-5.0,-5.0],[45.0,-5.0],[45.0,65.0]],"_cpCen":[20.0,30.0],"_cpRad":43.011627}],"_cwgSeed":7114951007332849727},"_cClock":0,"_seenWalls":[],"_cwTiles":[{"_tilePoly":[[0.0,60.0],[0.0,0.0],[40.0,0.0],[40.0,60.0]],"_tileZero":[0.0,0.0],"_tileTangentPos":[50.0,0.0],"_tileArrayZ":16.0},{"_tilePoly":[[40.0,95.0],[0.0,95.0],[0.0,55.0],[40.0,55.0]],"_tileZero":[0.0,55.0],"_tileTangentPos":[50.0,55.0],"_tileArrayZ":16.0},{"_tilePoly":[[40.0,90.0],[39.99997,430.0],[-300.00003,429.99997],[-300.0,89.99997]],"_tileZero":[39.99997,430.0],"_tileTangentPos":[-10.0000305,430.0],"_tileArrayZ":16.0},{"_tilePoly":[[-100.0,54.999996],[-59.999996,55.0],[-60.0,95.0],[-100.0,95.0]],"_tileZero":[-60.0,95.0],"_tileTangentPos":[-110.0,94.99999],"_tileArrayZ":16.0},{"_tilePoly":[[-59.999992,-10.0],[-60.0,70.0],[-100.0,70.0],[-99.99999,-10.0]],"_tileZero":[-59.999992,-10.0],"_tileTangentPos":[-59.999996,40.0],"_tileArrayZ":5.0},{"_tilePoly":[[-79.820496,-40.31089],[-45.17948,-20.31088],[-65.17949,14.33013],[-99.820496,-5.669878]],"_tileZero":[-25.179474,-54.95189],"_tileTangentPos":[-50.17948,-11.650629],"_tileArrayZ":5.0},{"_tilePoly":[[-220.88457,-115.98082],[-120.884476,-289.18585],[52.320557,-189.18576],[-47.679535,-15.980713]],"_tileZero":[-120.884476,-289.18585],"_tileTangentPos":[-77.58322,-264.18582],"_tileArrayZ":16.0},{"_tilePoly":[[-251.19545,-133.48083],[-231.19543,-168.12186],[-196.55443,-148.12184],[-216.55444,-113.480835]],"_tileZero":[-196.55443,-148.12184],"_tileTangentPos":[-221.55444,-104.82058],"_tileArrayZ":16.0},{"_tilePoly":[[-277.1762,-148.48085],[-257.1762,-183.12186],[-222.5352,-163.12186],[-242.53522,-128.48085]],"_tileZero":[-222.5352,-163.12186],"_tileTangentPos":[-247.53522,-119.820595],"_tileArrayZ":16.0},{"_tilePoly":[[-303.15698,-163.48087],[-283.15698,-198.12189],[-248.51598,-178.12187],[-268.516,-143.48087]],"_tileZero":[-248.51598,-178.12187],"_tileTangentPos":[-273.516,-134.82062],"_tileArrayZ":16.0},{"_tilePoly":[[-339.44864,-230.6219],[-270.16663,-190.62189],[-290.16663,-155.98088],[-359.44867,-195.9809]],"_tileZero":[-339.44864,-230.6219],"_tileTangentPos":[-296.1474,-205.62189],"_tileArrayZ":5.0},{"_tilePoly":[[-375.60892,-228.61229],[-340.9679,-248.61229],[-320.9679,-213.97127],[-355.60892,-193.97127]],"_tileZero":[-360.9679,-283.2533],"_tileTangentPos":[-335.9679,-239.95203],"_tileArrayZ":5.0},{"_tilePoly":[[-241.16193,-435.7434],[-284.04443,-275.70355],[-427.5322,-192.86084],[-587.5721,-235.74335],[-670.4148,-379.23114],[-627.5322,-539.271],[-484.0445,-622.1137],[-324.00467,-579.23114]],"_tileZero":[-241.16193,-435.7434],"_tileTangentPos":[-254.10287,-387.44714],"_tileArrayZ":2.0},{"_tilePoly":[[-262.2724,-542.30786],[-242.2724,-507.6668],[-276.91342,-487.6668],[-296.91342,-522.3078]],"_tileZero":[-62.286987,-515.923],"_tileTangentPos":[-75.227936,-467.62665],"_tileArrayZ":2.0},{"_tilePoly":[[-236.29166,-557.30786],[-216.29166,-522.6668],[-250.93266,-502.6668],[-270.93268,-537.3078]],"_tileZero":[-36.30623,-530.923],"_tileTangentPos":[-49.247177,-482.62665],"_tileArrayZ":2.0},{"_tilePoly":[[-210.3109,-572.30786],[-190.31088,-537.6668],[-224.9519,-517.6668],[-244.9519,-552.3078]],"_tileZero":[-10.32547,-545.923],"_tileTangentPos":[-23.266418,-497.62665],"_tileArrayZ":2.0},{"_tilePoly":[[-134.01924,-570.1668],[-203.30127,-530.1668],[-223.30127,-564.8078],[-154.01926,-604.80786]],"_tileZero":[-134.01924,-570.1668],"_tileTangentPos":[-177.32051,-545.1668],"_tileArrayZ":5.0},{"_tilePoly":[[473.3306,-847.819],[201.93613,-377.7499],[-170.00003,-592.4873],[101.39444,-1062.5564]],"_tileZero":[201.93613,-377.7499],"_tileTangentPos":[158.63486,-402.7499],"_tileArrayZ":16.0},{"_tilePoly":[[51.083553,-1045.4154],[71.08356,-1080.0564],[105.72457,-1060.0564],[85.72456,-1025.4154]],"_tileZero":[105.72457,-1060.0564],"_tileTangentPos":[80.72456,-1016.7551],"_tileArrayZ":16.0},{"_tilePoly":[[14.791916,-1112.5564],[84.07394,-1072.5564],[64.07393,-1037.9154],[-5.2080917,-1077.9154]],"_tileZero":[14.791916,-1112.5564],"_tileTangentPos":[58.093178,-1087.5564],"_tileArrayZ":5.0},{"_tilePoly":[[-26.858725,-1090.4155],[-6.858717,-1125.0565],[27.782293,-1105.0565],[7.7822857,-1070.4155]],"_tileZero":[-41.499725,-1145.0565],"_tileTangentPos":[1.8015347,-1120.0565],"_tileArrayZ":5.0},{"_tilePoly":[[-416.67377,-1205.2361],[-301.20358,-1405.2361],[-70.26347,-1405.2358],[45.20642,-1205.2358],[-70.2637,-1005.2359],[-301.20377,-1005.23596]],"_tileZero":[-416.67377,-1205.2361],"_tileTangentPos":[-391.67374,-1248.5374],"_tileArrayZ":2.0},{"_tilePoly":[[-399.24954,-1305.4156],[-379.24954,-1340.0566],[-344.60852,-1320.0566],[-364.60852,-1285.4156]],"_tileZero":[-460.07852,-1520.0566],"_tileTangentPos":[-410.07852,-1520.0566],"_tileArrayZ":2.0},{"_tilePoly":[[-425.2303,-1320.4156],[-405.2303,-1355.0566],[-370.58926,-1335.0566],[-390.58926,-1300.4156]],"_tileZero":[-486.05927,-1535.0566],"_tileTangentPos":[-436.05927,-1535.0566],"_tileArrayZ":2.0},{"_tilePoly":[[-451.21103,-1335.4156],[-431.21103,-1370.0566],[-396.57,-1350.0566],[-416.57,-1315.4156]],"_tileZero":[-512.04004,-1550.0566],"_tileTangentPos":[-462.04,-1550.0566],"_tileArrayZ":2.0},{"_tilePoly":[[-487.50266,-1402.5566],[-418.22064,-1362.5566],[-438.22064,-1327.9156],[-507.5027,-1367.9156]],"_tileZero":[-487.50266,-1402.5566],"_tileTangentPos":[-444.20142,-1377.5566],"_tileArrayZ":5.0},{"_tilePoly":[[-523.6629,-1400.5471],[-489.0219,-1420.5471],[-469.0219,-1385.9061],[-503.66293,-1365.9061]],"_tileZero":[-509.0219,-1455.1881],"_tileTangentPos":[-484.0219,-1411.8868],"_tileArrayZ":5.0},{"_tilePoly":[[-575.5863,-1364.7957],[-735.62616,-1407.6782],[-818.46875,-1551.1661],[-775.5862,-1711.2059],[-632.0983,-1794.0486],[-472.05853,-1751.1659],[-389.21588,-1607.6781],[-432.09857,-1447.6383]],"_tileZero":[-575.5863,-1364.7957],"_tileTangentPos":[-623.8826,-1377.7367],"_tileArrayZ":2.0},{"_tilePoly":[[-410.3263,-1714.2424],[-390.32632,-1679.6014],[-424.96735,-1659.6014],[-444.96732,-1694.2424]],"_tileZero":[-210.3409,-1687.8574],"_tileTangentPos":[-223.28189,-1639.5612],"_tileArrayZ":2.0},{"_tilePoly":[[-384.34552,-1729.2423],[-364.34555,-1694.6013],[-398.98657,-1674.6013],[-418.98654,-1709.2423]],"_tileZero":[-184.36012,-1702.8573],"_tileTangentPos":[-197.30112,-1654.561],"_tileArrayZ":2.0},{"_tilePoly":[[-358.36475,-1744.2423],[-338.36478,-1709.6013],[-373.0058,-1689.6013],[-393.00577,-1724.2423]],"_tileZero":[-158.37935,-1717.8573],"_tileTangentPos":[-171.32034,-1669.561],"_tileArrayZ":2.0},{"_tilePoly":[[-282.07312,-1742.1013],[-351.35516,-1702.1013],[-371.35513,-1736.7423],[-302.0731,-1776.7423]],"_tileZero":[-282.07312,-1742.1013],"_tileTangentPos":[-325.3744,-1717.1013],"_tileArrayZ":5.0},{"_tilePoly":[[-300.73285,-2134.4214],[99.26715,-2134.4211],[99.26688,-1734.4211],[-300.73312,-1734.4214]],"_tileZero":[99.26715,-2134.4211],"_tileTangentPos":[99.26711,-2084.4211],"_tileArrayZ":16.0},{"_tilePoly":[[-335.73288,-2094.4214],[-335.73285,-2134.4214],[-295.73285,-2134.4214],[-295.73288,-2094.4214]],"_tileZero":[-295.73285,-2134.4214],"_tileTangentPos":[-295.73288,-2084.4214],"_tileArrayZ":16.0},{"_tilePoly":[[-400.73285,-2134.4214],[-320.73285,-2134.4214],[-320.73288,-2094.4214],[-400.73288,-2094.4214]],"_tileZero":[-400.73285,-2134.4214],"_tileTangentPos":[-350.73285,-2134.4214],"_tileArrayZ":5.0},{"_tilePoly":[[-431.04376,-2114.601],[-411.0437,-2149.242],[-376.4027,-2129.242],[-396.40277,-2094.601]],"_tileZero":[-445.6847,-2169.242],"_tileTangentPos":[-402.38345,-2144.242],"_tileArrayZ":5.0},{"_tilePoly":[[-467.33527,-2181.742],[-398.0533,-2141.742],[-418.05338,-2107.101],[-487.33533,-2147.101]],"_tileZero":[-467.33527,-2181.742],"_tileTangentPos":[-424.03406,-2156.742],"_tileArrayZ":5.0},{"_tilePoly":[[-427.25366,-2231.1653],[-510.09674,-2087.6777],[-670.13666,-2044.7955],[-813.62427,-2127.6387],[-856.50635,-2287.6785],[-773.66327,-2431.166],[-613.62335,-2474.0483],[-470.1358,-2391.205]],"_tileZero":[-427.25366,-2231.1653],"_tileTangentPos":[-452.25375,-2187.864],"_tileArrayZ":2.0},{"_tilePoly":[[-742.06,-2045.9061],[-776.701,-2065.9063],[-756.7009,-2100.547],[-722.05994,-2080.547]],"_tileZero":[-928.445,-1968.7637],"_tileTangentPos":[-941.38586,-2017.0599],"_tileArrayZ":2.0},{"_tilePoly":[[-757.06006,-2019.9254],[-791.70105,-2039.9254],[-771.701,-2074.5664],[-737.06,-2054.5664]],"_tileZero":[-943.44507,-1942.783],"_tileTangentPos":[-956.386,-1991.0792],"_tileArrayZ":2.0},{"_tilePoly":[[-772.0601,-1993.9447],[-806.7011,-2013.9447],[-786.70105,-2048.5857],[-752.06006,-2028.5857]],"_tileZero":[-958.4451,-1916.8022],"_tileTangentPos":[-971.386,-1965.0985],"_tileArrayZ":2.0},{"_tilePoly":[[-839.20123,-1957.6531],[-799.2011,-2026.935],[-764.5601,-2006.935],[-804.56024,-1937.6531]],"_tileZero":[-839.20123,-1957.6531],"_tileTangentPos":[-814.2012,-2000.9543],"_tileArrayZ":5.0},{"_tilePoly":[[-747.9752,-1836.9648],[-964.17163,-1712.1443],[-1043.0773,-1848.8134],[-826.88086,-1973.6339]],"_tileZero":[-964.17163,-1712.1443],"_tileTangentPos":[-989.1716,-1755.4456],"_tileArrayZ":16.0},{"_tilePoly":[[-1060.5773,-1879.1243],[-1025.9362,-1899.1241],[-1005.9362,-1864.4832],[-1040.5773,-1844.4832]],"_tileZero":[-1005.9362,-1864.4832],"_tileTangentPos":[-1049.2375,-1839.4832],"_tileArrayZ":16.0},{"_tilePoly":[[-1058.4362,-1955.4159],[-1018.4362,-1886.1338],[-1053.0773,-1866.1338],[-1093.0771,-1935.4159]],"_tileZero":[-1058.4362,-1955.4159],"_tileTangentPos":[-1033.4362,-1912.1146],"_tileArrayZ":5.0},{"_tilePoly":[[-1105.5771,-1957.0665],[-1070.9362,-1977.0664],[-1050.9362,-1942.4254],[-1085.5771,-1922.4254]],"_tileZero":[-1090.936,-2011.7075],"_tileTangentPos":[-1065.9362,-1968.4063],"_tileArrayZ":5.0},{"_tilePoly":[[-1918.5142,-2113.6074],[-1341.953,-2446.483],[-1068.437,-1972.7358],[-1644.9982,-1639.8606]],"_tileZero":[-1341.953,-2446.483],"_tileTangentPos":[-1316.9531,-2403.1816],"_tileArrayZ":16.0},{"_tilePoly":[[-1833.7567,-1896.8019],[-1853.7566,-1931.443],[-1819.1155,-1951.4429],[-1799.1156,-1916.8018]],"_tileZero":[-1819.1155,-1951.4429],"_tileTangentPos":[-1794.1156,-1908.1415],"_tileArrayZ":16.0},{"_tilePoly":[[-1859.7375,-1881.802],[-1879.7374,-1916.4431],[-1845.0963,-1936.443],[-1825.0964,-1901.8019]],"_tileZero":[-1845.0963,-1936.443],"_tileTangentPos":[-1820.0964,-1893.1416],"_tileArrayZ":16.0},{"_tilePoly":[[-1936.0292,-1883.9434],[-1866.7471,-1923.9431],[-1846.7472,-1889.302],[-1916.0293,-1849.3022]],"_tileZero":[-1936.0292,-1883.9434],"_tileTangentPos":[-1892.7279,-1908.9432],"_tileArrayZ":5.0},{"_tilePoly":[[-2457.1357,-1490.4375],[-2157.1345,-2010.0521],[-1900.0486,-1861.6227],[-2200.0498,-1342.0082]],"_tileZero":[-2157.1345,-2010.0521],"_tileTangentPos":[-2113.8333,-1985.052],"_tileArrayZ":16.0},{"_tilePoly":[[-2335.1094,-1781.7917],[-2255.1091,-1920.3557],[-2185.8271,-1880.3557],[-2265.8274,-1741.7917]],"_tileZero":[-2260.4683,-1831.0737],"_tileTangentPos":[-2285.4683,-1787.7725],"_tileArrayZ":16.0},{"_tilePoly":[[-2726.8967,-2263.1958],[-2207.2817,-1963.1952],[-2318.0422,-1771.3528],[-2837.6572,-2071.3533]],"_tileZero":[-2207.2817,-1963.1952],"_tileTangentPos":[-2232.2817,-1919.8939],"_tileArrayZ":16.0},{"_tilePoly":[[-2651.0862,-2265.6145],[-2512.5222,-2185.6143],[-2552.5222,-2116.3323],[-2691.0862,-2196.3325]],"_tileZero":[-2601.8042,-2190.9734],"_tileTangentPos":[-2645.1055,-2215.9734],"_tileArrayZ":16.0},{"_tilePoly":[[-2157.1453,-2650.1636],[-2457.146,-2130.5488],[-2667.7935,-2252.1667],[-2367.7927,-2771.7813]],"_tileZero":[-2457.146,-2130.5488],"_tileTangentPos":[-2500.4473,-2155.5488],"_tileArrayZ":16.0},{"_tilePoly":[[-2232.9548,-2734.3472],[-2198.314,-2714.347],[-2218.314,-2679.706],[-2252.9548,-2699.706]],"_tileZero":[-2218.314,-2679.706],"_tileTangentPos":[-2261.6152,-2704.706],"_tileArrayZ":16.0},{"_tilePoly":[[-2165.814,-2770.6387],[-2205.814,-2701.3567],[-2240.4548,-2721.3567],[-2200.4548,-2790.6387]],"_tileZero":[-2165.814,-2770.6387],"_tileTangentPos":[-2190.814,-2727.3374],"_tileArrayZ":5.0},{"_tilePoly":[[-2187.9546,-2812.2896],[-2153.3137,-2792.2893],[-2173.3137,-2757.6484],[-2207.9546,-2777.6484]],"_tileZero":[-2133.3137,-2826.9304],"_tileTangentPos":[-2158.3137,-2783.6292],"_tileArrayZ":5.0},{"_tilePoly":[[-1858.5076,-2942.908],[-1941.3503,-2799.4202],[-2101.3901,-2756.5376],[-2244.878,-2839.3804],[-2287.7605,-2999.4202],[-2204.9177,-3142.908],[-2044.8779,-3185.7905],[-1901.3901,-3102.9478]],"_tileZero":[-1858.5076,-2942.908],"_tileTangentPos":[-1883.5076,-2899.6067],"_tileArrayZ":2.0},{"_tilePoly":[[-1992.9932,-2749.3481],[-2031.6301,-2738.9954],[-2041.9829,-2777.6323],[-2003.3458,-2787.985]],"_tileZero":[-2070.2393,-2563.0059],"_tileTangentPos":[-2113.5405,-2588.0059],"_tileArrayZ":2.0},{"_tilePoly":[[-1985.2286,-2720.37],[-2023.8656,-2710.0176],[-2034.2184,-2748.6545],[-1995.5813,-2759.0073]],"_tileZero":[-2062.4746,-2534.028],"_tileTangentPos":[-2105.776,-2559.028],"_tileArrayZ":2.0},{"_tilePoly":[[-1977.4641,-2691.3926],[-2016.1011,-2681.0398],[-2026.4539,-2719.6768],[-1987.8168,-2730.0295]],"_tileZero":[-2054.7102,-2505.0503],"_tileTangentPos":[-2098.0112,-2530.0503],"_tileArrayZ":2.0},{"_tilePoly":[[-1999.278,-2618.2544],[-2019.9834,-2695.5286],[-1981.3463,-2705.8813],[-1960.6409,-2628.6072]],"_tileZero":[-1999.278,-2618.2544],"_tileTangentPos":[-2012.2189,-2666.5508],"_tileArrayZ":5.0},{"_tilePoly":[[-1814.2462,-2441.5835],[-1850.849,-2304.981],[-1987.4514,-2341.5837],[-2124.054,-2378.1865],[-2050.8486,-2651.3916],[-1914.2461,-2614.7888]],"_tileZero":[-1910.8489,-2408.9043],"_tileTangentPos":[-1935.8488,-2452.2056],"_tileArrayZ":5.0},{"_tilePoly":[[-1502.478,-2394.2188],[-1467.8369,-2414.2188],[-1447.837,-2379.5776],[-1482.4781,-2359.578]],"_tileZero":[-1447.837,-2379.5776],"_tileTangentPos":[-1491.1384,-2354.578],"_tileArrayZ":16.0},{"_tilePoly":[[-379.2497,-1070.4156],[-399.24966,-1105.0566],[-364.60864,-1125.0566],[-344.60864,-1090.4156]],"_tileZero":[-595.54877,-1125.0568],"_tileTangentPos":[-570.5487,-1168.358],"_tileArrayZ":2.0},{"_tilePoly":[[-455.54132,-1072.5566],[-386.25928,-1112.5566],[-366.25928,-1077.9156],[-435.54135,-1037.9156]],"_tileZero":[-455.54132,-1072.5566],"_tileTangentPos":[-412.24005,-1097.5566],"_tileArrayZ":5.0},{"_tilePoly":[[-576.88104,-1302.7233],[-426.88107,-1042.9156],[-686.6887,-892.91565],[-836.6887,-1152.7234]],"_tileZero":[-426.88107,-1042.9156],"_tileTangentPos":[-470.18234,-1017.91565],"_tileArrayZ":16.0},{"_tilePoly":[[42.6314,-102.40374],[22.631384,-67.76273],[-12.009623,-87.76275],[7.9903927,-122.403755]],"_tileZero":[-12.009623,-87.76275],"_tileTangentPos":[12.990395,-131.06401],"_tileArrayZ":16.0},{"_tilePoly":[[78.92302,-35.26271],[9.641008,-75.26274],[29.641024,-109.90375],[98.923035,-69.90372]],"_tileZero":[78.92302,-35.26271],"_tileTangentPos":[35.621765,-60.26273],"_tileArrayZ":5.0},{"_tilePoly":[[220.26288,-300.0702],[480.07047,-150.07013],[330.0704,109.73746],[70.26282,-40.262604]],"_tileZero":[480.07047,-150.07013],"_tileTangentPos":[455.07047,-106.76887],"_tileArrayZ":16.0}],"_pathGraph":[[0,[[[2,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2827.6572,-2088.6738],"_peDist":20.000042,"_peObstacles":[]}]]],[-2827.6572,-2088.6738],[[2,[{"_peStart":[-2827.6572,-2088.6738],"_peEnd":[-2810.3367,-2078.6738],"_peDist":20.000042,"_peObstacles":[]}]]]]],[1,[[[2,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2820.3367,-2061.3533],"_peDist":20.000042,"_peObstacles":[]}]]],[-2820.3367,-2061.3533],[[2,[{"_peStart":[-2820.3367,-2061.3533],"_peEnd":[-2810.3367,-2078.6738],"_peDist":20.000042,"_peObstacles":[]}]]]]],[2,[[[0,[{"_peStart":[-2827.6572,-2088.6738],"_peEnd":[-2810.3367,-2078.6738],"_peDist":20.000042,"_peObstacles":[]}]],[1,[{"_peStart":[-2820.3367,-2061.3533],"_peEnd":[-2810.3367,-2078.6738],"_peDist":20.000042,"_peObstacles":[]}]],[4,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2810.3367,-2078.6738],"_peDist":60.5069,"_peObstacles":[]}]],[7,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2810.3367,-2078.6738],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]]],[-2810.3367,-2078.6738],[[0,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2827.6572,-2088.6738],"_peDist":20.000042,"_peObstacles":[]}]],[1,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2820.3367,-2061.3533],"_peDist":20.000042,"_peObstacles":[]}]],[4,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2780.083,-2131.0742],"_peDist":60.5069,"_peObstacles":[]}]],[7,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]]]]],[3,[[[4,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2797.4036,-2141.0742],"_peDist":20.000042,"_peObstacles":[]}]]],[-2797.4036,-2141.0742],[[4,[{"_peStart":[-2797.4036,-2141.0742],"_peEnd":[-2780.083,-2131.0742],"_peDist":20.000042,"_peObstacles":[]}]]]]],[4,[[[2,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2780.083,-2131.0742],"_peDist":60.5069,"_peObstacles":[]}]],[3,[{"_peStart":[-2797.4036,-2141.0742],"_peEnd":[-2780.083,-2131.0742],"_peDist":20.000042,"_peObstacles":[]}]],[8,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2780.083,-2131.0742],"_peDist":60.50678,"_peObstacles":[]}]],[10,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2780.083,-2131.0742],"_peDist":62.221962,"_peObstacles":[]}]]],[-2780.083,-2131.0742],[[2,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2810.3367,-2078.6738],"_peDist":60.5069,"_peObstacles":[]}]],[3,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2797.4036,-2141.0742],"_peDist":20.000042,"_peObstacles":[]}]],[8,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2749.8296,-2183.4746],"_peDist":60.50678,"_peObstacles":[]}]],[10,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2726.1973,-2099.9631],"_peDist":62.221962,"_peObstacles":[]}]]]]],[5,[[[8,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2767.1501,-2193.4746],"_peDist":20.000042,"_peObstacles":[]}]]],[-2767.1501,-2193.4746],[[8,[{"_peStart":[-2767.1501,-2193.4746],"_peEnd":[-2749.8296,-2183.4746],"_peDist":20.000042,"_peObstacles":[]}]]]]],[6,[[[7,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2766.4507,-2030.2422],"_peDist":19.999937,"_peObstacles":["BlockObstacle"]}]]],[-2766.4507,-2030.2422],[[7,[{"_peStart":[-2766.4507,-2030.2422],"_peEnd":[-2756.4507,-2047.5626],"_peDist":19.999937,"_peObstacles":["BlockObstacle"]}]]]]],[7,[[[2,[{"_peStart":[-2810.3367,-2078.6738],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]],[6,[{"_peStart":[-2766.4507,-2030.2422],"_peEnd":[-2756.4507,-2047.5626],"_peDist":19.999937,"_peObstacles":["BlockObstacle"]}]],[10,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2756.4507,-2047.5626],"_peDist":60.506886,"_peObstacles":["BlockObstacle"]}]],[14,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]]],[-2756.4507,-2047.5626],[[2,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2810.3367,-2078.6738],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]],[6,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2766.4507,-2030.2422],"_peDist":19.999937,"_peObstacles":["BlockObstacle"]}]],[10,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.506886,"_peObstacles":["BlockObstacle"]}]],[14,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2702.5647,-2016.4514],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]]]]],[8,[[[4,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2749.8296,-2183.4746],"_peDist":60.50678,"_peObstacles":[]}]],[5,[{"_peStart":[-2767.1501,-2193.4746],"_peEnd":[-2749.8296,-2183.4746],"_peDist":20.000042,"_peObstacles":[]}]],[11,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2749.8296,-2183.4746],"_peDist":60.50699,"_peObstacles":[]}]],[15,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2749.8296,-2183.4746],"_peDist":62.222176,"_peObstacles":[]}]]],[-2749.8296,-2183.4746],[[4,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2780.083,-2131.0742],"_peDist":60.50678,"_peObstacles":[]}]],[5,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2767.1501,-2193.4746],"_peDist":20.000042,"_peObstacles":[]}]],[11,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2719.5762,-2235.8752],"_peDist":60.50699,"_peObstacles":[]}]],[15,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2695.9436,-2152.3635],"_peDist":62.222176,"_peObstacles":[]}]]]]],[9,[[[11,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2736.8967,-2245.8752],"_peDist":20.000042,"_peObstacles":[]}]]],[-2736.8967,-2245.8752],[[11,[{"_peStart":[-2736.8967,-2245.8752],"_peEnd":[-2719.5762,-2235.8752],"_peDist":20.000042,"_peObstacles":[]}]]]]],[10,[[[4,[{"_peStart":[-2780.083,-2131.0742],"_peEnd":[-2726.1973,-2099.9631],"_peDist":62.221962,"_peObstacles":[]}]],[7,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.506886,"_peObstacles":["BlockObstacle"]}]],[15,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.5069,"_peObstacles":[]}]],[16,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2726.1973,-2099.9631],"_peDist":62.222176,"_peObstacles":[]}]]],[-2726.1973,-2099.9631],[[4,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2780.083,-2131.0742],"_peDist":62.221962,"_peObstacles":[]}]],[7,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2756.4507,-2047.5626],"_peDist":60.506886,"_peObstacles":["BlockObstacle"]}]],[15,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2695.9436,-2152.3635],"_peDist":60.5069,"_peObstacles":[]}]],[16,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2672.3113,-2068.852],"_peDist":62.222176,"_peObstacles":[]}]]]]],[11,[[[8,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2719.5762,-2235.8752],"_peDist":60.50699,"_peObstacles":[]}]],[9,[{"_peStart":[-2736.8967,-2245.8752],"_peEnd":[-2719.5762,-2235.8752],"_peDist":20.000042,"_peObstacles":[]}]],[13,[{"_peStart":[-2709.5762,-2253.1958],"_peEnd":[-2719.5762,-2235.8752],"_peDist":20.000042,"_peObstacles":[]}]],[17,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2719.5762,-2235.8752],"_peDist":62.222298,"_peObstacles":[]}]]],[-2719.5762,-2235.8752],[[8,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2749.8296,-2183.4746],"_peDist":60.50699,"_peObstacles":[]}]],[9,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2736.8967,-2245.8752],"_peDist":20.000042,"_peObstacles":[]}]],[13,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2709.5762,-2253.1958],"_peDist":20.000042,"_peObstacles":[]}]],[17,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2665.6902,-2204.764],"_peDist":62.222298,"_peObstacles":[]}]]]]],[12,[[[14,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2712.5647,-1999.131],"_peDist":19.999937,"_peObstacles":[]}]]],[-2712.5647,-1999.131],[[14,[{"_peStart":[-2712.5647,-1999.131],"_peEnd":[-2702.5647,-2016.4514],"_peDist":19.999937,"_peObstacles":[]}]]]]],[13,[[[11,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2709.5762,-2253.1958],"_peDist":20.000042,"_peObstacles":[]}]]],[-2709.5762,-2253.1958],[[11,[{"_peStart":[-2709.5762,-2253.1958],"_peEnd":[-2719.5762,-2235.8752],"_peDist":20.000042,"_peObstacles":[]}]]]]],[14,[[[7,[{"_peStart":[-2756.4507,-2047.5626],"_peEnd":[-2702.5647,-2016.4514],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]],[12,[{"_peStart":[-2712.5647,-1999.131],"_peEnd":[-2702.5647,-2016.4514],"_peDist":19.999937,"_peObstacles":[]}]],[16,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2702.5647,-2016.4514],"_peDist":60.50699,"_peObstacles":[]}]],[22,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2702.5647,-2016.4514],"_peDist":62.222176,"_peObstacles":[]}]]],[-2702.5647,-2016.4514],[[7,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2756.4507,-2047.5626],"_peDist":62.222237,"_peObstacles":["BlockObstacle"]}]],[12,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2712.5647,-1999.131],"_peDist":19.999937,"_peObstacles":[]}]],[16,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2672.3113,-2068.852],"_peDist":60.50699,"_peObstacles":[]}]],[22,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2648.6787,-1985.3403],"_peDist":62.222176,"_peObstacles":[]}]]]]],[15,[[[8,[{"_peStart":[-2749.8296,-2183.4746],"_peEnd":[-2695.9436,-2152.3635],"_peDist":62.222176,"_peObstacles":[]}]],[10,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2695.9436,-2152.3635],"_peDist":60.5069,"_peObstacles":[]}]],[17,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2695.9436,-2152.3635],"_peDist":60.50678,"_peObstacles":[]}]],[23,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2695.9436,-2152.3635],"_peDist":62.222176,"_peObstacles":[]}]]],[-2695.9436,-2152.3635],[[8,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2749.8296,-2183.4746],"_peDist":62.222176,"_peObstacles":[]}]],[10,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2726.1973,-2099.9631],"_peDist":60.5069,"_peObstacles":[]}]],[17,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2665.6902,-2204.764],"_peDist":60.50678,"_peObstacles":[]}]],[23,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2642.0576,-2121.2524],"_peDist":62.222176,"_peObstacles":[]}]]]]],[16,[[[10,[{"_peStart":[-2726.1973,-2099.9631],"_peEnd":[-2672.3113,-2068.852],"_peDist":62.222176,"_peObstacles":[]}]],[14,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2672.3113,-2068.852],"_peDist":60.50699,"_peObstacles":[]}]],[23,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2672.3113,-2068.852],"_peDist":60.5069,"_peObstacles":[]}]],[26,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2672.3113,-2068.852],"_peDist":62.222298,"_peObstacles":[]}]]],[-2672.3113,-2068.852],[[10,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2726.1973,-2099.9631],"_peDist":62.222176,"_peObstacles":[]}]],[14,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2702.5647,-2016.4514],"_peDist":60.50699,"_peObstacles":[]}]],[23,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2642.0576,-2121.2524],"_peDist":60.5069,"_peObstacles":[]}]],[26,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2618.4253,-2037.7407],"_peDist":62.222298,"_peObstacles":[]}]]]]],[17,[[[11,[{"_peStart":[-2719.5762,-2235.8752],"_peEnd":[-2665.6902,-2204.764],"_peDist":62.222298,"_peObstacles":[]}]],[15,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2665.6902,-2204.764],"_peDist":60.50678,"_peObstacles":[]}]],[20,[{"_peStart":[-2655.6902,-2222.0845],"_peEnd":[-2665.6902,-2204.764],"_peDist":20.000042,"_peObstacles":[]}]],[27,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2665.6902,-2204.764],"_peDist":62.222176,"_peObstacles":[]}]]],[-2665.6902,-2204.764],[[11,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2719.5762,-2235.8752],"_peDist":62.222298,"_peObstacles":[]}]],[15,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2695.9436,-2152.3635],"_peDist":60.50678,"_peObstacles":[]}]],[20,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2655.6902,-2222.0845],"_peDist":20.000042,"_peObstacles":[]}]],[27,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2611.8042,-2173.6528],"_peDist":62.222176,"_peObstacles":[]}]]]]],[18,[[[22,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2658.6787,-1968.0198],"_peDist":20.000042,"_peObstacles":[]}]]],[-2658.6787,-1968.0198],[[22,[{"_peStart":[-2658.6787,-1968.0198],"_peEnd":[-2648.6787,-1985.3403],"_peDist":20.000042,"_peObstacles":[]}]]]]],[19,[[[24,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2657.7935,-2269.487],"_peDist":20.000042,"_peObstacles":[]}]]],[-2657.7935,-2269.487],[[24,[{"_peStart":[-2657.7935,-2269.487],"_peEnd":[-2640.473,-2259.487],"_peDist":20.000042,"_peObstacles":[]}]]]]],[20,[[[17,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2655.6902,-2222.0845],"_peDist":20.000042,"_peObstacles":[]}]]],[-2655.6902,-2222.0845],[[17,[{"_peStart":[-2655.6902,-2222.0845],"_peEnd":[-2665.6902,-2204.764],"_peDist":20.000042,"_peObstacles":[]}]]]]],[21,[[[24,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2650.473,-2242.1665],"_peDist":20.000042,"_peObstacles":[]}]]],[-2650.473,-2242.1665],[[24,[{"_peStart":[-2650.473,-2242.1665],"_peEnd":[-2640.473,-2259.487],"_peDist":20.000042,"_peObstacles":[]}]]]]],[22,[[[14,[{"_peStart":[-2702.5647,-2016.4514],"_peEnd":[-2648.6787,-1985.3403],"_peDist":62.222176,"_peObstacles":[]}]],[18,[{"_peStart":[-2658.6787,-1968.0198],"_peEnd":[-2648.6787,-1985.3403],"_peDist":20.000042,"_peObstacles":[]}]],[26,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2648.6787,-1985.3403],"_peDist":60.50678,"_peObstacles":[]}]],[32,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2648.6787,-1985.3403],"_peDist":62.222237,"_peObstacles":[]}]]],[-2648.6787,-1985.3403],[[14,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2702.5647,-2016.4514],"_peDist":62.222176,"_peObstacles":[]}]],[18,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2658.6787,-1968.0198],"_peDist":20.000042,"_peObstacles":[]}]],[26,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.50678,"_peObstacles":[]}]],[32,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2594.7927,-1954.2291],"_peDist":62.222237,"_peObstacles":[]}]]]]],[23,[[[15,[{"_peStart":[-2695.9436,-2152.3635],"_peEnd":[-2642.0576,-2121.2524],"_peDist":62.222176,"_peObstacles":[]}]],[16,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2642.0576,-2121.2524],"_peDist":60.5069,"_peObstacles":[]}]],[27,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2642.0576,-2121.2524],"_peDist":60.50678,"_peObstacles":[]}]],[34,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2642.0576,-2121.2524],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]]],[-2642.0576,-2121.2524],[[15,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2695.9436,-2152.3635],"_peDist":62.222176,"_peObstacles":[]}]],[16,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2672.3113,-2068.852],"_peDist":60.5069,"_peObstacles":[]}]],[27,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2611.8042,-2173.6528],"_peDist":60.50678,"_peObstacles":[]}]],[34,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]]]]],[24,[[[19,[{"_peStart":[-2657.7935,-2269.487],"_peEnd":[-2640.473,-2259.487],"_peDist":20.000042,"_peObstacles":[]}]],[21,[{"_peStart":[-2650.473,-2242.1665],"_peEnd":[-2640.473,-2259.487],"_peDist":20.000042,"_peObstacles":[]}]],[28,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2640.473,-2259.487],"_peDist":62.222176,"_peObstacles":[]}]],[35,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2640.473,-2259.487],"_peDist":67.744865,"_peObstacles":[]}]]],[-2640.473,-2259.487],[[19,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2657.7935,-2269.487],"_peDist":20.000042,"_peObstacles":[]}]],[21,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2650.473,-2242.1665],"_peDist":20.000042,"_peObstacles":[]}]],[28,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2609.3618,-2313.373],"_peDist":62.222176,"_peObstacles":[]}]],[35,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2581.8042,-2225.6145],"_peDist":67.744865,"_peObstacles":[]}]]]]],[25,[[[28,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2626.6824,-2323.373],"_peDist":20.000042,"_peObstacles":[]}]]],[-2626.6824,-2323.373],[[28,[{"_peStart":[-2626.6824,-2323.373],"_peEnd":[-2609.3618,-2313.373],"_peDist":20.000042,"_peObstacles":[]}]]]]],[26,[[[16,[{"_peStart":[-2672.3113,-2068.852],"_peEnd":[-2618.4253,-2037.7407],"_peDist":62.222298,"_peObstacles":[]}]],[22,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.50678,"_peObstacles":[]}]],[34,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.5069,"_peObstacles":["BlockObstacle"]}]],[37,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2618.4253,-2037.7407],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]],[-2618.4253,-2037.7407],[[16,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2672.3113,-2068.852],"_peDist":62.222298,"_peObstacles":[]}]],[22,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2648.6787,-1985.3403],"_peDist":60.50678,"_peObstacles":[]}]],[34,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.5069,"_peObstacles":["BlockObstacle"]}]],[37,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2564.5393,-2006.6296],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]]]],[27,[[[17,[{"_peStart":[-2665.6902,-2204.764],"_peEnd":[-2611.8042,-2173.6528],"_peDist":62.222176,"_peObstacles":[]}]],[23,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2611.8042,-2173.6528],"_peDist":60.50678,"_peObstacles":[]}]],[30,[{"_peStart":[-2601.8042,-2190.9734],"_peEnd":[-2611.8042,-2173.6528],"_peDist":20.000042,"_peObstacles":[]}]],[39,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2611.8042,-2173.6528],"_peDist":62.222176,"_peObstacles":[]}]]],[-2611.8042,-2173.6528],[[17,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2665.6902,-2204.764],"_peDist":62.222176,"_peObstacles":[]}]],[23,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2642.0576,-2121.2524],"_peDist":60.50678,"_peObstacles":[]}]],[30,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2601.8042,-2190.9734],"_peDist":20.000042,"_peObstacles":[]}]],[39,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2557.9182,-2142.5417],"_peDist":62.222176,"_peObstacles":[]}]]]]],[28,[[[24,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2609.3618,-2313.373],"_peDist":62.222176,"_peObstacles":[]}]],[25,[{"_peStart":[-2626.6824,-2323.373],"_peEnd":[-2609.3618,-2313.373],"_peDist":20.000042,"_peObstacles":[]}]],[36,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2609.3618,-2313.373],"_peDist":62.222298,"_peObstacles":[]}]],[41,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2609.3618,-2313.373],"_peDist":67.74508,"_peObstacles":[]}]]],[-2609.3618,-2313.373],[[24,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2640.473,-2259.487],"_peDist":62.222176,"_peObstacles":[]}]],[25,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2626.6824,-2323.373],"_peDist":20.000042,"_peObstacles":[]}]],[36,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2578.2505,-2367.259],"_peDist":62.222298,"_peObstacles":[]}]],[41,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2550.6929,-2279.5005],"_peDist":67.74508,"_peObstacles":[]}]]]]],[29,[[[32,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2604.7927,-1936.9087],"_peDist":19.999937,"_peObstacles":[]}]]],[-2604.7927,-1936.9087],[[32,[{"_peStart":[-2604.7927,-1936.9087],"_peEnd":[-2594.7927,-1954.2291],"_peDist":19.999937,"_peObstacles":[]}]]]]],[30,[[[27,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2601.8042,-2190.9734],"_peDist":20.000042,"_peObstacles":[]}]],[33,[{"_peStart":[-2591.8042,-2208.294],"_peEnd":[-2601.8042,-2190.9734],"_peDist":20.000042,"_peObstacles":[]}]]],[-2601.8042,-2190.9734],[[27,[{"_peStart":[-2601.8042,-2190.9734],"_peEnd":[-2611.8042,-2173.6528],"_peDist":20.000042,"_peObstacles":[]}]],[33,[{"_peStart":[-2601.8042,-2190.9734],"_peEnd":[-2591.8042,-2208.294],"_peDist":20.000042,"_peObstacles":[]}]]]]],[31,[[[36,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2595.571,-2377.259],"_peDist":20.000042,"_peObstacles":[]}]]],[-2595.571,-2377.259],[[36,[{"_peStart":[-2595.571,-2377.259],"_peEnd":[-2578.2505,-2367.259],"_peDist":20.000042,"_peObstacles":[]}]]]]],[32,[[[22,[{"_peStart":[-2648.6787,-1985.3403],"_peEnd":[-2594.7927,-1954.2291],"_peDist":62.222237,"_peObstacles":[]}]],[29,[{"_peStart":[-2604.7927,-1936.9087],"_peEnd":[-2594.7927,-1954.2291],"_peDist":19.999937,"_peObstacles":[]}]],[37,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2594.7927,-1954.2291],"_peDist":60.506886,"_peObstacles":[]}]],[44,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2594.7927,-1954.2291],"_peDist":62.222176,"_peObstacles":[]}]]],[-2594.7927,-1954.2291],[[22,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2648.6787,-1985.3403],"_peDist":62.222237,"_peObstacles":[]}]],[29,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2604.7927,-1936.9087],"_peDist":19.999937,"_peObstacles":[]}]],[37,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2564.5393,-2006.6296],"_peDist":60.506886,"_peObstacles":[]}]],[44,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2540.9067,-1923.118],"_peDist":62.222176,"_peObstacles":[]}]]]]],[33,[[[30,[{"_peStart":[-2601.8042,-2190.9734],"_peEnd":[-2591.8042,-2208.294],"_peDist":20.000042,"_peObstacles":[]}]],[35,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2591.8042,-2208.294],"_peDist":20.000042,"_peObstacles":[]}]]],[-2591.8042,-2208.294],[[30,[{"_peStart":[-2591.8042,-2208.294],"_peEnd":[-2601.8042,-2190.9734],"_peDist":20.000042,"_peObstacles":[]}]],[35,[{"_peStart":[-2591.8042,-2208.294],"_peEnd":[-2581.8042,-2225.6145],"_peDist":20.000042,"_peObstacles":[]}]]]]],[34,[[[23,[{"_peStart":[-2642.0576,-2121.2524],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[26,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.5069,"_peObstacles":["BlockObstacle"]}]],[39,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.50699,"_peObstacles":["BlockObstacle"]}]],[45,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]],[-2588.1716,-2090.141],[[23,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2642.0576,-2121.2524],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[26,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2618.4253,-2037.7407],"_peDist":60.5069,"_peObstacles":["BlockObstacle"]}]],[39,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2557.9182,-2142.5417],"_peDist":60.50699,"_peObstacles":["BlockObstacle"]}]],[45,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2534.2856,-2059.03],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]]]],[35,[[[24,[{"_peStart":[-2640.473,-2259.487],"_peEnd":[-2581.8042,-2225.6145],"_peDist":67.744865,"_peObstacles":[]}]],[33,[{"_peStart":[-2591.8042,-2208.294],"_peEnd":[-2581.8042,-2225.6145],"_peDist":20.000042,"_peObstacles":[]}]],[41,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2581.8042,-2225.6145],"_peDist":62.222298,"_peObstacles":[]}]],[48,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2581.8042,-2225.6145],"_peDist":67.74508,"_peObstacles":[]}]]],[-2581.8042,-2225.6145],[[24,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2640.473,-2259.487],"_peDist":67.744865,"_peObstacles":[]}]],[33,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2591.8042,-2208.294],"_peDist":20.000042,"_peObstacles":[]}]],[41,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2550.6929,-2279.5005],"_peDist":62.222298,"_peObstacles":[]}]],[48,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2523.1353,-2191.742],"_peDist":67.74508,"_peObstacles":[]}]]]]],[36,[[[28,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2578.2505,-2367.259],"_peDist":62.222298,"_peObstacles":[]}]],[31,[{"_peStart":[-2595.571,-2377.259],"_peEnd":[-2578.2505,-2367.259],"_peDist":20.000042,"_peObstacles":[]}]],[43,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2578.2505,-2367.259],"_peDist":62.222176,"_peObstacles":[]}]],[49,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2578.2505,-2367.259],"_peDist":67.744865,"_peObstacles":[]}]]],[-2578.2505,-2367.259],[[28,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2609.3618,-2313.373],"_peDist":62.222298,"_peObstacles":[]}]],[31,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2595.571,-2377.259],"_peDist":20.000042,"_peObstacles":[]}]],[43,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2547.1394,-2421.145],"_peDist":62.222176,"_peObstacles":[]}]],[49,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2519.5818,-2333.3865],"_peDist":67.744865,"_peObstacles":[]}]]]]],[37,[[[26,[{"_peStart":[-2618.4253,-2037.7407],"_peEnd":[-2564.5393,-2006.6296],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[32,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2564.5393,-2006.6296],"_peDist":60.506886,"_peObstacles":[]}]],[45,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2564.5393,-2006.6296],"_peDist":60.5069,"_peObstacles":[]}]],[51,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2564.5393,-2006.6296],"_peDist":62.222237,"_peObstacles":[]}]]],[-2564.5393,-2006.6296],[[26,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2618.4253,-2037.7407],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[32,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2594.7927,-1954.2291],"_peDist":60.506886,"_peObstacles":[]}]],[45,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.5069,"_peObstacles":[]}]],[51,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2510.6533,-1975.5184],"_peDist":62.222237,"_peObstacles":[]}]]]]],[38,[[[43,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2564.46,-2431.145],"_peDist":20.000042,"_peObstacles":[]}]]],[-2564.46,-2431.145],[[43,[{"_peStart":[-2564.46,-2431.145],"_peEnd":[-2547.1394,-2421.145],"_peDist":20.000042,"_peObstacles":[]}]]]]],[39,[[[27,[{"_peStart":[-2611.8042,-2173.6528],"_peEnd":[-2557.9182,-2142.5417],"_peDist":62.222176,"_peObstacles":[]}]],[34,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2557.9182,-2142.5417],"_peDist":60.50699,"_peObstacles":["BlockObstacle"]}]],[42,[{"_peStart":[-2547.9182,-2159.8623],"_peEnd":[-2557.9182,-2142.5417],"_peDist":20.000042,"_peObstacles":[]}]],[52,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2557.9182,-2142.5417],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]]],[-2557.9182,-2142.5417],[[27,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2611.8042,-2173.6528],"_peDist":62.222176,"_peObstacles":[]}]],[34,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2588.1716,-2090.141],"_peDist":60.50699,"_peObstacles":["BlockObstacle"]}]],[42,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2547.9182,-2159.8623],"_peDist":20.000042,"_peObstacles":[]}]],[52,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2504.0322,-2111.4304],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]]]]],[40,[[[44,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2550.9067,-1905.7975],"_peDist":20.000042,"_peObstacles":[]}]]],[-2550.9067,-1905.7975],[[44,[{"_peStart":[-2550.9067,-1905.7975],"_peEnd":[-2540.9067,-1923.118],"_peDist":20.000042,"_peObstacles":[]}]]]]],[41,[[[28,[{"_peStart":[-2609.3618,-2313.373],"_peEnd":[-2550.6929,-2279.5005],"_peDist":67.74508,"_peObstacles":[]}]],[35,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2550.6929,-2279.5005],"_peDist":62.222298,"_peObstacles":[]}]],[49,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2550.6929,-2279.5005],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[56,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2550.6929,-2279.5005],"_peDist":67.744865,"_peObstacles":[]}]]],[-2550.6929,-2279.5005],[[28,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2609.3618,-2313.373],"_peDist":67.74508,"_peObstacles":[]}]],[35,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2581.8042,-2225.6145],"_peDist":62.222298,"_peObstacles":[]}]],[49,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2519.5818,-2333.3865],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[56,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2492.0242,-2245.628],"_peDist":67.744865,"_peObstacles":[]}]]]]],[42,[[[39,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2547.9182,-2159.8623],"_peDist":20.000042,"_peObstacles":[]}]]],[-2547.9182,-2159.8623],[[39,[{"_peStart":[-2547.9182,-2159.8623],"_peEnd":[-2557.9182,-2142.5417],"_peDist":20.000042,"_peObstacles":[]}]]]]],[43,[[[36,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2547.1394,-2421.145],"_peDist":62.222176,"_peObstacles":[]}]],[38,[{"_peStart":[-2564.46,-2431.145],"_peEnd":[-2547.1394,-2421.145],"_peDist":20.000042,"_peObstacles":[]}]],[50,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2547.1394,-2421.145],"_peDist":62.222298,"_peObstacles":[]}]],[57,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2547.1394,-2421.145],"_peDist":67.74508,"_peObstacles":[]}]]],[-2547.1394,-2421.145],[[36,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2578.2505,-2367.259],"_peDist":62.222176,"_peObstacles":[]}]],[38,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2564.46,-2431.145],"_peDist":20.000042,"_peObstacles":[]}]],[50,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2516.028,-2475.031],"_peDist":62.222298,"_peObstacles":[]}]],[57,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2488.4705,-2387.2725],"_peDist":67.74508,"_peObstacles":[]}]]]]],[44,[[[32,[{"_peStart":[-2594.7927,-1954.2291],"_peEnd":[-2540.9067,-1923.118],"_peDist":62.222176,"_peObstacles":[]}]],[40,[{"_peStart":[-2550.9067,-1905.7975],"_peEnd":[-2540.9067,-1923.118],"_peDist":20.000042,"_peObstacles":[]}]],[51,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2540.9067,-1923.118],"_peDist":60.50678,"_peObstacles":[]}]],[58,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2540.9067,-1923.118],"_peDist":62.222237,"_peObstacles":[]}]]],[-2540.9067,-1923.118],[[32,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2594.7927,-1954.2291],"_peDist":62.222176,"_peObstacles":[]}]],[40,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2550.9067,-1905.7975],"_peDist":20.000042,"_peObstacles":[]}]],[51,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2510.6533,-1975.5184],"_peDist":60.50678,"_peObstacles":[]}]],[58,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2487.0208,-1892.0068],"_peDist":62.222237,"_peObstacles":[]}]]]]],[45,[[[34,[{"_peStart":[-2588.1716,-2090.141],"_peEnd":[-2534.2856,-2059.03],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[37,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.5069,"_peObstacles":[]}]],[52,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.50678,"_peObstacles":["BlockObstacle"]}]],[60,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2534.2856,-2059.03],"_peDist":62.222176,"_peObstacles":[]}]]],[-2534.2856,-2059.03],[[34,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2588.1716,-2090.141],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[37,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2564.5393,-2006.6296],"_peDist":60.5069,"_peObstacles":[]}]],[52,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2504.0322,-2111.4304],"_peDist":60.50678,"_peObstacles":["BlockObstacle"]}]],[60,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2480.3997,-2027.919],"_peDist":62.222176,"_peObstacles":[]}]]]]],[46,[[[50,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2533.3486,-2485.031],"_peDist":20.000042,"_peObstacles":[]}]]],[-2533.3486,-2485.031],[[50,[{"_peStart":[-2533.3486,-2485.031],"_peEnd":[-2516.028,-2475.031],"_peDist":20.000042,"_peObstacles":[]}]]]]],[47,[[[48,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2533.1353,-2174.4214],"_peDist":20.000042,"_peObstacles":[]}]]],[-2533.1353,-2174.4214],[[48,[{"_peStart":[-2533.1353,-2174.4214],"_peEnd":[-2523.1353,-2191.742],"_peDist":20.000042,"_peObstacles":[]}]]]]],[48,[[[35,[{"_peStart":[-2581.8042,-2225.6145],"_peEnd":[-2523.1353,-2191.742],"_peDist":67.74508,"_peObstacles":[]}]],[47,[{"_peStart":[-2533.1353,-2174.4214],"_peEnd":[-2523.1353,-2191.742],"_peDist":20.000042,"_peObstacles":[]}]],[56,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2523.1353,-2191.742],"_peDist":62.222176,"_peObstacles":[]}]],[63,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2523.1353,-2191.742],"_peDist":67.744865,"_peObstacles":[]}]]],[-2523.1353,-2191.742],[[35,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2581.8042,-2225.6145],"_peDist":67.74508,"_peObstacles":[]}]],[47,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2533.1353,-2174.4214],"_peDist":20.000042,"_peObstacles":[]}]],[56,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2492.0242,-2245.628],"_peDist":62.222176,"_peObstacles":[]}]],[63,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2464.4666,-2157.8694],"_peDist":67.744865,"_peObstacles":[]}]]]]],[49,[[[36,[{"_peStart":[-2578.2505,-2367.259],"_peEnd":[-2519.5818,-2333.3865],"_peDist":67.744865,"_peObstacles":[]}]],[41,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2519.5818,-2333.3865],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[57,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2519.5818,-2333.3865],"_peDist":62.222298,"_peObstacles":[]}]],[64,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2519.5818,-2333.3865],"_peDist":67.74508,"_peObstacles":[]}]]],[-2519.5818,-2333.3865],[[36,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2578.2505,-2367.259],"_peDist":67.744865,"_peObstacles":[]}]],[41,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2550.6929,-2279.5005],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[57,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2488.4705,-2387.2725],"_peDist":62.222298,"_peObstacles":[]}]],[64,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2460.9128,-2299.514],"_peDist":67.74508,"_peObstacles":[]}]]]]],[50,[[[43,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2516.028,-2475.031],"_peDist":62.222298,"_peObstacles":[]}]],[46,[{"_peStart":[-2533.3486,-2485.031],"_peEnd":[-2516.028,-2475.031],"_peDist":20.000042,"_peObstacles":[]}]],[59,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2516.028,-2475.031],"_peDist":62.222176,"_peObstacles":[]}]],[65,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2516.028,-2475.031],"_peDist":67.744865,"_peObstacles":[]}]]],[-2516.028,-2475.031],[[43,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2547.1394,-2421.145],"_peDist":62.222298,"_peObstacles":[]}]],[46,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2533.3486,-2485.031],"_peDist":20.000042,"_peObstacles":[]}]],[59,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2484.917,-2528.917],"_peDist":62.222176,"_peObstacles":[]}]],[65,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2457.3594,-2441.1584],"_peDist":67.744865,"_peObstacles":[]}]]]]],[51,[[[37,[{"_peStart":[-2564.5393,-2006.6296],"_peEnd":[-2510.6533,-1975.5184],"_peDist":62.222237,"_peObstacles":[]}]],[44,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2510.6533,-1975.5184],"_peDist":60.50678,"_peObstacles":[]}]],[60,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2510.6533,-1975.5184],"_peDist":60.507004,"_peObstacles":[]}]],[66,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2510.6533,-1975.5184],"_peDist":62.222446,"_peObstacles":[]}]]],[-2510.6533,-1975.5184],[[37,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2564.5393,-2006.6296],"_peDist":62.222237,"_peObstacles":[]}]],[44,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2540.9067,-1923.118],"_peDist":60.50678,"_peObstacles":[]}]],[60,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2480.3997,-2027.919],"_peDist":60.507004,"_peObstacles":[]}]],[66,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2456.767,-1944.4072],"_peDist":62.222446,"_peObstacles":[]}]]]]],[52,[[[39,[{"_peStart":[-2557.9182,-2142.5417],"_peEnd":[-2504.0322,-2111.4304],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[45,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2504.0322,-2111.4304],"_peDist":60.50678,"_peObstacles":["BlockObstacle"]}]],[55,[{"_peStart":[-2494.0322,-2128.751],"_peEnd":[-2504.0322,-2111.4304],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]],[68,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2504.0322,-2111.4304],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]],[-2504.0322,-2111.4304],[[39,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2557.9182,-2142.5417],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[45,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2534.2856,-2059.03],"_peDist":60.50678,"_peObstacles":["BlockObstacle"]}]],[55,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2494.0322,-2128.751],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]],[68,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2450.1462,-2080.3193],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]]]],[53,[[[59,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2502.2375,-2538.917],"_peDist":20.000042,"_peObstacles":[]}]]],[-2502.2375,-2538.917],[[59,[{"_peStart":[-2502.2375,-2538.917],"_peEnd":[-2484.917,-2528.917],"_peDist":20.000042,"_peObstacles":[]}]]]]],[54,[[[58,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2497.0208,-1874.6863],"_peDist":20.000042,"_peObstacles":[]}]]],[-2497.0208,-1874.6863],[[58,[{"_peStart":[-2497.0208,-1874.6863],"_peEnd":[-2487.0208,-1892.0068],"_peDist":20.000042,"_peObstacles":[]}]]]]],[55,[[[52,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2494.0322,-2128.751],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]]],[-2494.0322,-2128.751],[[52,[{"_peStart":[-2494.0322,-2128.751],"_peEnd":[-2504.0322,-2111.4304],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]]]]],[56,[[[41,[{"_peStart":[-2550.6929,-2279.5005],"_peEnd":[-2492.0242,-2245.628],"_peDist":67.744865,"_peObstacles":[]}]],[48,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2492.0242,-2245.628],"_peDist":62.222176,"_peObstacles":[]}]],[64,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2492.0242,-2245.628],"_peDist":62.222298,"_peObstacles":[]}]],[75,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2492.0242,-2245.628],"_peDist":67.74508,"_peObstacles":[]}]]],[-2492.0242,-2245.628],[[41,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2550.6929,-2279.5005],"_peDist":67.744865,"_peObstacles":[]}]],[48,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2523.1353,-2191.742],"_peDist":62.222176,"_peObstacles":[]}]],[64,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2460.9128,-2299.514],"_peDist":62.222298,"_peObstacles":[]}]],[75,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2433.3552,-2211.7554],"_peDist":67.74508,"_peObstacles":[]}]]]]],[57,[[[43,[{"_peStart":[-2547.1394,-2421.145],"_peEnd":[-2488.4705,-2387.2725],"_peDist":67.74508,"_peObstacles":[]}]],[49,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2488.4705,-2387.2725],"_peDist":62.222298,"_peObstacles":[]}]],[65,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2488.4705,-2387.2725],"_peDist":62.222176,"_peObstacles":[]}]],[78,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2488.4705,-2387.2725],"_peDist":67.744865,"_peObstacles":[]}]]],[-2488.4705,-2387.2725],[[43,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2547.1394,-2421.145],"_peDist":67.74508,"_peObstacles":[]}]],[49,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2519.5818,-2333.3865],"_peDist":62.222298,"_peObstacles":[]}]],[65,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2457.3594,-2441.1584],"_peDist":62.222176,"_peObstacles":[]}]],[78,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2429.8018,-2353.4],"_peDist":67.744865,"_peObstacles":[]}]]]]],[58,[[[44,[{"_peStart":[-2540.9067,-1923.118],"_peEnd":[-2487.0208,-1892.0068],"_peDist":62.222237,"_peObstacles":[]}]],[54,[{"_peStart":[-2497.0208,-1874.6863],"_peEnd":[-2487.0208,-1892.0068],"_peDist":20.000042,"_peObstacles":[]}]],[66,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2487.0208,-1892.0068],"_peDist":60.5069,"_peObstacles":[]}]],[76,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2487.0208,-1892.0068],"_peDist":62.222237,"_peObstacles":[]}]]],[-2487.0208,-1892.0068],[[44,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2540.9067,-1923.118],"_peDist":62.222237,"_peObstacles":[]}]],[54,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2497.0208,-1874.6863],"_peDist":20.000042,"_peObstacles":[]}]],[66,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2456.767,-1944.4072],"_peDist":60.5069,"_peObstacles":[]}]],[76,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2433.1348,-1860.8956],"_peDist":62.222237,"_peObstacles":[]}]]]]],[59,[[[50,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2484.917,-2528.917],"_peDist":62.222176,"_peObstacles":[]}]],[53,[{"_peStart":[-2502.2375,-2538.917],"_peEnd":[-2484.917,-2528.917],"_peDist":20.000042,"_peObstacles":[]}]],[67,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2484.917,-2528.917],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[80,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2484.917,-2528.917],"_peDist":67.74508,"_peObstacles":[]}]]],[-2484.917,-2528.917],[[50,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2516.028,-2475.031],"_peDist":62.222176,"_peObstacles":[]}]],[53,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2502.2375,-2538.917],"_peDist":20.000042,"_peObstacles":[]}]],[67,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[80,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2426.248,-2495.0444],"_peDist":67.74508,"_peObstacles":[]}]]]]],[60,[[[45,[{"_peStart":[-2534.2856,-2059.03],"_peEnd":[-2480.3997,-2027.919],"_peDist":62.222176,"_peObstacles":[]}]],[51,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2480.3997,-2027.919],"_peDist":60.507004,"_peObstacles":[]}]],[68,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2480.3997,-2027.919],"_peDist":60.50678,"_peObstacles":[]}]],[79,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2480.3997,-2027.919],"_peDist":62.222237,"_peObstacles":[]}]]],[-2480.3997,-2027.919],[[45,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2534.2856,-2059.03],"_peDist":62.222176,"_peObstacles":[]}]],[51,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2510.6533,-1975.5184],"_peDist":60.507004,"_peObstacles":[]}]],[68,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2450.1462,-2080.3193],"_peDist":60.50678,"_peObstacles":[]}]],[79,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2426.5137,-1996.8077],"_peDist":62.222237,"_peObstacles":[]}]]]]],[61,[[[63,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2474.4666,-2140.5488],"_peDist":20.000042,"_peObstacles":[]}]]],[-2474.4666,-2140.5488],[[63,[{"_peStart":[-2474.4666,-2140.5488],"_peEnd":[-2464.4666,-2157.8694],"_peDist":20.000042,"_peObstacles":[]}]]]]],[62,[[[67,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2471.1262,-2592.803],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]]],[-2471.1262,-2592.803],[[67,[{"_peStart":[-2471.1262,-2592.803],"_peEnd":[-2453.8057,-2582.803],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]]]]],[63,[[[48,[{"_peStart":[-2523.1353,-2191.742],"_peEnd":[-2464.4666,-2157.8694],"_peDist":67.744865,"_peObstacles":[]}]],[61,[{"_peStart":[-2474.4666,-2140.5488],"_peEnd":[-2464.4666,-2157.8694],"_peDist":20.000042,"_peObstacles":[]}]],[69,[{"_peStart":[-2447.146,-2147.8694],"_peEnd":[-2464.4666,-2157.8694],"_peDist":20.000042,"_peObstacles":[]}]],[75,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2464.4666,-2157.8694],"_peDist":62.222298,"_peObstacles":[]}]]],[-2464.4666,-2157.8694],[[48,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2523.1353,-2191.742],"_peDist":67.744865,"_peObstacles":[]}]],[61,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2474.4666,-2140.5488],"_peDist":20.000042,"_peObstacles":[]}]],[69,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2447.146,-2147.8694],"_peDist":20.000042,"_peObstacles":[]}]],[75,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2433.3552,-2211.7554],"_peDist":62.222298,"_peObstacles":[]}]]]]],[64,[[[49,[{"_peStart":[-2519.5818,-2333.3865],"_peEnd":[-2460.9128,-2299.514],"_peDist":67.74508,"_peObstacles":[]}]],[56,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2460.9128,-2299.514],"_peDist":62.222298,"_peObstacles":[]}]],[78,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2460.9128,-2299.514],"_peDist":62.222176,"_peObstacles":[]}]],[86,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2460.9128,-2299.514],"_peDist":67.744865,"_peObstacles":[]}]]],[-2460.9128,-2299.514],[[49,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2519.5818,-2333.3865],"_peDist":67.74508,"_peObstacles":[]}]],[56,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2492.0242,-2245.628],"_peDist":62.222298,"_peObstacles":[]}]],[78,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2429.8018,-2353.4],"_peDist":62.222176,"_peObstacles":[]}]],[86,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2402.2441,-2265.6414],"_peDist":67.744865,"_peObstacles":[]}]]]]],[65,[[[50,[{"_peStart":[-2516.028,-2475.031],"_peEnd":[-2457.3594,-2441.1584],"_peDist":67.744865,"_peObstacles":[]}]],[57,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2457.3594,-2441.1584],"_peDist":62.222176,"_peObstacles":[]}]],[80,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2457.3594,-2441.1584],"_peDist":62.222298,"_peObstacles":[]}]],[88,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2457.3594,-2441.1584],"_peDist":67.74508,"_peObstacles":[]}]]],[-2457.3594,-2441.1584],[[50,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2516.028,-2475.031],"_peDist":67.744865,"_peObstacles":[]}]],[57,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2488.4705,-2387.2725],"_peDist":62.222176,"_peObstacles":[]}]],[80,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2426.248,-2495.0444],"_peDist":62.222298,"_peObstacles":[]}]],[88,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2398.6904,-2407.286],"_peDist":67.74508,"_peObstacles":[]}]]]]],[66,[[[51,[{"_peStart":[-2510.6533,-1975.5184],"_peEnd":[-2456.767,-1944.4072],"_peDist":62.222446,"_peObstacles":[]}]],[58,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2456.767,-1944.4072],"_peDist":60.5069,"_peObstacles":[]}]],[79,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2456.767,-1944.4072],"_peDist":60.506886,"_peObstacles":[]}]],[85,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2456.767,-1944.4072],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]],[-2456.767,-1944.4072],[[51,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2510.6533,-1975.5184],"_peDist":62.222446,"_peObstacles":[]}]],[58,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2487.0208,-1892.0068],"_peDist":60.5069,"_peObstacles":[]}]],[79,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2426.5137,-1996.8077],"_peDist":60.506886,"_peObstacles":[]}]],[85,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2402.881,-1913.2961],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]]]]],[67,[[[59,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[62,[{"_peStart":[-2471.1262,-2592.803],"_peEnd":[-2453.8057,-2582.803],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]],[81,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[90,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":["BlockObstacle"]}]]],[-2453.8057,-2582.803],[[59,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2484.917,-2528.917],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[62,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2471.1262,-2592.803],"_peDist":20.000042,"_peObstacles":["BlockObstacle"]}]],[81,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2422.6946,-2636.689],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[90,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":["BlockObstacle"]}]]]]],[68,[[[52,[{"_peStart":[-2504.0322,-2111.4304],"_peEnd":[-2450.1462,-2080.3193],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[60,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2450.1462,-2080.3193],"_peDist":60.50678,"_peObstacles":[]}]],[72,[{"_peStart":[-2440.1462,-2097.64],"_peEnd":[-2450.1462,-2080.3193],"_peDist":20.000042,"_peObstacles":[]}]],[89,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2450.1462,-2080.3193],"_peDist":62.222176,"_peObstacles":[]}]]],[-2450.1462,-2080.3193],[[52,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2504.0322,-2111.4304],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[60,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2480.3997,-2027.919],"_peDist":60.50678,"_peObstacles":[]}]],[72,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2440.1462,-2097.64],"_peDist":20.000042,"_peObstacles":[]}]],[89,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2396.2603,-2049.2083],"_peDist":62.222176,"_peObstacles":[]}]]]]],[69,[[[63,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2447.146,-2147.8694],"_peDist":20.000042,"_peObstacles":[]}]]],[-2447.146,-2147.8694],[[63,[{"_peStart":[-2447.146,-2147.8694],"_peEnd":[-2464.4666,-2157.8694],"_peDist":20.000042,"_peObstacles":[]}]]]]],[70,[[[77,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2447.1357,-1507.758],"_peDist":20.000042,"_peObstacles":[]}]]],[-2447.1357,-1507.758],[[77,[{"_peStart":[-2447.1357,-1507.758],"_peEnd":[-2429.8152,-1497.758],"_peDist":20.000042,"_peObstacles":[]}]]]]],[71,[[[76,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2443.1348,-1843.5752],"_peDist":19.999937,"_peObstacles":[]}]]],[-2443.1348,-1843.5752],[[76,[{"_peStart":[-2443.1348,-1843.5752],"_peEnd":[-2433.1348,-1860.8956],"_peDist":19.999937,"_peObstacles":[]}]]]]],[72,[[[68,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2440.1462,-2097.64],"_peDist":20.000042,"_peObstacles":[]}]]],[-2440.1462,-2097.64],[[68,[{"_peStart":[-2440.1462,-2097.64],"_peEnd":[-2450.1462,-2080.3193],"_peDist":20.000042,"_peObstacles":[]}]]]]],[73,[[[81,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2440.0151,-2646.689],"_peDist":20.000042,"_peObstacles":[]}]]],[-2440.0151,-2646.689],[[81,[{"_peStart":[-2440.0151,-2646.689],"_peEnd":[-2422.6946,-2636.689],"_peDist":20.000042,"_peObstacles":[]}]]]]],[74,[[[77,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2439.8152,-1480.4375],"_peDist":20.000042,"_peObstacles":[]}]]],[-2439.8152,-1480.4375],[[77,[{"_peStart":[-2439.8152,-1480.4375],"_peEnd":[-2429.8152,-1497.758],"_peDist":20.000042,"_peObstacles":[]}]]]]],[75,[[[56,[{"_peStart":[-2492.0242,-2245.628],"_peEnd":[-2433.3552,-2211.7554],"_peDist":67.74508,"_peObstacles":[]}]],[63,[{"_peStart":[-2464.4666,-2157.8694],"_peEnd":[-2433.3552,-2211.7554],"_peDist":62.222298,"_peObstacles":[]}]],[82,[{"_peStart":[-2416.0347,-2201.7554],"_peEnd":[-2433.3552,-2211.7554],"_peDist":20.000042,"_peObstacles":[]}]],[86,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2433.3552,-2211.7554],"_peDist":62.222176,"_peObstacles":[]}]]],[-2433.3552,-2211.7554],[[56,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2492.0242,-2245.628],"_peDist":67.74508,"_peObstacles":[]}]],[63,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2464.4666,-2157.8694],"_peDist":62.222298,"_peObstacles":[]}]],[82,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2416.0347,-2201.7554],"_peDist":20.000042,"_peObstacles":[]}]],[86,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2402.2441,-2265.6414],"_peDist":62.222176,"_peObstacles":[]}]]]]],[76,[[[58,[{"_peStart":[-2487.0208,-1892.0068],"_peEnd":[-2433.1348,-1860.8956],"_peDist":62.222237,"_peObstacles":[]}]],[71,[{"_peStart":[-2443.1348,-1843.5752],"_peEnd":[-2433.1348,-1860.8956],"_peDist":19.999937,"_peObstacles":[]}]],[85,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2433.1348,-1860.8956],"_peDist":60.507004,"_peObstacles":[]}]],[97,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2433.1348,-1860.8956],"_peDist":62.222176,"_peObstacles":[]}]]],[-2433.1348,-1860.8956],[[58,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2487.0208,-1892.0068],"_peDist":62.222237,"_peObstacles":[]}]],[71,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2443.1348,-1843.5752],"_peDist":19.999937,"_peObstacles":[]}]],[85,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2402.881,-1913.2961],"_peDist":60.507004,"_peObstacles":[]}]],[97,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2379.2488,-1829.7845],"_peDist":62.222176,"_peObstacles":[]}]]]]],[77,[[[70,[{"_peStart":[-2447.1357,-1507.758],"_peEnd":[-2429.8152,-1497.758],"_peDist":20.000042,"_peObstacles":[]}]],[74,[{"_peStart":[-2439.8152,-1480.4375],"_peEnd":[-2429.8152,-1497.758],"_peDist":20.000042,"_peObstacles":[]}]],[87,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2429.8152,-1497.758],"_peDist":62.22219,"_peObstacles":[]}]],[99,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2429.8152,-1497.758],"_peDist":64.21453,"_peObstacles":[]}]]],[-2429.8152,-1497.758],[[70,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2447.1357,-1507.758],"_peDist":20.000042,"_peObstacles":[]}]],[74,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2439.8152,-1480.4375],"_peDist":20.000042,"_peObstacles":[]}]],[87,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2398.7039,-1551.6439],"_peDist":62.22219,"_peObstacles":[]}]],[99,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2374.2039,-1465.6506],"_peDist":64.21453,"_peObstacles":[]}]]]]],[78,[[[57,[{"_peStart":[-2488.4705,-2387.2725],"_peEnd":[-2429.8018,-2353.4],"_peDist":67.744865,"_peObstacles":[]}]],[64,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2429.8018,-2353.4],"_peDist":62.222176,"_peObstacles":[]}]],[88,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2429.8018,-2353.4],"_peDist":62.222298,"_peObstacles":[]}]],[101,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2429.8018,-2353.4],"_peDist":67.74508,"_peObstacles":[]}]]],[-2429.8018,-2353.4],[[57,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2488.4705,-2387.2725],"_peDist":67.744865,"_peObstacles":[]}]],[64,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2460.9128,-2299.514],"_peDist":62.222176,"_peObstacles":[]}]],[88,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2398.6904,-2407.286],"_peDist":62.222298,"_peObstacles":[]}]],[101,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2371.1328,-2319.5273],"_peDist":67.74508,"_peObstacles":[]}]]]]],[79,[[[60,[{"_peStart":[-2480.3997,-2027.919],"_peEnd":[-2426.5137,-1996.8077],"_peDist":62.222237,"_peObstacles":[]}]],[66,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2426.5137,-1996.8077],"_peDist":60.506886,"_peObstacles":[]}]],[89,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2426.5137,-1996.8077],"_peDist":60.506886,"_peObstacles":[]}]],[100,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2426.5137,-1996.8077],"_peDist":62.222237,"_peObstacles":[]}]]],[-2426.5137,-1996.8077],[[60,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2480.3997,-2027.919],"_peDist":62.222237,"_peObstacles":[]}]],[66,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2456.767,-1944.4072],"_peDist":60.506886,"_peObstacles":[]}]],[89,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2396.2603,-2049.2083],"_peDist":60.506886,"_peObstacles":[]}]],[100,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2372.6277,-1965.6965],"_peDist":62.222237,"_peObstacles":[]}]]]]],[80,[[[59,[{"_peStart":[-2484.917,-2528.917],"_peEnd":[-2426.248,-2495.0444],"_peDist":67.74508,"_peObstacles":[]}]],[65,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2426.248,-2495.0444],"_peDist":62.222298,"_peObstacles":[]}]],[90,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2426.248,-2495.0444],"_peDist":62.222176,"_peObstacles":[]}]],[103,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2426.248,-2495.0444],"_peDist":67.744865,"_peObstacles":[]}]]],[-2426.248,-2495.0444],[[59,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2484.917,-2528.917],"_peDist":67.74508,"_peObstacles":[]}]],[65,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2457.3594,-2441.1584],"_peDist":62.222298,"_peObstacles":[]}]],[90,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2395.137,-2548.9304],"_peDist":62.222176,"_peObstacles":[]}]],[103,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2367.5793,-2461.1719],"_peDist":67.744865,"_peObstacles":[]}]]]]],[81,[[[67,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2422.6946,-2636.689],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[73,[{"_peStart":[-2440.0151,-2646.689],"_peEnd":[-2422.6946,-2636.689],"_peDist":20.000042,"_peObstacles":[]}]],[91,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2422.6946,-2636.689],"_peDist":62.222176,"_peObstacles":[]}]],[104,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2422.6946,-2636.689],"_peDist":67.744865,"_peObstacles":[]}]]],[-2422.6946,-2636.689],[[67,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2453.8057,-2582.803],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[73,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2440.0151,-2646.689],"_peDist":20.000042,"_peObstacles":[]}]],[91,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2391.5835,-2690.575],"_peDist":62.222176,"_peObstacles":[]}]],[104,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2364.026,-2602.8164],"_peDist":67.744865,"_peObstacles":[]}]]]]],[82,[[[75,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2416.0347,-2201.7554],"_peDist":20.000042,"_peObstacles":[]}]]],[-2416.0347,-2201.7554],[[75,[{"_peStart":[-2416.0347,-2201.7554],"_peEnd":[-2433.3552,-2211.7554],"_peDist":20.000042,"_peObstacles":[]}]]]]],[83,[[[87,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2416.0244,-1561.644],"_peDist":20.000103,"_peObstacles":[]}]]],[-2416.0244,-1561.644],[[87,[{"_peStart":[-2416.0244,-1561.644],"_peEnd":[-2398.7039,-1551.6439],"_peDist":20.000103,"_peObstacles":[]}]]]]],[84,[[[91,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2408.9038,-2700.575],"_peDist":19.99983,"_peObstacles":[]}]]],[-2408.9038,-2700.575],[[91,[{"_peStart":[-2408.9038,-2700.575],"_peEnd":[-2391.5835,-2690.575],"_peDist":19.99983,"_peObstacles":[]}]]]]],[85,[[[66,[{"_peStart":[-2456.767,-1944.4072],"_peEnd":[-2402.881,-1913.2961],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[76,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2402.881,-1913.2961],"_peDist":60.507004,"_peObstacles":[]}]],[100,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2402.881,-1913.2961],"_peDist":60.50678,"_peObstacles":[]}]],[109,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2402.881,-1913.2961],"_peDist":62.222237,"_peObstacles":[]}]]],[-2402.881,-1913.2961],[[66,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2456.767,-1944.4072],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[76,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2433.1348,-1860.8956],"_peDist":60.507004,"_peObstacles":[]}]],[100,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2372.6277,-1965.6965],"_peDist":60.50678,"_peObstacles":[]}]],[109,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2348.995,-1882.1849],"_peDist":62.222237,"_peObstacles":[]}]]]]],[86,[[[64,[{"_peStart":[-2460.9128,-2299.514],"_peEnd":[-2402.2441,-2265.6414],"_peDist":67.744865,"_peObstacles":[]}]],[75,[{"_peStart":[-2433.3552,-2211.7554],"_peEnd":[-2402.2441,-2265.6414],"_peDist":62.222176,"_peObstacles":[]}]],[94,[{"_peStart":[-2384.9236,-2255.6414],"_peEnd":[-2402.2441,-2265.6414],"_peDist":20.000042,"_peObstacles":[]}]],[101,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2402.2441,-2265.6414],"_peDist":62.222298,"_peObstacles":[]}]]],[-2402.2441,-2265.6414],[[64,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2460.9128,-2299.514],"_peDist":67.744865,"_peObstacles":[]}]],[75,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2433.3552,-2211.7554],"_peDist":62.222176,"_peObstacles":[]}]],[94,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2384.9236,-2255.6414],"_peDist":20.000042,"_peObstacles":[]}]],[101,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2371.1328,-2319.5273],"_peDist":62.222298,"_peObstacles":[]}]]]]],[87,[[[77,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2398.7039,-1551.6439],"_peDist":62.22219,"_peObstacles":[]}]],[83,[{"_peStart":[-2416.0244,-1561.644],"_peEnd":[-2398.7039,-1551.6439],"_peDist":20.000103,"_peObstacles":[]}]],[102,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2398.7039,-1551.6439],"_peDist":62.222176,"_peObstacles":[]}]],[110,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2398.7039,-1551.6439],"_peDist":64.214264,"_peObstacles":[]}]]],[-2398.7039,-1551.6439],[[77,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2429.8152,-1497.758],"_peDist":62.22219,"_peObstacles":[]}]],[83,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2416.0244,-1561.644],"_peDist":20.000103,"_peObstacles":[]}]],[102,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2367.5928,-1605.5299],"_peDist":62.222176,"_peObstacles":[]}]],[110,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2343.0928,-1519.5366],"_peDist":64.214264,"_peObstacles":[]}]]]]],[88,[[[65,[{"_peStart":[-2457.3594,-2441.1584],"_peEnd":[-2398.6904,-2407.286],"_peDist":67.74508,"_peObstacles":[]}]],[78,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2398.6904,-2407.286],"_peDist":62.222298,"_peObstacles":[]}]],[103,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2398.6904,-2407.286],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[112,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2398.6904,-2407.286],"_peDist":67.744865,"_peObstacles":[]}]]],[-2398.6904,-2407.286],[[65,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2457.3594,-2441.1584],"_peDist":67.74508,"_peObstacles":[]}]],[78,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2429.8018,-2353.4],"_peDist":62.222298,"_peObstacles":[]}]],[103,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2367.5793,-2461.1719],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[112,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2340.0217,-2373.4133],"_peDist":67.744865,"_peObstacles":[]}]]]]],[89,[[[68,[{"_peStart":[-2450.1462,-2080.3193],"_peEnd":[-2396.2603,-2049.2083],"_peDist":62.222176,"_peObstacles":[]}]],[79,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2396.2603,-2049.2083],"_peDist":60.506886,"_peObstacles":[]}]],[93,[{"_peStart":[-2386.2603,-2066.5288],"_peEnd":[-2396.2603,-2049.2083],"_peDist":20.000042,"_peObstacles":[]}]],[111,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2396.2603,-2049.2083],"_peDist":62.222237,"_peObstacles":[]}]]],[-2396.2603,-2049.2083],[[68,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2450.1462,-2080.3193],"_peDist":62.222176,"_peObstacles":[]}]],[79,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2426.5137,-1996.8077],"_peDist":60.506886,"_peObstacles":[]}]],[93,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2386.2603,-2066.5288],"_peDist":20.000042,"_peObstacles":[]}]],[111,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2342.3743,-2018.097],"_peDist":62.222237,"_peObstacles":[]}]]]]],[90,[[[67,[{"_peStart":[-2453.8057,-2582.803],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.744865,"_peObstacles":["BlockObstacle"]}]],[80,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2395.137,-2548.9304],"_peDist":62.222176,"_peObstacles":[]}]],[104,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2395.137,-2548.9304],"_peDist":62.222176,"_peObstacles":[]}]],[114,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.74508,"_peObstacles":[]}]]],[-2395.137,-2548.9304],[[67,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2453.8057,-2582.803],"_peDist":67.744865,"_peObstacles":["BlockObstacle"]}]],[80,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2426.248,-2495.0444],"_peDist":62.222176,"_peObstacles":[]}]],[104,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2364.026,-2602.8164],"_peDist":62.222176,"_peObstacles":[]}]],[114,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2336.468,-2515.0579],"_peDist":67.74508,"_peObstacles":[]}]]]]],[91,[[[81,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2391.5835,-2690.575],"_peDist":62.222176,"_peObstacles":[]}]],[84,[{"_peStart":[-2408.9038,-2700.575],"_peEnd":[-2391.5835,-2690.575],"_peDist":19.99983,"_peObstacles":[]}]],[105,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2391.5835,-2690.575],"_peDist":62.222298,"_peObstacles":[]}]],[116,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2391.5835,-2690.575],"_peDist":67.74508,"_peObstacles":[]}]]],[-2391.5835,-2690.575],[[81,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2422.6946,-2636.689],"_peDist":62.222176,"_peObstacles":[]}]],[84,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2408.9038,-2700.575],"_peDist":19.99983,"_peObstacles":[]}]],[105,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2360.4722,-2744.461],"_peDist":62.222298,"_peObstacles":[]}]],[116,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2332.9146,-2656.7024],"_peDist":67.74508,"_peObstacles":[]}]]]]],[92,[[[97,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2389.2488,-1812.464],"_peDist":20.000042,"_peObstacles":[]}]]],[-2389.2488,-1812.464],[[97,[{"_peStart":[-2389.2488,-1812.464],"_peEnd":[-2379.2488,-1829.7845],"_peDist":20.000042,"_peObstacles":[]}]]]]],[93,[[[89,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2386.2603,-2066.5288],"_peDist":20.000042,"_peObstacles":[]}]]],[-2386.2603,-2066.5288],[[89,[{"_peStart":[-2386.2603,-2066.5288],"_peEnd":[-2396.2603,-2049.2083],"_peDist":20.000042,"_peObstacles":[]}]]]]],[94,[[[86,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2384.9236,-2255.6414],"_peDist":20.000042,"_peObstacles":[]}]]],[-2384.9236,-2255.6414],[[86,[{"_peStart":[-2384.9236,-2255.6414],"_peEnd":[-2402.2441,-2265.6414],"_peDist":20.000042,"_peObstacles":[]}]]]]],[95,[[[102,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2384.913,-1615.5299],"_peDist":19.99983,"_peObstacles":[]}]]],[-2384.913,-1615.5299],[[102,[{"_peStart":[-2384.913,-1615.5299],"_peEnd":[-2367.5928,-1605.5299],"_peDist":19.99983,"_peObstacles":[]}]]]]],[96,[[[99,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2384.2039,-1448.3302],"_peDist":19.999937,"_peObstacles":[]}]]],[-2384.2039,-1448.3302],[[99,[{"_peStart":[-2384.2039,-1448.3302],"_peEnd":[-2374.2039,-1465.6506],"_peDist":19.999937,"_peObstacles":[]}]]]]],[97,[[[76,[{"_peStart":[-2433.1348,-1860.8956],"_peEnd":[-2379.2488,-1829.7845],"_peDist":62.222176,"_peObstacles":[]}]],[92,[{"_peStart":[-2389.2488,-1812.464],"_peEnd":[-2379.2488,-1829.7845],"_peDist":20.000042,"_peObstacles":[]}]],[109,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2379.2488,-1829.7845],"_peDist":60.5069,"_peObstacles":[]}]],[119,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2379.2488,-1829.7845],"_peDist":62.222237,"_peObstacles":[]}]]],[-2379.2488,-1829.7845],[[76,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2433.1348,-1860.8956],"_peDist":62.222176,"_peObstacles":[]}]],[92,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2389.2488,-1812.464],"_peDist":20.000042,"_peObstacles":[]}]],[109,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2348.995,-1882.1849],"_peDist":60.5069,"_peObstacles":[]}]],[119,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2325.3628,-1798.6733],"_peDist":62.222237,"_peObstacles":[]}]]]]],[98,[[[105,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2377.7927,-2754.461],"_peDist":20.000042,"_peObstacles":[]}]]],[-2377.7927,-2754.461],[[105,[{"_peStart":[-2377.7927,-2754.461],"_peEnd":[-2360.4722,-2744.461],"_peDist":20.000042,"_peObstacles":[]}]]]]],[99,[[[77,[{"_peStart":[-2429.8152,-1497.758],"_peEnd":[-2374.2039,-1465.6506],"_peDist":64.21453,"_peObstacles":[]}]],[96,[{"_peStart":[-2384.2039,-1448.3302],"_peEnd":[-2374.2039,-1465.6506],"_peDist":19.999937,"_peObstacles":[]}]],[110,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2374.2039,-1465.6506],"_peDist":62.222176,"_peObstacles":[]}]],[123,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2374.2039,-1465.6506],"_peDist":64.21447,"_peObstacles":[]}]]],[-2374.2039,-1465.6506],[[77,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2429.8152,-1497.758],"_peDist":64.21453,"_peObstacles":[]}]],[96,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2384.2039,-1448.3302],"_peDist":19.999937,"_peObstacles":[]}]],[110,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2343.0928,-1519.5366],"_peDist":62.222176,"_peObstacles":[]}]],[123,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2318.5925,-1433.5433],"_peDist":64.21447,"_peObstacles":[]}]]]]],[100,[[[79,[{"_peStart":[-2426.5137,-1996.8077],"_peEnd":[-2372.6277,-1965.6965],"_peDist":62.222237,"_peObstacles":[]}]],[85,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2372.6277,-1965.6965],"_peDist":60.50678,"_peObstacles":[]}]],[111,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2372.6277,-1965.6965],"_peDist":60.506886,"_peObstacles":[]}]],[122,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2372.6277,-1965.6965],"_peDist":62.222176,"_peObstacles":[]}]]],[-2372.6277,-1965.6965],[[79,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2426.5137,-1996.8077],"_peDist":62.222237,"_peObstacles":[]}]],[85,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2402.881,-1913.2961],"_peDist":60.50678,"_peObstacles":[]}]],[111,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2342.3743,-2018.097],"_peDist":60.506886,"_peObstacles":[]}]],[122,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2318.7417,-1934.5854],"_peDist":62.222176,"_peObstacles":[]}]]]]],[101,[[[78,[{"_peStart":[-2429.8018,-2353.4],"_peEnd":[-2371.1328,-2319.5273],"_peDist":67.74508,"_peObstacles":[]}]],[86,[{"_peStart":[-2402.2441,-2265.6414],"_peEnd":[-2371.1328,-2319.5273],"_peDist":62.222298,"_peObstacles":[]}]],[106,[{"_peStart":[-2353.8125,-2309.5273],"_peEnd":[-2371.1328,-2319.5273],"_peDist":19.99983,"_peObstacles":[]}]],[112,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2371.1328,-2319.5273],"_peDist":62.222176,"_peObstacles":[]}]]],[-2371.1328,-2319.5273],[[78,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2429.8018,-2353.4],"_peDist":67.74508,"_peObstacles":[]}]],[86,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2402.2441,-2265.6414],"_peDist":62.222298,"_peObstacles":[]}]],[106,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2353.8125,-2309.5273],"_peDist":19.99983,"_peObstacles":[]}]],[112,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2340.0217,-2373.4133],"_peDist":62.222176,"_peObstacles":[]}]]]]],[102,[[[87,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2367.5928,-1605.5299],"_peDist":62.222176,"_peObstacles":[]}]],[95,[{"_peStart":[-2384.913,-1615.5299],"_peEnd":[-2367.5928,-1605.5299],"_peDist":19.99983,"_peObstacles":[]}]],[113,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2367.5928,-1605.5299],"_peDist":62.222298,"_peObstacles":[]}]],[124,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2367.5928,-1605.5299],"_peDist":64.21447,"_peObstacles":[]}]]],[-2367.5928,-1605.5299],[[87,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2398.7039,-1551.6439],"_peDist":62.222176,"_peObstacles":[]}]],[95,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2384.913,-1615.5299],"_peDist":19.99983,"_peObstacles":[]}]],[113,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2336.4814,-1659.4159],"_peDist":62.222298,"_peObstacles":[]}]],[124,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2311.9814,-1573.4226],"_peDist":64.21447,"_peObstacles":[]}]]]]],[103,[[[80,[{"_peStart":[-2426.248,-2495.0444],"_peEnd":[-2367.5793,-2461.1719],"_peDist":67.744865,"_peObstacles":[]}]],[88,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2367.5793,-2461.1719],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[114,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2367.5793,-2461.1719],"_peDist":62.222298,"_peObstacles":[]}]],[125,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2367.5793,-2461.1719],"_peDist":67.74508,"_peObstacles":[]}]]],[-2367.5793,-2461.1719],[[80,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2426.248,-2495.0444],"_peDist":67.744865,"_peObstacles":[]}]],[88,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2398.6904,-2407.286],"_peDist":62.222176,"_peObstacles":["BlockObstacle"]}]],[114,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2336.468,-2515.0579],"_peDist":62.222298,"_peObstacles":[]}]],[125,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2308.9104,-2427.2993],"_peDist":67.74508,"_peObstacles":[]}]]]]],[104,[[[81,[{"_peStart":[-2422.6946,-2636.689],"_peEnd":[-2364.026,-2602.8164],"_peDist":67.744865,"_peObstacles":[]}]],[90,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2364.026,-2602.8164],"_peDist":62.222176,"_peObstacles":[]}]],[116,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2364.026,-2602.8164],"_peDist":62.222298,"_peObstacles":[]}]],[128,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2364.026,-2602.8164],"_peDist":67.74508,"_peObstacles":[]}]]],[-2364.026,-2602.8164],[[81,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2422.6946,-2636.689],"_peDist":67.744865,"_peObstacles":[]}]],[90,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2395.137,-2548.9304],"_peDist":62.222176,"_peObstacles":[]}]],[116,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2332.9146,-2656.7024],"_peDist":62.222298,"_peObstacles":[]}]],[128,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2305.357,-2568.9438],"_peDist":67.74508,"_peObstacles":[]}]]]]],[105,[[[91,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2360.4722,-2744.461],"_peDist":62.222298,"_peObstacles":[]}]],[98,[{"_peStart":[-2377.7927,-2754.461],"_peEnd":[-2360.4722,-2744.461],"_peDist":20.000042,"_peObstacles":[]}]],[108,[{"_peStart":[-2350.4722,-2761.7813],"_peEnd":[-2360.4722,-2744.461],"_peDist":19.99983,"_peObstacles":[]}]],[129,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2360.4722,-2744.461],"_peDist":67.744865,"_peObstacles":[]}]]],[-2360.4722,-2744.461],[[91,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2391.5835,-2690.575],"_peDist":62.222298,"_peObstacles":[]}]],[98,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2377.7927,-2754.461],"_peDist":20.000042,"_peObstacles":[]}]],[108,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2350.4722,-2761.7813],"_peDist":19.99983,"_peObstacles":[]}]],[129,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2301.8035,-2710.5884],"_peDist":67.744865,"_peObstacles":[]}]]]]],[106,[[[101,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2353.8125,-2309.5273],"_peDist":19.99983,"_peObstacles":[]}]]],[-2353.8125,-2309.5273],[[101,[{"_peStart":[-2353.8125,-2309.5273],"_peEnd":[-2371.1328,-2319.5273],"_peDist":19.99983,"_peObstacles":[]}]]]]],[107,[[[113,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2353.802,-1669.4159],"_peDist":20.000042,"_peObstacles":[]}]]],[-2353.802,-1669.4159],[[113,[{"_peStart":[-2353.802,-1669.4159],"_peEnd":[-2336.4814,-1659.4159],"_peDist":20.000042,"_peObstacles":[]}]]]]],[108,[[[105,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2350.4722,-2761.7813],"_peDist":19.99983,"_peObstacles":[]}]]],[-2350.4722,-2761.7813],[[105,[{"_peStart":[-2350.4722,-2761.7813],"_peEnd":[-2360.4722,-2744.461],"_peDist":19.99983,"_peObstacles":[]}]]]]],[109,[[[85,[{"_peStart":[-2402.881,-1913.2961],"_peEnd":[-2348.995,-1882.1849],"_peDist":62.222237,"_peObstacles":[]}]],[97,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2348.995,-1882.1849],"_peDist":60.5069,"_peObstacles":[]}]],[122,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2348.995,-1882.1849],"_peDist":60.506886,"_peObstacles":[]}]],[130,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2348.995,-1882.1849],"_peDist":62.222176,"_peObstacles":[]}]]],[-2348.995,-1882.1849],[[85,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2402.881,-1913.2961],"_peDist":62.222237,"_peObstacles":[]}]],[97,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2379.2488,-1829.7845],"_peDist":60.5069,"_peObstacles":[]}]],[122,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2318.7417,-1934.5854],"_peDist":60.506886,"_peObstacles":[]}]],[130,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2295.1091,-1851.0739],"_peDist":62.222176,"_peObstacles":[]}]]]]],[110,[[[87,[{"_peStart":[-2398.7039,-1551.6439],"_peEnd":[-2343.0928,-1519.5366],"_peDist":64.214264,"_peObstacles":[]}]],[99,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2343.0928,-1519.5366],"_peDist":62.222176,"_peObstacles":[]}]],[124,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2343.0928,-1519.5366],"_peDist":62.222298,"_peObstacles":[]}]],[135,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2343.0928,-1519.5366],"_peDist":64.21453,"_peObstacles":[]}]]],[-2343.0928,-1519.5366],[[87,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2398.7039,-1551.6439],"_peDist":64.214264,"_peObstacles":[]}]],[99,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2374.2039,-1465.6506],"_peDist":62.222176,"_peObstacles":[]}]],[124,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2311.9814,-1573.4226],"_peDist":62.222298,"_peObstacles":[]}]],[135,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2287.4814,-1487.4292],"_peDist":64.21453,"_peObstacles":[]}]]]]],[111,[[[89,[{"_peStart":[-2396.2603,-2049.2083],"_peEnd":[-2342.3743,-2018.097],"_peDist":62.222237,"_peObstacles":[]}]],[100,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2342.3743,-2018.097],"_peDist":60.506886,"_peObstacles":[]}]],[117,[{"_peStart":[-2332.3743,-2035.4175],"_peEnd":[-2342.3743,-2018.097],"_peDist":19.999937,"_peObstacles":[]}]],[134,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2342.3743,-2018.097],"_peDist":62.222237,"_peObstacles":[]}]]],[-2342.3743,-2018.097],[[89,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2396.2603,-2049.2083],"_peDist":62.222237,"_peObstacles":[]}]],[100,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2372.6277,-1965.6965],"_peDist":60.506886,"_peObstacles":[]}]],[117,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2332.3743,-2035.4175],"_peDist":19.999937,"_peObstacles":[]}]],[134,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2288.4883,-1986.9858],"_peDist":62.222237,"_peObstacles":[]}]]]]],[112,[[[88,[{"_peStart":[-2398.6904,-2407.286],"_peEnd":[-2340.0217,-2373.4133],"_peDist":67.744865,"_peObstacles":[]}]],[101,[{"_peStart":[-2371.1328,-2319.5273],"_peEnd":[-2340.0217,-2373.4133],"_peDist":62.222176,"_peObstacles":[]}]],[120,[{"_peStart":[-2322.7012,-2363.4133],"_peEnd":[-2340.0217,-2373.4133],"_peDist":20.000042,"_peObstacles":[]}]],[125,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2340.0217,-2373.4133],"_peDist":62.222298,"_peObstacles":[]}]]],[-2340.0217,-2373.4133],[[88,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2398.6904,-2407.286],"_peDist":67.744865,"_peObstacles":[]}]],[101,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2371.1328,-2319.5273],"_peDist":62.222176,"_peObstacles":[]}]],[120,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2322.7012,-2363.4133],"_peDist":20.000042,"_peObstacles":[]}]],[125,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2308.9104,-2427.2993],"_peDist":62.222298,"_peObstacles":[]}]]]]],[113,[[[102,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2336.4814,-1659.4159],"_peDist":62.222298,"_peObstacles":[]}]],[107,[{"_peStart":[-2353.802,-1669.4159],"_peEnd":[-2336.4814,-1659.4159],"_peDist":20.000042,"_peObstacles":[]}]],[127,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2336.4814,-1659.4159],"_peDist":62.22219,"_peObstacles":[]}]],[136,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2336.4814,-1659.4159],"_peDist":64.21447,"_peObstacles":[]}]]],[-2336.4814,-1659.4159],[[102,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2367.5928,-1605.5299],"_peDist":62.222298,"_peObstacles":[]}]],[107,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2353.802,-1669.4159],"_peDist":20.000042,"_peObstacles":[]}]],[127,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2305.37,-1713.3018],"_peDist":62.22219,"_peObstacles":[]}]],[136,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2280.87,-1627.3086],"_peDist":64.21447,"_peObstacles":[]}]]]]],[114,[[[90,[{"_peStart":[-2395.137,-2548.9304],"_peEnd":[-2336.468,-2515.0579],"_peDist":67.74508,"_peObstacles":[]}]],[103,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2336.468,-2515.0579],"_peDist":62.222298,"_peObstacles":[]}]],[128,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2336.468,-2515.0579],"_peDist":62.222176,"_peObstacles":[]}]],[138,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2336.468,-2515.0579],"_peDist":67.744865,"_peObstacles":[]}]]],[-2336.468,-2515.0579],[[90,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2395.137,-2548.9304],"_peDist":67.74508,"_peObstacles":[]}]],[103,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2367.5793,-2461.1719],"_peDist":62.222298,"_peObstacles":[]}]],[128,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2305.357,-2568.9438],"_peDist":62.222176,"_peObstacles":[]}]],[138,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2277.7993,-2481.1853],"_peDist":67.744865,"_peObstacles":[]}]]]]],[115,[[[119,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2335.3628,-1781.3528],"_peDist":20.000042,"_peObstacles":[]}]]],[-2335.3628,-1781.3528],[[119,[{"_peStart":[-2335.3628,-1781.3528],"_peEnd":[-2325.3628,-1798.6733],"_peDist":20.000042,"_peObstacles":[]}]]]]],[116,[[[91,[{"_peStart":[-2391.5835,-2690.575],"_peEnd":[-2332.9146,-2656.7024],"_peDist":67.74508,"_peObstacles":[]}]],[104,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2332.9146,-2656.7024],"_peDist":62.222298,"_peObstacles":[]}]],[129,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2332.9146,-2656.7024],"_peDist":62.222176,"_peObstacles":[]}]],[141,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2332.9146,-2656.7024],"_peDist":67.74508,"_peObstacles":[]}]]],[-2332.9146,-2656.7024],[[91,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2391.5835,-2690.575],"_peDist":67.74508,"_peObstacles":[]}]],[104,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2364.026,-2602.8164],"_peDist":62.222298,"_peObstacles":[]}]],[129,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2301.8035,-2710.5884],"_peDist":62.222176,"_peObstacles":[]}]],[141,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2274.2456,-2622.8298],"_peDist":67.74508,"_peObstacles":[]}]]]]],[117,[[[111,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2332.3743,-2035.4175],"_peDist":19.999937,"_peObstacles":[]}]]],[-2332.3743,-2035.4175],[[111,[{"_peStart":[-2332.3743,-2035.4175],"_peEnd":[-2342.3743,-2018.097],"_peDist":19.999937,"_peObstacles":[]}]]]]],[118,[[[123,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2328.5928,-1416.2229],"_peDist":20.00006,"_peObstacles":[]}]]],[-2328.5928,-1416.2229],[[123,[{"_peStart":[-2328.5928,-1416.2229],"_peEnd":[-2318.5925,-1433.5433],"_peDist":20.00006,"_peObstacles":[]}]]]]],[119,[[[97,[{"_peStart":[-2379.2488,-1829.7845],"_peEnd":[-2325.3628,-1798.6733],"_peDist":62.222237,"_peObstacles":[]}]],[115,[{"_peStart":[-2335.3628,-1781.3528],"_peEnd":[-2325.3628,-1798.6733],"_peDist":20.000042,"_peObstacles":[]}]],[126,[{"_peStart":[-2308.0422,-1788.6733],"_peEnd":[-2325.3628,-1798.6733],"_peDist":20.000042,"_peObstacles":[]}]],[130,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2325.3628,-1798.6733],"_peDist":60.507004,"_peObstacles":[]}]]],[-2325.3628,-1798.6733],[[97,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2379.2488,-1829.7845],"_peDist":62.222237,"_peObstacles":[]}]],[115,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2335.3628,-1781.3528],"_peDist":20.000042,"_peObstacles":[]}]],[126,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2308.0422,-1788.6733],"_peDist":20.000042,"_peObstacles":[]}]],[130,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2295.1091,-1851.0739],"_peDist":60.507004,"_peObstacles":[]}]]]]],[120,[[[112,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2322.7012,-2363.4133],"_peDist":20.000042,"_peObstacles":[]}]]],[-2322.7012,-2363.4133],[[112,[{"_peStart":[-2322.7012,-2363.4133],"_peEnd":[-2340.0217,-2373.4133],"_peDist":20.000042,"_peObstacles":[]}]]]]],[121,[[[127,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2322.6907,-1723.3019],"_peDist":20.000103,"_peObstacles":[]}]]],[-2322.6907,-1723.3019],[[127,[{"_peStart":[-2322.6907,-1723.3019],"_peEnd":[-2305.37,-1713.3018],"_peDist":20.000103,"_peObstacles":[]}]]]]],[122,[[[100,[{"_peStart":[-2372.6277,-1965.6965],"_peEnd":[-2318.7417,-1934.5854],"_peDist":62.222176,"_peObstacles":[]}]],[109,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2318.7417,-1934.5854],"_peDist":60.506886,"_peObstacles":[]}]],[134,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2318.7417,-1934.5854],"_peDist":60.50678,"_peObstacles":[]}]],[143,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2318.7417,-1934.5854],"_peDist":62.222237,"_peObstacles":[]}]]],[-2318.7417,-1934.5854],[[100,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2372.6277,-1965.6965],"_peDist":62.222176,"_peObstacles":[]}]],[109,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2348.995,-1882.1849],"_peDist":60.506886,"_peObstacles":[]}]],[134,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2288.4883,-1986.9858],"_peDist":60.50678,"_peObstacles":[]}]],[143,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2264.8557,-1903.4742],"_peDist":62.222237,"_peObstacles":[]}]]]]],[123,[[[99,[{"_peStart":[-2374.2039,-1465.6506],"_peEnd":[-2318.5925,-1433.5433],"_peDist":64.21447,"_peObstacles":[]}]],[118,[{"_peStart":[-2328.5928,-1416.2229],"_peEnd":[-2318.5925,-1433.5433],"_peDist":20.00006,"_peObstacles":[]}]],[135,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2318.5925,-1433.5433],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[144,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2318.5925,-1433.5433],"_peDist":64.214264,"_peObstacles":[]}]]],[-2318.5925,-1433.5433],[[99,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2374.2039,-1465.6506],"_peDist":64.21447,"_peObstacles":[]}]],[118,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2328.5928,-1416.2229],"_peDist":20.00006,"_peObstacles":[]}]],[135,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2287.4814,-1487.4292],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[144,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2262.9814,-1401.436],"_peDist":64.214264,"_peObstacles":[]}]]]]],[124,[[[102,[{"_peStart":[-2367.5928,-1605.5299],"_peEnd":[-2311.9814,-1573.4226],"_peDist":64.21447,"_peObstacles":[]}]],[110,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2311.9814,-1573.4226],"_peDist":62.222298,"_peObstacles":[]}]],[136,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2311.9814,-1573.4226],"_peDist":62.222298,"_peObstacles":[]}]],[147,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2311.9814,-1573.4226],"_peDist":64.21453,"_peObstacles":[]}]]],[-2311.9814,-1573.4226],[[102,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2367.5928,-1605.5299],"_peDist":64.21447,"_peObstacles":[]}]],[110,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2343.0928,-1519.5366],"_peDist":62.222298,"_peObstacles":[]}]],[136,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2280.87,-1627.3086],"_peDist":62.222298,"_peObstacles":[]}]],[147,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2256.37,-1541.3152],"_peDist":64.21453,"_peObstacles":[]}]]]]],[125,[[[103,[{"_peStart":[-2367.5793,-2461.1719],"_peEnd":[-2308.9104,-2427.2993],"_peDist":67.74508,"_peObstacles":[]}]],[112,[{"_peStart":[-2340.0217,-2373.4133],"_peEnd":[-2308.9104,-2427.2993],"_peDist":62.222298,"_peObstacles":[]}]],[132,[{"_peStart":[-2291.59,-2417.2993],"_peEnd":[-2308.9104,-2427.2993],"_peDist":19.99983,"_peObstacles":[]}]],[138,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2308.9104,-2427.2993],"_peDist":62.222176,"_peObstacles":[]}]]],[-2308.9104,-2427.2993],[[103,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2367.5793,-2461.1719],"_peDist":67.74508,"_peObstacles":[]}]],[112,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2340.0217,-2373.4133],"_peDist":62.222298,"_peObstacles":[]}]],[132,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2291.59,-2417.2993],"_peDist":19.99983,"_peObstacles":[]}]],[138,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2277.7993,-2481.1853],"_peDist":62.222176,"_peObstacles":[]}]]]]],[126,[[[119,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2308.0422,-1788.6733],"_peDist":20.000042,"_peObstacles":[]}]]],[-2308.0422,-1788.6733],[[119,[{"_peStart":[-2308.0422,-1788.6733],"_peEnd":[-2325.3628,-1798.6733],"_peDist":20.000042,"_peObstacles":[]}]]]]],[127,[[[113,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2305.37,-1713.3018],"_peDist":62.22219,"_peObstacles":[]}]],[121,[{"_peStart":[-2322.6907,-1723.3019],"_peEnd":[-2305.37,-1713.3018],"_peDist":20.000103,"_peObstacles":[]}]],[140,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2305.37,-1713.3018],"_peDist":62.222176,"_peObstacles":[]}]],[148,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2305.37,-1713.3018],"_peDist":64.214264,"_peObstacles":[]}]]],[-2305.37,-1713.3018],[[113,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2336.4814,-1659.4159],"_peDist":62.22219,"_peObstacles":[]}]],[121,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2322.6907,-1723.3019],"_peDist":20.000103,"_peObstacles":[]}]],[140,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2274.259,-1767.1877],"_peDist":62.222176,"_peObstacles":[]}]],[148,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2249.759,-1681.1945],"_peDist":64.214264,"_peObstacles":[]}]]]]],[128,[[[104,[{"_peStart":[-2364.026,-2602.8164],"_peEnd":[-2305.357,-2568.9438],"_peDist":67.74508,"_peObstacles":[]}]],[114,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2305.357,-2568.9438],"_peDist":62.222176,"_peObstacles":[]}]],[141,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2305.357,-2568.9438],"_peDist":62.222298,"_peObstacles":[]}]],[150,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2305.357,-2568.9438],"_peDist":67.74508,"_peObstacles":[]}]]],[-2305.357,-2568.9438],[[104,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2364.026,-2602.8164],"_peDist":67.74508,"_peObstacles":[]}]],[114,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2336.468,-2515.0579],"_peDist":62.222176,"_peObstacles":[]}]],[141,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2274.2456,-2622.8298],"_peDist":62.222298,"_peObstacles":[]}]],[150,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2246.688,-2535.0713],"_peDist":67.74508,"_peObstacles":[]}]]]]],[129,[[[105,[{"_peStart":[-2360.4722,-2744.461],"_peEnd":[-2301.8035,-2710.5884],"_peDist":67.744865,"_peObstacles":[]}]],[116,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2301.8035,-2710.5884],"_peDist":62.222176,"_peObstacles":[]}]],[131,[{"_peStart":[-2291.8032,-2727.9087],"_peEnd":[-2301.8035,-2710.5884],"_peDist":19.999952,"_peObstacles":[]}]],[152,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2301.8035,-2710.5884],"_peDist":67.74508,"_peObstacles":[]}]]],[-2301.8035,-2710.5884],[[105,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2360.4722,-2744.461],"_peDist":67.744865,"_peObstacles":[]}]],[116,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2332.9146,-2656.7024],"_peDist":62.222176,"_peObstacles":[]}]],[131,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2291.8032,-2727.9087],"_peDist":19.999952,"_peObstacles":[]}]],[152,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2243.1345,-2676.7158],"_peDist":67.74508,"_peObstacles":[]}]]]]],[130,[[[109,[{"_peStart":[-2348.995,-1882.1849],"_peEnd":[-2295.1091,-1851.0739],"_peDist":62.222176,"_peObstacles":[]}]],[119,[{"_peStart":[-2325.3628,-1798.6733],"_peEnd":[-2295.1091,-1851.0739],"_peDist":60.507004,"_peObstacles":[]}]],[139,[{"_peStart":[-2277.7888,-1841.0737],"_peEnd":[-2295.1091,-1851.0739],"_peDist":19.999891,"_peObstacles":[]}]],[143,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2295.1091,-1851.0739],"_peDist":60.50678,"_peObstacles":[]}]]],[-2295.1091,-1851.0739],[[109,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2348.995,-1882.1849],"_peDist":62.222176,"_peObstacles":[]}]],[119,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2325.3628,-1798.6733],"_peDist":60.507004,"_peObstacles":[]}]],[139,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2277.7888,-1841.0737],"_peDist":19.999891,"_peObstacles":[]}]],[143,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2264.8557,-1903.4742],"_peDist":60.50678,"_peObstacles":[]}]]]]],[131,[[[129,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2291.8032,-2727.9087],"_peDist":19.999952,"_peObstacles":[]}]]],[-2291.8032,-2727.9087],[[129,[{"_peStart":[-2291.8032,-2727.9087],"_peEnd":[-2301.8035,-2710.5884],"_peDist":19.999952,"_peObstacles":[]}]]]]],[132,[[[125,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2291.59,-2417.2993],"_peDist":19.99983,"_peObstacles":[]}]]],[-2291.59,-2417.2993],[[125,[{"_peStart":[-2291.59,-2417.2993],"_peEnd":[-2308.9104,-2427.2993],"_peDist":19.99983,"_peObstacles":[]}]]]]],[133,[[[140,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2291.5796,-1777.1877],"_peDist":20.000042,"_peObstacles":[]}]]],[-2291.5796,-1777.1877],[[140,[{"_peStart":[-2291.5796,-1777.1877],"_peEnd":[-2274.259,-1767.1877],"_peDist":20.000042,"_peObstacles":[]}]]]]],[134,[[[111,[{"_peStart":[-2342.3743,-2018.097],"_peEnd":[-2288.4883,-1986.9858],"_peDist":62.222237,"_peObstacles":[]}]],[122,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2288.4883,-1986.9858],"_peDist":60.50678,"_peObstacles":[]}]],[137,[{"_peStart":[-2278.4883,-2004.3064],"_peEnd":[-2288.4883,-1986.9858],"_peDist":20.000042,"_peObstacles":[]}]],[153,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2288.4883,-1986.9858],"_peDist":62.222176,"_peObstacles":[]}]]],[-2288.4883,-1986.9858],[[111,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2342.3743,-2018.097],"_peDist":62.222237,"_peObstacles":[]}]],[122,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2318.7417,-1934.5854],"_peDist":60.50678,"_peObstacles":[]}]],[137,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2278.4883,-2004.3064],"_peDist":20.000042,"_peObstacles":[]}]],[153,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2234.6023,-1955.8748],"_peDist":62.222176,"_peObstacles":[]}]]]]],[135,[[[110,[{"_peStart":[-2343.0928,-1519.5366],"_peEnd":[-2287.4814,-1487.4292],"_peDist":64.21453,"_peObstacles":[]}]],[123,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2287.4814,-1487.4292],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[147,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2287.4814,-1487.4292],"_peDist":62.222298,"_peObstacles":[]}]],[155,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2287.4814,-1487.4292],"_peDist":64.21441,"_peObstacles":[]}]]],[-2287.4814,-1487.4292],[[110,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2343.0928,-1519.5366],"_peDist":64.21453,"_peObstacles":[]}]],[123,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2318.5925,-1433.5433],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[147,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2256.37,-1541.3152],"_peDist":62.222298,"_peObstacles":[]}]],[155,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2231.87,-1455.322],"_peDist":64.21441,"_peObstacles":[]}]]]]],[136,[[[113,[{"_peStart":[-2336.4814,-1659.4159],"_peEnd":[-2280.87,-1627.3086],"_peDist":64.21447,"_peObstacles":[]}]],[124,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2280.87,-1627.3086],"_peDist":62.222298,"_peObstacles":[]}]],[148,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2280.87,-1627.3086],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[158,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2280.87,-1627.3086],"_peDist":64.214325,"_peObstacles":[]}]]],[-2280.87,-1627.3086],[[113,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2336.4814,-1659.4159],"_peDist":64.21447,"_peObstacles":[]}]],[124,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2311.9814,-1573.4226],"_peDist":62.222298,"_peObstacles":[]}]],[148,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2249.759,-1681.1945],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[158,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2225.259,-1595.2012],"_peDist":64.214325,"_peObstacles":[]}]]]]],[137,[[[134,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2278.4883,-2004.3064],"_peDist":20.000042,"_peObstacles":[]}]]],[-2278.4883,-2004.3064],[[134,[{"_peStart":[-2278.4883,-2004.3064],"_peEnd":[-2288.4883,-1986.9858],"_peDist":20.000042,"_peObstacles":[]}]]]]],[138,[[[114,[{"_peStart":[-2336.468,-2515.0579],"_peEnd":[-2277.7993,-2481.1853],"_peDist":67.744865,"_peObstacles":[]}]],[125,[{"_peStart":[-2308.9104,-2427.2993],"_peEnd":[-2277.7993,-2481.1853],"_peDist":62.222176,"_peObstacles":[]}]],[145,[{"_peStart":[-2260.4788,-2471.185],"_peEnd":[-2277.7993,-2481.1853],"_peDist":20.000164,"_peObstacles":[]}]],[150,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2277.7993,-2481.1853],"_peDist":62.222298,"_peObstacles":[]}]]],[-2277.7993,-2481.1853],[[114,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2336.468,-2515.0579],"_peDist":67.744865,"_peObstacles":[]}]],[125,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2308.9104,-2427.2993],"_peDist":62.222176,"_peObstacles":[]}]],[145,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2260.4788,-2471.185],"_peDist":20.000164,"_peObstacles":[]}]],[150,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2246.688,-2535.0713],"_peDist":62.222298,"_peObstacles":[]}]]]]],[139,[[[130,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2277.7888,-1841.0737],"_peDist":19.999891,"_peObstacles":[]}]],[146,[{"_peStart":[-2260.4683,-1831.0737],"_peEnd":[-2277.7888,-1841.0737],"_peDist":20.000042,"_peObstacles":[]}]]],[-2277.7888,-1841.0737],[[130,[{"_peStart":[-2277.7888,-1841.0737],"_peEnd":[-2295.1091,-1851.0739],"_peDist":19.999891,"_peObstacles":[]}]],[146,[{"_peStart":[-2277.7888,-1841.0737],"_peEnd":[-2260.4683,-1831.0737],"_peDist":20.000042,"_peObstacles":[]}]]]]],[140,[[[127,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2274.259,-1767.1877],"_peDist":62.222176,"_peObstacles":[]}]],[133,[{"_peStart":[-2291.5796,-1777.1877],"_peEnd":[-2274.259,-1767.1877],"_peDist":20.000042,"_peObstacles":[]}]],[151,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2274.259,-1767.1877],"_peDist":62.222298,"_peObstacles":[]}]],[160,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2274.259,-1767.1877],"_peDist":64.21447,"_peObstacles":[]}]]],[-2274.259,-1767.1877],[[127,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2305.37,-1713.3018],"_peDist":62.222176,"_peObstacles":[]}]],[133,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2291.5796,-1777.1877],"_peDist":20.000042,"_peObstacles":[]}]],[151,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2243.1477,-1821.0737],"_peDist":62.222298,"_peObstacles":[]}]],[160,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2218.6477,-1735.0804],"_peDist":64.21447,"_peObstacles":[]}]]]]],[141,[[[116,[{"_peStart":[-2332.9146,-2656.7024],"_peEnd":[-2274.2456,-2622.8298],"_peDist":67.74508,"_peObstacles":[]}]],[128,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2274.2456,-2622.8298],"_peDist":62.222298,"_peObstacles":[]}]],[152,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2274.2456,-2622.8298],"_peDist":62.222176,"_peObstacles":[]}]],[164,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2274.2456,-2622.8298],"_peDist":67.74499,"_peObstacles":[]}]]],[-2274.2456,-2622.8298],[[116,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2332.9146,-2656.7024],"_peDist":67.74508,"_peObstacles":[]}]],[128,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2305.357,-2568.9438],"_peDist":62.222298,"_peObstacles":[]}]],[152,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2243.1345,-2676.7158],"_peDist":62.222176,"_peObstacles":[]}]],[164,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2215.577,-2588.957],"_peDist":67.74499,"_peObstacles":[]}]]]]],[142,[[[144,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2272.9814,-1384.1155],"_peDist":20.000042,"_peObstacles":[]}]]],[-2272.9814,-1384.1155],[[144,[{"_peStart":[-2272.9814,-1384.1155],"_peEnd":[-2262.9814,-1401.436],"_peDist":20.000042,"_peObstacles":[]}]]]]],[143,[[[122,[{"_peStart":[-2318.7417,-1934.5854],"_peEnd":[-2264.8557,-1903.4742],"_peDist":62.222237,"_peObstacles":[]}]],[130,[{"_peStart":[-2295.1091,-1851.0739],"_peEnd":[-2264.8557,-1903.4742],"_peDist":60.50678,"_peObstacles":[]}]],[149,[{"_peStart":[-2247.5352,-1893.4742],"_peEnd":[-2264.8557,-1903.4742],"_peDist":20.000042,"_peObstacles":[]}]],[153,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2264.8557,-1903.4742],"_peDist":60.506886,"_peObstacles":[]}]]],[-2264.8557,-1903.4742],[[122,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2318.7417,-1934.5854],"_peDist":62.222237,"_peObstacles":[]}]],[130,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2295.1091,-1851.0739],"_peDist":60.50678,"_peObstacles":[]}]],[149,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2247.5352,-1893.4742],"_peDist":20.000042,"_peObstacles":[]}]],[153,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2234.6023,-1955.8748],"_peDist":60.506886,"_peObstacles":[]}]]]]],[144,[[[123,[{"_peStart":[-2318.5925,-1433.5433],"_peEnd":[-2262.9814,-1401.436],"_peDist":64.214264,"_peObstacles":[]}]],[142,[{"_peStart":[-2272.9814,-1384.1155],"_peEnd":[-2262.9814,-1401.436],"_peDist":20.000042,"_peObstacles":[]}]],[155,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2262.9814,-1401.436],"_peDist":62.222298,"_peObstacles":[]}]],[166,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2262.9814,-1401.436],"_peDist":64.21453,"_peObstacles":[]}]]],[-2262.9814,-1401.436],[[123,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2318.5925,-1433.5433],"_peDist":64.214264,"_peObstacles":[]}]],[142,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2272.9814,-1384.1155],"_peDist":20.000042,"_peObstacles":[]}]],[155,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2231.87,-1455.322],"_peDist":62.222298,"_peObstacles":[]}]],[166,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2207.37,-1369.3286],"_peDist":64.21453,"_peObstacles":[]}]]]]],[145,[[[138,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2260.4788,-2471.185],"_peDist":20.000164,"_peObstacles":[]}]]],[-2260.4788,-2471.185],[[138,[{"_peStart":[-2260.4788,-2471.185],"_peEnd":[-2277.7993,-2481.1853],"_peDist":20.000164,"_peObstacles":[]}]]]]],[146,[[[139,[{"_peStart":[-2277.7888,-1841.0737],"_peEnd":[-2260.4683,-1831.0737],"_peDist":20.000042,"_peObstacles":[]}]],[151,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2260.4683,-1831.0737],"_peDist":20.000042,"_peObstacles":[]}]]],[-2260.4683,-1831.0737],[[139,[{"_peStart":[-2260.4683,-1831.0737],"_peEnd":[-2277.7888,-1841.0737],"_peDist":20.000042,"_peObstacles":[]}]],[151,[{"_peStart":[-2260.4683,-1831.0737],"_peEnd":[-2243.1477,-1821.0737],"_peDist":20.000042,"_peObstacles":[]}]]]]],[147,[[[124,[{"_peStart":[-2311.9814,-1573.4226],"_peEnd":[-2256.37,-1541.3152],"_peDist":64.21453,"_peObstacles":[]}]],[135,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2256.37,-1541.3152],"_peDist":62.222298,"_peObstacles":[]}]],[158,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2256.37,-1541.3152],"_peDist":62.222176,"_peObstacles":[]}]],[167,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2256.37,-1541.3152],"_peDist":64.214264,"_peObstacles":[]}]]],[-2256.37,-1541.3152],[[124,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2311.9814,-1573.4226],"_peDist":64.21453,"_peObstacles":[]}]],[135,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2287.4814,-1487.4292],"_peDist":62.222298,"_peObstacles":[]}]],[158,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2225.259,-1595.2012],"_peDist":62.222176,"_peObstacles":[]}]],[167,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2200.759,-1509.2079],"_peDist":64.214264,"_peObstacles":[]}]]]]],[148,[[[127,[{"_peStart":[-2305.37,-1713.3018],"_peEnd":[-2249.759,-1681.1945],"_peDist":64.214264,"_peObstacles":[]}]],[136,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2249.759,-1681.1945],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[160,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2249.759,-1681.1945],"_peDist":62.222298,"_peObstacles":[]}]],[170,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2249.759,-1681.1945],"_peDist":64.21447,"_peObstacles":[]}]]],[-2249.759,-1681.1945],[[127,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2305.37,-1713.3018],"_peDist":64.214264,"_peObstacles":[]}]],[136,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2280.87,-1627.3086],"_peDist":62.22207,"_peObstacles":["BlockObstacle"]}]],[160,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2218.6477,-1735.0804],"_peDist":62.222298,"_peObstacles":[]}]],[170,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2194.1477,-1649.0872],"_peDist":64.21447,"_peObstacles":[]}]]]]],[149,[[[143,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2247.5352,-1893.4742],"_peDist":20.000042,"_peObstacles":[]}]]],[-2247.5352,-1893.4742],[[143,[{"_peStart":[-2247.5352,-1893.4742],"_peEnd":[-2264.8557,-1903.4742],"_peDist":20.000042,"_peObstacles":[]}]]]]],[150,[[[128,[{"_peStart":[-2305.357,-2568.9438],"_peEnd":[-2246.688,-2535.0713],"_peDist":67.74508,"_peObstacles":[]}]],[138,[{"_peStart":[-2277.7993,-2481.1853],"_peEnd":[-2246.688,-2535.0713],"_peDist":62.222298,"_peObstacles":[]}]],[156,[{"_peStart":[-2229.3677,-2525.071],"_peEnd":[-2246.688,-2535.0713],"_peDist":19.999952,"_peObstacles":[]}]],[164,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2246.688,-2535.0713],"_peDist":62.221962,"_peObstacles":["BlockObstacle"]}]]],[-2246.688,-2535.0713],[[128,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2305.357,-2568.9438],"_peDist":67.74508,"_peObstacles":[]}]],[138,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2277.7993,-2481.1853],"_peDist":62.222298,"_peObstacles":[]}]],[156,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2229.3677,-2525.071],"_peDist":19.999952,"_peObstacles":[]}]],[164,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2215.577,-2588.957],"_peDist":62.221962,"_peObstacles":["BlockObstacle"]}]]]]],[151,[[[140,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2243.1477,-1821.0737],"_peDist":62.222298,"_peObstacles":[]}]],[146,[{"_peStart":[-2260.4683,-1831.0737],"_peEnd":[-2243.1477,-1821.0737],"_peDist":20.000042,"_peObstacles":[]}]],[165,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2243.1477,-1821.0737],"_peDist":62.222176,"_peObstacles":[]}]],[174,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2243.1477,-1821.0737],"_peDist":64.214264,"_peObstacles":[]}]]],[-2243.1477,-1821.0737],[[140,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2274.259,-1767.1877],"_peDist":62.222298,"_peObstacles":[]}]],[146,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2260.4683,-1831.0737],"_peDist":20.000042,"_peObstacles":[]}]],[165,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2212.0366,-1874.9597],"_peDist":62.222176,"_peObstacles":[]}]],[174,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2187.5366,-1788.9664],"_peDist":64.214264,"_peObstacles":[]}]]]]],[152,[[[129,[{"_peStart":[-2301.8035,-2710.5884],"_peEnd":[-2243.1345,-2676.7158],"_peDist":67.74508,"_peObstacles":[]}]],[141,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2243.1345,-2676.7158],"_peDist":62.222176,"_peObstacles":[]}]],[154,[{"_peStart":[-2233.1345,-2694.0361],"_peEnd":[-2243.1345,-2676.7158],"_peDist":19.99983,"_peObstacles":[]}]],[175,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2243.1345,-2676.7158],"_peDist":67.744865,"_peObstacles":[]}]]],[-2243.1345,-2676.7158],[[129,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2301.8035,-2710.5884],"_peDist":67.74508,"_peObstacles":[]}]],[141,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2274.2456,-2622.8298],"_peDist":62.222176,"_peObstacles":[]}]],[154,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2233.1345,-2694.0361],"_peDist":19.99983,"_peObstacles":[]}]],[175,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2184.4658,-2642.8433],"_peDist":67.744865,"_peObstacles":[]}]]]]],[153,[[[134,[{"_peStart":[-2288.4883,-1986.9858],"_peEnd":[-2234.6023,-1955.8748],"_peDist":62.222176,"_peObstacles":[]}]],[143,[{"_peStart":[-2264.8557,-1903.4742],"_peEnd":[-2234.6023,-1955.8748],"_peDist":60.506886,"_peObstacles":[]}]],[159,[{"_peStart":[-2224.6023,-1973.1952],"_peEnd":[-2234.6023,-1955.8748],"_peDist":19.999937,"_peObstacles":[]}]],[163,[{"_peStart":[-2217.2817,-1945.8746],"_peEnd":[-2234.6023,-1955.8748],"_peDist":20.000103,"_peObstacles":[]}]]],[-2234.6023,-1955.8748],[[134,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2288.4883,-1986.9858],"_peDist":62.222176,"_peObstacles":[]}]],[143,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2264.8557,-1903.4742],"_peDist":60.506886,"_peObstacles":[]}]],[159,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2224.6023,-1973.1952],"_peDist":19.999937,"_peObstacles":[]}]],[163,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2217.2817,-1945.8746],"_peDist":20.000103,"_peObstacles":[]}]]]]],[154,[[[152,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2233.1345,-2694.0361],"_peDist":19.99983,"_peObstacles":[]}]],[161,[{"_peStart":[-2218.1345,-2720.0168],"_peEnd":[-2233.1345,-2694.0361],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]],[-2233.1345,-2694.0361],[[152,[{"_peStart":[-2233.1345,-2694.0361],"_peEnd":[-2243.1345,-2676.7158],"_peDist":19.99983,"_peObstacles":[]}]],[161,[{"_peStart":[-2233.1345,-2694.0361],"_peEnd":[-2218.1345,-2720.0168],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]]]],[155,[[[135,[{"_peStart":[-2287.4814,-1487.4292],"_peEnd":[-2231.87,-1455.322],"_peDist":64.21441,"_peObstacles":[]}]],[144,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2231.87,-1455.322],"_peDist":62.222298,"_peObstacles":[]}]],[167,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2231.87,-1455.322],"_peDist":62.22207,"_peObstacles":[]}]],[177,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2231.87,-1455.322],"_peDist":64.21453,"_peObstacles":[]}]]],[-2231.87,-1455.322],[[135,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2287.4814,-1487.4292],"_peDist":64.21441,"_peObstacles":[]}]],[144,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2262.9814,-1401.436],"_peDist":62.222298,"_peObstacles":[]}]],[167,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2200.759,-1509.2079],"_peDist":62.22207,"_peObstacles":[]}]],[177,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2176.2588,-1423.2146],"_peDist":64.21453,"_peObstacles":[]}]]]]],[156,[[[150,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2229.3677,-2525.071],"_peDist":19.999952,"_peObstacles":[]}]]],[-2229.3677,-2525.071],[[150,[{"_peStart":[-2229.3677,-2525.071],"_peEnd":[-2246.688,-2535.0713],"_peDist":19.999952,"_peObstacles":[]}]]]]],[157,[[[165,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2229.357,-1884.9597],"_peDist":19.99983,"_peObstacles":[]}]]],[-2229.357,-1884.9597],[[165,[{"_peStart":[-2229.357,-1884.9597],"_peEnd":[-2212.0366,-1874.9597],"_peDist":19.99983,"_peObstacles":[]}]]]]],[158,[[[136,[{"_peStart":[-2280.87,-1627.3086],"_peEnd":[-2225.259,-1595.2012],"_peDist":64.214325,"_peObstacles":[]}]],[147,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2225.259,-1595.2012],"_peDist":62.222176,"_peObstacles":[]}]],[170,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2225.259,-1595.2012],"_peDist":62.222298,"_peObstacles":[]}]],[180,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2225.259,-1595.2012],"_peDist":64.21447,"_peObstacles":[]}]]],[-2225.259,-1595.2012],[[136,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2280.87,-1627.3086],"_peDist":64.214325,"_peObstacles":[]}]],[147,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2256.37,-1541.3152],"_peDist":62.222176,"_peObstacles":[]}]],[170,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2194.1477,-1649.0872],"_peDist":62.222298,"_peObstacles":[]}]],[180,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2169.6477,-1563.0939],"_peDist":64.21447,"_peObstacles":[]}]]]]],[159,[[[153,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2224.6023,-1973.1952],"_peDist":19.999937,"_peObstacles":[]}]]],[-2224.6023,-1973.1952],[[153,[{"_peStart":[-2224.6023,-1973.1952],"_peEnd":[-2234.6023,-1955.8748],"_peDist":19.999937,"_peObstacles":[]}]]]]],[160,[[[140,[{"_peStart":[-2274.259,-1767.1877],"_peEnd":[-2218.6477,-1735.0804],"_peDist":64.21447,"_peObstacles":[]}]],[148,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2218.6477,-1735.0804],"_peDist":62.222298,"_peObstacles":[]}]],[174,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2218.6477,-1735.0804],"_peDist":62.222176,"_peObstacles":[]}]],[183,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2218.6477,-1735.0804],"_peDist":64.214264,"_peObstacles":[]}]]],[-2218.6477,-1735.0804],[[140,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2274.259,-1767.1877],"_peDist":64.21447,"_peObstacles":[]}]],[148,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2249.759,-1681.1945],"_peDist":62.222298,"_peObstacles":[]}]],[174,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2187.5366,-1788.9664],"_peDist":62.222176,"_peObstacles":[]}]],[183,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2163.0366,-1702.9731],"_peDist":64.214264,"_peObstacles":[]}]]]]],[161,[[[154,[{"_peStart":[-2233.1345,-2694.0361],"_peEnd":[-2218.1345,-2720.0168],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[171,[{"_peStart":[-2193.1343,-2763.318],"_peEnd":[-2218.1345,-2720.0168],"_peDist":50.000122,"_peObstacles":[]}]]],[-2218.1345,-2720.0168],[[154,[{"_peStart":[-2218.1345,-2720.0168],"_peEnd":[-2233.1345,-2694.0361],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[171,[{"_peStart":[-2218.1345,-2720.0168],"_peEnd":[-2193.1343,-2763.318],"_peDist":50.000122,"_peObstacles":[]}]]]]],[162,[[[166,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2217.37,-1352.0082],"_peDist":19.999937,"_peObstacles":[]}]]],[-2217.37,-1352.0082],[[166,[{"_peStart":[-2217.37,-1352.0082],"_peEnd":[-2207.37,-1369.3286],"_peDist":19.999937,"_peObstacles":[]}]]]]],[163,[[[153,[{"_peStart":[-2234.6023,-1955.8748],"_peEnd":[-2217.2817,-1945.8746],"_peDist":20.000103,"_peObstacles":[]}]]],[-2217.2817,-1945.8746],[[153,[{"_peStart":[-2217.2817,-1945.8746],"_peEnd":[-2234.6023,-1955.8748],"_peDist":20.000103,"_peObstacles":[]}]]]]],[164,[[[141,[{"_peStart":[-2274.2456,-2622.8298],"_peEnd":[-2215.577,-2588.957],"_peDist":67.74499,"_peObstacles":[]}]],[150,[{"_peStart":[-2246.688,-2535.0713],"_peEnd":[-2215.577,-2588.957],"_peDist":62.221962,"_peObstacles":["BlockObstacle"]}]],[168,[{"_peStart":[-2198.2563,-2578.957],"_peEnd":[-2215.577,-2588.957],"_peDist":20.000042,"_peObstacles":[]}]],[175,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2215.577,-2588.957],"_peDist":62.22239,"_peObstacles":[]}]]],[-2215.577,-2588.957],[[141,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2274.2456,-2622.8298],"_peDist":67.74499,"_peObstacles":[]}]],[150,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2246.688,-2535.0713],"_peDist":62.221962,"_peObstacles":["BlockObstacle"]}]],[168,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2198.2563,-2578.957],"_peDist":20.000042,"_peObstacles":[]}]],[175,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2184.4658,-2642.8433],"_peDist":62.22239,"_peObstacles":[]}]]]]],[165,[[[151,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2212.0366,-1874.9597],"_peDist":62.222176,"_peObstacles":[]}]],[157,[{"_peStart":[-2229.357,-1884.9597],"_peEnd":[-2212.0366,-1874.9597],"_peDist":19.99983,"_peObstacles":[]}]],[176,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2212.0366,-1874.9597],"_peDist":62.222298,"_peObstacles":[]}]],[185,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2212.0366,-1874.9597],"_peDist":64.21453,"_peObstacles":[]}]]],[-2212.0366,-1874.9597],[[151,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2243.1477,-1821.0737],"_peDist":62.222176,"_peObstacles":[]}]],[157,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2229.357,-1884.9597],"_peDist":19.99983,"_peObstacles":[]}]],[176,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2180.9253,-1928.8457],"_peDist":62.222298,"_peObstacles":[]}]],[185,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2156.4253,-1842.8523],"_peDist":64.21453,"_peObstacles":[]}]]]]],[166,[[[144,[{"_peStart":[-2262.9814,-1401.436],"_peEnd":[-2207.37,-1369.3286],"_peDist":64.21453,"_peObstacles":[]}]],[162,[{"_peStart":[-2217.37,-1352.0082],"_peEnd":[-2207.37,-1369.3286],"_peDist":19.999937,"_peObstacles":[]}]],[172,[{"_peStart":[-2190.0496,-1359.3286],"_peEnd":[-2207.37,-1369.3286],"_peDist":20.000042,"_peObstacles":[]}]],[177,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2207.37,-1369.3286],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]]],[-2207.37,-1369.3286],[[144,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2262.9814,-1401.436],"_peDist":64.21453,"_peObstacles":[]}]],[162,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2217.37,-1352.0082],"_peDist":19.999937,"_peObstacles":[]}]],[172,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2190.0496,-1359.3286],"_peDist":20.000042,"_peObstacles":[]}]],[177,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2176.2588,-1423.2146],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]]]]],[167,[[[147,[{"_peStart":[-2256.37,-1541.3152],"_peEnd":[-2200.759,-1509.2079],"_peDist":64.214264,"_peObstacles":[]}]],[155,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2200.759,-1509.2079],"_peDist":62.22207,"_peObstacles":[]}]],[180,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2200.759,-1509.2079],"_peDist":62.222298,"_peObstacles":[]}]],[187,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2200.759,-1509.2079],"_peDist":64.21447,"_peObstacles":[]}]]],[-2200.759,-1509.2079],[[147,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2256.37,-1541.3152],"_peDist":64.214264,"_peObstacles":[]}]],[155,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2231.87,-1455.322],"_peDist":62.22207,"_peObstacles":[]}]],[180,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2169.6477,-1563.0939],"_peDist":62.222298,"_peObstacles":[]}]],[187,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2145.1477,-1477.1006],"_peDist":64.21447,"_peObstacles":[]}]]]]],[168,[[[164,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2198.2563,-2578.957],"_peDist":20.000042,"_peObstacles":[]}]]],[-2198.2563,-2578.957],[[164,[{"_peStart":[-2198.2563,-2578.957],"_peEnd":[-2215.577,-2588.957],"_peDist":20.000042,"_peObstacles":[]}]]]]],[169,[[[176,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2198.2458,-1938.8457],"_peDist":20.000042,"_peObstacles":[]}]]],[-2198.2458,-1938.8457],[[176,[{"_peStart":[-2198.2458,-1938.8457],"_peEnd":[-2180.9253,-1928.8457],"_peDist":20.000042,"_peObstacles":[]}]]]]],[170,[[[148,[{"_peStart":[-2249.759,-1681.1945],"_peEnd":[-2194.1477,-1649.0872],"_peDist":64.21447,"_peObstacles":[]}]],[158,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2194.1477,-1649.0872],"_peDist":62.222298,"_peObstacles":[]}]],[183,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2194.1477,-1649.0872],"_peDist":62.222176,"_peObstacles":[]}]],[189,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2194.1477,-1649.0872],"_peDist":64.21447,"_peObstacles":[]}]]],[-2194.1477,-1649.0872],[[148,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2249.759,-1681.1945],"_peDist":64.21447,"_peObstacles":[]}]],[158,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2225.259,-1595.2012],"_peDist":62.222298,"_peObstacles":[]}]],[183,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2163.0366,-1702.9731],"_peDist":62.222176,"_peObstacles":[]}]],[189,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2138.5364,-1616.9799],"_peDist":64.21447,"_peObstacles":[]}]]]]],[171,[[[161,[{"_peStart":[-2218.1345,-2720.0168],"_peEnd":[-2193.1343,-2763.318],"_peDist":50.000122,"_peObstacles":[]}]],[173,[{"_peStart":[-2188.1343,-2771.9785],"_peEnd":[-2193.1343,-2763.318],"_peDist":10.000127,"_peObstacles":[]}]]],[-2193.1343,-2763.318],[[161,[{"_peStart":[-2193.1343,-2763.318],"_peEnd":[-2218.1345,-2720.0168],"_peDist":50.000122,"_peObstacles":[]}]],[173,[{"_peStart":[-2193.1343,-2763.318],"_peEnd":[-2188.1343,-2771.9785],"_peDist":10.000127,"_peObstacles":[]}]]]]],[172,[[[166,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2190.0496,-1359.3286],"_peDist":20.000042,"_peObstacles":[]}]]],[-2190.0496,-1359.3286],[[166,[{"_peStart":[-2190.0496,-1359.3286],"_peEnd":[-2207.37,-1369.3286],"_peDist":20.000042,"_peObstacles":[]}]]]]],[173,[[[171,[{"_peStart":[-2193.1343,-2763.318],"_peEnd":[-2188.1343,-2771.9785],"_peDist":10.000127,"_peObstacles":[]}]],[179,[{"_peStart":[-2173.1343,-2797.9592],"_peEnd":[-2188.1343,-2771.9785],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]],[-2188.1343,-2771.9785],[[171,[{"_peStart":[-2188.1343,-2771.9785],"_peEnd":[-2193.1343,-2763.318],"_peDist":10.000127,"_peObstacles":[]}]],[179,[{"_peStart":[-2188.1343,-2771.9785],"_peEnd":[-2173.1343,-2797.9592],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]]]],[174,[[[151,[{"_peStart":[-2243.1477,-1821.0737],"_peEnd":[-2187.5366,-1788.9664],"_peDist":64.214264,"_peObstacles":[]}]],[160,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2187.5366,-1788.9664],"_peDist":62.222176,"_peObstacles":[]}]],[185,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2187.5366,-1788.9664],"_peDist":62.22219,"_peObstacles":[]}]],[190,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2187.5366,-1788.9664],"_peDist":64.21447,"_peObstacles":[]}]]],[-2187.5366,-1788.9664],[[151,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2243.1477,-1821.0737],"_peDist":64.214264,"_peObstacles":[]}]],[160,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2218.6477,-1735.0804],"_peDist":62.222176,"_peObstacles":[]}]],[185,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2156.4253,-1842.8523],"_peDist":62.22219,"_peObstacles":[]}]],[190,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2131.9253,-1756.8591],"_peDist":64.21447,"_peObstacles":[]}]]]]],[175,[[[152,[{"_peStart":[-2243.1345,-2676.7158],"_peEnd":[-2184.4658,-2642.8433],"_peDist":67.744865,"_peObstacles":[]}]],[164,[{"_peStart":[-2215.577,-2588.957],"_peEnd":[-2184.4658,-2642.8433],"_peDist":62.22239,"_peObstacles":[]}]],[178,[{"_peStart":[-2174.4656,-2660.1636],"_peEnd":[-2184.4658,-2642.8433],"_peDist":19.999952,"_peObstacles":[]}]],[181,[{"_peStart":[-2167.1453,-2632.843],"_peEnd":[-2184.4658,-2642.8433],"_peDist":20.000164,"_peObstacles":[]}]]],[-2184.4658,-2642.8433],[[152,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2243.1345,-2676.7158],"_peDist":67.744865,"_peObstacles":[]}]],[164,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2215.577,-2588.957],"_peDist":62.22239,"_peObstacles":[]}]],[178,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2174.4656,-2660.1636],"_peDist":19.999952,"_peObstacles":[]}]],[181,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2167.1453,-2632.843],"_peDist":20.000164,"_peObstacles":[]}]]]]],[176,[[[165,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2180.9253,-1928.8457],"_peDist":62.222298,"_peObstacles":[]}]],[169,[{"_peStart":[-2198.2458,-1938.8457],"_peEnd":[-2180.9253,-1928.8457],"_peDist":20.000042,"_peObstacles":[]}]],[186,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2180.9253,-1928.8457],"_peDist":62.22219,"_peObstacles":[]}]],[192,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2180.9253,-1928.8457],"_peDist":64.21453,"_peObstacles":[]}]]],[-2180.9253,-1928.8457],[[165,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2212.0366,-1874.9597],"_peDist":62.222298,"_peObstacles":[]}]],[169,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2198.2458,-1938.8457],"_peDist":20.000042,"_peObstacles":[]}]],[186,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2149.814,-1982.7316],"_peDist":62.22219,"_peObstacles":[]}]],[192,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2125.314,-1896.7383],"_peDist":64.21453,"_peObstacles":[]}]]]]],[177,[[[155,[{"_peStart":[-2231.87,-1455.322],"_peEnd":[-2176.2588,-1423.2146],"_peDist":64.21453,"_peObstacles":[]}]],[166,[{"_peStart":[-2207.37,-1369.3286],"_peEnd":[-2176.2588,-1423.2146],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[184,[{"_peStart":[-2158.9385,-1413.2146],"_peEnd":[-2176.2588,-1423.2146],"_peDist":19.99983,"_peObstacles":[]}]],[187,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2176.2588,-1423.2146],"_peDist":62.222176,"_peObstacles":[]}]]],[-2176.2588,-1423.2146],[[155,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2231.87,-1455.322],"_peDist":64.21453,"_peObstacles":[]}]],[166,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2207.37,-1369.3286],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[184,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2158.9385,-1413.2146],"_peDist":19.99983,"_peObstacles":[]}]],[187,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2145.1477,-1477.1006],"_peDist":62.222176,"_peObstacles":[]}]]]]],[178,[[[175,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2174.4656,-2660.1636],"_peDist":19.999952,"_peObstacles":[]}]]],[-2174.4656,-2660.1636],[[175,[{"_peStart":[-2174.4656,-2660.1636],"_peEnd":[-2184.4658,-2642.8433],"_peDist":19.999952,"_peObstacles":[]}]]]]],[179,[[[173,[{"_peStart":[-2188.1343,-2771.9785],"_peEnd":[-2173.1343,-2797.9592],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]],[-2173.1343,-2797.9592],[[173,[{"_peStart":[-2173.1343,-2797.9592],"_peEnd":[-2188.1343,-2771.9785],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]]]],[180,[[[158,[{"_peStart":[-2225.259,-1595.2012],"_peEnd":[-2169.6477,-1563.0939],"_peDist":64.21447,"_peObstacles":[]}]],[167,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2169.6477,-1563.0939],"_peDist":62.222298,"_peObstacles":[]}]],[189,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2169.6477,-1563.0939],"_peDist":62.222298,"_peObstacles":[]}]],[193,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2169.6477,-1563.0939],"_peDist":64.21447,"_peObstacles":[]}]]],[-2169.6477,-1563.0939],[[158,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2225.259,-1595.2012],"_peDist":64.21447,"_peObstacles":[]}]],[167,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2200.759,-1509.2079],"_peDist":62.222298,"_peObstacles":[]}]],[189,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2138.5364,-1616.9799],"_peDist":62.222298,"_peObstacles":[]}]],[193,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2114.0364,-1530.9866],"_peDist":64.21447,"_peObstacles":[]}]]]]],[181,[[[175,[{"_peStart":[-2184.4658,-2642.8433],"_peEnd":[-2167.1453,-2632.843],"_peDist":20.000164,"_peObstacles":[]}]]],[-2167.1453,-2632.843],[[175,[{"_peStart":[-2167.1453,-2632.843],"_peEnd":[-2184.4658,-2642.8433],"_peDist":20.000164,"_peObstacles":[]}]]]]],[182,[[[186,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2167.1345,-1992.7317],"_peDist":20.000103,"_peObstacles":[]}]]],[-2167.1345,-1992.7317],[[186,[{"_peStart":[-2167.1345,-1992.7317],"_peEnd":[-2149.814,-1982.7316],"_peDist":20.000103,"_peObstacles":[]}]]]]],[183,[[[160,[{"_peStart":[-2218.6477,-1735.0804],"_peEnd":[-2163.0366,-1702.9731],"_peDist":64.214264,"_peObstacles":[]}]],[170,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2163.0366,-1702.9731],"_peDist":62.222176,"_peObstacles":[]}]],[190,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2163.0366,-1702.9731],"_peDist":62.222298,"_peObstacles":[]}]],[194,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2163.0366,-1702.9731],"_peDist":64.21453,"_peObstacles":[]}]]],[-2163.0366,-1702.9731],[[160,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2218.6477,-1735.0804],"_peDist":64.214264,"_peObstacles":[]}]],[170,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2194.1477,-1649.0872],"_peDist":62.222176,"_peObstacles":[]}]],[190,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2131.9253,-1756.8591],"_peDist":62.222298,"_peObstacles":[]}]],[194,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2107.4253,-1670.8657],"_peDist":64.21453,"_peObstacles":[]}]]]]],[184,[[[177,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2158.9385,-1413.2146],"_peDist":19.99983,"_peObstacles":[]}]]],[-2158.9385,-1413.2146],[[177,[{"_peStart":[-2158.9385,-1413.2146],"_peEnd":[-2176.2588,-1423.2146],"_peDist":19.99983,"_peObstacles":[]}]]]]],[185,[[[165,[{"_peStart":[-2212.0366,-1874.9597],"_peEnd":[-2156.4253,-1842.8523],"_peDist":64.21453,"_peObstacles":[]}]],[174,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2156.4253,-1842.8523],"_peDist":62.22219,"_peObstacles":[]}]],[192,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2156.4253,-1842.8523],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[196,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2156.4253,-1842.8523],"_peDist":64.21447,"_peObstacles":[]}]]],[-2156.4253,-1842.8523],[[165,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2212.0366,-1874.9597],"_peDist":64.21453,"_peObstacles":[]}]],[174,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2187.5366,-1788.9664],"_peDist":62.22219,"_peObstacles":[]}]],[192,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2125.314,-1896.7383],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[196,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2100.814,-1810.745],"_peDist":64.21447,"_peObstacles":[]}]]]]],[186,[[[176,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2149.814,-1982.7316],"_peDist":62.22219,"_peObstacles":[]}]],[182,[{"_peStart":[-2167.1345,-1992.7317],"_peEnd":[-2149.814,-1982.7316],"_peDist":20.000103,"_peObstacles":[]}]],[188,[{"_peStart":[-2139.814,-2000.0521],"_peEnd":[-2149.814,-1982.7316],"_peDist":20.000042,"_peObstacles":[]}]],[198,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2149.814,-1982.7316],"_peDist":64.214264,"_peObstacles":[]}]]],[-2149.814,-1982.7316],[[176,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2180.9253,-1928.8457],"_peDist":62.22219,"_peObstacles":[]}]],[182,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2167.1345,-1992.7317],"_peDist":20.000103,"_peObstacles":[]}]],[188,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2139.814,-2000.0521],"_peDist":20.000042,"_peObstacles":[]}]],[198,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2094.203,-1950.6243],"_peDist":64.214264,"_peObstacles":[]}]]]]],[187,[[[167,[{"_peStart":[-2200.759,-1509.2079],"_peEnd":[-2145.1477,-1477.1006],"_peDist":64.21447,"_peObstacles":[]}]],[177,[{"_peStart":[-2176.2588,-1423.2146],"_peEnd":[-2145.1477,-1477.1006],"_peDist":62.222176,"_peObstacles":[]}]],[191,[{"_peStart":[-2127.8271,-1467.1006],"_peEnd":[-2145.1477,-1477.1006],"_peDist":20.000042,"_peObstacles":[]}]],[193,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2145.1477,-1477.1006],"_peDist":62.222298,"_peObstacles":[]}]]],[-2145.1477,-1477.1006],[[167,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2200.759,-1509.2079],"_peDist":64.21447,"_peObstacles":[]}]],[177,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2176.2588,-1423.2146],"_peDist":62.222176,"_peObstacles":[]}]],[191,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2127.8271,-1467.1006],"_peDist":20.000042,"_peObstacles":[]}]],[193,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2114.0364,-1530.9866],"_peDist":62.222298,"_peObstacles":[]}]]]]],[188,[[[186,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2139.814,-2000.0521],"_peDist":20.000042,"_peObstacles":[]}]]],[-2139.814,-2000.0521],[[186,[{"_peStart":[-2139.814,-2000.0521],"_peEnd":[-2149.814,-1982.7316],"_peDist":20.000042,"_peObstacles":[]}]]]]],[189,[[[170,[{"_peStart":[-2194.1477,-1649.0872],"_peEnd":[-2138.5364,-1616.9799],"_peDist":64.21447,"_peObstacles":[]}]],[180,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2138.5364,-1616.9799],"_peDist":62.222298,"_peObstacles":[]}]],[194,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2138.5364,-1616.9799],"_peDist":62.22207,"_peObstacles":[]}]],[201,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2138.5364,-1616.9799],"_peDist":64.214264,"_peObstacles":[]}]]],[-2138.5364,-1616.9799],[[170,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2194.1477,-1649.0872],"_peDist":64.21447,"_peObstacles":[]}]],[180,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2169.6477,-1563.0939],"_peDist":62.222298,"_peObstacles":[]}]],[194,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2107.4253,-1670.8657],"_peDist":62.22207,"_peObstacles":[]}]],[201,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2082.9253,-1584.8726],"_peDist":64.214264,"_peObstacles":[]}]]]]],[190,[[[174,[{"_peStart":[-2187.5366,-1788.9664],"_peEnd":[-2131.9253,-1756.8591],"_peDist":64.21447,"_peObstacles":[]}]],[183,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2131.9253,-1756.8591],"_peDist":62.222298,"_peObstacles":[]}]],[196,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2131.9253,-1756.8591],"_peDist":62.22219,"_peObstacles":[]}]],[203,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2131.9253,-1756.8591],"_peDist":64.21453,"_peObstacles":[]}]]],[-2131.9253,-1756.8591],[[174,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2187.5366,-1788.9664],"_peDist":64.21447,"_peObstacles":[]}]],[183,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2163.0366,-1702.9731],"_peDist":62.222298,"_peObstacles":[]}]],[196,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2100.814,-1810.745],"_peDist":62.22219,"_peObstacles":[]}]],[203,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2076.314,-1724.7517],"_peDist":64.21453,"_peObstacles":[]}]]]]],[191,[[[187,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2127.8271,-1467.1006],"_peDist":20.000042,"_peObstacles":[]}]]],[-2127.8271,-1467.1006],[[187,[{"_peStart":[-2127.8271,-1467.1006],"_peEnd":[-2145.1477,-1477.1006],"_peDist":20.000042,"_peObstacles":[]}]]]]],[192,[[[176,[{"_peStart":[-2180.9253,-1928.8457],"_peEnd":[-2125.314,-1896.7383],"_peDist":64.21453,"_peObstacles":[]}]],[185,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2125.314,-1896.7383],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[198,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2125.314,-1896.7383],"_peDist":62.222176,"_peObstacles":[]}]],[204,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2125.314,-1896.7383],"_peDist":64.214264,"_peObstacles":[]}]]],[-2125.314,-1896.7383],[[176,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2180.9253,-1928.8457],"_peDist":64.21453,"_peObstacles":[]}]],[185,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2156.4253,-1842.8523],"_peDist":62.222298,"_peObstacles":["BlockObstacle"]}]],[198,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2094.203,-1950.6243],"_peDist":62.222176,"_peObstacles":[]}]],[204,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2069.703,-1864.631],"_peDist":64.214264,"_peObstacles":[]}]]]]],[193,[[[180,[{"_peStart":[-2169.6477,-1563.0939],"_peEnd":[-2114.0364,-1530.9866],"_peDist":64.21447,"_peObstacles":[]}]],[187,[{"_peStart":[-2145.1477,-1477.1006],"_peEnd":[-2114.0364,-1530.9866],"_peDist":62.222298,"_peObstacles":[]}]],[197,[{"_peStart":[-2096.716,-1520.9866],"_peEnd":[-2114.0364,-1530.9866],"_peDist":19.99983,"_peObstacles":[]}]],[201,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2114.0364,-1530.9866],"_peDist":62.222176,"_peObstacles":[]}]]],[-2114.0364,-1530.9866],[[180,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2169.6477,-1563.0939],"_peDist":64.21447,"_peObstacles":[]}]],[187,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2145.1477,-1477.1006],"_peDist":62.222298,"_peObstacles":[]}]],[197,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2096.716,-1520.9866],"_peDist":19.99983,"_peObstacles":[]}]],[201,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2082.9253,-1584.8726],"_peDist":62.222176,"_peObstacles":[]}]]]]],[194,[[[183,[{"_peStart":[-2163.0366,-1702.9731],"_peEnd":[-2107.4253,-1670.8657],"_peDist":64.21453,"_peObstacles":[]}]],[189,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2107.4253,-1670.8657],"_peDist":62.22207,"_peObstacles":[]}]],[203,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2107.4253,-1670.8657],"_peDist":62.222298,"_peObstacles":[]}]],[209,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2107.4253,-1670.8657],"_peDist":64.21447,"_peObstacles":[]}]]],[-2107.4253,-1670.8657],[[183,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2163.0366,-1702.9731],"_peDist":64.21453,"_peObstacles":[]}]],[189,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2138.5364,-1616.9799],"_peDist":62.22207,"_peObstacles":[]}]],[203,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2076.314,-1724.7517],"_peDist":62.222298,"_peObstacles":[]}]],[209,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2051.814,-1638.7584],"_peDist":64.21447,"_peObstacles":[]}]]]]],[195,[[[202,[{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2106.2527,-2447.3538],"_peDist":28.284332,"_peObstacles":[]}]]],[-2106.2527,-2447.3538],[[202,[{"_peStart":[-2106.2527,-2447.3538],"_peEnd":[-2078.9321,-2440.0332],"_peDist":28.284332,"_peObstacles":[]}]]]]],[196,[[[185,[{"_peStart":[-2156.4253,-1842.8523],"_peEnd":[-2100.814,-1810.745],"_peDist":64.21447,"_peObstacles":[]}]],[190,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2100.814,-1810.745],"_peDist":62.22219,"_peObstacles":[]}]],[204,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2100.814,-1810.745],"_peDist":62.222176,"_peObstacles":[]}]],[211,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-2100.814,-1810.745],"_peDist":64.21436,"_peObstacles":[]}]]],[-2100.814,-1810.745],[[185,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2156.4253,-1842.8523],"_peDist":64.21447,"_peObstacles":[]}]],[190,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2131.9253,-1756.8591],"_peDist":62.22219,"_peObstacles":[]}]],[204,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2069.703,-1864.631],"_peDist":62.222176,"_peObstacles":[]}]],[211,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2045.2028,-1778.6377],"_peDist":64.21436,"_peObstacles":[]}]]]]],[197,[[[193,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2096.716,-1520.9866],"_peDist":19.99983,"_peObstacles":[]}]]],[-2096.716,-1520.9866],[[193,[{"_peStart":[-2096.716,-1520.9866],"_peEnd":[-2114.0364,-1530.9866],"_peDist":19.99983,"_peObstacles":[]}]]]]],[198,[[[186,[{"_peStart":[-2149.814,-1982.7316],"_peEnd":[-2094.203,-1950.6243],"_peDist":64.214264,"_peObstacles":[]}]],[192,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2094.203,-1950.6243],"_peDist":62.222176,"_peObstacles":[]}]],[200,[{"_peStart":[-2084.203,-1967.9447],"_peEnd":[-2094.203,-1950.6243],"_peDist":19.999937,"_peObstacles":[]}]],[213,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-2094.203,-1950.6243],"_peDist":64.21447,"_peObstacles":[]}]]],[-2094.203,-1950.6243],[[186,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2149.814,-1982.7316],"_peDist":64.214264,"_peObstacles":[]}]],[192,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2125.314,-1896.7383],"_peDist":62.222176,"_peObstacles":[]}]],[200,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2084.203,-1967.9447],"_peDist":19.999937,"_peObstacles":[]}]],[213,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2038.5916,-1918.517],"_peDist":64.21447,"_peObstacles":[]}]]]]],[199,[[[202,[{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[210,[{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]]],[-2089.9128,-2399.0525],[[202,[{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2078.9321,-2440.0332],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[210,[{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2048.9321,-2388.0718],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]]]]],[200,[[[198,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2084.203,-1967.9447],"_peDist":19.999937,"_peObstacles":[]}]]],[-2084.203,-1967.9447],[[198,[{"_peStart":[-2084.203,-1967.9447],"_peEnd":[-2094.203,-1950.6243],"_peDist":19.999937,"_peObstacles":[]}]]]]],[201,[[[189,[{"_peStart":[-2138.5364,-1616.9799],"_peEnd":[-2082.9253,-1584.8726],"_peDist":64.214264,"_peObstacles":[]}]],[193,[{"_peStart":[-2114.0364,-1530.9866],"_peEnd":[-2082.9253,-1584.8726],"_peDist":62.222176,"_peObstacles":[]}]],[206,[{"_peStart":[-2065.6047,-1574.8724],"_peEnd":[-2082.9253,-1584.8726],"_peDist":20.000103,"_peObstacles":[]}]],[209,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2082.9253,-1584.8726],"_peDist":62.22219,"_peObstacles":[]}]]],[-2082.9253,-1584.8726],[[189,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2138.5364,-1616.9799],"_peDist":64.214264,"_peObstacles":[]}]],[193,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2114.0364,-1530.9866],"_peDist":62.222176,"_peObstacles":[]}]],[206,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2065.6047,-1574.8724],"_peDist":20.000103,"_peObstacles":[]}]],[209,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2051.814,-1638.7584],"_peDist":62.22219,"_peObstacles":[]}]]]]],[202,[[[195,[{"_peStart":[-2106.2527,-2447.3538],"_peEnd":[-2078.9321,-2440.0332],"_peDist":28.284332,"_peObstacles":[]}]],[199,[{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2078.9321,-2440.0332],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[207,[{"_peStart":[-2060.1309,-2507.4685],"_peEnd":[-2078.9321,-2440.0332],"_peDist":70.007195,"_peObstacles":[]}]]],[-2078.9321,-2440.0332],[[195,[{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2106.2527,-2447.3538],"_peDist":28.284332,"_peObstacles":[]}]],[199,[{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[207,[{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2060.1309,-2507.4685],"_peDist":70.007195,"_peObstacles":[]}]]]]],[203,[[[190,[{"_peStart":[-2131.9253,-1756.8591],"_peEnd":[-2076.314,-1724.7517],"_peDist":64.21453,"_peObstacles":[]}]],[194,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2076.314,-1724.7517],"_peDist":62.222298,"_peObstacles":[]}]],[211,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-2076.314,-1724.7517],"_peDist":62.222237,"_peObstacles":[]}]],[218,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-2076.314,-1724.7517],"_peDist":64.21436,"_peObstacles":[]}]]],[-2076.314,-1724.7517],[[190,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2131.9253,-1756.8591],"_peDist":64.21453,"_peObstacles":[]}]],[194,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2107.4253,-1670.8657],"_peDist":62.222298,"_peObstacles":[]}]],[211,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2045.2028,-1778.6377],"_peDist":62.222237,"_peObstacles":[]}]],[218,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2020.7028,-1692.6444],"_peDist":64.21436,"_peObstacles":[]}]]]]],[204,[[[192,[{"_peStart":[-2125.314,-1896.7383],"_peEnd":[-2069.703,-1864.631],"_peDist":64.214264,"_peObstacles":[]}]],[196,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2069.703,-1864.631],"_peDist":62.222176,"_peObstacles":[]}]],[213,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-2069.703,-1864.631],"_peDist":62.222298,"_peObstacles":[]}]],[219,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-2069.703,-1864.631],"_peDist":64.21447,"_peObstacles":[]}]]],[-2069.703,-1864.631],[[192,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2125.314,-1896.7383],"_peDist":64.214264,"_peObstacles":[]}]],[196,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2100.814,-1810.745],"_peDist":62.222176,"_peObstacles":[]}]],[213,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2038.5916,-1918.517],"_peDist":62.222298,"_peObstacles":[]}]],[219,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2014.0916,-1832.5237],"_peDist":64.21447,"_peObstacles":[]}]]]]],[205,[[[212,[{"_peStart":[-2041.8293,-2575.7698],"_peEnd":[-2069.15,-2583.0903],"_peDist":28.284332,"_peObstacles":[]}]]],[-2069.15,-2583.0903],[[212,[{"_peStart":[-2069.15,-2583.0903],"_peEnd":[-2041.8293,-2575.7698],"_peDist":28.284332,"_peObstacles":[]}]]]]],[206,[[[201,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2065.6047,-1574.8724],"_peDist":20.000103,"_peObstacles":[]}]]],[-2065.6047,-1574.8724],[[201,[{"_peStart":[-2065.6047,-1574.8724],"_peEnd":[-2082.9253,-1584.8726],"_peDist":20.000103,"_peObstacles":[]}]]]]],[207,[[[202,[{"_peStart":[-2078.9321,-2440.0332],"_peEnd":[-2060.1309,-2507.4685],"_peDist":70.007195,"_peObstacles":[]}]],[212,[{"_peStart":[-2041.8293,-2575.7698],"_peEnd":[-2060.1309,-2507.4685],"_peDist":70.71074,"_peObstacles":[]}]],[223,[{"_peStart":[-2003.3103,-2449.0522],"_peEnd":[-2060.1309,-2507.4685],"_peDist":81.492546,"_peObstacles":[]}]]],[-2060.1309,-2507.4685],[[202,[{"_peStart":[-2060.1309,-2507.4685],"_peEnd":[-2078.9321,-2440.0332],"_peDist":70.007195,"_peObstacles":[]}]],[212,[{"_peStart":[-2060.1309,-2507.4685],"_peEnd":[-2041.8293,-2575.7698],"_peDist":70.71074,"_peObstacles":[]}]],[223,[{"_peStart":[-2060.1309,-2507.4685],"_peEnd":[-2003.3103,-2449.0522],"_peDist":81.492546,"_peObstacles":[]}]]]]],[208,[[[210,[{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-2056.2527,-2360.7512],"_peDist":28.284332,"_peObstacles":[]}]]],[-2056.2527,-2360.7512],[[210,[{"_peStart":[-2056.2527,-2360.7512],"_peEnd":[-2048.9321,-2388.0718],"_peDist":28.284332,"_peObstacles":[]}]]]]],[209,[[[194,[{"_peStart":[-2107.4253,-1670.8657],"_peEnd":[-2051.814,-1638.7584],"_peDist":64.21447,"_peObstacles":[]}]],[201,[{"_peStart":[-2082.9253,-1584.8726],"_peEnd":[-2051.814,-1638.7584],"_peDist":62.22219,"_peObstacles":[]}]],[214,[{"_peStart":[-2034.4935,-1628.7584],"_peEnd":[-2051.814,-1638.7584],"_peDist":19.999937,"_peObstacles":[]}]],[218,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-2051.814,-1638.7584],"_peDist":62.222237,"_peObstacles":[]}]]],[-2051.814,-1638.7584],[[194,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2107.4253,-1670.8657],"_peDist":64.21447,"_peObstacles":[]}]],[201,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2082.9253,-1584.8726],"_peDist":62.22219,"_peObstacles":[]}]],[214,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2034.4935,-1628.7584],"_peDist":19.999937,"_peObstacles":[]}]],[218,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2020.7028,-1692.6444],"_peDist":62.222237,"_peObstacles":[]}]]]]],[210,[[[199,[{"_peStart":[-2089.9128,-2399.0525],"_peEnd":[-2048.9321,-2388.0718],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[208,[{"_peStart":[-2056.2527,-2360.7512],"_peEnd":[-2048.9321,-2388.0718],"_peDist":28.284332,"_peObstacles":[]}]],[231,[{"_peStart":[-1980.1309,-2368.9043],"_peEnd":[-2048.9321,-2388.0718],"_peDist":71.42133,"_peObstacles":[]}]]],[-2048.9321,-2388.0718],[[199,[{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-2089.9128,-2399.0525],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[208,[{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-2056.2527,-2360.7512],"_peDist":28.284332,"_peObstacles":[]}]],[231,[{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-1980.1309,-2368.9043],"_peDist":71.42133,"_peObstacles":[]}]]]]],[211,[[[196,[{"_peStart":[-2100.814,-1810.745],"_peEnd":[-2045.2028,-1778.6377],"_peDist":64.21436,"_peObstacles":[]}]],[203,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2045.2028,-1778.6377],"_peDist":62.222237,"_peObstacles":[]}]],[219,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-2045.2028,-1778.6377],"_peDist":62.222237,"_peObstacles":[]}]],[226,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-2045.2028,-1778.6377],"_peDist":64.21436,"_peObstacles":[]}]]],[-2045.2028,-1778.6377],[[196,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-2100.814,-1810.745],"_peDist":64.21436,"_peObstacles":[]}]],[203,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-2076.314,-1724.7517],"_peDist":62.222237,"_peObstacles":[]}]],[219,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-2014.0916,-1832.5237],"_peDist":62.222237,"_peObstacles":[]}]],[226,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-1989.5916,-1746.5304],"_peDist":64.21436,"_peObstacles":[]}]]]]],[212,[[[205,[{"_peStart":[-2069.15,-2583.0903],"_peEnd":[-2041.8293,-2575.7698],"_peDist":28.284332,"_peObstacles":[]}]],[207,[{"_peStart":[-2060.1309,-2507.4685],"_peEnd":[-2041.8293,-2575.7698],"_peDist":70.71074,"_peObstacles":[]}]],[215,[{"_peStart":[-2030.8486,-2616.7505],"_peEnd":[-2041.8293,-2575.7698],"_peDist":42.426346,"_peObstacles":[]}]]],[-2041.8293,-2575.7698],[[205,[{"_peStart":[-2041.8293,-2575.7698],"_peEnd":[-2069.15,-2583.0903],"_peDist":28.284332,"_peObstacles":[]}]],[207,[{"_peStart":[-2041.8293,-2575.7698],"_peEnd":[-2060.1309,-2507.4685],"_peDist":70.71074,"_peObstacles":[]}]],[215,[{"_peStart":[-2041.8293,-2575.7698],"_peEnd":[-2030.8486,-2616.7505],"_peDist":42.426346,"_peObstacles":[]}]]]]],[213,[[[198,[{"_peStart":[-2094.203,-1950.6243],"_peEnd":[-2038.5916,-1918.517],"_peDist":64.21447,"_peObstacles":[]}]],[204,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2038.5916,-1918.517],"_peDist":62.222298,"_peObstacles":[]}]],[216,[{"_peStart":[-2028.5916,-1935.8374],"_peEnd":[-2038.5916,-1918.517],"_peDist":19.999937,"_peObstacles":[]}]],[228,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-2038.5916,-1918.517],"_peDist":64.21436,"_peObstacles":[]}]]],[-2038.5916,-1918.517],[[198,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-2094.203,-1950.6243],"_peDist":64.21447,"_peObstacles":[]}]],[204,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-2069.703,-1864.631],"_peDist":62.222298,"_peObstacles":[]}]],[216,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-2028.5916,-1935.8374],"_peDist":19.999937,"_peObstacles":[]}]],[228,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-1982.9803,-1886.4097],"_peDist":64.21436,"_peObstacles":[]}]]]]],[214,[[[209,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2034.4935,-1628.7584],"_peDist":19.999937,"_peObstacles":[]}]]],[-2034.4935,-1628.7584],[[209,[{"_peStart":[-2034.4935,-1628.7584],"_peEnd":[-2051.814,-1638.7584],"_peDist":19.999937,"_peObstacles":[]}]]]]],[215,[[[212,[{"_peStart":[-2041.8293,-2575.7698],"_peEnd":[-2030.8486,-2616.7505],"_peDist":42.426346,"_peObstacles":[]}]],[225,[{"_peStart":[-1989.8678,-2605.7695],"_peEnd":[-2030.8486,-2616.7505],"_peDist":42.42653,"_peObstacles":[]}]]],[-2030.8486,-2616.7505],[[212,[{"_peStart":[-2030.8486,-2616.7505],"_peEnd":[-2041.8293,-2575.7698],"_peDist":42.426346,"_peObstacles":[]}]],[225,[{"_peStart":[-2030.8486,-2616.7505],"_peEnd":[-1989.8678,-2605.7695],"_peDist":42.42653,"_peObstacles":[]}]]]]],[216,[[[213,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-2028.5916,-1935.8374],"_peDist":19.999937,"_peObstacles":[]}]]],[-2028.5916,-1935.8374],[[213,[{"_peStart":[-2028.5916,-1935.8374],"_peEnd":[-2038.5916,-1918.517],"_peDist":19.999937,"_peObstacles":[]}]]]]],[217,[[[220,[{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2021.3702,-2777.979],"_peDist":29.999996,"_peObstacles":["DoorObstacle"]}]]],[-2021.3702,-2777.979],[[220,[{"_peStart":[-2021.3702,-2777.979],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":["DoorObstacle"]}]]]]],[218,[[[203,[{"_peStart":[-2076.314,-1724.7517],"_peEnd":[-2020.7028,-1692.6444],"_peDist":64.21436,"_peObstacles":[]}]],[209,[{"_peStart":[-2051.814,-1638.7584],"_peEnd":[-2020.7028,-1692.6444],"_peDist":62.222237,"_peObstacles":[]}]],[222,[{"_peStart":[-2003.3823,-1682.6444],"_peEnd":[-2020.7028,-1692.6444],"_peDist":19.999937,"_peObstacles":[]}]],[226,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-2020.7028,-1692.6444],"_peDist":62.222237,"_peObstacles":[]}]]],[-2020.7028,-1692.6444],[[203,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-2076.314,-1724.7517],"_peDist":64.21436,"_peObstacles":[]}]],[209,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-2051.814,-1638.7584],"_peDist":62.222237,"_peObstacles":[]}]],[222,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-2003.3823,-1682.6444],"_peDist":19.999937,"_peObstacles":[]}]],[226,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-1989.5916,-1746.5304],"_peDist":62.222237,"_peObstacles":[]}]]]]],[219,[[[204,[{"_peStart":[-2069.703,-1864.631],"_peEnd":[-2014.0916,-1832.5237],"_peDist":64.21447,"_peObstacles":[]}]],[211,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-2014.0916,-1832.5237],"_peDist":62.222237,"_peObstacles":[]}]],[228,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-2014.0916,-1832.5237],"_peDist":62.222237,"_peObstacles":[]}]],[234,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-2014.0916,-1832.5237],"_peDist":64.214424,"_peObstacles":[]}]]],[-2014.0916,-1832.5237],[[204,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-2069.703,-1864.631],"_peDist":64.21447,"_peObstacles":[]}]],[211,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-2045.2028,-1778.6377],"_peDist":62.222237,"_peObstacles":[]}]],[228,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-1982.9803,-1886.4097],"_peDist":62.222237,"_peObstacles":[]}]],[234,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-1958.4803,-1800.4163],"_peDist":64.214424,"_peObstacles":[]}]]]]],[220,[[[217,[{"_peStart":[-2021.3702,-2777.979],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":["DoorObstacle"]}]],[221,[{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[-2013.6057,-2749.0012],[[217,[{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2021.3702,-2777.979],"_peDist":29.999996,"_peObstacles":["DoorObstacle"]}]],[221,[{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[221,[[[220,[{"_peStart":[-2013.6057,-2749.0012],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[224,[{"_peStart":[-1998.0767,-2691.0457],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[-2005.8412,-2720.0234],[[220,[{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-2013.6057,-2749.0012],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[224,[{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-1998.0767,-2691.0457],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[222,[[[218,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-2003.3823,-1682.6444],"_peDist":19.999937,"_peObstacles":[]}]]],[-2003.3823,-1682.6444],[[218,[{"_peStart":[-2003.3823,-1682.6444],"_peEnd":[-2020.7028,-1692.6444],"_peDist":19.999937,"_peObstacles":[]}]]]]],[223,[[[207,[{"_peStart":[-2060.1309,-2507.4685],"_peEnd":[-2003.3103,-2449.0522],"_peDist":81.492546,"_peObstacles":[]}]],[235,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-2003.3103,-2449.0522],"_peDist":60.00838,"_peObstacles":[]}]]],[-2003.3103,-2449.0522],[[207,[{"_peStart":[-2003.3103,-2449.0522],"_peEnd":[-2060.1309,-2507.4685],"_peDist":81.492546,"_peObstacles":[]}]],[235,[{"_peStart":[-2003.3103,-2449.0522],"_peEnd":[-1950.8488,-2478.1863],"_peDist":60.00838,"_peObstacles":[]}]]]]],[224,[[[221,[{"_peStart":[-2005.8412,-2720.0234],"_peEnd":[-1998.0767,-2691.0457],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[227,[{"_peStart":[-1985.1357,-2642.7493],"_peEnd":[-1998.0767,-2691.0457],"_peDist":50.000084,"_peObstacles":[]}]]],[-1998.0767,-2691.0457],[[221,[{"_peStart":[-1998.0767,-2691.0457],"_peEnd":[-2005.8412,-2720.0234],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[227,[{"_peStart":[-1998.0767,-2691.0457],"_peEnd":[-1985.1357,-2642.7493],"_peDist":50.000084,"_peObstacles":[]}]]]]],[225,[[[215,[{"_peStart":[-2030.8486,-2616.7505],"_peEnd":[-1989.8678,-2605.7695],"_peDist":42.42653,"_peObstacles":[]}]],[229,[{"_peStart":[-1982.5474,-2633.09],"_peEnd":[-1989.8678,-2605.7695],"_peDist":28.2843,"_peObstacles":[]}]],[238,[{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1989.8678,-2605.7695],"_peDist":70.71056,"_peObstacles":[]}]]],[-1989.8678,-2605.7695],[[215,[{"_peStart":[-1989.8678,-2605.7695],"_peEnd":[-2030.8486,-2616.7505],"_peDist":42.42653,"_peObstacles":[]}]],[229,[{"_peStart":[-1989.8678,-2605.7695],"_peEnd":[-1982.5474,-2633.09],"_peDist":28.2843,"_peObstacles":[]}]],[238,[{"_peStart":[-1989.8678,-2605.7695],"_peEnd":[-1921.5667,-2587.4683],"_peDist":70.71056,"_peObstacles":[]}]]]]],[226,[[[211,[{"_peStart":[-2045.2028,-1778.6377],"_peEnd":[-1989.5916,-1746.5304],"_peDist":64.21436,"_peObstacles":[]}]],[218,[{"_peStart":[-2020.7028,-1692.6444],"_peEnd":[-1989.5916,-1746.5304],"_peDist":62.222237,"_peObstacles":[]}]],[233,[{"_peStart":[-1972.271,-1736.5303],"_peEnd":[-1989.5916,-1746.5304],"_peDist":20.000103,"_peObstacles":[]}]],[234,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-1989.5916,-1746.5304],"_peDist":62.22213,"_peObstacles":[]}]]],[-1989.5916,-1746.5304],[[211,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-2045.2028,-1778.6377],"_peDist":64.21436,"_peObstacles":[]}]],[218,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-2020.7028,-1692.6444],"_peDist":62.222237,"_peObstacles":[]}]],[233,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-1972.271,-1736.5303],"_peDist":20.000103,"_peObstacles":[]}]],[234,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-1958.4803,-1800.4163],"_peDist":62.22213,"_peObstacles":[]}]]]]],[227,[[[224,[{"_peStart":[-1998.0767,-2691.0457],"_peEnd":[-1985.1357,-2642.7493],"_peDist":50.000084,"_peObstacles":[]}]],[229,[{"_peStart":[-1982.5474,-2633.09],"_peEnd":[-1985.1357,-2642.7493],"_peDist":9.999973,"_peObstacles":[]}]]],[-1985.1357,-2642.7493],[[224,[{"_peStart":[-1985.1357,-2642.7493],"_peEnd":[-1998.0767,-2691.0457],"_peDist":50.000084,"_peObstacles":[]}]],[229,[{"_peStart":[-1985.1357,-2642.7493],"_peEnd":[-1982.5474,-2633.09],"_peDist":9.999973,"_peObstacles":[]}]]]]],[228,[[[213,[{"_peStart":[-2038.5916,-1918.517],"_peEnd":[-1982.9803,-1886.4097],"_peDist":64.21436,"_peObstacles":[]}]],[219,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-1982.9803,-1886.4097],"_peDist":62.222237,"_peObstacles":[]}]],[232,[{"_peStart":[-1972.9803,-1903.7301],"_peEnd":[-1982.9803,-1886.4097],"_peDist":19.999937,"_peObstacles":[]}]],[237,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1982.9803,-1886.4097],"_peDist":64.214424,"_peObstacles":[]}]]],[-1982.9803,-1886.4097],[[213,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-2038.5916,-1918.517],"_peDist":64.21436,"_peObstacles":[]}]],[219,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-2014.0916,-1832.5237],"_peDist":62.222237,"_peObstacles":[]}]],[232,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-1972.9803,-1903.7301],"_peDist":19.999937,"_peObstacles":[]}]],[237,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-1927.3691,-1854.3022],"_peDist":64.214424,"_peObstacles":[]}]]]]],[229,[[[225,[{"_peStart":[-1989.8678,-2605.7695],"_peEnd":[-1982.5474,-2633.09],"_peDist":28.2843,"_peObstacles":[]}]],[227,[{"_peStart":[-1985.1357,-2642.7493],"_peEnd":[-1982.5474,-2633.09],"_peDist":9.999973,"_peObstacles":[]}]]],[-1982.5474,-2633.09],[[225,[{"_peStart":[-1982.5474,-2633.09],"_peEnd":[-1989.8678,-2605.7695],"_peDist":28.2843,"_peObstacles":[]}]],[227,[{"_peStart":[-1982.5474,-2633.09],"_peEnd":[-1985.1357,-2642.7493],"_peDist":9.999973,"_peObstacles":[]}]]]]],[230,[[[235,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1980.8486,-2530.148],"_peDist":60.000065,"_peObstacles":[]}]],[238,[{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1980.8486,-2530.148],"_peDist":82.461945,"_peObstacles":["BlockObstacle"]}]]],[-1980.8486,-2530.148],[[235,[{"_peStart":[-1980.8486,-2530.148],"_peEnd":[-1950.8488,-2478.1863],"_peDist":60.000065,"_peObstacles":[]}]],[238,[{"_peStart":[-1980.8486,-2530.148],"_peEnd":[-1921.5667,-2587.4683],"_peDist":82.461945,"_peObstacles":["BlockObstacle"]}]]]]],[231,[[[210,[{"_peStart":[-2048.9321,-2388.0718],"_peEnd":[-1980.1309,-2368.9043],"_peDist":71.42133,"_peObstacles":[]}]],[239,[{"_peStart":[-1920.8489,-2426.2246],"_peEnd":[-1980.1309,-2368.9043],"_peDist":82.461945,"_peObstacles":[]}]],[242,[{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1980.1309,-2368.9043],"_peDist":70.71056,"_peObstacles":[]}]]],[-1980.1309,-2368.9043],[[210,[{"_peStart":[-1980.1309,-2368.9043],"_peEnd":[-2048.9321,-2388.0718],"_peDist":71.42133,"_peObstacles":[]}]],[239,[{"_peStart":[-1980.1309,-2368.9043],"_peEnd":[-1920.8489,-2426.2246],"_peDist":82.461945,"_peObstacles":[]}]],[242,[{"_peStart":[-1980.1309,-2368.9043],"_peEnd":[-1911.8297,-2350.603],"_peDist":70.71056,"_peObstacles":[]}]]]]],[232,[[[228,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-1972.9803,-1903.7301],"_peDist":19.999937,"_peObstacles":[]}]]],[-1972.9803,-1903.7301],[[228,[{"_peStart":[-1972.9803,-1903.7301],"_peEnd":[-1982.9803,-1886.4097],"_peDist":19.999937,"_peObstacles":[]}]]]]],[233,[[[226,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-1972.271,-1736.5303],"_peDist":20.000103,"_peObstacles":[]}]]],[-1972.271,-1736.5303],[[226,[{"_peStart":[-1972.271,-1736.5303],"_peEnd":[-1989.5916,-1746.5304],"_peDist":20.000103,"_peObstacles":[]}]]]]],[234,[[[219,[{"_peStart":[-2014.0916,-1832.5237],"_peEnd":[-1958.4803,-1800.4163],"_peDist":64.214424,"_peObstacles":[]}]],[226,[{"_peStart":[-1989.5916,-1746.5304],"_peEnd":[-1958.4803,-1800.4163],"_peDist":62.22213,"_peObstacles":[]}]],[236,[{"_peStart":[-1941.1598,-1790.4163],"_peEnd":[-1958.4803,-1800.4163],"_peDist":20.000042,"_peObstacles":[]}]],[237,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1958.4803,-1800.4163],"_peDist":62.222237,"_peObstacles":[]}]]],[-1958.4803,-1800.4163],[[219,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-2014.0916,-1832.5237],"_peDist":64.214424,"_peObstacles":[]}]],[226,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-1989.5916,-1746.5304],"_peDist":62.22213,"_peObstacles":[]}]],[236,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-1941.1598,-1790.4163],"_peDist":20.000042,"_peObstacles":[]}]],[237,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-1927.3691,-1854.3022],"_peDist":62.222237,"_peObstacles":[]}]]]]],[235,[[[223,[{"_peStart":[-2003.3103,-2449.0522],"_peEnd":[-1950.8488,-2478.1863],"_peDist":60.00838,"_peObstacles":[]}]],[230,[{"_peStart":[-1980.8486,-2530.148],"_peEnd":[-1950.8488,-2478.1863],"_peDist":60.000065,"_peObstacles":[]}]],[239,[{"_peStart":[-1920.8489,-2426.2246],"_peEnd":[-1950.8488,-2478.1863],"_peDist":60.000065,"_peObstacles":[]}]],[248,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1950.8488,-2478.1863],"_peDist":80.00006,"_peObstacles":[]}]],[255,[{"_peStart":[-1859.0668,-2479.215],"_peEnd":[-1950.8488,-2478.1863],"_peDist":91.78775,"_peObstacles":[]}]]],[-1950.8488,-2478.1863],[[223,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-2003.3103,-2449.0522],"_peDist":60.00838,"_peObstacles":[]}]],[230,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1980.8486,-2530.148],"_peDist":60.000065,"_peObstacles":[]}]],[239,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1920.8489,-2426.2246],"_peDist":60.000065,"_peObstacles":[]}]],[248,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1881.5667,-2518.1863],"_peDist":80.00006,"_peObstacles":[]}]],[255,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1859.0668,-2479.215],"_peDist":91.78775,"_peObstacles":[]}]]]]],[236,[[[234,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-1941.1598,-1790.4163],"_peDist":20.000042,"_peObstacles":[]}]]],[-1941.1598,-1790.4163],[[234,[{"_peStart":[-1941.1598,-1790.4163],"_peEnd":[-1958.4803,-1800.4163],"_peDist":20.000042,"_peObstacles":[]}]]]]],[237,[[[228,[{"_peStart":[-1982.9803,-1886.4097],"_peEnd":[-1927.3691,-1854.3022],"_peDist":64.214424,"_peObstacles":[]}]],[234,[{"_peStart":[-1958.4803,-1800.4163],"_peEnd":[-1927.3691,-1854.3022],"_peDist":62.222237,"_peObstacles":[]}]],[241,[{"_peStart":[-1917.369,-1871.6228],"_peEnd":[-1927.3691,-1854.3022],"_peDist":20.000103,"_peObstacles":[]}]],[243,[{"_peStart":[-1910.0486,-1844.3022],"_peEnd":[-1927.3691,-1854.3022],"_peDist":20.000042,"_peObstacles":[]}]]],[-1927.3691,-1854.3022],[[228,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1982.9803,-1886.4097],"_peDist":64.214424,"_peObstacles":[]}]],[234,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1958.4803,-1800.4163],"_peDist":62.222237,"_peObstacles":[]}]],[241,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1917.369,-1871.6228],"_peDist":20.000103,"_peObstacles":[]}]],[243,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1910.0486,-1844.3022],"_peDist":20.000042,"_peObstacles":[]}]]]]],[238,[[[225,[{"_peStart":[-1989.8678,-2605.7695],"_peEnd":[-1921.5667,-2587.4683],"_peDist":70.71056,"_peObstacles":[]}]],[230,[{"_peStart":[-1980.8486,-2530.148],"_peEnd":[-1921.5667,-2587.4683],"_peDist":82.461945,"_peObstacles":["BlockObstacle"]}]],[248,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1921.5667,-2587.4683],"_peDist":79.999954,"_peObstacles":["BlockObstacle"]}]]],[-1921.5667,-2587.4683],[[225,[{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1989.8678,-2605.7695],"_peDist":70.71056,"_peObstacles":[]}]],[230,[{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1980.8486,-2530.148],"_peDist":82.461945,"_peObstacles":["BlockObstacle"]}]],[248,[{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1881.5667,-2518.1863],"_peDist":79.999954,"_peObstacles":["BlockObstacle"]}]]]]],[239,[[[231,[{"_peStart":[-1980.1309,-2368.9043],"_peEnd":[-1920.8489,-2426.2246],"_peDist":82.461945,"_peObstacles":[]}]],[235,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1920.8489,-2426.2246],"_peDist":60.000065,"_peObstacles":[]}]]],[-1920.8489,-2426.2246],[[231,[{"_peStart":[-1920.8489,-2426.2246],"_peEnd":[-1980.1309,-2368.9043],"_peDist":82.461945,"_peObstacles":[]}]],[235,[{"_peStart":[-1920.8489,-2426.2246],"_peEnd":[-1950.8488,-2478.1863],"_peDist":60.000065,"_peObstacles":[]}]]]]],[240,[[[242,[{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1919.1501,-2323.2825],"_peDist":28.2843,"_peObstacles":[]}]]],[-1919.1501,-2323.2825],[[242,[{"_peStart":[-1919.1501,-2323.2825],"_peEnd":[-1911.8297,-2350.603],"_peDist":28.2843,"_peObstacles":[]}]]]]],[241,[[[237,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1917.369,-1871.6228],"_peDist":20.000103,"_peObstacles":[]}]],[244,[{"_peStart":[-1908.7087,-1876.6227],"_peEnd":[-1917.369,-1871.6228],"_peDist":9.99996,"_peObstacles":[]}]]],[-1917.369,-1871.6228],[[237,[{"_peStart":[-1917.369,-1871.6228],"_peEnd":[-1927.3691,-1854.3022],"_peDist":20.000103,"_peObstacles":[]}]],[244,[{"_peStart":[-1917.369,-1871.6228],"_peEnd":[-1908.7087,-1876.6227],"_peDist":9.99996,"_peObstacles":[]}]]]]],[242,[[[231,[{"_peStart":[-1980.1309,-2368.9043],"_peEnd":[-1911.8297,-2350.603],"_peDist":70.71056,"_peObstacles":[]}]],[240,[{"_peStart":[-1919.1501,-2323.2825],"_peEnd":[-1911.8297,-2350.603],"_peDist":28.2843,"_peObstacles":[]}]],[250,[{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1911.8297,-2350.603],"_peDist":42.42653,"_peObstacles":["BlockObstacle"]}]]],[-1911.8297,-2350.603],[[231,[{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1980.1309,-2368.9043],"_peDist":70.71056,"_peObstacles":[]}]],[240,[{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1919.1501,-2323.2825],"_peDist":28.2843,"_peObstacles":[]}]],[250,[{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.42653,"_peObstacles":["BlockObstacle"]}]]]]],[243,[[[237,[{"_peStart":[-1927.3691,-1854.3022],"_peEnd":[-1910.0486,-1844.3022],"_peDist":20.000042,"_peObstacles":[]}]]],[-1910.0486,-1844.3022],[[237,[{"_peStart":[-1910.0486,-1844.3022],"_peEnd":[-1927.3691,-1854.3022],"_peDist":20.000042,"_peObstacles":[]}]]]]],[244,[[[241,[{"_peStart":[-1917.369,-1871.6228],"_peEnd":[-1908.7087,-1876.6227],"_peDist":9.99996,"_peObstacles":[]}]],[251,[{"_peStart":[-1865.4073,-1901.6226],"_peEnd":[-1908.7087,-1876.6227],"_peDist":50.000046,"_peObstacles":[]}]]],[-1908.7087,-1876.6227],[[241,[{"_peStart":[-1908.7087,-1876.6227],"_peEnd":[-1917.369,-1871.6228],"_peDist":9.99996,"_peObstacles":[]}]],[251,[{"_peStart":[-1908.7087,-1876.6227],"_peEnd":[-1865.4073,-1901.6226],"_peDist":50.000046,"_peObstacles":[]}]]]]],[245,[[[247,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1908.5142,-2096.287],"_peDist":19.99992,"_peObstacles":[]}]]],[-1908.5142,-2096.287],[[247,[{"_peStart":[-1908.5142,-2096.287],"_peEnd":[-1891.1936,-2106.2869],"_peDist":19.99992,"_peObstacles":[]}]]]]],[246,[[[247,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1901.1936,-2123.6074],"_peDist":20.000042,"_peObstacles":[]}]]],[-1901.1936,-2123.6074],[[247,[{"_peStart":[-1901.1936,-2123.6074],"_peEnd":[-1891.1936,-2106.2869],"_peDist":20.000042,"_peObstacles":[]}]]]]],[247,[[[245,[{"_peStart":[-1908.5142,-2096.287],"_peEnd":[-1891.1936,-2106.2869],"_peDist":19.99992,"_peObstacles":[]}]],[246,[{"_peStart":[-1901.1936,-2123.6074],"_peEnd":[-1891.1936,-2106.2869],"_peDist":20.000042,"_peObstacles":[]}]],[254,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1891.1936,-2106.2869],"_peDist":63.379288,"_peObstacles":[]}]],[260,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1891.1936,-2106.2869],"_peDist":62.575356,"_peObstacles":[]}]]],[-1891.1936,-2106.2869],[[245,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1908.5142,-2096.287],"_peDist":19.99992,"_peObstacles":[]}]],[246,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1901.1936,-2123.6074],"_peDist":20.000042,"_peObstacles":[]}]],[254,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1859.5042,-2051.3987],"_peDist":63.379288,"_peObstacles":[]}]],[260,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1837.0017,-2137.5745],"_peDist":62.575356,"_peObstacles":[]}]]]]],[248,[[[235,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1881.5667,-2518.1863],"_peDist":80.00006,"_peObstacles":[]}]],[238,[{"_peStart":[-1921.5667,-2587.4683],"_peEnd":[-1881.5667,-2518.1863],"_peDist":79.999954,"_peObstacles":["BlockObstacle"]}]],[252,[{"_peStart":[-1864.2461,-2528.1863],"_peEnd":[-1881.5667,-2518.1863],"_peDist":20.000042,"_peObstacles":[]}]],[255,[{"_peStart":[-1859.0668,-2479.215],"_peEnd":[-1881.5667,-2518.1863],"_peDist":44.99998,"_peObstacles":[]}]]],[-1881.5667,-2518.1863],[[235,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1950.8488,-2478.1863],"_peDist":80.00006,"_peObstacles":[]}]],[238,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1921.5667,-2587.4683],"_peDist":79.999954,"_peObstacles":["BlockObstacle"]}]],[252,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1864.2461,-2528.1863],"_peDist":20.000042,"_peObstacles":[]}]],[255,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1859.0668,-2479.215],"_peDist":44.99998,"_peObstacles":[]}]]]]],[249,[[[254,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1876.8247,-2041.3988],"_peDist":19.99998,"_peObstacles":[]}]]],[-1876.8247,-2041.3988],[[254,[{"_peStart":[-1876.8247,-2041.3988],"_peEnd":[-1859.5042,-2051.3987],"_peDist":19.99998,"_peObstacles":[]}]]]]],[250,[[[242,[{"_peStart":[-1911.8297,-2350.603],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.42653,"_peObstacles":["BlockObstacle"]}]],[253,[{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]]],[-1870.8489,-2339.622],[[242,[{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1911.8297,-2350.603],"_peDist":42.42653,"_peObstacles":["BlockObstacle"]}]],[253,[{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1859.8682,-2380.6028],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]]]]],[251,[[[244,[{"_peStart":[-1908.7087,-1876.6227],"_peEnd":[-1865.4073,-1901.6226],"_peDist":50.000046,"_peObstacles":[]}]],[259,[{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1865.4073,-1901.6226],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]],[-1865.4073,-1901.6226],[[244,[{"_peStart":[-1865.4073,-1901.6226],"_peEnd":[-1908.7087,-1876.6227],"_peDist":50.000046,"_peObstacles":[]}]],[259,[{"_peStart":[-1865.4073,-1901.6226],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]]]],[252,[[[248,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1864.2461,-2528.1863],"_peDist":20.000042,"_peObstacles":[]}]]],[-1864.2461,-2528.1863],[[248,[{"_peStart":[-1864.2461,-2528.1863],"_peEnd":[-1881.5667,-2518.1863],"_peDist":20.000042,"_peObstacles":[]}]]]]],[253,[[[250,[{"_peStart":[-1870.8489,-2339.622],"_peEnd":[-1859.8682,-2380.6028],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[258,[{"_peStart":[-1841.5668,-2448.904],"_peEnd":[-1859.8682,-2380.6028],"_peDist":70.71071,"_peObstacles":[]}]],[261,[{"_peStart":[-1832.5476,-2373.2822],"_peEnd":[-1859.8682,-2380.6028],"_peDist":28.284332,"_peObstacles":[]}]]],[-1859.8682,-2380.6028],[[250,[{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1870.8489,-2339.622],"_peDist":42.426346,"_peObstacles":["BlockObstacle"]}]],[258,[{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1841.5668,-2448.904],"_peDist":70.71071,"_peObstacles":[]}]],[261,[{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1832.5476,-2373.2822],"_peDist":28.284332,"_peObstacles":[]}]]]]],[254,[[[247,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1859.5042,-2051.3987],"_peDist":63.379288,"_peObstacles":[]}]],[249,[{"_peStart":[-1876.8247,-2041.3988],"_peEnd":[-1859.5042,-2051.3987],"_peDist":19.99998,"_peObstacles":[]}]],[262,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1859.5042,-2051.3987],"_peDist":63.379288,"_peObstacles":[]}]],[264,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1859.5042,-2051.3987],"_peDist":62.575462,"_peObstacles":[]}]]],[-1859.5042,-2051.3987],[[247,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1891.1936,-2106.2869],"_peDist":63.379288,"_peObstacles":[]}]],[249,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1876.8247,-2041.3988],"_peDist":19.99998,"_peObstacles":[]}]],[262,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1827.8147,-1996.5105],"_peDist":63.379288,"_peObstacles":[]}]],[264,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1805.3121,-2082.6863],"_peDist":62.575462,"_peObstacles":[]}]]]]],[255,[[[235,[{"_peStart":[-1950.8488,-2478.1863],"_peEnd":[-1859.0668,-2479.215],"_peDist":91.78775,"_peObstacles":[]}]],[248,[{"_peStart":[-1881.5667,-2518.1863],"_peEnd":[-1859.0668,-2479.215],"_peDist":44.99998,"_peObstacles":[]}]],[258,[{"_peStart":[-1841.5668,-2448.904],"_peEnd":[-1859.0668,-2479.215],"_peDist":35.000126,"_peObstacles":[]}]]],[-1859.0668,-2479.215],[[235,[{"_peStart":[-1859.0668,-2479.215],"_peEnd":[-1950.8488,-2478.1863],"_peDist":91.78775,"_peObstacles":[]}]],[248,[{"_peStart":[-1859.0668,-2479.215],"_peEnd":[-1881.5667,-2518.1863],"_peDist":44.99998,"_peObstacles":[]}]],[258,[{"_peStart":[-1859.0668,-2479.215],"_peEnd":[-1841.5668,-2448.904],"_peDist":35.000126,"_peObstacles":[]}]]]]],[256,[[[260,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1847.0016,-2154.895],"_peDist":19.99998,"_peObstacles":[]}]]],[-1847.0016,-2154.895],[[260,[{"_peStart":[-1847.0016,-2154.895],"_peEnd":[-1837.0017,-2137.5745],"_peDist":19.99998,"_peObstacles":[]}]]]]],[257,[[[262,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1845.1353,-1986.5105],"_peDist":20.000042,"_peObstacles":[]}]]],[-1845.1353,-1986.5105],[[262,[{"_peStart":[-1845.1353,-1986.5105],"_peEnd":[-1827.8147,-1996.5105],"_peDist":20.000042,"_peObstacles":[]}]]]]],[258,[[[253,[{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1841.5668,-2448.904],"_peDist":70.71071,"_peObstacles":[]}]],[255,[{"_peStart":[-1859.0668,-2479.215],"_peEnd":[-1841.5668,-2448.904],"_peDist":35.000126,"_peObstacles":[]}]]],[-1841.5668,-2448.904],[[253,[{"_peStart":[-1841.5668,-2448.904],"_peEnd":[-1859.8682,-2380.6028],"_peDist":70.71071,"_peObstacles":[]}]],[255,[{"_peStart":[-1841.5668,-2448.904],"_peEnd":[-1859.0668,-2479.215],"_peDist":35.000126,"_peObstacles":[]}]]]]],[259,[[[251,[{"_peStart":[-1865.4073,-1901.6226],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[263,[{"_peStart":[-1813.4457,-1931.6223],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]],[-1839.4265,-1916.6224],[[251,[{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1865.4073,-1901.6226],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[263,[{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1813.4457,-1931.6223],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]]]],[260,[[[247,[{"_peStart":[-1891.1936,-2106.2869],"_peEnd":[-1837.0017,-2137.5745],"_peDist":62.575356,"_peObstacles":[]}]],[256,[{"_peStart":[-1847.0016,-2154.895],"_peEnd":[-1837.0017,-2137.5745],"_peDist":19.99998,"_peObstacles":[]}]],[264,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1837.0017,-2137.5745],"_peDist":63.37935,"_peObstacles":[]}]],[267,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1837.0017,-2137.5745],"_peDist":62.57557,"_peObstacles":[]}]]],[-1837.0017,-2137.5745],[[247,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1891.1936,-2106.2869],"_peDist":62.575356,"_peObstacles":[]}]],[256,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1847.0016,-2154.895],"_peDist":19.99998,"_peObstacles":[]}]],[264,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1805.3121,-2082.6863],"_peDist":63.37935,"_peObstacles":[]}]],[267,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1782.8096,-2168.862],"_peDist":62.57557,"_peObstacles":[]}]]]]],[261,[[[253,[{"_peStart":[-1859.8682,-2380.6028],"_peEnd":[-1832.5476,-2373.2822],"_peDist":28.284332,"_peObstacles":[]}]]],[-1832.5476,-2373.2822],[[253,[{"_peStart":[-1832.5476,-2373.2822],"_peEnd":[-1859.8682,-2380.6028],"_peDist":28.284332,"_peObstacles":[]}]]]]],[262,[[[254,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1827.8147,-1996.5105],"_peDist":63.379288,"_peObstacles":[]}]],[257,[{"_peStart":[-1845.1353,-1986.5105],"_peEnd":[-1827.8147,-1996.5105],"_peDist":20.000042,"_peObstacles":[]}]],[265,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1827.8147,-1996.5105],"_peDist":63.379456,"_peObstacles":[]}]],[269,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1827.8147,-1996.5105],"_peDist":62.57557,"_peObstacles":[]}]]],[-1827.8147,-1996.5105],[[254,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1859.5042,-2051.3987],"_peDist":63.379288,"_peObstacles":[]}]],[257,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1845.1353,-1986.5105],"_peDist":20.000042,"_peObstacles":[]}]],[265,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1796.1251,-1941.6222],"_peDist":63.379456,"_peObstacles":[]}]],[269,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1773.6226,-2027.7981],"_peDist":62.57557,"_peObstacles":[]}]]]]],[263,[[[259,[{"_peStart":[-1839.4265,-1916.6224],"_peEnd":[-1813.4457,-1931.6223],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[265,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1813.4457,-1931.6223],"_peDist":19.99998,"_peObstacles":[]}]]],[-1813.4457,-1931.6223],[[259,[{"_peStart":[-1813.4457,-1931.6223],"_peEnd":[-1839.4265,-1916.6224],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[265,[{"_peStart":[-1813.4457,-1931.6223],"_peEnd":[-1796.1251,-1941.6222],"_peDist":19.99998,"_peObstacles":[]}]]]]],[264,[[[254,[{"_peStart":[-1859.5042,-2051.3987],"_peEnd":[-1805.3121,-2082.6863],"_peDist":62.575462,"_peObstacles":[]}]],[260,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1805.3121,-2082.6863],"_peDist":63.37935,"_peObstacles":[]}]],[269,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1805.3121,-2082.6863],"_peDist":63.37935,"_peObstacles":[]}]],[271,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1805.3121,-2082.6863],"_peDist":62.575462,"_peObstacles":[]}]]],[-1805.3121,-2082.6863],[[254,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1859.5042,-2051.3987],"_peDist":62.575462,"_peObstacles":[]}]],[260,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1837.0017,-2137.5745],"_peDist":63.37935,"_peObstacles":[]}]],[269,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1773.6226,-2027.7981],"_peDist":63.37935,"_peObstacles":[]}]],[271,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1751.1201,-2113.9739],"_peDist":62.575462,"_peObstacles":[]}]]]]],[265,[[[262,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1796.1251,-1941.6222],"_peDist":63.379456,"_peObstacles":[]}]],[263,[{"_peStart":[-1813.4457,-1931.6223],"_peEnd":[-1796.1251,-1941.6222],"_peDist":19.99998,"_peObstacles":[]}]],[270,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1796.1251,-1941.6222],"_peDist":63.37935,"_peObstacles":[]}]],[273,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1796.1251,-1941.6222],"_peDist":62.575462,"_peObstacles":[]}]]],[-1796.1251,-1941.6222],[[262,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1827.8147,-1996.5105],"_peDist":63.379456,"_peObstacles":[]}]],[263,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1813.4457,-1931.6223],"_peDist":19.99998,"_peObstacles":[]}]],[270,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1764.4355,-1886.734],"_peDist":63.37935,"_peObstacles":[]}]],[273,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1741.9331,-1972.9098],"_peDist":62.575462,"_peObstacles":[]}]]]]],[266,[[[267,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1792.8096,-2186.1826],"_peDist":20.000042,"_peObstacles":[]}]]],[-1792.8096,-2186.1826],[[267,[{"_peStart":[-1792.8096,-2186.1826],"_peEnd":[-1782.8096,-2168.862],"_peDist":20.000042,"_peObstacles":[]}]]]]],[267,[[[260,[{"_peStart":[-1837.0017,-2137.5745],"_peEnd":[-1782.8096,-2168.862],"_peDist":62.57557,"_peObstacles":[]}]],[266,[{"_peStart":[-1792.8096,-2186.1826],"_peEnd":[-1782.8096,-2168.862],"_peDist":20.000042,"_peObstacles":[]}]],[271,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1782.8096,-2168.862],"_peDist":63.379288,"_peObstacles":[]}]],[276,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1782.8096,-2168.862],"_peDist":62.575356,"_peObstacles":[]}]]],[-1782.8096,-2168.862],[[260,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1837.0017,-2137.5745],"_peDist":62.57557,"_peObstacles":[]}]],[266,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1792.8096,-2186.1826],"_peDist":20.000042,"_peObstacles":[]}]],[271,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1751.1201,-2113.9739],"_peDist":63.379288,"_peObstacles":[]}]],[276,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1728.6177,-2200.1497],"_peDist":62.575356,"_peObstacles":[]}]]]]],[268,[[[270,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1781.7561,-1876.734],"_peDist":20.000042,"_peObstacles":[]}]]],[-1781.7561,-1876.734],[[270,[{"_peStart":[-1781.7561,-1876.734],"_peEnd":[-1764.4355,-1886.734],"_peDist":20.000042,"_peObstacles":[]}]]]]],[269,[[[262,[{"_peStart":[-1827.8147,-1996.5105],"_peEnd":[-1773.6226,-2027.7981],"_peDist":62.57557,"_peObstacles":[]}]],[264,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1773.6226,-2027.7981],"_peDist":63.37935,"_peObstacles":[]}]],[273,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1773.6226,-2027.7981],"_peDist":63.379395,"_peObstacles":[]}]],[277,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1773.6226,-2027.7981],"_peDist":62.575233,"_peObstacles":[]}]]],[-1773.6226,-2027.7981],[[262,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1827.8147,-1996.5105],"_peDist":62.57557,"_peObstacles":[]}]],[264,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1805.3121,-2082.6863],"_peDist":63.37935,"_peObstacles":[]}]],[273,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1741.9331,-1972.9098],"_peDist":63.379395,"_peObstacles":[]}]],[277,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1719.4307,-2059.0854],"_peDist":62.575233,"_peObstacles":[]}]]]]],[270,[[[265,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1764.4355,-1886.734],"_peDist":63.37935,"_peObstacles":[]}]],[268,[{"_peStart":[-1781.7561,-1876.734],"_peEnd":[-1764.4355,-1886.734],"_peDist":20.000042,"_peObstacles":[]}]],[275,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1764.4355,-1886.734],"_peDist":63.379395,"_peObstacles":[]}]],[279,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1764.4355,-1886.734],"_peDist":62.575294,"_peObstacles":[]}]]],[-1764.4355,-1886.734],[[265,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1796.1251,-1941.6222],"_peDist":63.37935,"_peObstacles":[]}]],[268,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1781.7561,-1876.734],"_peDist":20.000042,"_peObstacles":[]}]],[275,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1732.7461,-1831.8457],"_peDist":63.379395,"_peObstacles":[]}]],[279,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1710.2437,-1918.0215],"_peDist":62.575294,"_peObstacles":[]}]]]]],[271,[[[264,[{"_peStart":[-1805.3121,-2082.6863],"_peEnd":[-1751.1201,-2113.9739],"_peDist":62.575462,"_peObstacles":[]}]],[267,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1751.1201,-2113.9739],"_peDist":63.379288,"_peObstacles":[]}]],[277,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1751.1201,-2113.9739],"_peDist":63.379498,"_peObstacles":[]}]],[281,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1751.1201,-2113.9739],"_peDist":62.57534,"_peObstacles":[]}]]],[-1751.1201,-2113.9739],[[264,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1805.3121,-2082.6863],"_peDist":62.575462,"_peObstacles":[]}]],[267,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1782.8096,-2168.862],"_peDist":63.379288,"_peObstacles":[]}]],[277,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1719.4307,-2059.0854],"_peDist":63.379498,"_peObstacles":[]}]],[281,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1696.9281,-2145.2612],"_peDist":62.57534,"_peObstacles":[]}]]]]],[272,[[[275,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1750.0667,-1821.8458],"_peDist":19.99998,"_peObstacles":[]}]]],[-1750.0667,-1821.8458],[[275,[{"_peStart":[-1750.0667,-1821.8458],"_peEnd":[-1732.7461,-1831.8457],"_peDist":19.99998,"_peObstacles":[]}]]]]],[273,[[[265,[{"_peStart":[-1796.1251,-1941.6222],"_peEnd":[-1741.9331,-1972.9098],"_peDist":62.575462,"_peObstacles":[]}]],[269,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1741.9331,-1972.9098],"_peDist":63.379395,"_peObstacles":[]}]],[279,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1741.9331,-1972.9098],"_peDist":63.379395,"_peObstacles":[]}]],[282,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1741.9331,-1972.9098],"_peDist":62.5754,"_peObstacles":[]}]]],[-1741.9331,-1972.9098],[[265,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1796.1251,-1941.6222],"_peDist":62.575462,"_peObstacles":[]}]],[269,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1773.6226,-2027.7981],"_peDist":63.379395,"_peObstacles":[]}]],[279,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1710.2437,-1918.0215],"_peDist":63.379395,"_peObstacles":[]}]],[282,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1687.7411,-2004.1973],"_peDist":62.5754,"_peObstacles":[]}]]]]],[274,[[[276,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1738.6176,-2217.4702],"_peDist":19.99998,"_peObstacles":[]}]]],[-1738.6176,-2217.4702],[[276,[{"_peStart":[-1738.6176,-2217.4702],"_peEnd":[-1728.6177,-2200.1497],"_peDist":19.99998,"_peObstacles":[]}]]]]],[275,[[[270,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1732.7461,-1831.8457],"_peDist":63.379395,"_peObstacles":[]}]],[272,[{"_peStart":[-1750.0667,-1821.8458],"_peEnd":[-1732.7461,-1831.8457],"_peDist":19.99998,"_peObstacles":[]}]],[280,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1732.7461,-1831.8457],"_peDist":63.379288,"_peObstacles":[]}]],[285,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1732.7461,-1831.8457],"_peDist":62.575462,"_peObstacles":[]}]]],[-1732.7461,-1831.8457],[[270,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1764.4355,-1886.734],"_peDist":63.379395,"_peObstacles":[]}]],[272,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1750.0667,-1821.8458],"_peDist":19.99998,"_peObstacles":[]}]],[280,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1701.0566,-1776.9575],"_peDist":63.379288,"_peObstacles":[]}]],[285,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1678.5541,-1863.1333],"_peDist":62.575462,"_peObstacles":[]}]]]]],[276,[[[267,[{"_peStart":[-1782.8096,-2168.862],"_peEnd":[-1728.6177,-2200.1497],"_peDist":62.575356,"_peObstacles":[]}]],[274,[{"_peStart":[-1738.6176,-2217.4702],"_peEnd":[-1728.6177,-2200.1497],"_peDist":19.99998,"_peObstacles":[]}]],[281,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1728.6177,-2200.1497],"_peDist":63.379562,"_peObstacles":[]}]],[286,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1728.6177,-2200.1497],"_peDist":62.57534,"_peObstacles":[]}]]],[-1728.6177,-2200.1497],[[267,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1782.8096,-2168.862],"_peDist":62.575356,"_peObstacles":[]}]],[274,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1738.6176,-2217.4702],"_peDist":19.99998,"_peObstacles":[]}]],[281,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1696.9281,-2145.2612],"_peDist":63.379562,"_peObstacles":[]}]],[286,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1674.4257,-2231.437],"_peDist":62.57534,"_peObstacles":[]}]]]]],[277,[[[269,[{"_peStart":[-1773.6226,-2027.7981],"_peEnd":[-1719.4307,-2059.0854],"_peDist":62.575233,"_peObstacles":[]}]],[271,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1719.4307,-2059.0854],"_peDist":63.379498,"_peObstacles":[]}]],[282,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1719.4307,-2059.0854],"_peDist":63.37935,"_peObstacles":[]}]],[288,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1719.4307,-2059.0854],"_peDist":62.57557,"_peObstacles":[]}]]],[-1719.4307,-2059.0854],[[269,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1773.6226,-2027.7981],"_peDist":62.575233,"_peObstacles":[]}]],[271,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1751.1201,-2113.9739],"_peDist":63.379498,"_peObstacles":[]}]],[282,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1687.7411,-2004.1973],"_peDist":63.37935,"_peObstacles":[]}]],[288,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1665.2385,-2090.373],"_peDist":62.57557,"_peObstacles":[]}]]]]],[278,[[[280,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1718.3771,-1766.9575],"_peDist":19.999937,"_peObstacles":[]}]]],[-1718.3771,-1766.9575],[[280,[{"_peStart":[-1718.3771,-1766.9575],"_peEnd":[-1701.0566,-1776.9575],"_peDist":19.999937,"_peObstacles":[]}]]]]],[279,[[[270,[{"_peStart":[-1764.4355,-1886.734],"_peEnd":[-1710.2437,-1918.0215],"_peDist":62.575294,"_peObstacles":[]}]],[273,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1710.2437,-1918.0215],"_peDist":63.379395,"_peObstacles":[]}]],[285,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1710.2437,-1918.0215],"_peDist":63.37935,"_peObstacles":[]}]],[289,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1710.2437,-1918.0215],"_peDist":62.57557,"_peObstacles":[]}]]],[-1710.2437,-1918.0215],[[270,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1764.4355,-1886.734],"_peDist":62.575294,"_peObstacles":[]}]],[273,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1741.9331,-1972.9098],"_peDist":63.379395,"_peObstacles":[]}]],[285,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1678.5541,-1863.1333],"_peDist":63.37935,"_peObstacles":[]}]],[289,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1656.0515,-1949.3091],"_peDist":62.57557,"_peObstacles":[]}]]]]],[280,[[[275,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1701.0566,-1776.9575],"_peDist":63.379288,"_peObstacles":[]}]],[278,[{"_peStart":[-1718.3771,-1766.9575],"_peEnd":[-1701.0566,-1776.9575],"_peDist":19.999937,"_peObstacles":[]}]],[287,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1701.0566,-1776.9575],"_peDist":63.379456,"_peObstacles":[]}]],[291,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1701.0566,-1776.9575],"_peDist":62.57557,"_peObstacles":[]}]]],[-1701.0566,-1776.9575],[[275,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1732.7461,-1831.8457],"_peDist":63.379288,"_peObstacles":[]}]],[278,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1718.3771,-1766.9575],"_peDist":19.999937,"_peObstacles":[]}]],[287,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1669.3671,-1722.0692],"_peDist":63.379456,"_peObstacles":[]}]],[291,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1646.8645,-1808.2451],"_peDist":62.57557,"_peObstacles":[]}]]]]],[281,[[[271,[{"_peStart":[-1751.1201,-2113.9739],"_peEnd":[-1696.9281,-2145.2612],"_peDist":62.57534,"_peObstacles":[]}]],[276,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1696.9281,-2145.2612],"_peDist":63.379562,"_peObstacles":[]}]],[288,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1696.9281,-2145.2612],"_peDist":63.37935,"_peObstacles":[]}]],[292,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1696.9281,-2145.2612],"_peDist":62.575462,"_peObstacles":[]}]]],[-1696.9281,-2145.2612],[[271,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1751.1201,-2113.9739],"_peDist":62.57534,"_peObstacles":[]}]],[276,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1728.6177,-2200.1497],"_peDist":63.379562,"_peObstacles":[]}]],[288,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1665.2385,-2090.373],"_peDist":63.37935,"_peObstacles":[]}]],[292,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1642.7361,-2176.5488],"_peDist":62.575462,"_peObstacles":[]}]]]]],[282,[[[273,[{"_peStart":[-1741.9331,-1972.9098],"_peEnd":[-1687.7411,-2004.1973],"_peDist":62.5754,"_peObstacles":[]}]],[277,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1687.7411,-2004.1973],"_peDist":63.37935,"_peObstacles":[]}]],[289,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1687.7411,-2004.1973],"_peDist":63.37935,"_peObstacles":[]}]],[294,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1687.7411,-2004.1973],"_peDist":62.575462,"_peObstacles":[]}]]],[-1687.7411,-2004.1973],[[273,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1741.9331,-1972.9098],"_peDist":62.5754,"_peObstacles":[]}]],[277,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1719.4307,-2059.0854],"_peDist":63.37935,"_peObstacles":[]}]],[289,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1656.0515,-1949.3091],"_peDist":63.37935,"_peObstacles":[]}]],[294,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1633.5491,-2035.4849],"_peDist":62.575462,"_peObstacles":[]}]]]]],[283,[[[287,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1686.6876,-1712.0693],"_peDist":19.99998,"_peObstacles":[]}]]],[-1686.6876,-1712.0693],[[287,[{"_peStart":[-1686.6876,-1712.0693],"_peEnd":[-1669.3671,-1722.0692],"_peDist":19.99998,"_peObstacles":[]}]]]]],[284,[[[286,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1684.4255,-2248.7576],"_peDist":19.99998,"_peObstacles":[]}]]],[-1684.4255,-2248.7576],[[286,[{"_peStart":[-1684.4255,-2248.7576],"_peEnd":[-1674.4257,-2231.437],"_peDist":19.99998,"_peObstacles":[]}]]]]],[285,[[[275,[{"_peStart":[-1732.7461,-1831.8457],"_peEnd":[-1678.5541,-1863.1333],"_peDist":62.575462,"_peObstacles":[]}]],[279,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1678.5541,-1863.1333],"_peDist":63.37935,"_peObstacles":[]}]],[291,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1678.5541,-1863.1333],"_peDist":63.37935,"_peObstacles":[]}]],[297,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1678.5541,-1863.1333],"_peDist":62.575462,"_peObstacles":[]}]]],[-1678.5541,-1863.1333],[[275,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1732.7461,-1831.8457],"_peDist":62.575462,"_peObstacles":[]}]],[279,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1710.2437,-1918.0215],"_peDist":63.37935,"_peObstacles":[]}]],[291,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1646.8645,-1808.2451],"_peDist":63.37935,"_peObstacles":[]}]],[297,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1624.362,-1894.4209],"_peDist":62.575462,"_peObstacles":[]}]]]]],[286,[[[276,[{"_peStart":[-1728.6177,-2200.1497],"_peEnd":[-1674.4257,-2231.437],"_peDist":62.57534,"_peObstacles":[]}]],[284,[{"_peStart":[-1684.4255,-2248.7576],"_peEnd":[-1674.4257,-2231.437],"_peDist":19.99998,"_peObstacles":[]}]],[292,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1674.4257,-2231.437],"_peDist":63.37935,"_peObstacles":[]}]],[298,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1674.4257,-2231.437],"_peDist":62.575462,"_peObstacles":[]}]]],[-1674.4257,-2231.437],[[276,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1728.6177,-2200.1497],"_peDist":62.57534,"_peObstacles":[]}]],[284,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1684.4255,-2248.7576],"_peDist":19.99998,"_peObstacles":[]}]],[292,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1642.7361,-2176.5488],"_peDist":63.37935,"_peObstacles":[]}]],[298,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1620.2336,-2262.7246],"_peDist":62.575462,"_peObstacles":[]}]]]]],[287,[[[280,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1669.3671,-1722.0692],"_peDist":63.379456,"_peObstacles":[]}]],[283,[{"_peStart":[-1686.6876,-1712.0693],"_peEnd":[-1669.3671,-1722.0692],"_peDist":19.99998,"_peObstacles":[]}]],[293,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1669.3671,-1722.0692],"_peDist":63.37935,"_peObstacles":[]}]],[299,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1669.3671,-1722.0692],"_peDist":62.575462,"_peObstacles":[]}]]],[-1669.3671,-1722.0692],[[280,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1701.0566,-1776.9575],"_peDist":63.379456,"_peObstacles":[]}]],[283,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1686.6876,-1712.0693],"_peDist":19.99998,"_peObstacles":[]}]],[293,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1637.6775,-1667.181],"_peDist":63.37935,"_peObstacles":[]}]],[299,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1615.175,-1753.3568],"_peDist":62.575462,"_peObstacles":[]}]]]]],[288,[[[277,[{"_peStart":[-1719.4307,-2059.0854],"_peEnd":[-1665.2385,-2090.373],"_peDist":62.57557,"_peObstacles":[]}]],[281,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1665.2385,-2090.373],"_peDist":63.37935,"_peObstacles":[]}]],[294,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1665.2385,-2090.373],"_peDist":63.379288,"_peObstacles":[]}]],[300,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1665.2385,-2090.373],"_peDist":62.575356,"_peObstacles":[]}]]],[-1665.2385,-2090.373],[[277,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1719.4307,-2059.0854],"_peDist":62.57557,"_peObstacles":[]}]],[281,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1696.9281,-2145.2612],"_peDist":63.37935,"_peObstacles":[]}]],[294,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1633.5491,-2035.4849],"_peDist":63.379288,"_peObstacles":[]}]],[300,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1611.0466,-2121.6606],"_peDist":62.575356,"_peObstacles":[]}]]]]],[289,[[[279,[{"_peStart":[-1710.2437,-1918.0215],"_peEnd":[-1656.0515,-1949.3091],"_peDist":62.57557,"_peObstacles":[]}]],[282,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1656.0515,-1949.3091],"_peDist":63.37935,"_peObstacles":[]}]],[297,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1656.0515,-1949.3091],"_peDist":63.379288,"_peObstacles":[]}]],[301,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1656.0515,-1949.3091],"_peDist":62.575356,"_peObstacles":[]}]]],[-1656.0515,-1949.3091],[[279,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1710.2437,-1918.0215],"_peDist":62.57557,"_peObstacles":[]}]],[282,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1687.7411,-2004.1973],"_peDist":63.37935,"_peObstacles":[]}]],[297,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1624.362,-1894.4209],"_peDist":63.379288,"_peObstacles":[]}]],[301,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1601.8596,-1980.5967],"_peDist":62.575356,"_peObstacles":[]}]]]]],[290,[[[293,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1654.998,-1657.181],"_peDist":20.000042,"_peObstacles":[]}]]],[-1654.998,-1657.181],[[293,[{"_peStart":[-1654.998,-1657.181],"_peEnd":[-1637.6775,-1667.181],"_peDist":20.000042,"_peObstacles":[]}]]]]],[291,[[[280,[{"_peStart":[-1701.0566,-1776.9575],"_peEnd":[-1646.8645,-1808.2451],"_peDist":62.57557,"_peObstacles":[]}]],[285,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1646.8645,-1808.2451],"_peDist":63.37935,"_peObstacles":[]}]],[299,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1646.8645,-1808.2451],"_peDist":63.379395,"_peObstacles":[]}]],[302,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1646.8645,-1808.2451],"_peDist":62.5754,"_peObstacles":[]}]]],[-1646.8645,-1808.2451],[[280,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1701.0566,-1776.9575],"_peDist":62.57557,"_peObstacles":[]}]],[285,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1678.5541,-1863.1333],"_peDist":63.37935,"_peObstacles":[]}]],[299,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1615.175,-1753.3568],"_peDist":63.379395,"_peObstacles":[]}]],[302,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1592.6725,-1839.5326],"_peDist":62.5754,"_peObstacles":[]}]]]]],[292,[[[281,[{"_peStart":[-1696.9281,-2145.2612],"_peEnd":[-1642.7361,-2176.5488],"_peDist":62.575462,"_peObstacles":[]}]],[286,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1642.7361,-2176.5488],"_peDist":63.37935,"_peObstacles":[]}]],[300,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1642.7361,-2176.5488],"_peDist":63.379288,"_peObstacles":[]}]],[303,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1642.7361,-2176.5488],"_peDist":62.575462,"_peObstacles":[]}]]],[-1642.7361,-2176.5488],[[281,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1696.9281,-2145.2612],"_peDist":62.575462,"_peObstacles":[]}]],[286,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1674.4257,-2231.437],"_peDist":63.37935,"_peObstacles":[]}]],[300,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1611.0466,-2121.6606],"_peDist":63.379288,"_peObstacles":[]}]],[303,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1588.5441,-2207.8364],"_peDist":62.575462,"_peObstacles":[]}]]]]],[293,[[[287,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1637.6775,-1667.181],"_peDist":63.37935,"_peObstacles":[]}]],[290,[{"_peStart":[-1654.998,-1657.181],"_peEnd":[-1637.6775,-1667.181],"_peDist":20.000042,"_peObstacles":[]}]],[296,[{"_peStart":[-1627.6776,-1649.8605],"_peEnd":[-1637.6775,-1667.181],"_peDist":19.99998,"_peObstacles":[]}]],[304,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1637.6775,-1667.181],"_peDist":62.5754,"_peObstacles":[]}]]],[-1637.6775,-1667.181],[[287,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1669.3671,-1722.0692],"_peDist":63.37935,"_peObstacles":[]}]],[290,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1654.998,-1657.181],"_peDist":20.000042,"_peObstacles":[]}]],[296,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1627.6776,-1649.8605],"_peDist":19.99998,"_peObstacles":[]}]],[304,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1583.4855,-1698.4685],"_peDist":62.5754,"_peObstacles":[]}]]]]],[294,[[[282,[{"_peStart":[-1687.7411,-2004.1973],"_peEnd":[-1633.5491,-2035.4849],"_peDist":62.575462,"_peObstacles":[]}]],[288,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1633.5491,-2035.4849],"_peDist":63.379288,"_peObstacles":[]}]],[301,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1633.5491,-2035.4849],"_peDist":63.379288,"_peObstacles":[]}]],[305,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1633.5491,-2035.4849],"_peDist":62.575462,"_peObstacles":[]}]]],[-1633.5491,-2035.4849],[[282,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1687.7411,-2004.1973],"_peDist":62.575462,"_peObstacles":[]}]],[288,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1665.2385,-2090.373],"_peDist":63.379288,"_peObstacles":[]}]],[301,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1601.8596,-1980.5967],"_peDist":63.379288,"_peObstacles":[]}]],[305,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1579.357,-2066.7725],"_peDist":62.575462,"_peObstacles":[]}]]]]],[295,[[[298,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1630.2336,-2280.0452],"_peDist":20.000042,"_peObstacles":[]}]]],[-1630.2336,-2280.0452],[[298,[{"_peStart":[-1630.2336,-2280.0452],"_peEnd":[-1620.2336,-2262.7246],"_peDist":20.000042,"_peObstacles":[]}]]]]],[296,[[[293,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1627.6776,-1649.8605],"_peDist":19.99998,"_peObstacles":[]}]]],[-1627.6776,-1649.8605],[[293,[{"_peStart":[-1627.6776,-1649.8605],"_peEnd":[-1637.6775,-1667.181],"_peDist":19.99998,"_peObstacles":[]}]]]]],[297,[[[285,[{"_peStart":[-1678.5541,-1863.1333],"_peEnd":[-1624.362,-1894.4209],"_peDist":62.575462,"_peObstacles":[]}]],[289,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1624.362,-1894.4209],"_peDist":63.379288,"_peObstacles":[]}]],[302,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1624.362,-1894.4209],"_peDist":63.379456,"_peObstacles":[]}]],[308,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1624.362,-1894.4209],"_peDist":62.5754,"_peObstacles":[]}]]],[-1624.362,-1894.4209],[[285,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1678.5541,-1863.1333],"_peDist":62.575462,"_peObstacles":[]}]],[289,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1656.0515,-1949.3091],"_peDist":63.379288,"_peObstacles":[]}]],[302,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1592.6725,-1839.5326],"_peDist":63.379456,"_peObstacles":[]}]],[308,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1570.17,-1925.7084],"_peDist":62.5754,"_peObstacles":[]}]]]]],[298,[[[286,[{"_peStart":[-1674.4257,-2231.437],"_peEnd":[-1620.2336,-2262.7246],"_peDist":62.575462,"_peObstacles":[]}]],[295,[{"_peStart":[-1630.2336,-2280.0452],"_peEnd":[-1620.2336,-2262.7246],"_peDist":20.000042,"_peObstacles":[]}]],[303,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1620.2336,-2262.7246],"_peDist":63.37935,"_peObstacles":[]}]],[309,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1620.2336,-2262.7246],"_peDist":62.575462,"_peObstacles":[]}]]],[-1620.2336,-2262.7246],[[286,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1674.4257,-2231.437],"_peDist":62.575462,"_peObstacles":[]}]],[295,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1630.2336,-2280.0452],"_peDist":20.000042,"_peObstacles":[]}]],[303,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1588.5441,-2207.8364],"_peDist":63.37935,"_peObstacles":[]}]],[309,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1566.0416,-2294.0122],"_peDist":62.575462,"_peObstacles":[]}]]]]],[299,[[[287,[{"_peStart":[-1669.3671,-1722.0692],"_peEnd":[-1615.175,-1753.3568],"_peDist":62.575462,"_peObstacles":[]}]],[291,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1615.175,-1753.3568],"_peDist":63.379395,"_peObstacles":[]}]],[304,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1615.175,-1753.3568],"_peDist":63.379456,"_peObstacles":[]}]],[310,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1615.175,-1753.3568],"_peDist":62.5754,"_peObstacles":[]}]]],[-1615.175,-1753.3568],[[287,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1669.3671,-1722.0692],"_peDist":62.575462,"_peObstacles":[]}]],[291,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1646.8645,-1808.2451],"_peDist":63.379395,"_peObstacles":[]}]],[304,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1583.4855,-1698.4685],"_peDist":63.379456,"_peObstacles":[]}]],[310,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1560.983,-1784.6443],"_peDist":62.5754,"_peObstacles":[]}]]]]],[300,[[[288,[{"_peStart":[-1665.2385,-2090.373],"_peEnd":[-1611.0466,-2121.6606],"_peDist":62.575356,"_peObstacles":[]}]],[292,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1611.0466,-2121.6606],"_peDist":63.379288,"_peObstacles":[]}]],[305,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1611.0466,-2121.6606],"_peDist":63.37935,"_peObstacles":[]}]],[311,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1611.0466,-2121.6606],"_peDist":62.575462,"_peObstacles":[]}]]],[-1611.0466,-2121.6606],[[288,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1665.2385,-2090.373],"_peDist":62.575356,"_peObstacles":[]}]],[292,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1642.7361,-2176.5488],"_peDist":63.379288,"_peObstacles":[]}]],[305,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1579.357,-2066.7725],"_peDist":63.37935,"_peObstacles":[]}]],[311,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1556.8546,-2152.9482],"_peDist":62.575462,"_peObstacles":[]}]]]]],[301,[[[289,[{"_peStart":[-1656.0515,-1949.3091],"_peEnd":[-1601.8596,-1980.5967],"_peDist":62.575356,"_peObstacles":[]}]],[294,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1601.8596,-1980.5967],"_peDist":63.379288,"_peObstacles":[]}]],[308,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1601.8596,-1980.5967],"_peDist":63.379456,"_peObstacles":[]}]],[312,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1601.8596,-1980.5967],"_peDist":62.5754,"_peObstacles":[]}]]],[-1601.8596,-1980.5967],[[289,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1656.0515,-1949.3091],"_peDist":62.575356,"_peObstacles":[]}]],[294,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1633.5491,-2035.4849],"_peDist":63.379288,"_peObstacles":[]}]],[308,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1570.17,-1925.7084],"_peDist":63.379456,"_peObstacles":[]}]],[312,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1547.6676,-2011.8842],"_peDist":62.5754,"_peObstacles":[]}]]]]],[302,[[[291,[{"_peStart":[-1646.8645,-1808.2451],"_peEnd":[-1592.6725,-1839.5326],"_peDist":62.5754,"_peObstacles":[]}]],[297,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1592.6725,-1839.5326],"_peDist":63.379456,"_peObstacles":[]}]],[310,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1592.6725,-1839.5326],"_peDist":63.379395,"_peObstacles":[]}]],[313,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1592.6725,-1839.5326],"_peDist":62.575294,"_peObstacles":[]}]]],[-1592.6725,-1839.5326],[[291,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1646.8645,-1808.2451],"_peDist":62.5754,"_peObstacles":[]}]],[297,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1624.362,-1894.4209],"_peDist":63.379456,"_peObstacles":[]}]],[310,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1560.983,-1784.6443],"_peDist":63.379395,"_peObstacles":[]}]],[313,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1538.4806,-1870.8201],"_peDist":62.575294,"_peObstacles":[]}]]]]],[303,[[[292,[{"_peStart":[-1642.7361,-2176.5488],"_peEnd":[-1588.5441,-2207.8364],"_peDist":62.575462,"_peObstacles":[]}]],[298,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1588.5441,-2207.8364],"_peDist":63.37935,"_peObstacles":[]}]],[311,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1588.5441,-2207.8364],"_peDist":63.379288,"_peObstacles":[]}]],[314,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1588.5441,-2207.8364],"_peDist":62.575462,"_peObstacles":[]}]]],[-1588.5441,-2207.8364],[[292,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1642.7361,-2176.5488],"_peDist":62.575462,"_peObstacles":[]}]],[298,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1620.2336,-2262.7246],"_peDist":63.37935,"_peObstacles":[]}]],[311,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1556.8546,-2152.9482],"_peDist":63.379288,"_peObstacles":[]}]],[314,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1534.352,-2239.124],"_peDist":62.575462,"_peObstacles":[]}]]]]],[304,[[[293,[{"_peStart":[-1637.6775,-1667.181],"_peEnd":[-1583.4855,-1698.4685],"_peDist":62.5754,"_peObstacles":[]}]],[299,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1583.4855,-1698.4685],"_peDist":63.379456,"_peObstacles":[]}]],[307,[{"_peStart":[-1573.4856,-1681.1481],"_peEnd":[-1583.4855,-1698.4685],"_peDist":19.999876,"_peObstacles":[]}]],[315,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1583.4855,-1698.4685],"_peDist":62.575462,"_peObstacles":[]}]]],[-1583.4855,-1698.4685],[[293,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1637.6775,-1667.181],"_peDist":62.5754,"_peObstacles":[]}]],[299,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1615.175,-1753.3568],"_peDist":63.379456,"_peObstacles":[]}]],[307,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1573.4856,-1681.1481],"_peDist":19.999876,"_peObstacles":[]}]],[315,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1529.2935,-1729.7561],"_peDist":62.575462,"_peObstacles":[]}]]]]],[305,[[[294,[{"_peStart":[-1633.5491,-2035.4849],"_peEnd":[-1579.357,-2066.7725],"_peDist":62.575462,"_peObstacles":[]}]],[300,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1579.357,-2066.7725],"_peDist":63.37935,"_peObstacles":[]}]],[312,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1579.357,-2066.7725],"_peDist":63.379395,"_peObstacles":[]}]],[316,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1579.357,-2066.7725],"_peDist":62.575462,"_peObstacles":[]}]]],[-1579.357,-2066.7725],[[294,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1633.5491,-2035.4849],"_peDist":62.575462,"_peObstacles":[]}]],[300,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1611.0466,-2121.6606],"_peDist":63.37935,"_peObstacles":[]}]],[312,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1547.6676,-2011.8842],"_peDist":63.379395,"_peObstacles":[]}]],[316,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1525.165,-2098.06],"_peDist":62.575462,"_peObstacles":[]}]]]]],[306,[[[309,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1576.0415,-2311.3328],"_peDist":19.99998,"_peObstacles":[]}]]],[-1576.0415,-2311.3328],[[309,[{"_peStart":[-1576.0415,-2311.3328],"_peEnd":[-1566.0416,-2294.0122],"_peDist":19.99998,"_peObstacles":[]}]]]]],[307,[[[304,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1573.4856,-1681.1481],"_peDist":19.999876,"_peObstacles":[]}]]],[-1573.4856,-1681.1481],[[304,[{"_peStart":[-1573.4856,-1681.1481],"_peEnd":[-1583.4855,-1698.4685],"_peDist":19.999876,"_peObstacles":[]}]]]]],[308,[[[297,[{"_peStart":[-1624.362,-1894.4209],"_peEnd":[-1570.17,-1925.7084],"_peDist":62.5754,"_peObstacles":[]}]],[301,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1570.17,-1925.7084],"_peDist":63.379456,"_peObstacles":[]}]],[313,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1570.17,-1925.7084],"_peDist":63.379395,"_peObstacles":[]}]],[319,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1570.17,-1925.7084],"_peDist":62.5754,"_peObstacles":[]}]]],[-1570.17,-1925.7084],[[297,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1624.362,-1894.4209],"_peDist":62.5754,"_peObstacles":[]}]],[301,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1601.8596,-1980.5967],"_peDist":63.379456,"_peObstacles":[]}]],[313,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1538.4806,-1870.8201],"_peDist":63.379395,"_peObstacles":[]}]],[319,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1515.978,-1956.9958],"_peDist":62.5754,"_peObstacles":[]}]]]]],[309,[[[298,[{"_peStart":[-1620.2336,-2262.7246],"_peEnd":[-1566.0416,-2294.0122],"_peDist":62.575462,"_peObstacles":[]}]],[306,[{"_peStart":[-1576.0415,-2311.3328],"_peEnd":[-1566.0416,-2294.0122],"_peDist":19.99998,"_peObstacles":[]}]],[314,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1566.0416,-2294.0122],"_peDist":63.37935,"_peObstacles":[]}]],[320,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1566.0416,-2294.0122],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]],[-1566.0416,-2294.0122],[[298,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1620.2336,-2262.7246],"_peDist":62.575462,"_peObstacles":[]}]],[306,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1576.0415,-2311.3328],"_peDist":19.99998,"_peObstacles":[]}]],[314,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1534.352,-2239.124],"_peDist":63.37935,"_peObstacles":[]}]],[320,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1511.8496,-2325.2998],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]]]],[310,[[[299,[{"_peStart":[-1615.175,-1753.3568],"_peEnd":[-1560.983,-1784.6443],"_peDist":62.5754,"_peObstacles":[]}]],[302,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1560.983,-1784.6443],"_peDist":63.379395,"_peObstacles":[]}]],[315,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1560.983,-1784.6443],"_peDist":63.37935,"_peObstacles":[]}]],[321,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1560.983,-1784.6443],"_peDist":62.575462,"_peObstacles":[]}]]],[-1560.983,-1784.6443],[[299,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1615.175,-1753.3568],"_peDist":62.5754,"_peObstacles":[]}]],[302,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1592.6725,-1839.5326],"_peDist":63.379395,"_peObstacles":[]}]],[315,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1529.2935,-1729.7561],"_peDist":63.37935,"_peObstacles":[]}]],[321,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1506.791,-1815.9319],"_peDist":62.575462,"_peObstacles":[]}]]]]],[311,[[[300,[{"_peStart":[-1611.0466,-2121.6606],"_peEnd":[-1556.8546,-2152.9482],"_peDist":62.575462,"_peObstacles":[]}]],[303,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1556.8546,-2152.9482],"_peDist":63.379288,"_peObstacles":[]}]],[316,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1556.8546,-2152.9482],"_peDist":63.37935,"_peObstacles":[]}]],[322,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1556.8546,-2152.9482],"_peDist":62.575462,"_peObstacles":[]}]]],[-1556.8546,-2152.9482],[[300,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1611.0466,-2121.6606],"_peDist":62.575462,"_peObstacles":[]}]],[303,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1588.5441,-2207.8364],"_peDist":63.379288,"_peObstacles":[]}]],[316,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1525.165,-2098.06],"_peDist":63.37935,"_peObstacles":[]}]],[322,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1502.6626,-2184.2358],"_peDist":62.575462,"_peObstacles":[]}]]]]],[312,[[[301,[{"_peStart":[-1601.8596,-1980.5967],"_peEnd":[-1547.6676,-2011.8842],"_peDist":62.5754,"_peObstacles":[]}]],[305,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1547.6676,-2011.8842],"_peDist":63.379395,"_peObstacles":[]}]],[319,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1547.6676,-2011.8842],"_peDist":63.379456,"_peObstacles":[]}]],[323,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1547.6676,-2011.8842],"_peDist":62.575462,"_peObstacles":[]}]]],[-1547.6676,-2011.8842],[[301,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1601.8596,-1980.5967],"_peDist":62.5754,"_peObstacles":[]}]],[305,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1579.357,-2066.7725],"_peDist":63.379395,"_peObstacles":[]}]],[319,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1515.978,-1956.9958],"_peDist":63.379456,"_peObstacles":[]}]],[323,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1493.4756,-2043.1718],"_peDist":62.575462,"_peObstacles":[]}]]]]],[313,[[[302,[{"_peStart":[-1592.6725,-1839.5326],"_peEnd":[-1538.4806,-1870.8201],"_peDist":62.575294,"_peObstacles":[]}]],[308,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1538.4806,-1870.8201],"_peDist":63.379395,"_peObstacles":[]}]],[321,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1538.4806,-1870.8201],"_peDist":63.37935,"_peObstacles":[]}]],[324,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1538.4806,-1870.8201],"_peDist":62.575462,"_peObstacles":[]}]]],[-1538.4806,-1870.8201],[[302,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1592.6725,-1839.5326],"_peDist":62.575294,"_peObstacles":[]}]],[308,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1570.17,-1925.7084],"_peDist":63.379395,"_peObstacles":[]}]],[321,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1506.791,-1815.9319],"_peDist":63.37935,"_peObstacles":[]}]],[324,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1484.2886,-1902.1077],"_peDist":62.575462,"_peObstacles":[]}]]]]],[314,[[[303,[{"_peStart":[-1588.5441,-2207.8364],"_peEnd":[-1534.352,-2239.124],"_peDist":62.575462,"_peObstacles":[]}]],[309,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1534.352,-2239.124],"_peDist":63.37935,"_peObstacles":[]}]],[322,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1534.352,-2239.124],"_peDist":63.379288,"_peObstacles":[]}]],[326,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1534.352,-2239.124],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]]],[-1534.352,-2239.124],[[303,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1588.5441,-2207.8364],"_peDist":62.575462,"_peObstacles":[]}]],[309,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1566.0416,-2294.0122],"_peDist":63.37935,"_peObstacles":[]}]],[322,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1502.6626,-2184.2358],"_peDist":63.379288,"_peObstacles":[]}]],[326,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1480.1602,-2270.4116],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]]]]],[315,[[[304,[{"_peStart":[-1583.4855,-1698.4685],"_peEnd":[-1529.2935,-1729.7561],"_peDist":62.575462,"_peObstacles":[]}]],[310,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1529.2935,-1729.7561],"_peDist":63.37935,"_peObstacles":[]}]],[318,[{"_peStart":[-1519.2936,-1712.4355],"_peEnd":[-1529.2935,-1729.7561],"_peDist":19.99998,"_peObstacles":[]}]],[327,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1529.2935,-1729.7561],"_peDist":62.575356,"_peObstacles":[]}]]],[-1529.2935,-1729.7561],[[304,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1583.4855,-1698.4685],"_peDist":62.575462,"_peObstacles":[]}]],[310,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1560.983,-1784.6443],"_peDist":63.37935,"_peObstacles":[]}]],[318,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1519.2936,-1712.4355],"_peDist":19.99998,"_peObstacles":[]}]],[327,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1475.1016,-1761.0437],"_peDist":62.575356,"_peObstacles":[]}]]]]],[316,[[[305,[{"_peStart":[-1579.357,-2066.7725],"_peEnd":[-1525.165,-2098.06],"_peDist":62.575462,"_peObstacles":[]}]],[311,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1525.165,-2098.06],"_peDist":63.37935,"_peObstacles":[]}]],[323,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1525.165,-2098.06],"_peDist":63.379395,"_peObstacles":[]}]],[328,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1525.165,-2098.06],"_peDist":62.57534,"_peObstacles":[]}]]],[-1525.165,-2098.06],[[305,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1579.357,-2066.7725],"_peDist":62.575462,"_peObstacles":[]}]],[311,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1556.8546,-2152.9482],"_peDist":63.37935,"_peObstacles":[]}]],[323,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1493.4756,-2043.1718],"_peDist":63.379395,"_peObstacles":[]}]],[328,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1470.973,-2129.3474],"_peDist":62.57534,"_peObstacles":[]}]]]]],[317,[[[320,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1521.8496,-2342.6204],"_peDist":20.000042,"_peObstacles":[]}]]],[-1521.8496,-2342.6204],[[320,[{"_peStart":[-1521.8496,-2342.6204],"_peEnd":[-1511.8496,-2325.2998],"_peDist":20.000042,"_peObstacles":[]}]]]]],[318,[[[315,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1519.2936,-1712.4355],"_peDist":19.99998,"_peObstacles":[]}]]],[-1519.2936,-1712.4355],[[315,[{"_peStart":[-1519.2936,-1712.4355],"_peEnd":[-1529.2935,-1729.7561],"_peDist":19.99998,"_peObstacles":[]}]]]]],[319,[[[308,[{"_peStart":[-1570.17,-1925.7084],"_peEnd":[-1515.978,-1956.9958],"_peDist":62.5754,"_peObstacles":[]}]],[312,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1515.978,-1956.9958],"_peDist":63.379456,"_peObstacles":[]}]],[324,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1515.978,-1956.9958],"_peDist":63.379288,"_peObstacles":[]}]],[331,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1515.978,-1956.9958],"_peDist":62.575462,"_peObstacles":[]}]]],[-1515.978,-1956.9958],[[308,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1570.17,-1925.7084],"_peDist":62.5754,"_peObstacles":[]}]],[312,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1547.6676,-2011.8842],"_peDist":63.379456,"_peObstacles":[]}]],[324,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1484.2886,-1902.1077],"_peDist":63.379288,"_peObstacles":[]}]],[331,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1461.786,-1988.2834],"_peDist":62.575462,"_peObstacles":[]}]]]]],[320,[[[309,[{"_peStart":[-1566.0416,-2294.0122],"_peEnd":[-1511.8496,-2325.2998],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[317,[{"_peStart":[-1521.8496,-2342.6204],"_peEnd":[-1511.8496,-2325.2998],"_peDist":20.000042,"_peObstacles":[]}]],[326,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1511.8496,-2325.2998],"_peDist":63.379288,"_peObstacles":[]}]],[332,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1511.8496,-2325.2998],"_peDist":62.575462,"_peObstacles":[]}]]],[-1511.8496,-2325.2998],[[309,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1566.0416,-2294.0122],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[317,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1521.8496,-2342.6204],"_peDist":20.000042,"_peObstacles":[]}]],[326,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1480.1602,-2270.4116],"_peDist":63.379288,"_peObstacles":[]}]],[332,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1457.6576,-2356.5874],"_peDist":62.575462,"_peObstacles":[]}]]]]],[321,[[[310,[{"_peStart":[-1560.983,-1784.6443],"_peEnd":[-1506.791,-1815.9319],"_peDist":62.575462,"_peObstacles":[]}]],[313,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1506.791,-1815.9319],"_peDist":63.37935,"_peObstacles":[]}]],[327,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1506.791,-1815.9319],"_peDist":63.379288,"_peObstacles":[]}]],[333,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1506.791,-1815.9319],"_peDist":62.575462,"_peObstacles":[]}]]],[-1506.791,-1815.9319],[[310,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1560.983,-1784.6443],"_peDist":62.575462,"_peObstacles":[]}]],[313,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1538.4806,-1870.8201],"_peDist":63.37935,"_peObstacles":[]}]],[327,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1475.1016,-1761.0437],"_peDist":63.379288,"_peObstacles":[]}]],[333,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1452.599,-1847.2195],"_peDist":62.575462,"_peObstacles":[]}]]]]],[322,[[[311,[{"_peStart":[-1556.8546,-2152.9482],"_peEnd":[-1502.6626,-2184.2358],"_peDist":62.575462,"_peObstacles":[]}]],[314,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1502.6626,-2184.2358],"_peDist":63.379288,"_peObstacles":[]}]],[328,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1502.6626,-2184.2358],"_peDist":63.379562,"_peObstacles":[]}]],[334,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1502.6626,-2184.2358],"_peDist":62.57534,"_peObstacles":["DoorObstacle"]}]]],[-1502.6626,-2184.2358],[[311,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1556.8546,-2152.9482],"_peDist":62.575462,"_peObstacles":[]}]],[314,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1534.352,-2239.124],"_peDist":63.379288,"_peObstacles":[]}]],[328,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1470.973,-2129.3474],"_peDist":63.379562,"_peObstacles":[]}]],[334,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1448.4706,-2215.5232],"_peDist":62.57534,"_peObstacles":["DoorObstacle"]}]]]]],[323,[[[312,[{"_peStart":[-1547.6676,-2011.8842],"_peEnd":[-1493.4756,-2043.1718],"_peDist":62.575462,"_peObstacles":[]}]],[316,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1493.4756,-2043.1718],"_peDist":63.379395,"_peObstacles":[]}]],[331,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1493.4756,-2043.1718],"_peDist":63.379456,"_peObstacles":[]}]],[335,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1493.4756,-2043.1718],"_peDist":62.5754,"_peObstacles":[]}]]],[-1493.4756,-2043.1718],[[312,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1547.6676,-2011.8842],"_peDist":62.575462,"_peObstacles":[]}]],[316,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1525.165,-2098.06],"_peDist":63.379395,"_peObstacles":[]}]],[331,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1461.786,-1988.2834],"_peDist":63.379456,"_peObstacles":[]}]],[335,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1439.2836,-2074.4592],"_peDist":62.5754,"_peObstacles":[]}]]]]],[324,[[[313,[{"_peStart":[-1538.4806,-1870.8201],"_peEnd":[-1484.2886,-1902.1077],"_peDist":62.575462,"_peObstacles":[]}]],[319,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1484.2886,-1902.1077],"_peDist":63.379288,"_peObstacles":[]}]],[333,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1484.2886,-1902.1077],"_peDist":63.37935,"_peObstacles":[]}]],[336,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1484.2886,-1902.1077],"_peDist":62.575462,"_peObstacles":[]}]]],[-1484.2886,-1902.1077],[[313,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1538.4806,-1870.8201],"_peDist":62.575462,"_peObstacles":[]}]],[319,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1515.978,-1956.9958],"_peDist":63.379288,"_peObstacles":[]}]],[333,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1452.599,-1847.2195],"_peDist":63.37935,"_peObstacles":[]}]],[336,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1430.0966,-1933.3953],"_peDist":62.575462,"_peObstacles":[]}]]]]],[325,[[[329,[{"_peStart":[-1467.6576,-2373.9077],"_peEnd":[-1482.6575,-2399.8887],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]]],[-1482.6575,-2399.8887],[[329,[{"_peStart":[-1482.6575,-2399.8887],"_peEnd":[-1467.6576,-2373.9077],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]]]]],[326,[[[314,[{"_peStart":[-1534.352,-2239.124],"_peEnd":[-1480.1602,-2270.4116],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]],[320,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1480.1602,-2270.4116],"_peDist":63.379288,"_peObstacles":[]}]],[334,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1480.1602,-2270.4116],"_peDist":63.379562,"_peObstacles":[]}]],[337,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1480.1602,-2270.4116],"_peDist":62.57557,"_peObstacles":[]}]]],[-1480.1602,-2270.4116],[[314,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1534.352,-2239.124],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]],[320,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1511.8496,-2325.2998],"_peDist":63.379288,"_peObstacles":[]}]],[334,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1448.4706,-2215.5232],"_peDist":63.379562,"_peObstacles":[]}]],[337,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1425.968,-2301.6992],"_peDist":62.57557,"_peObstacles":[]}]]]]],[327,[[[315,[{"_peStart":[-1529.2935,-1729.7561],"_peEnd":[-1475.1016,-1761.0437],"_peDist":62.575356,"_peObstacles":[]}]],[321,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1475.1016,-1761.0437],"_peDist":63.379288,"_peObstacles":[]}]],[330,[{"_peStart":[-1465.1016,-1743.7231],"_peEnd":[-1475.1016,-1761.0437],"_peDist":20.000042,"_peObstacles":[]}]],[338,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1475.1016,-1761.0437],"_peDist":62.5754,"_peObstacles":[]}]]],[-1475.1016,-1761.0437],[[315,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1529.2935,-1729.7561],"_peDist":62.575356,"_peObstacles":[]}]],[321,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1506.791,-1815.9319],"_peDist":63.379288,"_peObstacles":[]}]],[330,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1465.1016,-1743.7231],"_peDist":20.000042,"_peObstacles":[]}]],[338,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1420.9095,-1792.3312],"_peDist":62.5754,"_peObstacles":[]}]]]]],[328,[[[316,[{"_peStart":[-1525.165,-2098.06],"_peEnd":[-1470.973,-2129.3474],"_peDist":62.57534,"_peObstacles":[]}]],[322,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1470.973,-2129.3474],"_peDist":63.379562,"_peObstacles":[]}]],[335,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1470.973,-2129.3474],"_peDist":63.379288,"_peObstacles":[]}]],[339,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1470.973,-2129.3474],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]],[-1470.973,-2129.3474],[[316,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1525.165,-2098.06],"_peDist":62.57534,"_peObstacles":[]}]],[322,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1502.6626,-2184.2358],"_peDist":63.379562,"_peObstacles":[]}]],[335,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1439.2836,-2074.4592],"_peDist":63.379288,"_peObstacles":[]}]],[339,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1416.781,-2160.635],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]]]],[329,[[[325,[{"_peStart":[-1482.6575,-2399.8887],"_peEnd":[-1467.6576,-2373.9077],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]],[332,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1467.6576,-2373.9077],"_peDist":19.99983,"_peObstacles":[]}]]],[-1467.6576,-2373.9077],[[325,[{"_peStart":[-1467.6576,-2373.9077],"_peEnd":[-1482.6575,-2399.8887],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]],[332,[{"_peStart":[-1467.6576,-2373.9077],"_peEnd":[-1457.6576,-2356.5874],"_peDist":19.99983,"_peObstacles":[]}]]]]],[330,[[[327,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1465.1016,-1743.7231],"_peDist":20.000042,"_peObstacles":[]}]]],[-1465.1016,-1743.7231],[[327,[{"_peStart":[-1465.1016,-1743.7231],"_peEnd":[-1475.1016,-1761.0437],"_peDist":20.000042,"_peObstacles":[]}]]]]],[331,[[[319,[{"_peStart":[-1515.978,-1956.9958],"_peEnd":[-1461.786,-1988.2834],"_peDist":62.575462,"_peObstacles":[]}]],[323,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1461.786,-1988.2834],"_peDist":63.379456,"_peObstacles":[]}]],[336,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1461.786,-1988.2834],"_peDist":63.379288,"_peObstacles":[]}]],[342,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1461.786,-1988.2834],"_peDist":62.575462,"_peObstacles":[]}]]],[-1461.786,-1988.2834],[[319,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1515.978,-1956.9958],"_peDist":62.575462,"_peObstacles":[]}]],[323,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1493.4756,-2043.1718],"_peDist":63.379456,"_peObstacles":[]}]],[336,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1430.0966,-1933.3953],"_peDist":63.379288,"_peObstacles":[]}]],[342,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1407.594,-2019.571],"_peDist":62.575462,"_peObstacles":[]}]]]]],[332,[[[320,[{"_peStart":[-1511.8496,-2325.2998],"_peEnd":[-1457.6576,-2356.5874],"_peDist":62.575462,"_peObstacles":[]}]],[329,[{"_peStart":[-1467.6576,-2373.9077],"_peEnd":[-1457.6576,-2356.5874],"_peDist":19.99983,"_peObstacles":[]}]],[337,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1457.6576,-2356.5874],"_peDist":63.37935,"_peObstacles":[]}]],[343,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1457.6576,-2356.5874],"_peDist":62.575462,"_peObstacles":[]}]]],[-1457.6576,-2356.5874],[[320,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1511.8496,-2325.2998],"_peDist":62.575462,"_peObstacles":[]}]],[329,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1467.6576,-2373.9077],"_peDist":19.99983,"_peObstacles":[]}]],[337,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1425.968,-2301.6992],"_peDist":63.37935,"_peObstacles":[]}]],[343,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1403.4656,-2387.875],"_peDist":62.575462,"_peObstacles":[]}]]]]],[333,[[[321,[{"_peStart":[-1506.791,-1815.9319],"_peEnd":[-1452.599,-1847.2195],"_peDist":62.575462,"_peObstacles":[]}]],[324,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1452.599,-1847.2195],"_peDist":63.37935,"_peObstacles":[]}]],[338,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1452.599,-1847.2195],"_peDist":63.379395,"_peObstacles":[]}]],[344,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1452.599,-1847.2195],"_peDist":62.5754,"_peObstacles":[]}]]],[-1452.599,-1847.2195],[[321,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1506.791,-1815.9319],"_peDist":62.575462,"_peObstacles":[]}]],[324,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1484.2886,-1902.1077],"_peDist":63.37935,"_peObstacles":[]}]],[338,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1420.9095,-1792.3312],"_peDist":63.379395,"_peObstacles":[]}]],[344,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1398.407,-1878.507],"_peDist":62.5754,"_peObstacles":[]}]]]]],[334,[[[322,[{"_peStart":[-1502.6626,-2184.2358],"_peEnd":[-1448.4706,-2215.5232],"_peDist":62.57534,"_peObstacles":["DoorObstacle"]}]],[326,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1448.4706,-2215.5232],"_peDist":63.379562,"_peObstacles":[]}]],[339,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1448.4706,-2215.5232],"_peDist":63.37935,"_peObstacles":[]}]],[345,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1448.4706,-2215.5232],"_peDist":62.575462,"_peObstacles":[]}]]],[-1448.4706,-2215.5232],[[322,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1502.6626,-2184.2358],"_peDist":62.57534,"_peObstacles":["DoorObstacle"]}]],[326,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1480.1602,-2270.4116],"_peDist":63.379562,"_peObstacles":[]}]],[339,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1416.781,-2160.635],"_peDist":63.37935,"_peObstacles":[]}]],[345,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1394.2786,-2246.8108],"_peDist":62.575462,"_peObstacles":[]}]]]]],[335,[[[323,[{"_peStart":[-1493.4756,-2043.1718],"_peEnd":[-1439.2836,-2074.4592],"_peDist":62.5754,"_peObstacles":[]}]],[328,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1439.2836,-2074.4592],"_peDist":63.379288,"_peObstacles":[]}]],[342,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1439.2836,-2074.4592],"_peDist":63.37935,"_peObstacles":[]}]],[346,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1439.2836,-2074.4592],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]],[-1439.2836,-2074.4592],[[323,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1493.4756,-2043.1718],"_peDist":62.5754,"_peObstacles":[]}]],[328,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1470.973,-2129.3474],"_peDist":63.379288,"_peObstacles":[]}]],[342,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1407.594,-2019.571],"_peDist":63.37935,"_peObstacles":[]}]],[346,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1385.0916,-2105.7468],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]]]],[336,[[[324,[{"_peStart":[-1484.2886,-1902.1077],"_peEnd":[-1430.0966,-1933.3953],"_peDist":62.575462,"_peObstacles":[]}]],[331,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1430.0966,-1933.3953],"_peDist":63.379288,"_peObstacles":[]}]],[344,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1430.0966,-1933.3953],"_peDist":63.379456,"_peObstacles":[]}]],[347,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1430.0966,-1933.3953],"_peDist":62.575462,"_peObstacles":[]}]]],[-1430.0966,-1933.3953],[[324,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1484.2886,-1902.1077],"_peDist":62.575462,"_peObstacles":[]}]],[331,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1461.786,-1988.2834],"_peDist":63.379288,"_peObstacles":[]}]],[344,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1398.407,-1878.507],"_peDist":63.379456,"_peObstacles":[]}]],[347,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1375.9045,-1964.6829],"_peDist":62.575462,"_peObstacles":[]}]]]]],[337,[[[326,[{"_peStart":[-1480.1602,-2270.4116],"_peEnd":[-1425.968,-2301.6992],"_peDist":62.57557,"_peObstacles":[]}]],[332,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1425.968,-2301.6992],"_peDist":63.37935,"_peObstacles":[]}]],[345,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1425.968,-2301.6992],"_peDist":63.379498,"_peObstacles":[]}]],[348,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1425.968,-2301.6992],"_peDist":62.575233,"_peObstacles":[]}]]],[-1425.968,-2301.6992],[[326,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1480.1602,-2270.4116],"_peDist":62.57557,"_peObstacles":[]}]],[332,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1457.6576,-2356.5874],"_peDist":63.37935,"_peObstacles":[]}]],[345,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.379498,"_peObstacles":[]}]],[348,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1371.7761,-2332.9866],"_peDist":62.575233,"_peObstacles":[]}]]]]],[338,[[[327,[{"_peStart":[-1475.1016,-1761.0437],"_peEnd":[-1420.9095,-1792.3312],"_peDist":62.5754,"_peObstacles":[]}]],[333,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1420.9095,-1792.3312],"_peDist":63.379395,"_peObstacles":[]}]],[341,[{"_peStart":[-1410.9095,-1775.0107],"_peEnd":[-1420.9095,-1792.3312],"_peDist":19.999937,"_peObstacles":[]}]],[349,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1420.9095,-1792.3312],"_peDist":62.575462,"_peObstacles":[]}]]],[-1420.9095,-1792.3312],[[327,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1475.1016,-1761.0437],"_peDist":62.5754,"_peObstacles":[]}]],[333,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1452.599,-1847.2195],"_peDist":63.379395,"_peObstacles":[]}]],[341,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1410.9095,-1775.0107],"_peDist":19.999937,"_peObstacles":[]}]],[349,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1366.7175,-1823.6188],"_peDist":62.575462,"_peObstacles":[]}]]]]],[339,[[[328,[{"_peStart":[-1470.973,-2129.3474],"_peEnd":[-1416.781,-2160.635],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[334,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1416.781,-2160.635],"_peDist":63.37935,"_peObstacles":[]}]],[346,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1416.781,-2160.635],"_peDist":63.379288,"_peObstacles":[]}]],[350,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1416.781,-2160.635],"_peDist":62.575462,"_peObstacles":["BlockObstacle"]}]]],[-1416.781,-2160.635],[[328,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1470.973,-2129.3474],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[334,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1448.4706,-2215.5232],"_peDist":63.37935,"_peObstacles":[]}]],[346,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1385.0916,-2105.7468],"_peDist":63.379288,"_peObstacles":[]}]],[350,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575462,"_peObstacles":["BlockObstacle"]}]]]]],[340,[[[343,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1413.4656,-2405.1953],"_peDist":19.99983,"_peObstacles":[]}]]],[-1413.4656,-2405.1953],[[343,[{"_peStart":[-1413.4656,-2405.1953],"_peEnd":[-1403.4656,-2387.875],"_peDist":19.99983,"_peObstacles":[]}]]]]],[341,[[[338,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1410.9095,-1775.0107],"_peDist":19.999937,"_peObstacles":[]}]]],[-1410.9095,-1775.0107],[[338,[{"_peStart":[-1410.9095,-1775.0107],"_peEnd":[-1420.9095,-1792.3312],"_peDist":19.999937,"_peObstacles":[]}]]]]],[342,[[[331,[{"_peStart":[-1461.786,-1988.2834],"_peEnd":[-1407.594,-2019.571],"_peDist":62.575462,"_peObstacles":[]}]],[335,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1407.594,-2019.571],"_peDist":63.37935,"_peObstacles":[]}]],[347,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1407.594,-2019.571],"_peDist":63.379288,"_peObstacles":[]}]],[353,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1407.594,-2019.571],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]]],[-1407.594,-2019.571],[[331,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1461.786,-1988.2834],"_peDist":62.575462,"_peObstacles":[]}]],[335,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1439.2836,-2074.4592],"_peDist":63.37935,"_peObstacles":[]}]],[347,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1375.9045,-1964.6829],"_peDist":63.379288,"_peObstacles":[]}]],[353,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1353.4021,-2050.8586],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]]]]],[343,[[[332,[{"_peStart":[-1457.6576,-2356.5874],"_peEnd":[-1403.4656,-2387.875],"_peDist":62.575462,"_peObstacles":[]}]],[340,[{"_peStart":[-1413.4656,-2405.1953],"_peEnd":[-1403.4656,-2387.875],"_peDist":19.99983,"_peObstacles":[]}]],[348,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1403.4656,-2387.875],"_peDist":63.379498,"_peObstacles":[]}]],[354,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1403.4656,-2387.875],"_peDist":62.57534,"_peObstacles":[]}]]],[-1403.4656,-2387.875],[[332,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1457.6576,-2356.5874],"_peDist":62.575462,"_peObstacles":[]}]],[340,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1413.4656,-2405.1953],"_peDist":19.99983,"_peObstacles":[]}]],[348,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1371.7761,-2332.9866],"_peDist":63.379498,"_peObstacles":[]}]],[354,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1349.2736,-2419.1624],"_peDist":62.57534,"_peObstacles":[]}]]]]],[344,[[[333,[{"_peStart":[-1452.599,-1847.2195],"_peEnd":[-1398.407,-1878.507],"_peDist":62.5754,"_peObstacles":[]}]],[336,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1398.407,-1878.507],"_peDist":63.379456,"_peObstacles":[]}]],[349,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1398.407,-1878.507],"_peDist":63.379288,"_peObstacles":[]}]],[355,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1398.407,-1878.507],"_peDist":62.575462,"_peObstacles":[]}]]],[-1398.407,-1878.507],[[333,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1452.599,-1847.2195],"_peDist":62.5754,"_peObstacles":[]}]],[336,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1430.0966,-1933.3953],"_peDist":63.379456,"_peObstacles":[]}]],[349,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1366.7175,-1823.6188],"_peDist":63.379288,"_peObstacles":[]}]],[355,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1344.215,-1909.7946],"_peDist":62.575462,"_peObstacles":[]}]]]]],[345,[[[334,[{"_peStart":[-1448.4706,-2215.5232],"_peEnd":[-1394.2786,-2246.8108],"_peDist":62.575462,"_peObstacles":[]}]],[337,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.379498,"_peObstacles":[]}]],[350,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":["BlockObstacle"]}]],[356,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1394.2786,-2246.8108],"_peDist":62.575462,"_peObstacles":[]}]]],[-1394.2786,-2246.8108],[[334,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1448.4706,-2215.5232],"_peDist":62.575462,"_peObstacles":[]}]],[337,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1425.968,-2301.6992],"_peDist":63.379498,"_peObstacles":[]}]],[350,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":["BlockObstacle"]}]],[356,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1340.0865,-2278.0984],"_peDist":62.575462,"_peObstacles":[]}]]]]],[346,[[[335,[{"_peStart":[-1439.2836,-2074.4592],"_peEnd":[-1385.0916,-2105.7468],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[339,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1385.0916,-2105.7468],"_peDist":63.379288,"_peObstacles":[]}]],[353,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1385.0916,-2105.7468],"_peDist":63.379288,"_peObstacles":[]}]],[358,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1385.0916,-2105.7468],"_peDist":62.575462,"_peObstacles":[]}]]],[-1385.0916,-2105.7468],[[335,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1439.2836,-2074.4592],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[339,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1416.781,-2160.635],"_peDist":63.379288,"_peObstacles":[]}]],[353,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1353.4021,-2050.8586],"_peDist":63.379288,"_peObstacles":[]}]],[358,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1330.8995,-2137.0344],"_peDist":62.575462,"_peObstacles":[]}]]]]],[347,[[[336,[{"_peStart":[-1430.0966,-1933.3953],"_peEnd":[-1375.9045,-1964.6829],"_peDist":62.575462,"_peObstacles":[]}]],[342,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1375.9045,-1964.6829],"_peDist":63.379288,"_peObstacles":[]}]],[355,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1375.9045,-1964.6829],"_peDist":63.379456,"_peObstacles":[]}]],[359,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1375.9045,-1964.6829],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]]],[-1375.9045,-1964.6829],[[336,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1430.0966,-1933.3953],"_peDist":62.575462,"_peObstacles":[]}]],[342,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1407.594,-2019.571],"_peDist":63.379288,"_peObstacles":[]}]],[355,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1344.215,-1909.7946],"_peDist":63.379456,"_peObstacles":[]}]],[359,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1321.7125,-1995.9703],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]]]]],[348,[[[337,[{"_peStart":[-1425.968,-2301.6992],"_peEnd":[-1371.7761,-2332.9866],"_peDist":62.575233,"_peObstacles":[]}]],[343,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1371.7761,-2332.9866],"_peDist":63.379498,"_peObstacles":[]}]],[356,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1371.7761,-2332.9866],"_peDist":63.37935,"_peObstacles":[]}]],[360,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1371.7761,-2332.9866],"_peDist":62.575462,"_peObstacles":[]}]]],[-1371.7761,-2332.9866],[[337,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1425.968,-2301.6992],"_peDist":62.575233,"_peObstacles":[]}]],[343,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1403.4656,-2387.875],"_peDist":63.379498,"_peObstacles":[]}]],[356,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1340.0865,-2278.0984],"_peDist":63.37935,"_peObstacles":[]}]],[360,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1317.5841,-2364.2742],"_peDist":62.575462,"_peObstacles":[]}]]]]],[349,[[[338,[{"_peStart":[-1420.9095,-1792.3312],"_peEnd":[-1366.7175,-1823.6188],"_peDist":62.575462,"_peObstacles":[]}]],[344,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1366.7175,-1823.6188],"_peDist":63.379288,"_peObstacles":[]}]],[352,[{"_peStart":[-1356.7175,-1806.2982],"_peEnd":[-1366.7175,-1823.6188],"_peDist":20.000042,"_peObstacles":[]}]],[361,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1366.7175,-1823.6188],"_peDist":62.5754,"_peObstacles":[]}]]],[-1366.7175,-1823.6188],[[338,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1420.9095,-1792.3312],"_peDist":62.575462,"_peObstacles":[]}]],[344,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1398.407,-1878.507],"_peDist":63.379288,"_peObstacles":[]}]],[352,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1356.7175,-1806.2982],"_peDist":20.000042,"_peObstacles":[]}]],[361,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1312.5255,-1854.9063],"_peDist":62.5754,"_peObstacles":[]}]]]]],[350,[[[339,[{"_peStart":[-1416.781,-2160.635],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575462,"_peObstacles":["BlockObstacle"]}]],[345,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.37935,"_peObstacles":["BlockObstacle"]}]],[358,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[362,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]]],[-1362.589,-2191.9226],[[339,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1416.781,-2160.635],"_peDist":62.575462,"_peObstacles":["BlockObstacle"]}]],[345,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1394.2786,-2246.8108],"_peDist":63.37935,"_peObstacles":["BlockObstacle"]}]],[358,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1330.8995,-2137.0344],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[362,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]]]]],[351,[[[354,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1359.2736,-2436.483],"_peDist":20.000042,"_peObstacles":[]}]]],[-1359.2736,-2436.483],[[354,[{"_peStart":[-1359.2736,-2436.483],"_peEnd":[-1349.2736,-2419.1624],"_peDist":20.000042,"_peObstacles":[]}]]]]],[352,[[[349,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1356.7175,-1806.2982],"_peDist":20.000042,"_peObstacles":[]}]]],[-1356.7175,-1806.2982],[[349,[{"_peStart":[-1356.7175,-1806.2982],"_peEnd":[-1366.7175,-1823.6188],"_peDist":20.000042,"_peObstacles":[]}]]]]],[353,[[[342,[{"_peStart":[-1407.594,-2019.571],"_peEnd":[-1353.4021,-2050.8586],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]],[346,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1353.4021,-2050.8586],"_peDist":63.379288,"_peObstacles":[]}]],[359,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1353.4021,-2050.8586],"_peDist":63.379456,"_peObstacles":[]}]],[365,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1353.4021,-2050.8586],"_peDist":62.575443,"_peObstacles":["BlockObstacle"]}]]],[-1353.4021,-2050.8586],[[342,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1407.594,-2019.571],"_peDist":62.575356,"_peObstacles":["DoorObstacle"]}]],[346,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1385.0916,-2105.7468],"_peDist":63.379288,"_peObstacles":[]}]],[359,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1321.7125,-1995.9703],"_peDist":63.379456,"_peObstacles":[]}]],[365,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575443,"_peObstacles":["BlockObstacle"]}]]]]],[354,[[[343,[{"_peStart":[-1403.4656,-2387.875],"_peEnd":[-1349.2736,-2419.1624],"_peDist":62.57534,"_peObstacles":[]}]],[351,[{"_peStart":[-1359.2736,-2436.483],"_peEnd":[-1349.2736,-2419.1624],"_peDist":20.000042,"_peObstacles":[]}]],[357,[{"_peStart":[-1331.953,-2429.1624],"_peEnd":[-1349.2736,-2419.1624],"_peDist":20.000042,"_peObstacles":[]}]],[360,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1349.2736,-2419.1624],"_peDist":63.379288,"_peObstacles":[]}]]],[-1349.2736,-2419.1624],[[343,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1403.4656,-2387.875],"_peDist":62.57534,"_peObstacles":[]}]],[351,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1359.2736,-2436.483],"_peDist":20.000042,"_peObstacles":[]}]],[357,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1331.953,-2429.1624],"_peDist":20.000042,"_peObstacles":[]}]],[360,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1317.5841,-2364.2742],"_peDist":63.379288,"_peObstacles":[]}]]]]],[355,[[[344,[{"_peStart":[-1398.407,-1878.507],"_peEnd":[-1344.215,-1909.7946],"_peDist":62.575462,"_peObstacles":[]}]],[347,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1344.215,-1909.7946],"_peDist":63.379456,"_peObstacles":[]}]],[361,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1344.215,-1909.7946],"_peDist":63.379395,"_peObstacles":[]}]],[366,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1344.215,-1909.7946],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]]],[-1344.215,-1909.7946],[[344,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1398.407,-1878.507],"_peDist":62.575462,"_peObstacles":[]}]],[347,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1375.9045,-1964.6829],"_peDist":63.379456,"_peObstacles":[]}]],[361,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1312.5255,-1854.9063],"_peDist":63.379395,"_peObstacles":[]}]],[366,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1290.023,-1941.082],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]]]]],[356,[[[345,[{"_peStart":[-1394.2786,-2246.8108],"_peEnd":[-1340.0865,-2278.0984],"_peDist":62.575462,"_peObstacles":[]}]],[348,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1340.0865,-2278.0984],"_peDist":63.37935,"_peObstacles":[]}]],[362,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1340.0865,-2278.0984],"_peDist":63.379288,"_peObstacles":[]}]],[367,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1340.0865,-2278.0984],"_peDist":62.575462,"_peObstacles":[]}]]],[-1340.0865,-2278.0984],[[345,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1394.2786,-2246.8108],"_peDist":62.575462,"_peObstacles":[]}]],[348,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1371.7761,-2332.9866],"_peDist":63.37935,"_peObstacles":[]}]],[362,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1308.3971,-2223.2102],"_peDist":63.379288,"_peObstacles":[]}]],[367,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1285.8945,-2309.386],"_peDist":62.575462,"_peObstacles":[]}]]]]],[357,[[[354,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1331.953,-2429.1624],"_peDist":20.000042,"_peObstacles":[]}]]],[-1331.953,-2429.1624],[[354,[{"_peStart":[-1331.953,-2429.1624],"_peEnd":[-1349.2736,-2419.1624],"_peDist":20.000042,"_peObstacles":[]}]]]]],[358,[[[346,[{"_peStart":[-1385.0916,-2105.7468],"_peEnd":[-1330.8995,-2137.0344],"_peDist":62.575462,"_peObstacles":[]}]],[350,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1330.8995,-2137.0344],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[365,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1330.8995,-2137.0344],"_peDist":63.379562,"_peObstacles":["BlockObstacle"]}]],[368,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1330.8995,-2137.0344],"_peDist":62.57534,"_peObstacles":[]}]]],[-1330.8995,-2137.0344],[[346,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1385.0916,-2105.7468],"_peDist":62.575462,"_peObstacles":[]}]],[350,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1362.589,-2191.9226],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[365,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379562,"_peObstacles":["BlockObstacle"]}]],[368,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1276.7075,-2168.3218],"_peDist":62.57534,"_peObstacles":[]}]]]]],[359,[[[347,[{"_peStart":[-1375.9045,-1964.6829],"_peEnd":[-1321.7125,-1995.9703],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]],[353,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1321.7125,-1995.9703],"_peDist":63.379456,"_peObstacles":[]}]],[366,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1321.7125,-1995.9703],"_peDist":63.379456,"_peObstacles":[]}]],[370,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1321.7125,-1995.9703],"_peDist":62.5754,"_peObstacles":[]}]]],[-1321.7125,-1995.9703],[[347,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1375.9045,-1964.6829],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]],[353,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1353.4021,-2050.8586],"_peDist":63.379456,"_peObstacles":[]}]],[366,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1290.023,-1941.082],"_peDist":63.379456,"_peObstacles":[]}]],[370,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1267.5205,-2027.2578],"_peDist":62.5754,"_peObstacles":[]}]]]]],[360,[[[348,[{"_peStart":[-1371.7761,-2332.9866],"_peEnd":[-1317.5841,-2364.2742],"_peDist":62.575462,"_peObstacles":[]}]],[354,[{"_peStart":[-1349.2736,-2419.1624],"_peEnd":[-1317.5841,-2364.2742],"_peDist":63.379288,"_peObstacles":[]}]],[364,[{"_peStart":[-1300.2635,-2374.2742],"_peEnd":[-1317.5841,-2364.2742],"_peDist":20.000042,"_peObstacles":[]}]],[367,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1317.5841,-2364.2742],"_peDist":63.37935,"_peObstacles":[]}]]],[-1317.5841,-2364.2742],[[348,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1371.7761,-2332.9866],"_peDist":62.575462,"_peObstacles":[]}]],[354,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1349.2736,-2419.1624],"_peDist":63.379288,"_peObstacles":[]}]],[364,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1300.2635,-2374.2742],"_peDist":20.000042,"_peObstacles":[]}]],[367,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1285.8945,-2309.386],"_peDist":63.37935,"_peObstacles":[]}]]]]],[361,[[[349,[{"_peStart":[-1366.7175,-1823.6188],"_peEnd":[-1312.5255,-1854.9063],"_peDist":62.5754,"_peObstacles":[]}]],[355,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1312.5255,-1854.9063],"_peDist":63.379395,"_peObstacles":[]}]],[363,[{"_peStart":[-1302.5255,-1837.5857],"_peEnd":[-1312.5255,-1854.9063],"_peDist":20.000042,"_peObstacles":[]}]],[371,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1312.5255,-1854.9063],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]],[-1312.5255,-1854.9063],[[349,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1366.7175,-1823.6188],"_peDist":62.5754,"_peObstacles":[]}]],[355,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1344.215,-1909.7946],"_peDist":63.379395,"_peObstacles":[]}]],[363,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1302.5255,-1837.5857],"_peDist":20.000042,"_peObstacles":[]}]],[371,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1258.3335,-1886.1938],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]]]]],[362,[[[350,[{"_peStart":[-1362.589,-2191.9226],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]],[356,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1308.3971,-2223.2102],"_peDist":63.379288,"_peObstacles":[]}]],[368,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1308.3971,-2223.2102],"_peDist":63.379562,"_peObstacles":[]}]],[372,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.57534,"_peObstacles":[]}]]],[-1308.3971,-2223.2102],[[350,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1362.589,-2191.9226],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]],[356,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1340.0865,-2278.0984],"_peDist":63.379288,"_peObstacles":[]}]],[368,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1276.7075,-2168.3218],"_peDist":63.379562,"_peObstacles":[]}]],[372,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1254.2051,-2254.4976],"_peDist":62.57534,"_peObstacles":[]}]]]]],[363,[[[361,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1302.5255,-1837.5857],"_peDist":20.000042,"_peObstacles":[]}]]],[-1302.5255,-1837.5857],[[361,[{"_peStart":[-1302.5255,-1837.5857],"_peEnd":[-1312.5255,-1854.9063],"_peDist":20.000042,"_peObstacles":[]}]]]]],[364,[[[360,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1300.2635,-2374.2742],"_peDist":20.000042,"_peObstacles":[]}]]],[-1300.2635,-2374.2742],[[360,[{"_peStart":[-1300.2635,-2374.2742],"_peEnd":[-1317.5841,-2364.2742],"_peDist":20.000042,"_peObstacles":[]}]]]]],[365,[[[353,[{"_peStart":[-1353.4021,-2050.8586],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575443,"_peObstacles":["BlockObstacle"]}]],[358,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379562,"_peObstacles":["BlockObstacle"]}]],[370,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[374,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]]],[-1299.21,-2082.146],[[353,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1353.4021,-2050.8586],"_peDist":62.575443,"_peObstacles":["BlockObstacle"]}]],[358,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1330.8995,-2137.0344],"_peDist":63.379562,"_peObstacles":["BlockObstacle"]}]],[370,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[374,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]]]]],[366,[[[355,[{"_peStart":[-1344.215,-1909.7946],"_peEnd":[-1290.023,-1941.082],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]],[359,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1290.023,-1941.082],"_peDist":63.379456,"_peObstacles":[]}]],[371,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1290.023,-1941.082],"_peDist":63.379288,"_peObstacles":[]}]],[376,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1290.023,-1941.082],"_peDist":62.575462,"_peObstacles":[]}]]],[-1290.023,-1941.082],[[355,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1344.215,-1909.7946],"_peDist":62.5754,"_peObstacles":["DoorObstacle"]}]],[359,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1321.7125,-1995.9703],"_peDist":63.379456,"_peObstacles":[]}]],[371,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1258.3335,-1886.1938],"_peDist":63.379288,"_peObstacles":[]}]],[376,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1235.8309,-1972.3696],"_peDist":62.575462,"_peObstacles":[]}]]]]],[367,[[[356,[{"_peStart":[-1340.0865,-2278.0984],"_peEnd":[-1285.8945,-2309.386],"_peDist":62.575462,"_peObstacles":[]}]],[360,[{"_peStart":[-1317.5841,-2364.2742],"_peEnd":[-1285.8945,-2309.386],"_peDist":63.37935,"_peObstacles":[]}]],[369,[{"_peStart":[-1268.574,-2319.386],"_peEnd":[-1285.8945,-2309.386],"_peDist":20.000042,"_peObstacles":[]}]],[372,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1285.8945,-2309.386],"_peDist":63.379498,"_peObstacles":[]}]]],[-1285.8945,-2309.386],[[356,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1340.0865,-2278.0984],"_peDist":62.575462,"_peObstacles":[]}]],[360,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1317.5841,-2364.2742],"_peDist":63.37935,"_peObstacles":[]}]],[369,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1268.574,-2319.386],"_peDist":20.000042,"_peObstacles":[]}]],[372,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1254.2051,-2254.4976],"_peDist":63.379498,"_peObstacles":[]}]]]]],[368,[[[358,[{"_peStart":[-1330.8995,-2137.0344],"_peEnd":[-1276.7075,-2168.3218],"_peDist":62.57534,"_peObstacles":[]}]],[362,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1276.7075,-2168.3218],"_peDist":63.379562,"_peObstacles":[]}]],[374,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1276.7075,-2168.3218],"_peDist":63.379288,"_peObstacles":[]}]],[377,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1276.7075,-2168.3218],"_peDist":62.575462,"_peObstacles":[]}]]],[-1276.7075,-2168.3218],[[358,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1330.8995,-2137.0344],"_peDist":62.57534,"_peObstacles":[]}]],[362,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1308.3971,-2223.2102],"_peDist":63.379562,"_peObstacles":[]}]],[374,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1245.0181,-2113.4336],"_peDist":63.379288,"_peObstacles":[]}]],[377,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1222.5155,-2199.6094],"_peDist":62.575462,"_peObstacles":[]}]]]]],[369,[[[367,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1268.574,-2319.386],"_peDist":20.000042,"_peObstacles":[]}]]],[-1268.574,-2319.386],[[367,[{"_peStart":[-1268.574,-2319.386],"_peEnd":[-1285.8945,-2309.386],"_peDist":20.000042,"_peObstacles":[]}]]]]],[370,[[[359,[{"_peStart":[-1321.7125,-1995.9703],"_peEnd":[-1267.5205,-2027.2578],"_peDist":62.5754,"_peObstacles":[]}]],[365,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[376,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.37935,"_peObstacles":[]}]],[378,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1267.5205,-2027.2578],"_peDist":62.575462,"_peObstacles":[]}]]],[-1267.5205,-2027.2578],[[359,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1321.7125,-1995.9703],"_peDist":62.5754,"_peObstacles":[]}]],[365,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1299.21,-2082.146],"_peDist":63.379288,"_peObstacles":["BlockObstacle"]}]],[376,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1235.8309,-1972.3696],"_peDist":63.37935,"_peObstacles":[]}]],[378,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1213.3285,-2058.5454],"_peDist":62.575462,"_peObstacles":[]}]]]]],[371,[[[361,[{"_peStart":[-1312.5255,-1854.9063],"_peEnd":[-1258.3335,-1886.1938],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[366,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1258.3335,-1886.1938],"_peDist":63.379288,"_peObstacles":[]}]],[373,[{"_peStart":[-1248.3335,-1868.8733],"_peEnd":[-1258.3335,-1886.1938],"_peDist":20.000042,"_peObstacles":[]}]],[380,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1258.3335,-1886.1938],"_peDist":62.575462,"_peObstacles":[]}]]],[-1258.3335,-1886.1938],[[361,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1312.5255,-1854.9063],"_peDist":62.575462,"_peObstacles":["DoorObstacle"]}]],[366,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1290.023,-1941.082],"_peDist":63.379288,"_peObstacles":[]}]],[373,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1248.3335,-1868.8733],"_peDist":20.000042,"_peObstacles":[]}]],[380,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1204.1415,-1917.4814],"_peDist":62.575462,"_peObstacles":[]}]]]]],[372,[[[362,[{"_peStart":[-1308.3971,-2223.2102],"_peEnd":[-1254.2051,-2254.4976],"_peDist":62.57534,"_peObstacles":[]}]],[367,[{"_peStart":[-1285.8945,-2309.386],"_peEnd":[-1254.2051,-2254.4976],"_peDist":63.379498,"_peObstacles":[]}]],[375,[{"_peStart":[-1236.8845,-2264.4976],"_peEnd":[-1254.2051,-2254.4976],"_peDist":20.000042,"_peObstacles":[]}]],[377,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1254.2051,-2254.4976],"_peDist":63.37935,"_peObstacles":[]}]]],[-1254.2051,-2254.4976],[[362,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1308.3971,-2223.2102],"_peDist":62.57534,"_peObstacles":[]}]],[367,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1285.8945,-2309.386],"_peDist":63.379498,"_peObstacles":[]}]],[375,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1236.8845,-2264.4976],"_peDist":20.000042,"_peObstacles":[]}]],[377,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1222.5155,-2199.6094],"_peDist":63.37935,"_peObstacles":[]}]]]]],[373,[[[371,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1248.3335,-1868.8733],"_peDist":20.000042,"_peObstacles":[]}]]],[-1248.3335,-1868.8733],[[371,[{"_peStart":[-1248.3335,-1868.8733],"_peEnd":[-1258.3335,-1886.1938],"_peDist":20.000042,"_peObstacles":[]}]]]]],[374,[[[365,[{"_peStart":[-1299.21,-2082.146],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]],[368,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1245.0181,-2113.4336],"_peDist":63.379288,"_peObstacles":[]}]],[378,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1245.0181,-2113.4336],"_peDist":63.37935,"_peObstacles":[]}]],[382,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575462,"_peObstacles":[]}]]],[-1245.0181,-2113.4336],[[365,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1299.21,-2082.146],"_peDist":62.575356,"_peObstacles":["BlockObstacle"]}]],[368,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1276.7075,-2168.3218],"_peDist":63.379288,"_peObstacles":[]}]],[378,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1213.3285,-2058.5454],"_peDist":63.37935,"_peObstacles":[]}]],[382,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1190.826,-2144.7212],"_peDist":62.575462,"_peObstacles":[]}]]]]],[375,[[[372,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1236.8845,-2264.4976],"_peDist":20.000042,"_peObstacles":[]}]]],[-1236.8845,-2264.4976],[[372,[{"_peStart":[-1236.8845,-2264.4976],"_peEnd":[-1254.2051,-2254.4976],"_peDist":20.000042,"_peObstacles":[]}]]]]],[376,[[[366,[{"_peStart":[-1290.023,-1941.082],"_peEnd":[-1235.8309,-1972.3696],"_peDist":62.575462,"_peObstacles":[]}]],[370,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1235.8309,-1972.3696],"_peDist":63.37935,"_peObstacles":[]}]],[380,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1235.8309,-1972.3696],"_peDist":63.379288,"_peObstacles":[]}]],[383,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1235.8309,-1972.3696],"_peDist":62.575462,"_peObstacles":[]}]]],[-1235.8309,-1972.3696],[[366,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1290.023,-1941.082],"_peDist":62.575462,"_peObstacles":[]}]],[370,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1267.5205,-2027.2578],"_peDist":63.37935,"_peObstacles":[]}]],[380,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1204.1415,-1917.4814],"_peDist":63.379288,"_peObstacles":[]}]],[383,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1181.6389,-2003.6572],"_peDist":62.575462,"_peObstacles":[]}]]]]],[377,[[[368,[{"_peStart":[-1276.7075,-2168.3218],"_peEnd":[-1222.5155,-2199.6094],"_peDist":62.575462,"_peObstacles":[]}]],[372,[{"_peStart":[-1254.2051,-2254.4976],"_peEnd":[-1222.5155,-2199.6094],"_peDist":63.37935,"_peObstacles":[]}]],[379,[{"_peStart":[-1205.195,-2209.6094],"_peEnd":[-1222.5155,-2199.6094],"_peDist":20.000042,"_peObstacles":[]}]],[382,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1222.5155,-2199.6094],"_peDist":63.379288,"_peObstacles":[]}]]],[-1222.5155,-2199.6094],[[368,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1276.7075,-2168.3218],"_peDist":62.575462,"_peObstacles":[]}]],[372,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1254.2051,-2254.4976],"_peDist":63.37935,"_peObstacles":[]}]],[379,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1205.195,-2209.6094],"_peDist":20.000042,"_peObstacles":[]}]],[382,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1190.826,-2144.7212],"_peDist":63.379288,"_peObstacles":[]}]]]]],[378,[[[370,[{"_peStart":[-1267.5205,-2027.2578],"_peEnd":[-1213.3285,-2058.5454],"_peDist":62.575462,"_peObstacles":[]}]],[374,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1213.3285,-2058.5454],"_peDist":63.37935,"_peObstacles":[]}]],[383,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1213.3285,-2058.5454],"_peDist":63.37935,"_peObstacles":[]}]],[385,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1213.3285,-2058.5454],"_peDist":62.575462,"_peObstacles":[]}]]],[-1213.3285,-2058.5454],[[370,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1267.5205,-2027.2578],"_peDist":62.575462,"_peObstacles":[]}]],[374,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1245.0181,-2113.4336],"_peDist":63.37935,"_peObstacles":[]}]],[383,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1181.6389,-2003.6572],"_peDist":63.37935,"_peObstacles":[]}]],[385,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1159.1365,-2089.833],"_peDist":62.575462,"_peObstacles":[]}]]]]],[379,[[[377,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1205.195,-2209.6094],"_peDist":20.000042,"_peObstacles":[]}]]],[-1205.195,-2209.6094],[[377,[{"_peStart":[-1205.195,-2209.6094],"_peEnd":[-1222.5155,-2199.6094],"_peDist":20.000042,"_peObstacles":[]}]]]]],[380,[[[371,[{"_peStart":[-1258.3335,-1886.1938],"_peEnd":[-1204.1415,-1917.4814],"_peDist":62.575462,"_peObstacles":[]}]],[376,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1204.1415,-1917.4814],"_peDist":63.379288,"_peObstacles":[]}]],[381,[{"_peStart":[-1194.1415,-1900.1609],"_peEnd":[-1204.1415,-1917.4814],"_peDist":20.000042,"_peObstacles":[]}]],[386,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1204.1415,-1917.4814],"_peDist":62.5754,"_peObstacles":[]}]]],[-1204.1415,-1917.4814],[[371,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1258.3335,-1886.1938],"_peDist":62.575462,"_peObstacles":[]}]],[376,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1235.8309,-1972.3696],"_peDist":63.379288,"_peObstacles":[]}]],[381,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1194.1415,-1900.1609],"_peDist":20.000042,"_peObstacles":[]}]],[386,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1149.9495,-1948.7689],"_peDist":62.5754,"_peObstacles":[]}]]]]],[381,[[[380,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1194.1415,-1900.1609],"_peDist":20.000042,"_peObstacles":[]}]]],[-1194.1415,-1900.1609],[[380,[{"_peStart":[-1194.1415,-1900.1609],"_peEnd":[-1204.1415,-1917.4814],"_peDist":20.000042,"_peObstacles":[]}]]]]],[382,[[[374,[{"_peStart":[-1245.0181,-2113.4336],"_peEnd":[-1190.826,-2144.7212],"_peDist":62.575462,"_peObstacles":[]}]],[377,[{"_peStart":[-1222.5155,-2199.6094],"_peEnd":[-1190.826,-2144.7212],"_peDist":63.379288,"_peObstacles":[]}]],[384,[{"_peStart":[-1173.5055,-2154.7212],"_peEnd":[-1190.826,-2144.7212],"_peDist":20.000042,"_peObstacles":[]}]],[385,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1190.826,-2144.7212],"_peDist":63.37935,"_peObstacles":[]}]]],[-1190.826,-2144.7212],[[374,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1245.0181,-2113.4336],"_peDist":62.575462,"_peObstacles":[]}]],[377,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1222.5155,-2199.6094],"_peDist":63.379288,"_peObstacles":[]}]],[384,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1173.5055,-2154.7212],"_peDist":20.000042,"_peObstacles":[]}]],[385,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1159.1365,-2089.833],"_peDist":63.37935,"_peObstacles":[]}]]]]],[383,[[[376,[{"_peStart":[-1235.8309,-1972.3696],"_peEnd":[-1181.6389,-2003.6572],"_peDist":62.575462,"_peObstacles":[]}]],[378,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1181.6389,-2003.6572],"_peDist":63.37935,"_peObstacles":[]}]],[386,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1181.6389,-2003.6572],"_peDist":63.379395,"_peObstacles":[]}]],[389,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1181.6389,-2003.6572],"_peDist":62.575294,"_peObstacles":[]}]]],[-1181.6389,-2003.6572],[[376,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1235.8309,-1972.3696],"_peDist":62.575462,"_peObstacles":[]}]],[378,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1213.3285,-2058.5454],"_peDist":63.37935,"_peObstacles":[]}]],[386,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1149.9495,-1948.7689],"_peDist":63.379395,"_peObstacles":[]}]],[389,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1127.447,-2034.9447],"_peDist":62.575294,"_peObstacles":[]}]]]]],[384,[[[382,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1173.5055,-2154.7212],"_peDist":20.000042,"_peObstacles":[]}]]],[-1173.5055,-2154.7212],[[382,[{"_peStart":[-1173.5055,-2154.7212],"_peEnd":[-1190.826,-2144.7212],"_peDist":20.000042,"_peObstacles":[]}]]]]],[385,[[[378,[{"_peStart":[-1213.3285,-2058.5454],"_peEnd":[-1159.1365,-2089.833],"_peDist":62.575462,"_peObstacles":[]}]],[382,[{"_peStart":[-1190.826,-2144.7212],"_peEnd":[-1159.1365,-2089.833],"_peDist":63.37935,"_peObstacles":[]}]],[387,[{"_peStart":[-1141.8159,-2099.833],"_peEnd":[-1159.1365,-2089.833],"_peDist":20.000042,"_peObstacles":[]}]],[389,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1159.1365,-2089.833],"_peDist":63.379395,"_peObstacles":[]}]]],[-1159.1365,-2089.833],[[378,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1213.3285,-2058.5454],"_peDist":62.575462,"_peObstacles":[]}]],[382,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1190.826,-2144.7212],"_peDist":63.37935,"_peObstacles":[]}]],[387,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1141.8159,-2099.833],"_peDist":20.000042,"_peObstacles":[]}]],[389,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1127.447,-2034.9447],"_peDist":63.379395,"_peObstacles":[]}]]]]],[386,[[[380,[{"_peStart":[-1204.1415,-1917.4814],"_peEnd":[-1149.9495,-1948.7689],"_peDist":62.5754,"_peObstacles":[]}]],[383,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1149.9495,-1948.7689],"_peDist":63.379395,"_peObstacles":[]}]],[388,[{"_peStart":[-1139.9495,-1931.4485],"_peEnd":[-1149.9495,-1948.7689],"_peDist":19.999937,"_peObstacles":[]}]],[391,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1149.9495,-1948.7689],"_peDist":62.575462,"_peObstacles":[]}]]],[-1149.9495,-1948.7689],[[380,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1204.1415,-1917.4814],"_peDist":62.5754,"_peObstacles":[]}]],[383,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1181.6389,-2003.6572],"_peDist":63.379395,"_peObstacles":[]}]],[388,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1139.9495,-1931.4485],"_peDist":19.999937,"_peObstacles":[]}]],[391,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1095.7574,-1980.0565],"_peDist":62.575462,"_peObstacles":[]}]]]]],[387,[[[385,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1141.8159,-2099.833],"_peDist":20.000042,"_peObstacles":[]}]]],[-1141.8159,-2099.833],[[385,[{"_peStart":[-1141.8159,-2099.833],"_peEnd":[-1159.1365,-2089.833],"_peDist":20.000042,"_peObstacles":[]}]]]]],[388,[[[386,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1139.9495,-1931.4485],"_peDist":19.999937,"_peObstacles":[]}]]],[-1139.9495,-1931.4485],[[386,[{"_peStart":[-1139.9495,-1931.4485],"_peEnd":[-1149.9495,-1948.7689],"_peDist":19.999937,"_peObstacles":[]}]]]]],[389,[[[383,[{"_peStart":[-1181.6389,-2003.6572],"_peEnd":[-1127.447,-2034.9447],"_peDist":62.575294,"_peObstacles":[]}]],[385,[{"_peStart":[-1159.1365,-2089.833],"_peEnd":[-1127.447,-2034.9447],"_peDist":63.379395,"_peObstacles":[]}]],[390,[{"_peStart":[-1110.1265,-2044.9447],"_peEnd":[-1127.447,-2034.9447],"_peDist":20.000042,"_peObstacles":[]}]],[391,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1127.447,-2034.9447],"_peDist":63.37935,"_peObstacles":[]}]]],[-1127.447,-2034.9447],[[383,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1181.6389,-2003.6572],"_peDist":62.575294,"_peObstacles":[]}]],[385,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1159.1365,-2089.833],"_peDist":63.379395,"_peObstacles":[]}]],[390,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1110.1265,-2044.9447],"_peDist":20.000042,"_peObstacles":[]}]],[391,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1095.7574,-1980.0565],"_peDist":63.37935,"_peObstacles":[]}]]]]],[390,[[[389,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1110.1265,-2044.9447],"_peDist":20.000042,"_peObstacles":[]}]]],[-1110.1265,-2044.9447],[[389,[{"_peStart":[-1110.1265,-2044.9447],"_peEnd":[-1127.447,-2034.9447],"_peDist":20.000042,"_peObstacles":[]}]]]]],[391,[[[386,[{"_peStart":[-1149.9495,-1948.7689],"_peEnd":[-1095.7574,-1980.0565],"_peDist":62.575462,"_peObstacles":[]}]],[389,[{"_peStart":[-1127.447,-2034.9447],"_peEnd":[-1095.7574,-1980.0565],"_peDist":63.37935,"_peObstacles":[]}]],[392,[{"_peStart":[-1085.7576,-1962.736],"_peEnd":[-1095.7574,-1980.0565],"_peDist":19.99998,"_peObstacles":[]}]],[393,[{"_peStart":[-1078.4369,-1990.0564],"_peEnd":[-1095.7574,-1980.0565],"_peDist":19.99998,"_peObstacles":[]}]]],[-1095.7574,-1980.0565],[[386,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1149.9495,-1948.7689],"_peDist":62.575462,"_peObstacles":[]}]],[389,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1127.447,-2034.9447],"_peDist":63.37935,"_peObstacles":[]}]],[392,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1085.7576,-1962.736],"_peDist":19.99998,"_peObstacles":[]}]],[393,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1078.4369,-1990.0564],"_peDist":19.99998,"_peObstacles":[]}]]]]],[392,[[[391,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1085.7576,-1962.736],"_peDist":19.99998,"_peObstacles":[]}]],[394,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1085.7576,-1962.736],"_peDist":30.000067,"_peObstacles":["AutoDoorObstacle"]}]]],[-1085.7576,-1962.736],[[391,[{"_peStart":[-1085.7576,-1962.736],"_peEnd":[-1095.7574,-1980.0565],"_peDist":19.99998,"_peObstacles":[]}]],[394,[{"_peStart":[-1085.7576,-1962.736],"_peEnd":[-1070.7567,-1936.7556],"_peDist":30.000067,"_peObstacles":["AutoDoorObstacle"]}]]]]],[393,[[[391,[{"_peStart":[-1095.7574,-1980.0565],"_peEnd":[-1078.4369,-1990.0564],"_peDist":19.99998,"_peObstacles":[]}]]],[-1078.4369,-1990.0564],[[391,[{"_peStart":[-1078.4369,-1990.0564],"_peEnd":[-1095.7574,-1980.0565],"_peDist":19.99998,"_peObstacles":[]}]]]]],[394,[[[392,[{"_peStart":[-1085.7576,-1962.736],"_peEnd":[-1070.7567,-1936.7556],"_peDist":30.000067,"_peObstacles":["AutoDoorObstacle"]}]],[395,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1070.7567,-1936.7556],"_peDist":10.000021,"_peObstacles":[]}]]],[-1070.7567,-1936.7556],[[392,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1085.7576,-1962.736],"_peDist":30.000067,"_peObstacles":["AutoDoorObstacle"]}]],[395,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1065.7567,-1928.0953],"_peDist":10.000021,"_peObstacles":[]}]]]]],[395,[[[394,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1065.7567,-1928.0953],"_peDist":10.000021,"_peObstacles":[]}]],[396,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1065.7567,-1928.0953],"_peDist":50.0,"_peObstacles":[]}]]],[-1065.7567,-1928.0953],[[394,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1070.7567,-1936.7556],"_peDist":10.000021,"_peObstacles":[]}]],[396,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1040.7567,-1884.7941],"_peDist":50.0,"_peObstacles":[]}]]]]],[396,[[[395,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1040.7567,-1884.7941],"_peDist":50.0,"_peObstacles":[]}]],[398,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]],[-1040.7567,-1884.7941],[[395,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1065.7567,-1928.0953],"_peDist":50.0,"_peObstacles":[]}]],[398,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]]]],[397,[[[399,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1033.0773,-1831.4929],"_peDist":19.999928,"_peObstacles":[]}]]],[-1033.0773,-1831.4929],[[399,[{"_peStart":[-1033.0773,-1831.4929],"_peEnd":[-1015.7568,-1841.4928],"_peDist":19.999928,"_peObstacles":[]}]]]]],[398,[[[396,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[399,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1025.7567,-1858.8134],"_peDist":20.000011,"_peObstacles":[]}]]],[-1025.7567,-1858.8134],[[396,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[399,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1015.7568,-1841.4928],"_peDist":20.000011,"_peObstacles":[]}]]]]],[399,[[[397,[{"_peStart":[-1033.0773,-1831.4929],"_peEnd":[-1015.7568,-1841.4928],"_peDist":19.999928,"_peObstacles":[]}]],[398,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1015.7568,-1841.4928],"_peDist":20.000011,"_peObstacles":[]}]],[402,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-1015.7568,-1841.4928],"_peDist":117.81165,"_peObstacles":[]}]],[403,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-1015.7568,-1841.4928],"_peDist":69.880646,"_peObstacles":[]}]]],[-1015.7568,-1841.4928],[[397,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1033.0773,-1831.4929],"_peDist":19.999928,"_peObstacles":[]}]],[398,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1025.7567,-1858.8134],"_peDist":20.000011,"_peObstacles":[]}]],[402,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-956.8511,-1739.4648],"_peDist":117.81165,"_peObstacles":[]}]],[403,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-955.2383,-1876.433],"_peDist":69.880646,"_peObstacles":[]}]]]]],[400,[[[402,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-974.17163,-1729.4648],"_peDist":20.000042,"_peObstacles":[]}]]],[-974.17163,-1729.4648],[[402,[{"_peStart":[-974.17163,-1729.4648],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]]]]],[401,[[[403,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-965.2383,-1893.7535],"_peDist":20.000042,"_peObstacles":[]}]]],[-965.2383,-1893.7535],[[403,[{"_peStart":[-965.2383,-1893.7535],"_peEnd":[-955.2383,-1876.433],"_peDist":20.000042,"_peObstacles":[]}]]]]],[402,[[[399,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-956.8511,-1739.4648],"_peDist":117.81165,"_peObstacles":[]}]],[400,[{"_peStart":[-974.17163,-1729.4648],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]],[404,[{"_peStart":[-946.8511,-1722.1443],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]],[406,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-956.8511,-1739.4648],"_peDist":69.88059,"_peObstacles":[]}]]],[-956.8511,-1739.4648],[[399,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-1015.7568,-1841.4928],"_peDist":117.81165,"_peObstacles":[]}]],[400,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-974.17163,-1729.4648],"_peDist":20.000042,"_peObstacles":[]}]],[404,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-946.8511,-1722.1443],"_peDist":20.000042,"_peObstacles":[]}]],[406,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]]]]],[403,[[[399,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-955.2383,-1876.433],"_peDist":69.880646,"_peObstacles":[]}]],[401,[{"_peStart":[-965.2383,-1893.7535],"_peEnd":[-955.2383,-1876.433],"_peDist":20.000042,"_peObstacles":[]}]],[406,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-955.2383,-1876.433],"_peDist":117.811615,"_peObstacles":[]}]],[407,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-955.2383,-1876.433],"_peDist":69.88065,"_peObstacles":[]}]]],[-955.2383,-1876.433],[[399,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-1015.7568,-1841.4928],"_peDist":69.880646,"_peObstacles":[]}]],[401,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-965.2383,-1893.7535],"_peDist":20.000042,"_peObstacles":[]}]],[406,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-896.33264,-1774.405],"_peDist":117.811615,"_peObstacles":[]}]],[407,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88065,"_peObstacles":[]}]]]]],[404,[[[402,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-946.8511,-1722.1443],"_peDist":20.000042,"_peObstacles":[]}]]],[-946.8511,-1722.1443],[[402,[{"_peStart":[-946.8511,-1722.1443],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]]]]],[405,[[[407,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-904.71985,-1928.6937],"_peDist":19.999937,"_peObstacles":[]}]]],[-904.71985,-1928.6937],[[407,[{"_peStart":[-904.71985,-1928.6937],"_peEnd":[-894.71985,-1911.3733],"_peDist":19.999937,"_peObstacles":[]}]]]]],[406,[[[402,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]],[403,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-896.33264,-1774.405],"_peDist":117.811615,"_peObstacles":[]}]],[408,[{"_peStart":[-886.33264,-1757.0845],"_peEnd":[-896.33264,-1774.405],"_peDist":20.000042,"_peObstacles":[]}]],[410,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]]],[-896.33264,-1774.405],[[402,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-956.8511,-1739.4648],"_peDist":69.88059,"_peObstacles":[]}]],[403,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-955.2383,-1876.433],"_peDist":117.811615,"_peObstacles":[]}]],[408,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-886.33264,-1757.0845],"_peDist":20.000042,"_peObstacles":[]}]],[410,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.88059,"_peObstacles":[]}]]]]],[407,[[[403,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88065,"_peObstacles":[]}]],[405,[{"_peStart":[-904.71985,-1928.6937],"_peEnd":[-894.71985,-1911.3733],"_peDist":19.999937,"_peObstacles":[]}]],[410,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-894.71985,-1911.3733],"_peDist":117.81172,"_peObstacles":[]}]],[411,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88059,"_peObstacles":[]}]]],[-894.71985,-1911.3733],[[403,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-955.2383,-1876.433],"_peDist":69.88065,"_peObstacles":[]}]],[405,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-904.71985,-1928.6937],"_peDist":19.999937,"_peObstacles":[]}]],[410,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-835.8142,-1809.3452],"_peDist":117.81172,"_peObstacles":[]}]],[411,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-834.2014,-1946.3135],"_peDist":69.88059,"_peObstacles":[]}]]]]],[408,[[[406,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-886.33264,-1757.0845],"_peDist":20.000042,"_peObstacles":[]}]]],[-886.33264,-1757.0845],[[406,[{"_peStart":[-886.33264,-1757.0845],"_peEnd":[-896.33264,-1774.405],"_peDist":20.000042,"_peObstacles":[]}]]]]],[409,[[[411,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-844.2014,-1963.6339],"_peDist":19.999937,"_peObstacles":[]}]]],[-844.2014,-1963.6339],[[411,[{"_peStart":[-844.2014,-1963.6339],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.999937,"_peObstacles":[]}]]]]],[410,[[[406,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.88059,"_peObstacles":[]}]],[407,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-835.8142,-1809.3452],"_peDist":117.81172,"_peObstacles":[]}]],[413,[{"_peStart":[-825.8142,-1792.0247],"_peEnd":[-835.8142,-1809.3452],"_peDist":20.000042,"_peObstacles":[]}]],[421,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.880646,"_peObstacles":[]}]]],[-835.8142,-1809.3452],[[406,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]],[407,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-894.71985,-1911.3733],"_peDist":117.81172,"_peObstacles":[]}]],[413,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-825.8142,-1792.0247],"_peDist":20.000042,"_peObstacles":[]}]],[421,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-775.2957,-1844.2854],"_peDist":69.880646,"_peObstacles":[]}]]]]],[411,[[[407,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-834.2014,-1946.3135],"_peDist":69.88059,"_peObstacles":[]}]],[409,[{"_peStart":[-844.2014,-1963.6339],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.999937,"_peObstacles":[]}]],[415,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.99998,"_peObstacles":[]}]],[421,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-834.2014,-1946.3135],"_peDist":117.81176,"_peObstacles":[]}]]],[-834.2014,-1946.3135],[[407,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88059,"_peObstacles":[]}]],[409,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-844.2014,-1963.6339],"_peDist":19.999937,"_peObstacles":[]}]],[415,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-816.88086,-1956.3134],"_peDist":19.99998,"_peObstacles":[]}]],[421,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-775.2957,-1844.2854],"_peDist":117.81176,"_peObstacles":[]}]]]]],[412,[[[417,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-826.6887,-1135.4028],"_peDist":20.000042,"_peObstacles":[]}]]],[-826.6887,-1135.4028],[[417,[{"_peStart":[-826.6887,-1135.4028],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]]]]],[413,[[[410,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-825.8142,-1792.0247],"_peDist":20.000042,"_peObstacles":[]}]]],[-825.8142,-1792.0247],[[410,[{"_peStart":[-825.8142,-1792.0247],"_peEnd":[-835.8142,-1809.3452],"_peDist":20.000042,"_peObstacles":[]}]]]]],[414,[[[417,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-819.36816,-1162.7234],"_peDist":20.000042,"_peObstacles":[]}]]],[-819.36816,-1162.7234],[[417,[{"_peStart":[-819.36816,-1162.7234],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]]]]],[415,[[[411,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-816.88086,-1956.3134],"_peDist":19.99998,"_peObstacles":[]}]],[416,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-816.88086,-1956.3134],"_peDist":10.000007,"_peObstacles":[]}]]],[-816.88086,-1956.3134],[[411,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.99998,"_peObstacles":[]}]],[416,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-811.8807,-1964.9735],"_peDist":10.000007,"_peObstacles":[]}]]]]],[416,[[[415,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-811.8807,-1964.9735],"_peDist":10.000007,"_peObstacles":[]}]],[419,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-811.8807,-1964.9735],"_peDist":50.00003,"_peObstacles":[]}]]],[-811.8807,-1964.9735],[[415,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-816.88086,-1956.3134],"_peDist":10.000007,"_peObstacles":[]}]],[419,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-786.8806,-2008.2748],"_peDist":50.00003,"_peObstacles":[]}]]]]],[417,[[[412,[{"_peStart":[-826.6887,-1135.4028],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]],[414,[{"_peStart":[-819.36816,-1162.7234],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]],[420,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-809.36816,-1145.4028],"_peDist":65.000084,"_peObstacles":[]}]],[428,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-809.36816,-1145.4028],"_peDist":64.99998,"_peObstacles":[]}]]],[-809.36816,-1145.4028],[[412,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-826.6887,-1135.4028],"_peDist":20.000042,"_peObstacles":[]}]],[414,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-819.36816,-1162.7234],"_peDist":20.000042,"_peObstacles":[]}]],[420,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-776.86816,-1089.1111],"_peDist":65.000084,"_peObstacles":[]}]],[428,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]]]]],[418,[[[420,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-794.1887,-1079.1111],"_peDist":20.000042,"_peObstacles":[]}]]],[-794.1887,-1079.1111],[[420,[{"_peStart":[-794.1887,-1079.1111],"_peEnd":[-776.86816,-1089.1111],"_peDist":20.000042,"_peObstacles":[]}]]]]],[419,[[[416,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-786.8806,-2008.2748],"_peDist":50.00003,"_peObstacles":[]}]],[422,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]]],[-786.8806,-2008.2748],[[416,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-811.8807,-1964.9735],"_peDist":50.00003,"_peObstacles":[]}]],[422,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]]]]],[420,[[[417,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-776.86816,-1089.1111],"_peDist":65.000084,"_peObstacles":[]}]],[418,[{"_peStart":[-794.1887,-1079.1111],"_peEnd":[-776.86816,-1089.1111],"_peDist":20.000042,"_peObstacles":[]}]],[429,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]],[432,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]]],[-776.86816,-1089.1111],[[417,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-809.36816,-1145.4028],"_peDist":65.000084,"_peObstacles":[]}]],[418,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-794.1887,-1079.1111],"_peDist":20.000042,"_peObstacles":[]}]],[429,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[432,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]]]]],[421,[[[410,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-775.2957,-1844.2854],"_peDist":69.880646,"_peObstacles":[]}]],[411,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-775.2957,-1844.2854],"_peDist":117.81176,"_peObstacles":[]}]],[423,[{"_peStart":[-765.2958,-1826.9648],"_peEnd":[-775.2957,-1844.2854],"_peDist":20.000011,"_peObstacles":[]}]],[426,[{"_peStart":[-757.9752,-1854.2854],"_peEnd":[-775.2957,-1844.2854],"_peDist":19.999989,"_peObstacles":[]}]]],[-775.2957,-1844.2854],[[410,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.880646,"_peObstacles":[]}]],[411,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-834.2014,-1946.3135],"_peDist":117.81176,"_peObstacles":[]}]],[423,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-765.2958,-1826.9648],"_peDist":20.000011,"_peObstacles":[]}]],[426,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-757.9752,-1854.2854],"_peDist":19.999989,"_peObstacles":[]}]]]]],[422,[[[419,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]],[427,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-771.88055,-2034.2555],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]]],[-771.88055,-2034.2555],[[419,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]],[427,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-756.8805,-2060.2363],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]]]]],[423,[[[421,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-765.2958,-1826.9648],"_peDist":20.000011,"_peObstacles":[]}]]],[-765.2958,-1826.9648],[[421,[{"_peStart":[-765.2958,-1826.9648],"_peEnd":[-775.2957,-1844.2854],"_peDist":20.000011,"_peObstacles":[]}]]]]],[424,[[[428,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-763.07654,-1195.2234],"_peDist":20.000042,"_peObstacles":[]}]]],[-763.07654,-1195.2234],[[428,[{"_peStart":[-763.07654,-1195.2234],"_peEnd":[-753.07654,-1177.9028],"_peDist":20.000042,"_peObstacles":[]}]]]]],[425,[[[429,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-761.6887,-1022.8195],"_peDist":20.000011,"_peObstacles":[]}]]],[-761.6887,-1022.8195],[[429,[{"_peStart":[-761.6887,-1022.8195],"_peEnd":[-744.36816,-1032.8195],"_peDist":20.000011,"_peObstacles":[]}]]]]],[426,[[[421,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-757.9752,-1854.2854],"_peDist":19.999989,"_peObstacles":[]}]]],[-757.9752,-1854.2854],[[421,[{"_peStart":[-757.9752,-1854.2854],"_peEnd":[-775.2957,-1844.2854],"_peDist":19.999989,"_peObstacles":[]}]]]]],[427,[[[422,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-756.8805,-2060.2363],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]],[430,[{"_peStart":[-741.88043,-2086.217],"_peEnd":[-756.8805,-2060.2363],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]],[-756.8805,-2060.2363],[[422,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-771.88055,-2034.2555],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]],[430,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-741.88043,-2086.217],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]]]],[428,[[[417,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]],[424,[{"_peStart":[-763.07654,-1195.2234],"_peEnd":[-753.07654,-1177.9028],"_peDist":20.000042,"_peObstacles":[]}]],[432,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-753.07654,-1177.9028],"_peDist":65.000084,"_peObstacles":[]}]],[435,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]]],[-753.07654,-1177.9028],[[417,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-809.36816,-1145.4028],"_peDist":64.99998,"_peObstacles":[]}]],[424,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-763.07654,-1195.2234],"_peDist":20.000042,"_peObstacles":[]}]],[432,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-720.57654,-1121.6111],"_peDist":65.000084,"_peObstacles":[]}]],[435,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":64.99998,"_peObstacles":[]}]]]]],[429,[[[420,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[425,[{"_peStart":[-761.6887,-1022.8195],"_peEnd":[-744.36816,-1032.8195],"_peDist":20.000011,"_peObstacles":[]}]],[433,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[437,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]]],[-744.36816,-1032.8195],[[420,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]],[425,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-761.6887,-1022.8195],"_peDist":20.000011,"_peObstacles":[]}]],[433,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[437,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]]]]],[430,[[[427,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-741.88043,-2086.217],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]],[-741.88043,-2086.217],[[427,[{"_peStart":[-741.88043,-2086.217],"_peEnd":[-756.8805,-2060.2363],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]]]],[431,[[[433,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-729.1887,-966.52783],"_peDist":20.000042,"_peObstacles":[]}]]],[-729.1887,-966.52783],[[433,[{"_peStart":[-729.1887,-966.52783],"_peEnd":[-711.86816,-976.52783],"_peDist":20.000042,"_peObstacles":[]}]]]]],[432,[[[420,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[428,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-720.57654,-1121.6111],"_peDist":65.000084,"_peObstacles":[]}]],[437,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[440,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]]],[-720.57654,-1121.6111],[[420,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]],[428,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-753.07654,-1177.9028],"_peDist":65.000084,"_peObstacles":[]}]],[437,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[440,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]]]]],[433,[[[429,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[431,[{"_peStart":[-729.1887,-966.52783],"_peEnd":[-711.86816,-976.52783],"_peDist":20.000042,"_peObstacles":[]}]],[438,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[441,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]]],[-711.86816,-976.52783],[[429,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[431,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-729.1887,-966.52783],"_peDist":20.000042,"_peObstacles":[]}]],[438,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]],[441,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]]]]],[434,[[[435,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-706.7849,-1227.7233],"_peDist":19.999937,"_peObstacles":[]}]]],[-706.7849,-1227.7233],[[435,[{"_peStart":[-706.7849,-1227.7233],"_peEnd":[-696.7849,-1210.4028],"_peDist":19.999937,"_peObstacles":[]}]]]]],[435,[[[428,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":64.99998,"_peObstacles":[]}]],[434,[{"_peStart":[-706.7849,-1227.7233],"_peEnd":[-696.7849,-1210.4028],"_peDist":19.999937,"_peObstacles":[]}]],[440,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]],[443,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]]],[-696.7849,-1210.4028],[[428,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]],[434,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-706.7849,-1227.7233],"_peDist":19.999937,"_peObstacles":[]}]],[440,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.000084,"_peObstacles":[]}]],[443,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.000084,"_peObstacles":[]}]]]]],[436,[[[438,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-696.6887,-910.2362],"_peDist":20.000042,"_peObstacles":[]}]]],[-696.6887,-910.2362],[[438,[{"_peStart":[-696.6887,-910.2362],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[437,[[[429,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[432,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[441,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[444,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]]],[-688.07654,-1065.3195],[[429,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[432,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[441,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[444,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]]]]],[438,[[[433,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]],[436,[{"_peStart":[-696.6887,-910.2362],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]],[439,[{"_peStart":[-669.36816,-902.91565],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]],[445,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]]],[-679.36816,-920.2362],[[433,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[436,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-696.6887,-910.2362],"_peDist":20.000042,"_peObstacles":[]}]],[439,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-669.36816,-902.91565],"_peDist":20.000042,"_peObstacles":[]}]],[445,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]]]]],[439,[[[438,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-669.36816,-902.91565],"_peDist":20.000042,"_peObstacles":[]}]]],[-669.36816,-902.91565],[[438,[{"_peStart":[-669.36816,-902.91565],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[440,[[[432,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]],[435,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.000084,"_peObstacles":[]}]],[444,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]],[447,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.00003,"_peObstacles":[]}]]],[-664.2849,-1154.1111],[[432,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[435,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]],[444,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[447,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]]]]],[441,[[[433,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[437,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[445,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[448,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]]],[-655.57654,-1009.02783],[[433,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[437,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[445,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[448,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]]]]],[442,[[[443,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-650.49316,-1260.2233],"_peDist":19.999937,"_peObstacles":[]}]]],[-650.49316,-1260.2233],[[443,[{"_peStart":[-650.49316,-1260.2233],"_peEnd":[-640.49316,-1242.9028],"_peDist":19.999937,"_peObstacles":[]}]]]]],[443,[[[435,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.000084,"_peObstacles":[]}]],[442,[{"_peStart":[-650.49316,-1260.2233],"_peEnd":[-640.49316,-1242.9028],"_peDist":19.999937,"_peObstacles":[]}]],[447,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.00005,"_peObstacles":[]}]],[450,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":64.99998,"_peObstacles":[]}]]],[-640.49316,-1242.9028],[[435,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]],[442,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-650.49316,-1260.2233],"_peDist":19.999937,"_peObstacles":[]}]],[447,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00005,"_peObstacles":[]}]],[450,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-584.20154,-1275.4028],"_peDist":64.99998,"_peObstacles":[]}]]]]],[444,[[[437,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[440,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[448,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[451,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":65.00003,"_peObstacles":[]}]]],[-631.7849,-1097.8195],[[437,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[440,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]],[448,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[451,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]]]]],[445,[[[438,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[441,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[446,[{"_peStart":[-613.07654,-935.41565],"_peEnd":[-623.07654,-952.7362],"_peDist":20.000042,"_peObstacles":[]}]],[453,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]]],[-623.07654,-952.7362],[[438,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]],[441,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[446,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-613.07654,-935.41565],"_peDist":20.000042,"_peObstacles":[]}]],[453,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]]]]],[446,[[[445,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-613.07654,-935.41565],"_peDist":20.000042,"_peObstacles":[]}]]],[-613.07654,-935.41565],[[445,[{"_peStart":[-613.07654,-935.41565],"_peEnd":[-623.07654,-952.7362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[447,[[[440,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]],[443,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00005,"_peObstacles":[]}]],[451,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-607.9932,-1186.6111],"_peDist":64.99998,"_peObstacles":[]}]],[455,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]]],[-607.9932,-1186.6111],[[440,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.00003,"_peObstacles":[]}]],[443,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.00005,"_peObstacles":[]}]],[451,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[455,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.00003,"_peObstacles":[]}]]]]],[448,[[[441,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[444,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[453,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[456,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-599.2849,-1041.5278],"_peDist":65.00003,"_peObstacles":[]}]]],[-599.2849,-1041.5278],[[441,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[444,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[453,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]],[456,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]]]]],[449,[[[450,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-594.20154,-1292.7233],"_peDist":19.999937,"_peObstacles":[]}]]],[-594.20154,-1292.7233],[[450,[{"_peStart":[-594.20154,-1292.7233],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999937,"_peObstacles":[]}]]]]],[450,[[[443,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-584.20154,-1275.4028],"_peDist":64.99998,"_peObstacles":[]}]],[449,[{"_peStart":[-594.20154,-1292.7233],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999937,"_peObstacles":[]}]],[452,[{"_peStart":[-566.88104,-1285.4028],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999989,"_peObstacles":[]}]],[455,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-584.20154,-1275.4028],"_peDist":65.000084,"_peObstacles":[]}]]],[-584.20154,-1275.4028],[[443,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":64.99998,"_peObstacles":[]}]],[449,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-594.20154,-1292.7233],"_peDist":19.999937,"_peObstacles":[]}]],[452,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-566.88104,-1285.4028],"_peDist":19.999989,"_peObstacles":[]}]],[455,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.000084,"_peObstacles":[]}]]]]],[451,[[[444,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]],[447,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[456,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[458,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]]],[-575.4932,-1130.3195],[[444,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":65.00003,"_peObstacles":[]}]],[447,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-607.9932,-1186.6111],"_peDist":64.99998,"_peObstacles":[]}]],[456,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-542.9932,-1074.0278],"_peDist":64.99998,"_peObstacles":[]}]],[458,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-519.20154,-1162.8195],"_peDist":65.00003,"_peObstacles":[]}]]]]],[452,[[[450,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-566.88104,-1285.4028],"_peDist":19.999989,"_peObstacles":[]}]]],[-566.88104,-1285.4028],[[450,[{"_peStart":[-566.88104,-1285.4028],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999989,"_peObstacles":[]}]]]]],[453,[[[445,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]],[448,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]],[454,[{"_peStart":[-556.7849,-967.91565],"_peEnd":[-566.7849,-985.2362],"_peDist":20.000042,"_peObstacles":[]}]],[459,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-566.7849,-985.2362],"_peDist":65.0,"_peObstacles":[]}]]],[-566.7849,-985.2362],[[445,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[448,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[454,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-556.7849,-967.91565],"_peDist":20.000042,"_peObstacles":[]}]],[459,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.0,"_peObstacles":[]}]]]]],[454,[[[453,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-556.7849,-967.91565],"_peDist":20.000042,"_peObstacles":[]}]]],[-556.7849,-967.91565],[[453,[{"_peStart":[-556.7849,-967.91565],"_peEnd":[-566.7849,-985.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[455,[[[447,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.00003,"_peObstacles":[]}]],[450,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.000084,"_peObstacles":[]}]],[457,[{"_peStart":[-534.38104,-1229.1111],"_peEnd":[-551.70154,-1219.1111],"_peDist":19.999989,"_peObstacles":[]}]],[458,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-551.70154,-1219.1111],"_peDist":64.99998,"_peObstacles":[]}]]],[-551.70154,-1219.1111],[[447,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]],[450,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-584.20154,-1275.4028],"_peDist":65.000084,"_peObstacles":[]}]],[457,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-534.38104,-1229.1111],"_peDist":19.999989,"_peObstacles":[]}]],[458,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99998,"_peObstacles":[]}]]]]],[456,[[[448,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]],[451,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-542.9932,-1074.0278],"_peDist":64.99998,"_peObstacles":[]}]],[459,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]],[464,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.0,"_peObstacles":[]}]]],[-542.9932,-1074.0278],[[448,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-599.2849,-1041.5278],"_peDist":65.00003,"_peObstacles":[]}]],[451,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[459,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]],[464,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-486.70157,-1106.5278],"_peDist":65.0,"_peObstacles":[]}]]]]],[457,[[[455,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-534.38104,-1229.1111],"_peDist":19.999989,"_peObstacles":[]}]]],[-534.38104,-1229.1111],[[455,[{"_peStart":[-534.38104,-1229.1111],"_peEnd":[-551.70154,-1219.1111],"_peDist":19.999989,"_peObstacles":[]}]]]]],[458,[[[451,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-519.20154,-1162.8195],"_peDist":65.00003,"_peObstacles":[]}]],[455,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99998,"_peObstacles":[]}]],[461,[{"_peStart":[-501.88104,-1172.8195],"_peEnd":[-519.20154,-1162.8195],"_peDist":19.999989,"_peObstacles":[]}]],[464,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99996,"_peObstacles":[]}]]],[-519.20154,-1162.8195],[[451,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]],[455,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-551.70154,-1219.1111],"_peDist":64.99998,"_peObstacles":[]}]],[461,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-501.88104,-1172.8195],"_peDist":19.999989,"_peObstacles":[]}]],[464,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99996,"_peObstacles":[]}]]]]],[459,[[[453,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.0,"_peObstacles":[]}]],[456,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]],[462,[{"_peStart":[-500.49323,-1000.41565],"_peEnd":[-510.49323,-1017.73615],"_peDist":19.999989,"_peObstacles":[]}]],[469,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]]],[-510.49323,-1017.73615],[[453,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-566.7849,-985.2362],"_peDist":65.0,"_peObstacles":[]}]],[456,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]],[462,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-500.49323,-1000.41565],"_peDist":19.999989,"_peObstacles":[]}]],[469,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-454.20157,-1050.2362],"_peDist":65.00003,"_peObstacles":[]}]]]]],[460,[[[463,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]]],[-503.8424,-1406.217],[[463,[{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]]]]],[461,[[[458,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-501.88104,-1172.8195],"_peDist":19.999989,"_peObstacles":[]}]]],[-501.88104,-1172.8195],[[458,[{"_peStart":[-501.88104,-1172.8195],"_peEnd":[-519.20154,-1162.8195],"_peDist":19.999989,"_peObstacles":[]}]]]]],[462,[[[459,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-500.49323,-1000.41565],"_peDist":19.999989,"_peObstacles":[]}]]],[-500.49323,-1000.41565],[[459,[{"_peStart":[-500.49323,-1000.41565],"_peEnd":[-510.49323,-1017.73615],"_peDist":19.999989,"_peObstacles":[]}]]]]],[463,[[[460,[{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]],[465,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-488.8424,-1380.2362],"_peDist":9.999994,"_peObstacles":[]}]]],[-488.8424,-1380.2362],[[460,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]],[465,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-480.18216,-1375.2362],"_peDist":9.999994,"_peObstacles":[]}]]]]],[464,[[[456,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-486.70157,-1106.5278],"_peDist":65.0,"_peObstacles":[]}]],[458,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99996,"_peObstacles":[]}]],[466,[{"_peStart":[-469.38107,-1116.5278],"_peEnd":[-486.70157,-1106.5278],"_peDist":19.999989,"_peObstacles":[]}]],[469,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99998,"_peObstacles":[]}]]],[-486.70157,-1106.5278],[[456,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.0,"_peObstacles":[]}]],[458,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99996,"_peObstacles":[]}]],[466,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-469.38107,-1116.5278],"_peDist":19.999989,"_peObstacles":[]}]],[469,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-454.20157,-1050.2362],"_peDist":64.99998,"_peObstacles":[]}]]]]],[465,[[[463,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-480.18216,-1375.2362],"_peDist":9.999994,"_peObstacles":[]}]],[472,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-480.18216,-1375.2362],"_peDist":50.00006,"_peObstacles":[]}]]],[-480.18216,-1375.2362],[[463,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-488.8424,-1380.2362],"_peDist":9.999994,"_peObstacles":[]}]],[472,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-436.8809,-1350.2361],"_peDist":50.00006,"_peObstacles":[]}]]]]],[466,[[[464,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-469.38107,-1116.5278],"_peDist":19.999989,"_peObstacles":[]}]]],[-469.38107,-1116.5278],[[464,[{"_peStart":[-469.38107,-1116.5278],"_peEnd":[-486.70157,-1106.5278],"_peDist":19.999989,"_peObstacles":[]}]]]]],[467,[[[468,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-468.67505,-2159.4216],"_peDist":9.999969,"_peObstacles":[]}]]],[-468.67505,-2159.4216],[[468,[{"_peStart":[-468.67505,-2159.4216],"_peEnd":[-460.01483,-2154.4216],"_peDist":9.999969,"_peObstacles":[]}]]]]],[468,[[[467,[{"_peStart":[-468.67505,-2159.4216],"_peEnd":[-460.01483,-2154.4216],"_peDist":9.999969,"_peObstacles":[]}]],[475,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-460.01483,-2154.4216],"_peDist":50.000095,"_peObstacles":[]}]]],[-460.01483,-2154.4216],[[467,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-468.67505,-2159.4216],"_peDist":9.999969,"_peObstacles":[]}]],[475,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-416.7136,-2129.4214],"_peDist":50.000095,"_peObstacles":[]}]]]]],[469,[[[459,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-454.20157,-1050.2362],"_peDist":65.00003,"_peObstacles":[]}]],[464,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-454.20157,-1050.2362],"_peDist":64.99998,"_peObstacles":[]}]],[470,[{"_peStart":[-444.20157,-1032.9156],"_peEnd":[-454.20157,-1050.2362],"_peDist":20.000042,"_peObstacles":[]}]],[471,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-454.20157,-1050.2362],"_peDist":19.999989,"_peObstacles":[]}]]],[-454.20157,-1050.2362],[[459,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]],[464,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99998,"_peObstacles":[]}]],[470,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-444.20157,-1032.9156],"_peDist":20.000042,"_peObstacles":[]}]],[471,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":19.999989,"_peObstacles":[]}]]]]],[470,[[[469,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-444.20157,-1032.9156],"_peDist":20.000042,"_peObstacles":[]}]]],[-444.20157,-1032.9156],[[469,[{"_peStart":[-444.20157,-1032.9156],"_peEnd":[-454.20157,-1050.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[471,[[[469,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":19.999989,"_peObstacles":[]}]],[474,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":9.999994,"_peObstacles":[]}]]],[-436.88107,-1060.2362],[[469,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-454.20157,-1050.2362],"_peDist":19.999989,"_peObstacles":[]}]],[474,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-428.22083,-1065.2362],"_peDist":9.999994,"_peObstacles":[]}]]]]],[472,[[[465,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-436.8809,-1350.2361],"_peDist":50.00006,"_peObstacles":[]}]],[476,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-436.8809,-1350.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]],[-436.8809,-1350.2361],[[465,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-480.18216,-1375.2362],"_peDist":50.00006,"_peObstacles":[]}]],[476,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]]]],[473,[[[477,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-430.6372,-1679.422],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]]],[-430.6372,-1679.422],[[477,[{"_peStart":[-430.6372,-1679.422],"_peEnd":[-404.65643,-1694.4219],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]]]]],[474,[[[471,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-428.22083,-1065.2362],"_peDist":9.999994,"_peObstacles":[]}]],[479,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-428.22083,-1065.2362],"_peDist":49.99994,"_peObstacles":[]}]]],[-428.22083,-1065.2362],[[471,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":9.999994,"_peObstacles":[]}]],[479,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-384.91956,-1090.2361],"_peDist":49.99994,"_peObstacles":[]}]]]]],[475,[[[468,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-416.7136,-2129.4214],"_peDist":50.000095,"_peObstacles":[]}]],[478,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]],[-416.7136,-2129.4214],[[468,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-460.01483,-2154.4216],"_peDist":50.000095,"_peObstacles":[]}]],[478,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]]]],[476,[[[472,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[480,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]],[-410.90015,-1335.2361],[[472,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-436.8809,-1350.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[480,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]]]],[477,[[[473,[{"_peStart":[-430.6372,-1679.422],"_peEnd":[-404.65643,-1694.4219],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]],[482,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-404.65643,-1694.4219],[[473,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-430.6372,-1679.422],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]],[482,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[478,[[[475,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[481,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]]],[-390.73285,-2114.4214],[[475,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[481,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]]]]],[479,[[[474,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-384.91956,-1090.2361],"_peDist":49.99994,"_peObstacles":[]}]],[483,[{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-384.91956,-1090.2361],[[474,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-428.22083,-1065.2362],"_peDist":49.99994,"_peObstacles":[]}]],[483,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[480,[[[476,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[484,[{"_peStart":[-358.93866,-1305.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]],[-384.9194,-1320.2361],[[476,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[484,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-358.93866,-1305.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]]]],[481,[[[478,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]],[489,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]]],[-380.73285,-2114.4214],[[478,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]],[489,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]]]]],[482,[[[477,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[486,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-378.67566,-1709.4219],[[477,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[486,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[483,[[[479,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-358.93878,-1105.2361],[[479,[{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[484,[[[480,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-358.93866,-1305.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]],[-358.93866,-1305.2361],[[480,[{"_peStart":[-358.93866,-1305.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]]]],[485,[[[487,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-355.7884,-234.28217],[[487,[{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[486,[[[482,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[490,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-352.6949,-1724.4219],"_peDist":49.99994,"_peObstacles":[]}]]],[-352.6949,-1724.4219],[[482,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[490,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-309.39362,-1749.4218],"_peDist":49.99994,"_peObstacles":[]}]]]]],[487,[[[485,[{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[488,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-340.7884,-208.30139],"_peDist":9.999994,"_peObstacles":[]}]]],[-340.7884,-208.30139],[[485,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[488,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":9.999994,"_peObstacles":[]}]]]]],[488,[[[487,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":9.999994,"_peObstacles":[]}]],[502,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":50.0,"_peObstacles":[]}]]],[-332.12814,-203.30139],[[487,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-340.7884,-208.30139],"_peDist":9.999994,"_peObstacles":[]}]],[502,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-288.82687,-178.30139],"_peDist":50.0,"_peObstacles":[]}]]]]],[489,[[[481,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]],[497,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]],[-330.73285,-2114.4214],[[481,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]],[497,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]]]],[490,[[[486,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-309.39362,-1749.4218],"_peDist":49.99994,"_peObstacles":[]}]],[491,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-309.39362,-1749.4218],"_peDist":9.999994,"_peObstacles":[]}]]],[-309.39362,-1749.4218],[[486,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-352.6949,-1724.4219],"_peDist":49.99994,"_peObstacles":[]}]],[491,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-300.73337,-1754.4218],"_peDist":9.999994,"_peObstacles":[]}]]]]],[491,[[[490,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-300.73337,-1754.4218],"_peDist":9.999994,"_peObstacles":[]}]],[504,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-300.73337,-1754.4218],"_peDist":20.000244,"_peObstacles":[]}]]],[-300.73337,-1754.4218],[[490,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-309.39362,-1749.4218],"_peDist":9.999994,"_peObstacles":[]}]],[504,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.000244,"_peObstacles":[]}]]]]],[492,[[[506,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-300.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73306,-1814.4214],[[506,[{"_peStart":[-300.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[493,[[[507,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-300.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73303,-1874.4214],[[507,[{"_peStart":[-300.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[494,[[[508,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-300.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.733,-1934.4214],[[508,[{"_peStart":[-300.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[495,[[[509,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-300.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73294,-1994.4214],[[509,[{"_peStart":[-300.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[496,[[[510,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-300.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.7329,-2054.4214],[[510,[{"_peStart":[-300.7329,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[497,[[[489,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[512,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73285,-2114.4214],[[489,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[512,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[498,[[[513,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-300.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.00003,309.99997],[[513,[{"_peStart":[-300.00003,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[499,[[[514,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-300.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.00003,409.99997],[[514,[{"_peStart":[-300.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[500,[[[517,[{"_peStart":[-280.0,109.99997],"_peEnd":[-300.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.0,109.99997],[[517,[{"_peStart":[-300.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[501,[[[518,[{"_peStart":[-280.0,209.99997],"_peEnd":[-300.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.0,209.99997],[[518,[{"_peStart":[-300.0,209.99997],"_peEnd":[-280.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[502,[[[488,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-288.82687,-178.30139],"_peDist":50.0,"_peObstacles":[]}]],[519,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]]],[-288.82687,-178.30139],[[488,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":50.0,"_peObstacles":[]}]],[519,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]]]]],[503,[[[520,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]]],[-282.5833,-507.4873],[[520,[{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]]]]],[504,[[[491,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.000244,"_peObstacles":[]}]],[505,[{"_peStart":[-280.73312,-1734.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]],[506,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[523,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73312,-1754.4214],[[491,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-300.73337,-1754.4218],"_peDist":20.000244,"_peObstacles":[]}]],[505,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]],[506,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[523,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[505,[[[504,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-280.73312,-1734.4214],[[504,[{"_peStart":[-280.73312,-1734.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[506,[[[492,[{"_peStart":[-300.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]],[504,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[507,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[525,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73306,-1814.4214],[[492,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-300.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]],[504,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[507,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[525,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[507,[[[493,[{"_peStart":[-300.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]],[506,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[508,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[526,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73303,-1874.4214],[[493,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-300.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]],[506,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[508,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[526,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[508,[[[494,[{"_peStart":[-300.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]],[507,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[509,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[527,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.733,-1934.4214],[[494,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-300.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]],[507,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[509,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[527,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[509,[[[495,[{"_peStart":[-300.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]],[508,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[510,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[528,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73294,-1994.4214],[[495,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-300.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]],[508,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[510,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[528,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[510,[[[496,[{"_peStart":[-300.7329,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]],[509,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[512,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[529,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.7329,-2054.4214],[[496,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-300.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]],[509,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[512,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[529,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[511,[[[512,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-280.73285,-2134.4214],[[512,[{"_peStart":[-280.73285,-2134.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[512,[[[497,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[510,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[511,[{"_peStart":[-280.73285,-2134.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[531,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73285,-2114.4214],[[497,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[510,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[511,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[531,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[513,[[[498,[{"_peStart":[-300.00003,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]],[514,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[518,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[539,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.000015,"_peObstacles":[]}]]],[-280.00003,309.99997],[[498,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-300.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]],[514,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[518,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[539,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.000015,"_peObstacles":[]}]]]]],[514,[[[499,[{"_peStart":[-300.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[513,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[515,[{"_peStart":[-280.00003,429.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[536,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-280.00003,409.99997],[[499,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-300.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[513,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[515,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]],[536,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]]]]],[515,[[[514,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-280.00003,429.99997],[[514,[{"_peStart":[-280.00003,429.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[516,[[[517,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-280.0,89.99997],[[517,[{"_peStart":[-280.0,89.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[517,[[[500,[{"_peStart":[-300.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[516,[{"_peStart":[-280.0,89.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[518,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[541,[{"_peStart":[-180.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-280.0,109.99997],[[500,[{"_peStart":[-280.0,109.99997],"_peEnd":[-300.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[516,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]],[518,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[541,[{"_peStart":[-280.0,109.99997],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]]]]],[518,[[[501,[{"_peStart":[-300.0,209.99997],"_peEnd":[-280.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]],[513,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[517,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[538,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-280.0,209.99997],"_peDist":99.999985,"_peObstacles":[]}]]],[-280.0,209.99997],[[501,[{"_peStart":[-280.0,209.99997],"_peEnd":[-300.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]],[513,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[517,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[538,[{"_peStart":[-280.0,209.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]]]]],[519,[[[502,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]],[521,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-262.8461,-163.30136],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]]],[-262.8461,-163.30136],[[502,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]],[521,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]]]]],[520,[[[503,[{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]],[522,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[-256.60254,-522.4873],[[503,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]],[522,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[521,[[[519,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]],[532,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]]],[-236.86533,-148.30135],[[519,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-262.8461,-163.30136],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]],[532,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-210.88455,-133.30133],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]]]]],[522,[[[520,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[533,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[-230.62178,-537.4873],[[520,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[533,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[523,[[[504,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[524,[{"_peStart":[-220.73312,-1734.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]],[525,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[544,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73312,-1754.4214],[[504,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[524,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]],[525,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[544,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[524,[[[523,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-220.73312,-1734.4214],[[523,[{"_peStart":[-220.73312,-1734.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[525,[[[506,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[523,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[526,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[546,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73306,-1814.4214],[[506,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[523,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[526,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[546,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[526,[[[507,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[525,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[527,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[547,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73303,-1874.4214],[[507,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[525,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[527,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[547,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[527,[[[508,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[526,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[528,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[548,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.733,-1934.4214],[[508,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[526,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[528,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[548,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[528,[[[509,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[527,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[529,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[549,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73294,-1994.4214],[[509,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[527,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[529,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[549,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[529,[[[510,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[528,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[531,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[550,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73291,-2054.4214],[[510,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[528,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[531,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[550,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[530,[[[531,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-220.73285,-2134.4214],[[531,[{"_peStart":[-220.73285,-2134.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[531,[[[512,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[529,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[530,[{"_peStart":[-220.73285,-2134.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[552,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73285,-2114.4214],[[512,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[529,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[530,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[552,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[532,[[[521,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-210.88455,-133.30133],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]],[535,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-210.88455,-133.30133],"_peDist":19.999996,"_peObstacles":[]}]]],[-210.88455,-133.30133],[[521,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]],[535,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-193.56406,-123.301315],"_peDist":19.999996,"_peObstacles":[]}]]]]],[533,[[[522,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[543,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":50.0,"_peObstacles":[]}]]],[-204.64102,-552.4873],[[522,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[543,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":50.0,"_peObstacles":[]}]]]]],[534,[[[535,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-203.56406,-105.980804],"_peDist":20.000002,"_peObstacles":[]}]]],[-203.56406,-105.980804],[[535,[{"_peStart":[-203.56406,-105.980804],"_peEnd":[-193.56406,-123.301315],"_peDist":20.000002,"_peObstacles":[]}]]]]],[535,[[[532,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-193.56406,-123.301315],"_peDist":19.999996,"_peObstacles":[]}]],[534,[{"_peStart":[-203.56406,-105.980804],"_peEnd":[-193.56406,-123.301315],"_peDist":20.000002,"_peObstacles":[]}]],[554,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]],[560,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]]],[-193.56406,-123.301315],[[532,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-210.88455,-133.30133],"_peDist":19.999996,"_peObstacles":[]}]],[534,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-203.56406,-105.980804],"_peDist":20.000002,"_peObstacles":[]}]],[554,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-153.56403,-192.58333],"_peDist":80.0,"_peObstacles":[]}]],[560,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]]]]],[536,[[[514,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[537,[{"_peStart":[-180.00003,429.99997],"_peEnd":[-180.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[539,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[577,[{"_peStart":[-80.00003,410.0],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-180.00003,409.99997],[[514,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[537,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]],[539,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[577,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[537,[[[536,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-180.00003,429.99997],[[536,[{"_peStart":[-180.00003,429.99997],"_peEnd":[-180.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[538,[[[518,[{"_peStart":[-280.0,209.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[539,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[541,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.00002,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[580,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-180.00002,209.99998],"_peDist":100.00001,"_peObstacles":[]}]]],[-180.00002,209.99998],[[518,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-280.0,209.99997],"_peDist":99.999985,"_peObstacles":[]}]],[539,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.00002,309.99997],"_peDist":99.999985,"_peObstacles":[]}]],[541,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.0,109.99997],"_peDist":100.000015,"_peObstacles":[]}]],[580,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-80.00001,209.99998],"_peDist":100.00001,"_peObstacles":[]}]]]]],[539,[[[513,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.000015,"_peObstacles":[]}]],[536,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[538,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.00002,309.99997],"_peDist":99.999985,"_peObstacles":[]}]],[579,[{"_peStart":[-80.00002,310.0],"_peEnd":[-180.00002,309.99997],"_peDist":99.99999,"_peObstacles":[]}]]],[-180.00002,309.99997],[[513,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.000015,"_peObstacles":[]}]],[536,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[538,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[579,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-80.00002,310.0],"_peDist":99.99999,"_peObstacles":[]}]]]]],[540,[[[541,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-180.0,89.99997],[[541,[{"_peStart":[-180.0,89.99997],"_peEnd":[-180.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[541,[[[517,[{"_peStart":[-280.0,109.99997],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[538,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.0,109.99997],"_peDist":100.000015,"_peObstacles":[]}]],[540,[{"_peStart":[-180.0,89.99997],"_peEnd":[-180.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[583,[{"_peStart":[-80.0,110.0],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-180.0,109.99997],[[517,[{"_peStart":[-180.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[538,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.00002,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[540,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]],[583,[{"_peStart":[-180.0,109.99997],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[542,[[[554,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-170.88452,-202.58334],"_peDist":19.999996,"_peObstacles":[]}]]],[-170.88452,-202.58334],[[554,[{"_peStart":[-170.88452,-202.58334],"_peEnd":[-153.56403,-192.58333],"_peDist":19.999996,"_peObstacles":[]}]]]]],[543,[[[533,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":50.0,"_peObstacles":[]}]],[555,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":9.999994,"_peObstacles":[]}]]],[-161.33975,-577.4873],[[533,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":50.0,"_peObstacles":[]}]],[555,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-152.6795,-582.4873],"_peDist":9.999994,"_peObstacles":[]}]]]]],[544,[[[523,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[545,[{"_peStart":[-160.73312,-1734.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]],[546,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[565,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.000015,"_peObstacles":[]}]]],[-160.73312,-1754.4214],[[523,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[545,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]],[546,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[565,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.000015,"_peObstacles":[]}]]]]],[545,[[[544,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-160.73312,-1734.4214],[[544,[{"_peStart":[-160.73312,-1734.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[546,[[[525,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[544,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[547,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[566,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73306,-1814.4214],[[525,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[544,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[547,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[566,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[547,[[[526,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[546,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[548,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[567,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73303,-1874.4214],[[526,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[546,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[548,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[567,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[548,[[[527,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[547,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[549,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[568,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-160.733,-1934.4214],"_peDist":60.000015,"_peObstacles":[]}]]],[-160.733,-1934.4214],[[527,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[547,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[549,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[568,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.000015,"_peObstacles":[]}]]]]],[549,[[[528,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[548,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[550,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[569,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73294,-1994.4214],[[528,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[548,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[550,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[569,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[550,[[[529,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[549,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[552,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[570,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73291,-2054.4214],[[529,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[549,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[552,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[570,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[551,[[[552,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-160.73285,-2134.4214],[[552,[{"_peStart":[-160.73285,-2134.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[552,[[[531,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[550,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[551,[{"_peStart":[-160.73285,-2134.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[571,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]]],[-160.73285,-2114.4214],[[531,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[550,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[551,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[571,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]]]]],[553,[[[556,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-160.00003,-609.8078],"_peDist":20.000015,"_peObstacles":[]}]]],[-160.00003,-609.8078],[[556,[{"_peStart":[-160.00003,-609.8078],"_peEnd":[-142.6795,-599.8078],"_peDist":20.000015,"_peObstacles":[]}]]]]],[554,[[[535,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-153.56403,-192.58333],"_peDist":80.0,"_peObstacles":[]}]],[542,[{"_peStart":[-170.88452,-202.58334],"_peEnd":[-153.56403,-192.58333],"_peDist":19.999996,"_peObstacles":[]}]],[561,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-153.56403,-192.58333],"_peDist":79.99999,"_peObstacles":[]}]],[576,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-153.56403,-192.58333],"_peDist":80.000015,"_peObstacles":[]}]]],[-153.56403,-192.58333],[[535,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]],[542,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-170.88452,-202.58334],"_peDist":19.999996,"_peObstacles":[]}]],[561,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-113.56398,-261.86533],"_peDist":79.99999,"_peObstacles":[]}]],[576,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-84.282005,-152.58328],"_peDist":80.000015,"_peObstacles":[]}]]]]],[555,[[[543,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-152.6795,-582.4873],"_peDist":9.999994,"_peObstacles":[]}]],[556,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-152.6795,-582.4873],"_peDist":19.999989,"_peObstacles":[]}]]],[-152.6795,-582.4873],[[543,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":9.999994,"_peObstacles":[]}]],[556,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-142.6795,-599.8078],"_peDist":19.999989,"_peObstacles":[]}]]]]],[556,[[[553,[{"_peStart":[-160.00003,-609.8078],"_peEnd":[-142.6795,-599.8078],"_peDist":20.000015,"_peObstacles":[]}]],[555,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-142.6795,-599.8078],"_peDist":19.999989,"_peObstacles":[]}]],[562,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-142.6795,-599.8078],"_peDist":62.848644,"_peObstacles":[]}]],[575,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-142.6795,-599.8078],"_peDist":64.912476,"_peObstacles":[]}]]],[-142.6795,-599.8078],[[553,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-160.00003,-609.8078],"_peDist":20.000015,"_peObstacles":[]}]],[555,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-152.6795,-582.4873],"_peDist":19.999989,"_peObstacles":[]}]],[562,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-111.25519,-654.2363],"_peDist":62.848644,"_peObstacles":[]}]],[575,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912476,"_peObstacles":[]}]]]]],[557,[[[560,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-134.28204,-65.980774],"_peDist":20.000002,"_peObstacles":[]}]]],[-134.28204,-65.980774],[[560,[{"_peStart":[-134.28204,-65.980774],"_peEnd":[-124.28204,-83.301285],"_peDist":20.000002,"_peObstacles":[]}]]]]],[558,[[[561,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-130.88449,-271.86536],"_peDist":20.000017,"_peObstacles":[]}]]],[-130.88449,-271.86536],[[561,[{"_peStart":[-130.88449,-271.86536],"_peEnd":[-113.56398,-261.86533],"_peDist":20.000017,"_peObstacles":[]}]]]]],[559,[[[562,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-128.57571,-664.2363],"_peDist":20.000015,"_peObstacles":[]}]]],[-128.57571,-664.2363],[[562,[{"_peStart":[-128.57571,-664.2363],"_peEnd":[-111.25519,-654.2363],"_peDist":20.000015,"_peObstacles":[]}]]]]],[560,[[[535,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]],[557,[{"_peStart":[-134.28204,-65.980774],"_peEnd":[-124.28204,-83.301285],"_peDist":20.000002,"_peObstacles":[]}]],[576,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-124.28204,-83.301285],"_peDist":79.999985,"_peObstacles":[]}]],[590,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]]],[-124.28204,-83.301285],[[535,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]],[557,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-134.28204,-65.980774],"_peDist":20.000002,"_peObstacles":[]}]],[576,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-84.282005,-152.58328],"_peDist":79.999985,"_peObstacles":[]}]],[590,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]]]]],[561,[[[554,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-113.56398,-261.86533],"_peDist":79.99999,"_peObstacles":[]}]],[558,[{"_peStart":[-130.88449,-271.86536],"_peEnd":[-113.56398,-261.86533],"_peDist":20.000017,"_peObstacles":[]}]],[563,[{"_peStart":[-103.56397,-279.18585],"_peEnd":[-113.56398,-261.86533],"_peDist":20.00002,"_peObstacles":[]}]],[592,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-113.56398,-261.86533],"_peDist":80.0,"_peObstacles":[]}]]],[-113.56398,-261.86533],[[554,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-153.56403,-192.58333],"_peDist":79.99999,"_peObstacles":[]}]],[558,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-130.88449,-271.86536],"_peDist":20.000017,"_peObstacles":[]}]],[563,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-103.56397,-279.18585],"_peDist":20.00002,"_peObstacles":[]}]],[592,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]]]]],[562,[[[556,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-111.25519,-654.2363],"_peDist":62.848644,"_peObstacles":[]}]],[559,[{"_peStart":[-128.57571,-664.2363],"_peEnd":[-111.25519,-654.2363],"_peDist":20.000015,"_peObstacles":[]}]],[586,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-111.25519,-654.2363],"_peDist":62.84858,"_peObstacles":[]}]],[589,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-111.25519,-654.2363],"_peDist":64.912476,"_peObstacles":[]}]]],[-111.25519,-654.2363],[[556,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-142.6795,-599.8078],"_peDist":62.848644,"_peObstacles":[]}]],[559,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-128.57571,-664.2363],"_peDist":20.000015,"_peObstacles":[]}]],[586,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-79.8309,-708.6648],"_peDist":62.84858,"_peObstacles":[]}]],[589,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]]]]],[563,[[[561,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-103.56397,-279.18585],"_peDist":20.00002,"_peObstacles":[]}]]],[-103.56397,-279.18585],[[561,[{"_peStart":[-103.56397,-279.18585],"_peEnd":[-113.56398,-261.86533],"_peDist":20.00002,"_peObstacles":[]}]]]]],[564,[[[565,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73312,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]]],[-100.73312,-1734.4213],[[565,[{"_peStart":[-100.73312,-1734.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]]]]],[565,[[[544,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.000015,"_peObstacles":[]}]],[564,[{"_peStart":[-100.73312,-1734.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]],[566,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[594,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73311,-1754.4213],[[544,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.000015,"_peObstacles":[]}]],[564,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73312,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]],[566,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[594,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[566,[[[546,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[565,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[567,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[595,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73306,-1814.4213],[[546,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[565,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[567,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[595,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[567,[[[547,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[566,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[568,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[596,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73303,-1874.4213],[[547,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[566,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[568,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[596,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[568,[[[548,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.000015,"_peObstacles":[]}]],[567,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[569,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[597,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73299,-1934.4213],[[548,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-160.733,-1934.4214],"_peDist":60.000015,"_peObstacles":[]}]],[567,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[569,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[597,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[569,[[[549,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[568,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[570,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.000122,"_peObstacles":[]}]],[598,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73294,-1994.4213],[[549,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[568,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[570,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.000122,"_peObstacles":[]}]],[598,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[570,[[[550,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[569,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.000122,"_peObstacles":[]}]],[571,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[599,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73291,-2054.4214],[[550,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[569,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.000122,"_peObstacles":[]}]],[571,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[599,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[571,[[[552,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]],[570,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[572,[{"_peStart":[-100.73285,-2134.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[600,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-100.732864,-2114.4214],[[552,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]],[570,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[572,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[600,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[572,[[[571,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-100.73285,-2134.4214],[[571,[{"_peStart":[-100.73285,-2134.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[573,[[[586,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-97.1514,-718.6648],"_peDist":19.999989,"_peObstacles":[]}]]],[-97.1514,-718.6648],[[586,[{"_peStart":[-97.1514,-718.6648],"_peEnd":[-79.8309,-708.6648],"_peDist":19.999989,"_peObstacles":[]}]]]]],[574,[[[575,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-96.46365,-550.03107],"_peDist":19.999989,"_peObstacles":[]}]]],[-96.46365,-550.03107],[[575,[{"_peStart":[-96.46365,-550.03107],"_peEnd":[-86.46365,-567.35156],"_peDist":19.999989,"_peObstacles":[]}]]]]],[575,[[[556,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912476,"_peObstacles":[]}]],[574,[{"_peStart":[-96.46365,-550.03107],"_peEnd":[-86.46365,-567.35156],"_peDist":19.999989,"_peObstacles":[]}]],[589,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-86.46365,-567.35156],"_peDist":62.848644,"_peObstacles":[]}]],[606,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912445,"_peObstacles":[]}]]],[-86.46365,-567.35156],[[556,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-142.6795,-599.8078],"_peDist":64.912476,"_peObstacles":[]}]],[574,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-96.46365,-550.03107],"_peDist":19.999989,"_peObstacles":[]}]],[589,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848644,"_peObstacles":[]}]],[606,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-30.247803,-534.8954],"_peDist":64.912445,"_peObstacles":[]}]]]]],[576,[[[554,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-84.282005,-152.58328],"_peDist":80.000015,"_peObstacles":[]}]],[560,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-84.282005,-152.58328],"_peDist":79.999985,"_peObstacles":[]}]],[592,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-84.282005,-152.58328],"_peDist":80.0,"_peObstacles":[]}]],[609,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-84.282005,-152.58328],"_peDist":79.99999,"_peObstacles":[]}]]],[-84.282005,-152.58328],[[554,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-153.56403,-192.58333],"_peDist":80.000015,"_peObstacles":[]}]],[560,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-124.28204,-83.301285],"_peDist":79.999985,"_peObstacles":[]}]],[592,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]],[609,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-15.0,-112.58325],"_peDist":79.99999,"_peObstacles":[]}]]]]],[577,[[[536,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[578,[{"_peStart":[-80.00003,430.0],"_peEnd":[-80.00003,410.0],"_peDist":20.0,"_peObstacles":[]}]],[579,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[630,[{"_peStart":[19.999971,410.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]]],[-80.00003,410.0],[[536,[{"_peStart":[-80.00003,410.0],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[578,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00003,430.0],"_peDist":20.0,"_peObstacles":[]}]],[579,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]],[630,[{"_peStart":[-80.00003,410.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[578,[[[577,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00003,430.0],"_peDist":20.0,"_peObstacles":[]}]]],[-80.00003,430.0],[[577,[{"_peStart":[-80.00003,430.0],"_peEnd":[-80.00003,410.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[579,[[[539,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-80.00002,310.0],"_peDist":99.99999,"_peObstacles":[]}]],[577,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]],[580,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.00002,310.0],"_peDist":100.000015,"_peObstacles":[]}]],[631,[{"_peStart":[19.99998,310.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]]],[-80.00002,310.0],[[539,[{"_peStart":[-80.00002,310.0],"_peEnd":[-180.00002,309.99997],"_peDist":99.99999,"_peObstacles":[]}]],[577,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[580,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[631,[{"_peStart":[-80.00002,310.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[580,[[[538,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-80.00001,209.99998],"_peDist":100.00001,"_peObstacles":[]}]],[579,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[583,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.00001,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[632,[{"_peStart":[19.999989,210.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.0,"_peObstacles":[]}]]],[-80.00001,209.99998],[[538,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-180.00002,209.99998],"_peDist":100.00001,"_peObstacles":[]}]],[579,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.00002,310.0],"_peDist":100.000015,"_peObstacles":[]}]],[583,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.0,110.0],"_peDist":99.999985,"_peObstacles":[]}]],[632,[{"_peStart":[-80.00001,209.99998],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[581,[[[582,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[585,[{"_peStart":[-79.99999,10.0],"_peEnd":[-80.0,60.0],"_peDist":50.0,"_peObstacles":[]}]]],[-80.0,60.0],[[582,[{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[585,[{"_peStart":[-80.0,60.0],"_peEnd":[-79.99999,10.0],"_peDist":50.0,"_peObstacles":[]}]]]]],[582,[[[581,[{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[583,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.0,90.0],"_peDist":20.0,"_peObstacles":[]}]]],[-80.0,90.0],[[581,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[583,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,110.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[583,[[[541,[{"_peStart":[-180.0,109.99997],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]],[580,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.0,110.0],"_peDist":99.999985,"_peObstacles":[]}]],[582,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,110.0],"_peDist":20.0,"_peObstacles":[]}]],[633,[{"_peStart":[19.999998,110.0],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]]],[-80.0,110.0],[[541,[{"_peStart":[-80.0,110.0],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[580,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.00001,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[582,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.0,90.0],"_peDist":20.0,"_peObstacles":[]}]],[633,[{"_peStart":[-80.0,110.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[584,[[[585,[{"_peStart":[-79.99999,10.0],"_peEnd":[-79.99999,0.0],"_peDist":10.0,"_peObstacles":[]}]],[588,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-79.99999,0.0],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]]],[-79.99999,0.0],[[585,[{"_peStart":[-79.99999,0.0],"_peEnd":[-79.99999,10.0],"_peDist":10.0,"_peObstacles":[]}]],[588,[{"_peStart":[-79.99999,0.0],"_peEnd":[-64.999985,-25.98076],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]]]]],[585,[[[581,[{"_peStart":[-80.0,60.0],"_peEnd":[-79.99999,10.0],"_peDist":50.0,"_peObstacles":[]}]],[584,[{"_peStart":[-79.99999,0.0],"_peEnd":[-79.99999,10.0],"_peDist":10.0,"_peObstacles":[]}]]],[-79.99999,10.0],[[581,[{"_peStart":[-79.99999,10.0],"_peEnd":[-80.0,60.0],"_peDist":50.0,"_peObstacles":[]}]],[584,[{"_peStart":[-79.99999,10.0],"_peEnd":[-79.99999,0.0],"_peDist":10.0,"_peObstacles":[]}]]]]],[586,[[[562,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-79.8309,-708.6648],"_peDist":62.84858,"_peObstacles":[]}]],[573,[{"_peStart":[-97.1514,-718.6648],"_peEnd":[-79.8309,-708.6648],"_peDist":19.999989,"_peObstacles":[]}]],[591,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-79.8309,-708.6648],"_peDist":62.848698,"_peObstacles":[]}]],[607,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-79.8309,-708.6648],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]]],[-79.8309,-708.6648],[[562,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-111.25519,-654.2363],"_peDist":62.84858,"_peObstacles":[]}]],[573,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-97.1514,-718.6648],"_peDist":19.999989,"_peObstacles":[]}]],[591,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848698,"_peObstacles":[]}]],[607,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-23.615036,-676.2086],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]]]]],[587,[[[591,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-65.72711,-773.0934],"_peDist":20.000015,"_peObstacles":[]}]]],[-65.72711,-773.0934],[[591,[{"_peStart":[-65.72711,-773.0934],"_peEnd":[-48.406586,-763.0934],"_peDist":20.000015,"_peObstacles":[]}]]]]],[588,[[[584,[{"_peStart":[-79.99999,0.0],"_peEnd":[-64.999985,-25.98076],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]],[590,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-64.999985,-25.98076],"_peDist":19.999947,"_peObstacles":[]}]]],[-64.999985,-25.98076],[[584,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-79.99999,0.0],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]],[590,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-55.00004,-43.30124],"_peDist":19.999947,"_peObstacles":[]}]]]]],[589,[[[562,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]],[575,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848644,"_peObstacles":[]}]],[607,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[614,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]]],[-55.039337,-621.7801],[[562,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-111.25519,-654.2363],"_peDist":64.912476,"_peObstacles":[]}]],[575,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-86.46365,-567.35156],"_peDist":62.848644,"_peObstacles":[]}]],[607,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[614,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]]]]],[590,[[[560,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]],[588,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-55.00004,-43.30124],"_peDist":19.999947,"_peObstacles":[]}]],[603,[{"_peStart":[-37.679527,-33.30124],"_peEnd":[-55.00004,-43.30124],"_peDist":20.000002,"_peObstacles":[]}]],[609,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]]],[-55.00004,-43.30124],[[560,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]],[588,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-64.999985,-25.98076],"_peDist":19.999947,"_peObstacles":[]}]],[603,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-37.679527,-33.30124],"_peDist":20.000002,"_peObstacles":[]}]],[609,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]]]]],[591,[[[586,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848698,"_peObstacles":[]}]],[587,[{"_peStart":[-65.72711,-773.0934],"_peEnd":[-48.406586,-763.0934],"_peDist":20.000015,"_peObstacles":[]}]],[608,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848595,"_peObstacles":[]}]],[616,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-48.406586,-763.0934],"_peDist":64.912506,"_peObstacles":[]}]]],[-48.406586,-763.0934],[[586,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-79.8309,-708.6648],"_peDist":62.848698,"_peObstacles":[]}]],[587,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-65.72711,-773.0934],"_peDist":20.000015,"_peObstacles":[]}]],[608,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848595,"_peObstacles":[]}]],[616,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[7.809265,-730.6371],"_peDist":64.912506,"_peObstacles":[]}]]]]],[592,[[[561,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]],[576,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]],[605,[{"_peStart":[-34.28196,-239.1858],"_peEnd":[-44.281967,-221.8653],"_peDist":20.000006,"_peObstacles":[]}]],[640,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-44.281967,-221.8653],"_peDist":79.999985,"_peObstacles":[]}]]],[-44.281967,-221.8653],[[561,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-113.56398,-261.86533],"_peDist":80.0,"_peObstacles":[]}]],[576,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-84.282005,-152.58328],"_peDist":80.0,"_peObstacles":[]}]],[605,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-34.28196,-239.1858],"_peDist":20.000006,"_peObstacles":[]}]],[640,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[25.00003,-181.86526],"_peDist":79.999985,"_peObstacles":[]}]]]]],[593,[[[594,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733124,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]]],[-40.733124,-1734.4213],[[594,[{"_peStart":[-40.733124,-1734.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]]]]],[594,[[[565,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[593,[{"_peStart":[-40.733124,-1734.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]],[595,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[621,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-40.73311,-1754.4213],[[565,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[593,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733124,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]],[595,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[621,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[595,[[[566,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[594,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[596,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[622,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[-40.733063,-1814.4213],"_peDist":59.999992,"_peObstacles":[]}]]],[-40.733063,-1814.4213],[[566,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[594,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[596,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[622,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[19.26693,-1814.4211],"_peDist":59.999992,"_peObstacles":[]}]]]]],[596,[[[567,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[595,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[597,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[623,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.000008,"_peObstacles":[]}]]],[-40.733032,-1874.4213],[[567,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[595,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[597,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[623,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[19.266975,-1874.4211],"_peDist":60.000008,"_peObstacles":[]}]]]]],[597,[[[568,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[596,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[598,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[624,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-40.732986,-1934.4213],[[568,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[596,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[598,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[624,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[598,[[[569,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[597,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[599,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999878,"_peObstacles":[]}]],[625,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999992,"_peObstacles":[]}]]],[-40.73294,-1994.4213],[[569,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[597,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[599,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.73291,-2054.4211],"_peDist":59.999878,"_peObstacles":[]}]],[625,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[19.267052,-1994.4211],"_peDist":59.999992,"_peObstacles":[]}]]]]],[599,[[[570,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[598,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.73291,-2054.4211],"_peDist":59.999878,"_peObstacles":[]}]],[600,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[626,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]]],[-40.73291,-2054.4211],[[570,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[598,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999878,"_peObstacles":[]}]],[600,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[626,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]]]]],[600,[[[571,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[599,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[601,[{"_peStart":[-40.73285,-2134.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]],[627,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]],[-40.732864,-2114.4211],[[571,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[599,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[601,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73285,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]],[627,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[601,[[[600,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73285,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]]],[-40.73285,-2134.4211],[[600,[{"_peStart":[-40.73285,-2134.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[602,[[[606,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-40.247803,-517.5748],"_peDist":20.000042,"_peObstacles":[]}]]],[-40.247803,-517.5748],[[606,[{"_peStart":[-40.247803,-517.5748],"_peEnd":[-30.247803,-534.8954],"_peDist":20.000042,"_peObstacles":[]}]]]]],[603,[[[590,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-37.679527,-33.30124],"_peDist":20.000002,"_peObstacles":[]}]]],[-37.679527,-33.30124],[[590,[{"_peStart":[-37.679527,-33.30124],"_peEnd":[-55.00004,-43.30124],"_peDist":20.000002,"_peObstacles":[]}]]]]],[604,[[[608,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-34.302795,-827.52185],"_peDist":20.000015,"_peObstacles":[]}]]],[-34.302795,-827.52185],[[608,[{"_peStart":[-34.302795,-827.52185],"_peEnd":[-16.98227,-817.52185],"_peDist":20.000015,"_peObstacles":[]}]]]]],[605,[[[592,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-34.28196,-239.1858],"_peDist":20.000006,"_peObstacles":[]}]]],[-34.28196,-239.1858],[[592,[{"_peStart":[-34.28196,-239.1858],"_peEnd":[-44.281967,-221.8653],"_peDist":20.000006,"_peObstacles":[]}]]]]],[606,[[[575,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-30.247803,-534.8954],"_peDist":64.912445,"_peObstacles":[]}]],[602,[{"_peStart":[-40.247803,-517.5748],"_peEnd":[-30.247803,-534.8954],"_peDist":20.000042,"_peObstacles":[]}]],[614,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-30.247803,-534.8954],"_peDist":62.848595,"_peObstacles":[]}]],[641,[{"_peStart":[25.968048,-502.43912],"_peEnd":[-30.247803,-534.8954],"_peDist":64.91249,"_peObstacles":[]}]]],[-30.247803,-534.8954],[[575,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912445,"_peObstacles":[]}]],[602,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-40.247803,-517.5748],"_peDist":20.000042,"_peObstacles":[]}]],[614,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848595,"_peObstacles":[]}]],[641,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[25.968048,-502.43912],"_peDist":64.91249,"_peObstacles":[]}]]]]],[607,[[[586,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-23.615036,-676.2086],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]],[589,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[616,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[644,[{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[-23.615036,-676.2086],[[586,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-79.8309,-708.6648],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]],[589,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[616,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[7.809265,-730.6371],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[644,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[608,[[[591,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848595,"_peObstacles":[]}]],[604,[{"_peStart":[-34.302795,-827.52185],"_peEnd":[-16.98227,-817.52185],"_peDist":20.000015,"_peObstacles":[]}]],[618,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[646,[{"_peStart":[39.23358,-785.0657],"_peEnd":[-16.98227,-817.52185],"_peDist":64.912445,"_peObstacles":[]}]]],[-16.98227,-817.52185],[[591,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848595,"_peObstacles":[]}]],[604,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-34.302795,-827.52185],"_peDist":20.000015,"_peObstacles":[]}]],[618,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[14.442047,-871.9504],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[646,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[39.23358,-785.0657],"_peDist":64.912445,"_peObstacles":[]}]]]]],[609,[[[576,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-15.0,-112.58325],"_peDist":79.99999,"_peObstacles":[]}]],[590,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]],[615,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[-15.0,-112.58325],"_peDist":20.000002,"_peObstacles":[]}]],[640,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]]],[-15.0,-112.58325],[[576,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-84.282005,-152.58328],"_peDist":79.99999,"_peObstacles":[]}]],[590,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]],[615,[{"_peStart":[-15.0,-112.58325],"_peEnd":[2.3205109,-102.58325],"_peDist":20.000002,"_peObstacles":[]}]],[640,[{"_peStart":[-15.0,-112.58325],"_peEnd":[25.00003,-181.86526],"_peDist":80.0,"_peObstacles":[]}]]]]],[610,[[[617,[{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]]],[-12.528597,-1105.236],[[617,[{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]]]]],[611,[[[618,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-2.878479,-881.9504],"_peDist":20.000015,"_peObstacles":[]}]]],[-2.878479,-881.9504],[[618,[{"_peStart":[-2.878479,-881.9504],"_peEnd":[14.442047,-871.9504],"_peDist":20.000015,"_peObstacles":[]}]]]]],[612,[[[635,[{"_peStart":[20.0,20.0],"_peEnd":[0.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]],[0.0,20.0],[[635,[{"_peStart":[0.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[613,[[[636,[{"_peStart":[20.0,40.0],"_peEnd":[0.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]],[0.0,40.0],[[636,[{"_peStart":[0.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[614,[[[589,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]],[606,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848595,"_peObstacles":[]}]],[644,[{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[655,[{"_peStart":[57.392365,-556.8676],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]]],[1.1765137,-589.32385],[[589,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]],[606,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-30.247803,-534.8954],"_peDist":62.848595,"_peObstacles":[]}]],[644,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[655,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[57.392365,-556.8676],"_peDist":64.912476,"_peObstacles":[]}]]]]],[615,[[[609,[{"_peStart":[-15.0,-112.58325],"_peEnd":[2.3205109,-102.58325],"_peDist":20.000002,"_peObstacles":[]}]],[642,[{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]],[2.3205109,-102.58325],[[609,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[-15.0,-112.58325],"_peDist":20.000002,"_peObstacles":[]}]],[642,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]]]],[616,[[[591,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[7.809265,-730.6371],"_peDist":64.912506,"_peObstacles":[]}]],[607,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[7.809265,-730.6371],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[646,[{"_peStart":[39.23358,-785.0657],"_peEnd":[7.809265,-730.6371],"_peDist":62.848698,"_peObstacles":[]}]],[657,[{"_peStart":[64.025116,-698.1809],"_peEnd":[7.809265,-730.6371],"_peDist":64.912445,"_peObstacles":[]}]]],[7.809265,-730.6371],[[591,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-48.406586,-763.0934],"_peDist":64.912506,"_peObstacles":[]}]],[607,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[646,[{"_peStart":[7.809265,-730.6371],"_peEnd":[39.23358,-785.0657],"_peDist":62.848698,"_peObstacles":[]}]],[657,[{"_peStart":[7.809265,-730.6371],"_peEnd":[64.025116,-698.1809],"_peDist":64.912445,"_peObstacles":[]}]]]]],[617,[[[610,[{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]],[639,[{"_peStart":[22.112415,-1085.236],"_peEnd":[13.452164,-1090.236],"_peDist":9.999998,"_peObstacles":[]}]]],[13.452164,-1090.236],[[610,[{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]],[639,[{"_peStart":[13.452164,-1090.236],"_peEnd":[22.112415,-1085.236],"_peDist":9.999998,"_peObstacles":[]}]]]]],[618,[[[608,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[14.442047,-871.9504],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[611,[{"_peStart":[-2.878479,-881.9504],"_peEnd":[14.442047,-871.9504],"_peDist":20.000015,"_peObstacles":[]}]],[654,[{"_peStart":[45.86635,-926.3789],"_peEnd":[14.442047,-871.9504],"_peDist":62.848637,"_peObstacles":[]}]],[659,[{"_peStart":[70.6579,-839.49414],"_peEnd":[14.442047,-871.9504],"_peDist":64.912476,"_peObstacles":[]}]]],[14.442047,-871.9504],[[608,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[611,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-2.878479,-881.9504],"_peDist":20.000015,"_peObstacles":[]}]],[654,[{"_peStart":[14.442047,-871.9504],"_peEnd":[45.86635,-926.3789],"_peDist":62.848637,"_peObstacles":[]}]],[659,[{"_peStart":[14.442047,-871.9504],"_peEnd":[70.6579,-839.49414],"_peDist":64.912476,"_peObstacles":[]}]]]]],[619,[[[641,[{"_peStart":[25.968048,-502.43912],"_peEnd":[15.968048,-485.1186],"_peDist":20.000015,"_peObstacles":[]}]]],[15.968048,-485.1186],[[641,[{"_peStart":[15.968048,-485.1186],"_peEnd":[25.968048,-502.43912],"_peDist":20.000015,"_peObstacles":[]}]]]]],[620,[[[621,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.266876,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]]],[19.266876,-1734.4211],[[621,[{"_peStart":[19.266876,-1734.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[621,[[[594,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[620,[{"_peStart":[19.266876,-1734.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]],[622,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[664,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.266891,-1754.4211],[[594,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[620,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.266876,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]],[622,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[664,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[622,[[[595,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[19.26693,-1814.4211],"_peDist":59.999992,"_peObstacles":[]}]],[621,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[623,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[665,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.26693,-1814.4211],[[595,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[-40.733063,-1814.4213],"_peDist":59.999992,"_peObstacles":[]}]],[621,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[623,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[665,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[623,[[[596,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[19.266975,-1874.4211],"_peDist":60.000008,"_peObstacles":[]}]],[622,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[624,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[666,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]]],[19.266975,-1874.4211],[[596,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.000008,"_peObstacles":[]}]],[622,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[624,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[666,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]]]]],[624,[[[597,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[623,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[625,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[667,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.267014,-1934.4211],[[597,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[623,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[625,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[667,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[625,[[[598,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[19.267052,-1994.4211],"_peDist":59.999992,"_peObstacles":[]}]],[624,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[626,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[668,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]]],[19.267052,-1994.4211],[[598,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999992,"_peObstacles":[]}]],[624,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[626,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[668,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]]]]],[626,[[[599,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]],[625,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[627,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[669,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.267097,-2054.4211],[[599,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]],[625,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[627,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[669,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[627,[[[600,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[626,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[628,[{"_peStart":[19.26715,-2134.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]],[670,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.267136,-2114.4211],[[600,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[626,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[628,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]],[670,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[628,[[[627,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]]],[19.26715,-2134.4211],[[627,[{"_peStart":[19.26715,-2134.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[629,[[[630,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99997,430.0],"_peDist":20.0,"_peObstacles":[]}]]],[19.99997,430.0],[[630,[{"_peStart":[19.99997,430.0],"_peEnd":[19.999971,410.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[630,[[[577,[{"_peStart":[-80.00003,410.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]],[629,[{"_peStart":[19.99997,430.0],"_peEnd":[19.999971,410.0],"_peDist":20.0,"_peObstacles":[]}]],[631,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]],[647,[{"_peStart":[39.99997,410.0],"_peEnd":[19.999971,410.0],"_peDist":19.999998,"_peObstacles":[]}]]],[19.999971,410.0],[[577,[{"_peStart":[19.999971,410.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[629,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99997,430.0],"_peDist":20.0,"_peObstacles":[]}]],[631,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[647,[{"_peStart":[19.999971,410.0],"_peEnd":[39.99997,410.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[631,[[[579,[{"_peStart":[-80.00002,310.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[630,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[632,[{"_peStart":[19.999989,210.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[648,[{"_peStart":[39.99998,310.0],"_peEnd":[19.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]],[19.99998,310.0],[[579,[{"_peStart":[19.99998,310.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]],[630,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]],[632,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[648,[{"_peStart":[19.99998,310.0],"_peEnd":[39.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[632,[[[580,[{"_peStart":[-80.00001,209.99998],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[631,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[633,[{"_peStart":[19.999998,110.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[649,[{"_peStart":[39.99999,210.0],"_peEnd":[19.999989,210.0],"_peDist":20.0,"_peObstacles":[]}]]],[19.999989,210.0],[[580,[{"_peStart":[19.999989,210.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.0,"_peObstacles":[]}]],[631,[{"_peStart":[19.999989,210.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[633,[{"_peStart":[19.999989,210.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]],[649,[{"_peStart":[19.999989,210.0],"_peEnd":[39.99999,210.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[633,[[[583,[{"_peStart":[-80.0,110.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]],[632,[{"_peStart":[19.999989,210.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]],[638,[{"_peStart":[20.0,90.0],"_peEnd":[19.999998,110.0],"_peDist":20.0,"_peObstacles":[]}]],[650,[{"_peStart":[39.999996,110.0],"_peEnd":[19.999998,110.0],"_peDist":19.999998,"_peObstacles":[]}]]],[19.999998,110.0],[[583,[{"_peStart":[19.999998,110.0],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]],[632,[{"_peStart":[19.999998,110.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[638,[{"_peStart":[19.999998,110.0],"_peEnd":[20.0,90.0],"_peDist":20.0,"_peObstacles":[]}]],[650,[{"_peStart":[19.999998,110.0],"_peEnd":[39.999996,110.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[634,[[[635,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,0.0],"_peDist":20.0,"_peObstacles":[]}]]],[20.0,0.0],[[635,[{"_peStart":[20.0,0.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[635,[[[612,[{"_peStart":[0.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[634,[{"_peStart":[20.0,0.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[635,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,20.0],"_peDist":0.0,"_peObstacles":[]}]],[636,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[651,[{"_peStart":[40.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]],[20.0,20.0],[[612,[{"_peStart":[20.0,20.0],"_peEnd":[0.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[634,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,0.0],"_peDist":20.0,"_peObstacles":[]}]],[635,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,20.0],"_peDist":0.0,"_peObstacles":[]}]],[636,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[651,[{"_peStart":[20.0,20.0],"_peEnd":[40.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[636,[[[613,[{"_peStart":[0.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[635,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[636,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,40.0],"_peDist":0.0,"_peObstacles":[]}]],[637,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[652,[{"_peStart":[40.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]],[20.0,40.0],[[613,[{"_peStart":[20.0,40.0],"_peEnd":[0.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[635,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[636,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,40.0],"_peDist":0.0,"_peObstacles":[]}]],[637,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,60.0],"_peDist":20.0,"_peObstacles":[]}]],[652,[{"_peStart":[20.0,40.0],"_peEnd":[40.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[637,[[[636,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,60.0],"_peDist":20.0,"_peObstacles":[]}]],[638,[{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]],[20.0,60.0],[[636,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[638,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]]]],[638,[[[633,[{"_peStart":[19.999998,110.0],"_peEnd":[20.0,90.0],"_peDist":20.0,"_peObstacles":[]}]],[637,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]],[20.0,90.0],[[633,[{"_peStart":[20.0,90.0],"_peEnd":[19.999998,110.0],"_peDist":20.0,"_peObstacles":[]}]],[637,[{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]]]],[639,[[[617,[{"_peStart":[13.452164,-1090.236],"_peEnd":[22.112415,-1085.236],"_peDist":9.999998,"_peObstacles":[]}]],[658,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[22.112415,-1085.236],"_peDist":50.000057,"_peObstacles":[]}]]],[22.112415,-1085.236],[[617,[{"_peStart":[22.112415,-1085.236],"_peEnd":[13.452164,-1090.236],"_peDist":9.999998,"_peObstacles":[]}]],[658,[{"_peStart":[22.112415,-1085.236],"_peEnd":[65.41368,-1060.2358],"_peDist":50.000057,"_peObstacles":[]}]]]]],[640,[[[592,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[25.00003,-181.86526],"_peDist":79.999985,"_peObstacles":[]}]],[609,[{"_peStart":[-15.0,-112.58325],"_peEnd":[25.00003,-181.86526],"_peDist":80.0,"_peObstacles":[]}]],[645,[{"_peStart":[35.000046,-199.18576],"_peEnd":[25.00003,-181.86526],"_peDist":19.999996,"_peObstacles":[]}]],[653,[{"_peStart":[42.32054,-171.86526],"_peEnd":[25.00003,-181.86526],"_peDist":20.000002,"_peObstacles":[]}]]],[25.00003,-181.86526],[[592,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-44.281967,-221.8653],"_peDist":79.999985,"_peObstacles":[]}]],[609,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]],[645,[{"_peStart":[25.00003,-181.86526],"_peEnd":[35.000046,-199.18576],"_peDist":19.999996,"_peObstacles":[]}]],[653,[{"_peStart":[25.00003,-181.86526],"_peEnd":[42.32054,-171.86526],"_peDist":20.000002,"_peObstacles":[]}]]]]],[641,[[[606,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[25.968048,-502.43912],"_peDist":64.91249,"_peObstacles":[]}]],[619,[{"_peStart":[15.968048,-485.1186],"_peEnd":[25.968048,-502.43912],"_peDist":20.000015,"_peObstacles":[]}]],[655,[{"_peStart":[57.392365,-556.8676],"_peEnd":[25.968048,-502.43912],"_peDist":62.84862,"_peObstacles":[]}]],[673,[{"_peStart":[82.1839,-469.98288],"_peEnd":[25.968048,-502.43912],"_peDist":64.912476,"_peObstacles":[]}]]],[25.968048,-502.43912],[[606,[{"_peStart":[25.968048,-502.43912],"_peEnd":[-30.247803,-534.8954],"_peDist":64.91249,"_peObstacles":[]}]],[619,[{"_peStart":[25.968048,-502.43912],"_peEnd":[15.968048,-485.1186],"_peDist":20.000015,"_peObstacles":[]}]],[655,[{"_peStart":[25.968048,-502.43912],"_peEnd":[57.392365,-556.8676],"_peDist":62.84862,"_peObstacles":[]}]],[673,[{"_peStart":[25.968048,-502.43912],"_peEnd":[82.1839,-469.98288],"_peDist":64.912476,"_peObstacles":[]}]]]]],[642,[[[615,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[660,[{"_peStart":[71.60253,-62.58322],"_peEnd":[28.301268,-87.58324],"_peDist":50.0,"_peObstacles":[]}]]],[28.301268,-87.58324],[[615,[{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[660,[{"_peStart":[28.301268,-87.58324],"_peEnd":[71.60253,-62.58322],"_peDist":50.0,"_peObstacles":[]}]]]]],[643,[[[654,[{"_peStart":[45.86635,-926.3789],"_peEnd":[28.545807,-936.3788],"_peDist":19.999968,"_peObstacles":[]}]]],[28.545807,-936.3788],[[654,[{"_peStart":[28.545807,-936.3788],"_peEnd":[45.86635,-926.3789],"_peDist":19.999968,"_peObstacles":[]}]]]]],[644,[[[607,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[614,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[657,[{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[675,[{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[32.600815,-643.7524],[[607,[{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[614,[{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[657,[{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[675,[{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[645,[[[640,[{"_peStart":[25.00003,-181.86526],"_peEnd":[35.000046,-199.18576],"_peDist":19.999996,"_peObstacles":[]}]]],[35.000046,-199.18576],[[640,[{"_peStart":[35.000046,-199.18576],"_peEnd":[25.00003,-181.86526],"_peDist":19.999996,"_peObstacles":[]}]]]]],[646,[[[608,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[39.23358,-785.0657],"_peDist":64.912445,"_peObstacles":[]}]],[616,[{"_peStart":[7.809265,-730.6371],"_peEnd":[39.23358,-785.0657],"_peDist":62.848698,"_peObstacles":[]}]],[659,[{"_peStart":[70.6579,-839.49414],"_peEnd":[39.23358,-785.0657],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[677,[{"_peStart":[95.44943,-752.6094],"_peEnd":[39.23358,-785.0657],"_peDist":64.912506,"_peObstacles":[]}]]],[39.23358,-785.0657],[[608,[{"_peStart":[39.23358,-785.0657],"_peEnd":[-16.98227,-817.52185],"_peDist":64.912445,"_peObstacles":[]}]],[616,[{"_peStart":[39.23358,-785.0657],"_peEnd":[7.809265,-730.6371],"_peDist":62.848698,"_peObstacles":[]}]],[659,[{"_peStart":[39.23358,-785.0657],"_peEnd":[70.6579,-839.49414],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[677,[{"_peStart":[39.23358,-785.0657],"_peEnd":[95.44943,-752.6094],"_peDist":64.912506,"_peObstacles":[]}]]]]],[647,[[[630,[{"_peStart":[19.999971,410.0],"_peEnd":[39.99997,410.0],"_peDist":19.999998,"_peObstacles":[]}]]],[39.99997,410.0],[[630,[{"_peStart":[39.99997,410.0],"_peEnd":[19.999971,410.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[648,[[[631,[{"_peStart":[19.99998,310.0],"_peEnd":[39.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]],[39.99998,310.0],[[631,[{"_peStart":[39.99998,310.0],"_peEnd":[19.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[649,[[[632,[{"_peStart":[19.999989,210.0],"_peEnd":[39.99999,210.0],"_peDist":20.0,"_peObstacles":[]}]]],[39.99999,210.0],[[632,[{"_peStart":[39.99999,210.0],"_peEnd":[19.999989,210.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[650,[[[633,[{"_peStart":[19.999998,110.0],"_peEnd":[39.999996,110.0],"_peDist":19.999998,"_peObstacles":[]}]]],[39.999996,110.0],[[633,[{"_peStart":[39.999996,110.0],"_peEnd":[19.999998,110.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[651,[[[635,[{"_peStart":[20.0,20.0],"_peEnd":[40.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]],[40.0,20.0],[[635,[{"_peStart":[40.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[652,[[[636,[{"_peStart":[20.0,40.0],"_peEnd":[40.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]],[40.0,40.0],[[636,[{"_peStart":[40.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[653,[[[640,[{"_peStart":[25.00003,-181.86526],"_peEnd":[42.32054,-171.86526],"_peDist":20.000002,"_peObstacles":[]}]]],[42.32054,-171.86526],[[640,[{"_peStart":[42.32054,-171.86526],"_peEnd":[25.00003,-181.86526],"_peDist":20.000002,"_peObstacles":[]}]]]]],[654,[[[618,[{"_peStart":[14.442047,-871.9504],"_peEnd":[45.86635,-926.3789],"_peDist":62.848637,"_peObstacles":[]}]],[643,[{"_peStart":[28.545807,-936.3788],"_peEnd":[45.86635,-926.3789],"_peDist":19.999968,"_peObstacles":[]}]],[662,[{"_peStart":[77.29065,-980.8074],"_peEnd":[45.86635,-926.3789],"_peDist":62.848587,"_peObstacles":[]}]],[686,[{"_peStart":[102.082184,-893.9226],"_peEnd":[45.86635,-926.3789],"_peDist":64.91249,"_peObstacles":[]}]]],[45.86635,-926.3789],[[618,[{"_peStart":[45.86635,-926.3789],"_peEnd":[14.442047,-871.9504],"_peDist":62.848637,"_peObstacles":[]}]],[643,[{"_peStart":[45.86635,-926.3789],"_peEnd":[28.545807,-936.3788],"_peDist":19.999968,"_peObstacles":[]}]],[662,[{"_peStart":[45.86635,-926.3789],"_peEnd":[77.29065,-980.8074],"_peDist":62.848587,"_peObstacles":[]}]],[686,[{"_peStart":[45.86635,-926.3789],"_peEnd":[102.082184,-893.9226],"_peDist":64.91249,"_peObstacles":[]}]]]]],[655,[[[614,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[57.392365,-556.8676],"_peDist":64.912476,"_peObstacles":[]}]],[641,[{"_peStart":[25.968048,-502.43912],"_peEnd":[57.392365,-556.8676],"_peDist":62.84862,"_peObstacles":[]}]],[675,[{"_peStart":[88.816666,-611.29614],"_peEnd":[57.392365,-556.8676],"_peDist":62.848637,"_peObstacles":[]}]],[689,[{"_peStart":[113.60821,-524.4114],"_peEnd":[57.392365,-556.8676],"_peDist":64.91247,"_peObstacles":[]}]]],[57.392365,-556.8676],[[614,[{"_peStart":[57.392365,-556.8676],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]],[641,[{"_peStart":[57.392365,-556.8676],"_peEnd":[25.968048,-502.43912],"_peDist":62.84862,"_peObstacles":[]}]],[675,[{"_peStart":[57.392365,-556.8676],"_peEnd":[88.816666,-611.29614],"_peDist":62.848637,"_peObstacles":[]}]],[689,[{"_peStart":[57.392365,-556.8676],"_peEnd":[113.60821,-524.4114],"_peDist":64.91247,"_peObstacles":[]}]]]]],[656,[[[662,[{"_peStart":[77.29065,-980.8074],"_peEnd":[59.970123,-990.8074],"_peDist":20.000015,"_peObstacles":[]}]]],[59.970123,-990.8074],[[662,[{"_peStart":[59.970123,-990.8074],"_peEnd":[77.29065,-980.8074],"_peDist":20.000015,"_peObstacles":[]}]]]]],[657,[[[616,[{"_peStart":[7.809265,-730.6371],"_peEnd":[64.025116,-698.1809],"_peDist":64.912445,"_peObstacles":[]}]],[644,[{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[677,[{"_peStart":[95.44943,-752.6094],"_peEnd":[64.025116,-698.1809],"_peDist":62.848595,"_peObstacles":[]}]],[691,[{"_peStart":[120.24097,-665.7246],"_peEnd":[64.025116,-698.1809],"_peDist":64.912506,"_peObstacles":[]}]]],[64.025116,-698.1809],[[616,[{"_peStart":[64.025116,-698.1809],"_peEnd":[7.809265,-730.6371],"_peDist":64.912445,"_peObstacles":[]}]],[644,[{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[677,[{"_peStart":[64.025116,-698.1809],"_peEnd":[95.44943,-752.6094],"_peDist":62.848595,"_peObstacles":[]}]],[691,[{"_peStart":[64.025116,-698.1809],"_peEnd":[120.24097,-665.7246],"_peDist":64.912506,"_peObstacles":[]}]]]]],[658,[[[639,[{"_peStart":[22.112415,-1085.236],"_peEnd":[65.41368,-1060.2358],"_peDist":50.000057,"_peObstacles":[]}]],[676,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[65.41368,-1060.2358],[[639,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[22.112415,-1085.236],"_peDist":50.000057,"_peObstacles":[]}]],[676,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[659,[[[618,[{"_peStart":[14.442047,-871.9504],"_peEnd":[70.6579,-839.49414],"_peDist":64.912476,"_peObstacles":[]}]],[646,[{"_peStart":[39.23358,-785.0657],"_peEnd":[70.6579,-839.49414],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[686,[{"_peStart":[102.082184,-893.9226],"_peEnd":[70.6579,-839.49414],"_peDist":62.84858,"_peObstacles":[]}]],[692,[{"_peStart":[126.87375,-807.03796],"_peEnd":[70.6579,-839.49414],"_peDist":64.912445,"_peObstacles":[]}]]],[70.6579,-839.49414],[[618,[{"_peStart":[70.6579,-839.49414],"_peEnd":[14.442047,-871.9504],"_peDist":64.912476,"_peObstacles":[]}]],[646,[{"_peStart":[70.6579,-839.49414],"_peEnd":[39.23358,-785.0657],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[686,[{"_peStart":[70.6579,-839.49414],"_peEnd":[102.082184,-893.9226],"_peDist":62.84858,"_peObstacles":[]}]],[692,[{"_peStart":[70.6579,-839.49414],"_peEnd":[126.87375,-807.03796],"_peDist":64.912445,"_peObstacles":[]}]]]]],[660,[[[642,[{"_peStart":[28.301268,-87.58324],"_peEnd":[71.60253,-62.58322],"_peDist":50.0,"_peObstacles":[]}]],[672,[{"_peStart":[80.26278,-57.583218],"_peEnd":[71.60253,-62.58322],"_peDist":9.999996,"_peObstacles":[]}]]],[71.60253,-62.58322],[[642,[{"_peStart":[71.60253,-62.58322],"_peEnd":[28.301268,-87.58324],"_peDist":50.0,"_peObstacles":[]}]],[672,[{"_peStart":[71.60253,-62.58322],"_peEnd":[80.26278,-57.583218],"_peDist":9.999996,"_peObstacles":[]}]]]]],[661,[[[673,[{"_peStart":[82.1839,-469.98288],"_peEnd":[72.1839,-452.66238],"_peDist":19.999989,"_peObstacles":[]}]]],[72.1839,-452.66238],[[673,[{"_peStart":[72.1839,-452.66238],"_peEnd":[82.1839,-469.98288],"_peDist":19.999989,"_peObstacles":[]}]]]]],[662,[[[654,[{"_peStart":[45.86635,-926.3789],"_peEnd":[77.29065,-980.8074],"_peDist":62.848587,"_peObstacles":[]}]],[656,[{"_peStart":[59.970123,-990.8074],"_peEnd":[77.29065,-980.8074],"_peDist":20.000015,"_peObstacles":[]}]],[687,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[77.29065,-980.8074],"_peDist":62.848595,"_peObstacles":[]}]],[695,[{"_peStart":[133.5065,-948.3512],"_peEnd":[77.29065,-980.8074],"_peDist":64.912445,"_peObstacles":[]}]]],[77.29065,-980.8074],[[654,[{"_peStart":[77.29065,-980.8074],"_peEnd":[45.86635,-926.3789],"_peDist":62.848587,"_peObstacles":[]}]],[656,[{"_peStart":[77.29065,-980.8074],"_peEnd":[59.970123,-990.8074],"_peDist":20.000015,"_peObstacles":[]}]],[687,[{"_peStart":[77.29065,-980.8074],"_peEnd":[108.714966,-1035.2358],"_peDist":62.848595,"_peObstacles":[]}]],[695,[{"_peStart":[77.29065,-980.8074],"_peEnd":[133.5065,-948.3512],"_peDist":64.912445,"_peObstacles":[]}]]]]],[663,[[[664,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26688,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26688,-1734.4211],[[664,[{"_peStart":[79.26688,-1734.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[664,[[[621,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[663,[{"_peStart":[79.26688,-1734.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]],[665,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[679,[{"_peStart":[99.26689,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26689,-1754.4211],[[621,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[663,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26688,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]],[665,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[679,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[99.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[665,[[[622,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[664,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[666,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[680,[{"_peStart":[99.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26693,-1814.4211],[[622,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[664,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[666,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[680,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[99.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[666,[[[623,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]],[665,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[667,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[681,[{"_peStart":[99.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]],[79.26697,-1874.4211],[[623,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]],[665,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[667,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[681,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[99.266975,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]]]],[667,[[[624,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[666,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[668,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[682,[{"_peStart":[99.26701,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26701,-1934.4211],[[624,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[666,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[668,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[682,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[99.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[668,[[[625,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]],[667,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[669,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[683,[{"_peStart":[99.26705,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]],[79.26706,-1994.4211],[[625,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]],[667,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[669,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[683,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[99.26705,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]]]],[669,[[[626,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[668,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[670,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[684,[{"_peStart":[99.2671,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.2671,-2054.4211],[[626,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[668,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[670,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[684,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[99.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[670,[[[627,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[669,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[671,[{"_peStart":[79.26715,-2134.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]],[685,[{"_peStart":[99.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.267136,-2114.4211],[[627,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[669,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[671,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]],[685,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[99.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[671,[[[670,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26715,-2134.4211],[[670,[{"_peStart":[79.26715,-2134.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[672,[[[660,[{"_peStart":[71.60253,-62.58322],"_peEnd":[80.26278,-57.583218],"_peDist":9.999996,"_peObstacles":[]}]],[678,[{"_peStart":[97.58334,-47.5831],"_peEnd":[80.26278,-57.583218],"_peDist":20.000109,"_peObstacles":[]}]]],[80.26278,-57.583218],[[660,[{"_peStart":[80.26278,-57.583218],"_peEnd":[71.60253,-62.58322],"_peDist":9.999996,"_peObstacles":[]}]],[678,[{"_peStart":[80.26278,-57.583218],"_peEnd":[97.58334,-47.5831],"_peDist":20.000109,"_peObstacles":[]}]]]]],[673,[[[641,[{"_peStart":[25.968048,-502.43912],"_peEnd":[82.1839,-469.98288],"_peDist":64.912476,"_peObstacles":[]}]],[661,[{"_peStart":[72.1839,-452.66238],"_peEnd":[82.1839,-469.98288],"_peDist":19.999989,"_peObstacles":[]}]],[689,[{"_peStart":[113.60821,-524.4114],"_peEnd":[82.1839,-469.98288],"_peDist":62.848618,"_peObstacles":[]}]],[696,[{"_peStart":[138.39977,-437.52664],"_peEnd":[82.1839,-469.98288],"_peDist":64.91248,"_peObstacles":[]}]]],[82.1839,-469.98288],[[641,[{"_peStart":[82.1839,-469.98288],"_peEnd":[25.968048,-502.43912],"_peDist":64.912476,"_peObstacles":[]}]],[661,[{"_peStart":[82.1839,-469.98288],"_peEnd":[72.1839,-452.66238],"_peDist":19.999989,"_peObstacles":[]}]],[689,[{"_peStart":[82.1839,-469.98288],"_peEnd":[113.60821,-524.4114],"_peDist":62.848618,"_peObstacles":[]}]],[696,[{"_peStart":[82.1839,-469.98288],"_peEnd":[138.39977,-437.52664],"_peDist":64.91248,"_peObstacles":[]}]]]]],[674,[[[678,[{"_peStart":[97.58334,-47.5831],"_peEnd":[87.58334,-30.262589],"_peDist":20.000002,"_peObstacles":[]}]]],[87.58334,-30.262589],[[678,[{"_peStart":[87.58334,-30.262589],"_peEnd":[97.58334,-47.5831],"_peDist":20.000002,"_peObstacles":[]}]]]]],[675,[[[644,[{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[655,[{"_peStart":[57.392365,-556.8676],"_peEnd":[88.816666,-611.29614],"_peDist":62.848637,"_peObstacles":[]}]],[691,[{"_peStart":[120.24097,-665.7246],"_peEnd":[88.816666,-611.29614],"_peDist":62.848587,"_peObstacles":[]}]],[698,[{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[88.816666,-611.29614],[[644,[{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[655,[{"_peStart":[88.816666,-611.29614],"_peEnd":[57.392365,-556.8676],"_peDist":62.848637,"_peObstacles":[]}]],[691,[{"_peStart":[88.816666,-611.29614],"_peEnd":[120.24097,-665.7246],"_peDist":62.848587,"_peObstacles":[]}]],[698,[{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[676,[[[658,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[687,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":20.000015,"_peObstacles":[]}]]],[91.39444,-1045.2358],[[658,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[687,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000015,"_peObstacles":[]}]]]]],[677,[[[646,[{"_peStart":[39.23358,-785.0657],"_peEnd":[95.44943,-752.6094],"_peDist":64.912506,"_peObstacles":[]}]],[657,[{"_peStart":[64.025116,-698.1809],"_peEnd":[95.44943,-752.6094],"_peDist":62.848595,"_peObstacles":[]}]],[692,[{"_peStart":[126.87375,-807.03796],"_peEnd":[95.44943,-752.6094],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[700,[{"_peStart":[151.66528,-720.1532],"_peEnd":[95.44943,-752.6094],"_peDist":64.912445,"_peObstacles":[]}]]],[95.44943,-752.6094],[[646,[{"_peStart":[95.44943,-752.6094],"_peEnd":[39.23358,-785.0657],"_peDist":64.912506,"_peObstacles":[]}]],[657,[{"_peStart":[95.44943,-752.6094],"_peEnd":[64.025116,-698.1809],"_peDist":62.848595,"_peObstacles":[]}]],[692,[{"_peStart":[95.44943,-752.6094],"_peEnd":[126.87375,-807.03796],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[700,[{"_peStart":[95.44943,-752.6094],"_peEnd":[151.66528,-720.1532],"_peDist":64.912445,"_peObstacles":[]}]]]]],[678,[[[672,[{"_peStart":[80.26278,-57.583218],"_peEnd":[97.58334,-47.5831],"_peDist":20.000109,"_peObstacles":[]}]],[674,[{"_peStart":[87.58334,-30.262589],"_peEnd":[97.58334,-47.5831],"_peDist":20.000002,"_peObstacles":[]}]],[694,[{"_peStart":[130.08334,-103.87474],"_peEnd":[97.58334,-47.5831],"_peDist":64.99999,"_peObstacles":[]}]],[701,[{"_peStart":[153.87497,-15.083099],"_peEnd":[97.58334,-47.5831],"_peDist":64.99998,"_peObstacles":[]}]]],[97.58334,-47.5831],[[672,[{"_peStart":[97.58334,-47.5831],"_peEnd":[80.26278,-57.583218],"_peDist":20.000109,"_peObstacles":[]}]],[674,[{"_peStart":[97.58334,-47.5831],"_peEnd":[87.58334,-30.262589],"_peDist":20.000002,"_peObstacles":[]}]],[694,[{"_peStart":[97.58334,-47.5831],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[701,[{"_peStart":[97.58334,-47.5831],"_peEnd":[153.87497,-15.083099],"_peDist":64.99998,"_peObstacles":[]}]]]]],[679,[[[664,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[99.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.26689,-1754.4211],[[664,[{"_peStart":[99.26689,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[680,[[[665,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[99.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.26693,-1814.4211],[[665,[{"_peStart":[99.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[681,[[[666,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[99.266975,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]],[99.266975,-1874.4211],[[666,[{"_peStart":[99.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]]]],[682,[[[667,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[99.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.26701,-1934.4211],[[667,[{"_peStart":[99.26701,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[683,[[[668,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[99.26705,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]],[99.26705,-1994.4211],[[668,[{"_peStart":[99.26705,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]]]],[684,[[[669,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[99.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.2671,-2054.4211],[[669,[{"_peStart":[99.2671,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[685,[[[670,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[99.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.267136,-2114.4211],[[670,[{"_peStart":[99.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[686,[[[654,[{"_peStart":[45.86635,-926.3789],"_peEnd":[102.082184,-893.9226],"_peDist":64.91249,"_peObstacles":[]}]],[659,[{"_peStart":[70.6579,-839.49414],"_peEnd":[102.082184,-893.9226],"_peDist":62.84858,"_peObstacles":[]}]],[695,[{"_peStart":[133.5065,-948.3512],"_peEnd":[102.082184,-893.9226],"_peDist":62.848698,"_peObstacles":[]}]],[702,[{"_peStart":[158.29803,-861.46643],"_peEnd":[102.082184,-893.9226],"_peDist":64.912445,"_peObstacles":[]}]]],[102.082184,-893.9226],[[654,[{"_peStart":[102.082184,-893.9226],"_peEnd":[45.86635,-926.3789],"_peDist":64.91249,"_peObstacles":[]}]],[659,[{"_peStart":[102.082184,-893.9226],"_peEnd":[70.6579,-839.49414],"_peDist":62.84858,"_peObstacles":[]}]],[695,[{"_peStart":[102.082184,-893.9226],"_peEnd":[133.5065,-948.3512],"_peDist":62.848698,"_peObstacles":[]}]],[702,[{"_peStart":[102.082184,-893.9226],"_peEnd":[158.29803,-861.46643],"_peDist":64.912445,"_peObstacles":[]}]]]]],[687,[[[662,[{"_peStart":[77.29065,-980.8074],"_peEnd":[108.714966,-1035.2358],"_peDist":62.848595,"_peObstacles":[]}]],[676,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000015,"_peObstacles":[]}]],[690,[{"_peStart":[118.714966,-1052.5564],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000042,"_peObstacles":[]}]],[704,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[108.714966,-1035.2358],"_peDist":64.912445,"_peObstacles":[]}]]],[108.714966,-1035.2358],[[662,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[77.29065,-980.8074],"_peDist":62.848595,"_peObstacles":[]}]],[676,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":20.000015,"_peObstacles":[]}]],[690,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[118.714966,-1052.5564],"_peDist":20.000042,"_peObstacles":[]}]],[704,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912445,"_peObstacles":[]}]]]]],[688,[[[694,[{"_peStart":[130.08334,-103.87474],"_peEnd":[112.76285,-113.874756],"_peDist":19.999996,"_peObstacles":[]}]]],[112.76285,-113.874756],[[694,[{"_peStart":[112.76285,-113.874756],"_peEnd":[130.08334,-103.87474],"_peDist":19.999996,"_peObstacles":[]}]]]]],[689,[[[655,[{"_peStart":[57.392365,-556.8676],"_peEnd":[113.60821,-524.4114],"_peDist":64.91247,"_peObstacles":[]}]],[673,[{"_peStart":[82.1839,-469.98288],"_peEnd":[113.60821,-524.4114],"_peDist":62.848618,"_peObstacles":[]}]],[698,[{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[705,[{"_peStart":[169.82407,-491.95514],"_peEnd":[113.60821,-524.4114],"_peDist":64.912476,"_peObstacles":[]}]]],[113.60821,-524.4114],[[655,[{"_peStart":[113.60821,-524.4114],"_peEnd":[57.392365,-556.8676],"_peDist":64.91247,"_peObstacles":[]}]],[673,[{"_peStart":[113.60821,-524.4114],"_peEnd":[82.1839,-469.98288],"_peDist":62.848618,"_peObstacles":[]}]],[698,[{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[705,[{"_peStart":[113.60821,-524.4114],"_peEnd":[169.82407,-491.95514],"_peDist":64.912476,"_peObstacles":[]}]]]]],[690,[[[687,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[118.714966,-1052.5564],"_peDist":20.000042,"_peObstacles":[]}]]],[118.714966,-1052.5564],[[687,[{"_peStart":[118.714966,-1052.5564],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000042,"_peObstacles":[]}]]]]],[691,[[[657,[{"_peStart":[64.025116,-698.1809],"_peEnd":[120.24097,-665.7246],"_peDist":64.912506,"_peObstacles":[]}]],[675,[{"_peStart":[88.816666,-611.29614],"_peEnd":[120.24097,-665.7246],"_peDist":62.848587,"_peObstacles":[]}]],[700,[{"_peStart":[151.66528,-720.1532],"_peEnd":[120.24097,-665.7246],"_peDist":62.848698,"_peObstacles":[]}]],[707,[{"_peStart":[176.45682,-633.26843],"_peEnd":[120.24097,-665.7246],"_peDist":64.912445,"_peObstacles":[]}]]],[120.24097,-665.7246],[[657,[{"_peStart":[120.24097,-665.7246],"_peEnd":[64.025116,-698.1809],"_peDist":64.912506,"_peObstacles":[]}]],[675,[{"_peStart":[120.24097,-665.7246],"_peEnd":[88.816666,-611.29614],"_peDist":62.848587,"_peObstacles":[]}]],[700,[{"_peStart":[120.24097,-665.7246],"_peEnd":[151.66528,-720.1532],"_peDist":62.848698,"_peObstacles":[]}]],[707,[{"_peStart":[120.24097,-665.7246],"_peEnd":[176.45682,-633.26843],"_peDist":64.912445,"_peObstacles":[]}]]]]],[692,[[[659,[{"_peStart":[70.6579,-839.49414],"_peEnd":[126.87375,-807.03796],"_peDist":64.912445,"_peObstacles":[]}]],[677,[{"_peStart":[95.44943,-752.6094],"_peEnd":[126.87375,-807.03796],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[702,[{"_peStart":[158.29803,-861.46643],"_peEnd":[126.87375,-807.03796],"_peDist":62.84858,"_peObstacles":[]}]],[709,[{"_peStart":[183.0896,-774.58167],"_peEnd":[126.87375,-807.03796],"_peDist":64.912506,"_peObstacles":[]}]]],[126.87375,-807.03796],[[659,[{"_peStart":[126.87375,-807.03796],"_peEnd":[70.6579,-839.49414],"_peDist":64.912445,"_peObstacles":[]}]],[677,[{"_peStart":[126.87375,-807.03796],"_peEnd":[95.44943,-752.6094],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[702,[{"_peStart":[126.87375,-807.03796],"_peEnd":[158.29803,-861.46643],"_peDist":62.84858,"_peObstacles":[]}]],[709,[{"_peStart":[126.87375,-807.03796],"_peEnd":[183.0896,-774.58167],"_peDist":64.912506,"_peObstacles":[]}]]]]],[693,[[[696,[{"_peStart":[138.39977,-437.52664],"_peEnd":[128.39977,-420.20615],"_peDist":19.999989,"_peObstacles":[]}]]],[128.39977,-420.20615],[[696,[{"_peStart":[128.39977,-420.20615],"_peEnd":[138.39977,-437.52664],"_peDist":19.999989,"_peObstacles":[]}]]]]],[694,[[[678,[{"_peStart":[97.58334,-47.5831],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[688,[{"_peStart":[112.76285,-113.874756],"_peEnd":[130.08334,-103.87474],"_peDist":19.999996,"_peObstacles":[]}]],[703,[{"_peStart":[162.58334,-160.16638],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[711,[{"_peStart":[186.375,-71.37473],"_peEnd":[130.08334,-103.87474],"_peDist":65.00001,"_peObstacles":[]}]]],[130.08334,-103.87474],[[678,[{"_peStart":[130.08334,-103.87474],"_peEnd":[97.58334,-47.5831],"_peDist":64.99999,"_peObstacles":[]}]],[688,[{"_peStart":[130.08334,-103.87474],"_peEnd":[112.76285,-113.874756],"_peDist":19.999996,"_peObstacles":[]}]],[703,[{"_peStart":[130.08334,-103.87474],"_peEnd":[162.58334,-160.16638],"_peDist":64.99999,"_peObstacles":[]}]],[711,[{"_peStart":[130.08334,-103.87474],"_peEnd":[186.375,-71.37473],"_peDist":65.00001,"_peObstacles":[]}]]]]],[695,[[[662,[{"_peStart":[77.29065,-980.8074],"_peEnd":[133.5065,-948.3512],"_peDist":64.912445,"_peObstacles":[]}]],[686,[{"_peStart":[102.082184,-893.9226],"_peEnd":[133.5065,-948.3512],"_peDist":62.848698,"_peObstacles":[]}]],[704,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[133.5065,-948.3512],"_peDist":62.848595,"_peObstacles":[]}]],[712,[{"_peStart":[189.72235,-915.8949],"_peEnd":[133.5065,-948.3512],"_peDist":64.912506,"_peObstacles":[]}]]],[133.5065,-948.3512],[[662,[{"_peStart":[133.5065,-948.3512],"_peEnd":[77.29065,-980.8074],"_peDist":64.912445,"_peObstacles":[]}]],[686,[{"_peStart":[133.5065,-948.3512],"_peEnd":[102.082184,-893.9226],"_peDist":62.848698,"_peObstacles":[]}]],[704,[{"_peStart":[133.5065,-948.3512],"_peEnd":[164.93082,-1002.77966],"_peDist":62.848595,"_peObstacles":[]}]],[712,[{"_peStart":[133.5065,-948.3512],"_peEnd":[189.72235,-915.8949],"_peDist":64.912506,"_peObstacles":[]}]]]]],[696,[[[673,[{"_peStart":[82.1839,-469.98288],"_peEnd":[138.39977,-437.52664],"_peDist":64.91248,"_peObstacles":[]}]],[693,[{"_peStart":[128.39977,-420.20615],"_peEnd":[138.39977,-437.52664],"_peDist":19.999989,"_peObstacles":[]}]],[705,[{"_peStart":[169.82407,-491.95514],"_peEnd":[138.39977,-437.52664],"_peDist":62.848614,"_peObstacles":[]}]],[713,[{"_peStart":[194.61562,-405.0704],"_peEnd":[138.39977,-437.52664],"_peDist":64.912476,"_peObstacles":[]}]]],[138.39977,-437.52664],[[673,[{"_peStart":[138.39977,-437.52664],"_peEnd":[82.1839,-469.98288],"_peDist":64.91248,"_peObstacles":[]}]],[693,[{"_peStart":[138.39977,-437.52664],"_peEnd":[128.39977,-420.20615],"_peDist":19.999989,"_peObstacles":[]}]],[705,[{"_peStart":[138.39977,-437.52664],"_peEnd":[169.82407,-491.95514],"_peDist":62.848614,"_peObstacles":[]}]],[713,[{"_peStart":[138.39977,-437.52664],"_peEnd":[194.61562,-405.0704],"_peDist":64.912476,"_peObstacles":[]}]]]]],[697,[[[701,[{"_peStart":[153.87497,-15.083099],"_peEnd":[143.87497,2.2374268],"_peDist":20.000015,"_peObstacles":[]}]]],[143.87497,2.2374268],[[701,[{"_peStart":[143.87497,2.2374268],"_peEnd":[153.87497,-15.083099],"_peDist":20.000015,"_peObstacles":[]}]]]]],[698,[[[675,[{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[689,[{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[707,[{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[716,[{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]]],[145.03252,-578.8399],[[675,[{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[689,[{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[707,[{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[716,[{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]]]]],[699,[[[703,[{"_peStart":[162.58334,-160.16638],"_peEnd":[145.26285,-170.1664],"_peDist":19.999996,"_peObstacles":[]}]]],[145.26285,-170.1664],[[703,[{"_peStart":[145.26285,-170.1664],"_peEnd":[162.58334,-160.16638],"_peDist":19.999996,"_peObstacles":[]}]]]]],[700,[[[677,[{"_peStart":[95.44943,-752.6094],"_peEnd":[151.66528,-720.1532],"_peDist":64.912445,"_peObstacles":[]}]],[691,[{"_peStart":[120.24097,-665.7246],"_peEnd":[151.66528,-720.1532],"_peDist":62.848698,"_peObstacles":[]}]],[709,[{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[717,[{"_peStart":[207.88113,-687.6969],"_peEnd":[151.66528,-720.1532],"_peDist":64.912506,"_peObstacles":[]}]]],[151.66528,-720.1532],[[677,[{"_peStart":[151.66528,-720.1532],"_peEnd":[95.44943,-752.6094],"_peDist":64.912445,"_peObstacles":[]}]],[691,[{"_peStart":[151.66528,-720.1532],"_peEnd":[120.24097,-665.7246],"_peDist":62.848698,"_peObstacles":[]}]],[709,[{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[717,[{"_peStart":[151.66528,-720.1532],"_peEnd":[207.88113,-687.6969],"_peDist":64.912506,"_peObstacles":[]}]]]]],[701,[[[678,[{"_peStart":[97.58334,-47.5831],"_peEnd":[153.87497,-15.083099],"_peDist":64.99998,"_peObstacles":[]}]],[697,[{"_peStart":[143.87497,2.2374268],"_peEnd":[153.87497,-15.083099],"_peDist":20.000015,"_peObstacles":[]}]],[711,[{"_peStart":[186.375,-71.37473],"_peEnd":[153.87497,-15.083099],"_peDist":65.0,"_peObstacles":[]}]],[718,[{"_peStart":[210.16663,17.416916],"_peEnd":[153.87497,-15.083099],"_peDist":65.00001,"_peObstacles":[]}]]],[153.87497,-15.083099],[[678,[{"_peStart":[153.87497,-15.083099],"_peEnd":[97.58334,-47.5831],"_peDist":64.99998,"_peObstacles":[]}]],[697,[{"_peStart":[153.87497,-15.083099],"_peEnd":[143.87497,2.2374268],"_peDist":20.000015,"_peObstacles":[]}]],[711,[{"_peStart":[153.87497,-15.083099],"_peEnd":[186.375,-71.37473],"_peDist":65.0,"_peObstacles":[]}]],[718,[{"_peStart":[153.87497,-15.083099],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]]]]],[702,[[[686,[{"_peStart":[102.082184,-893.9226],"_peEnd":[158.29803,-861.46643],"_peDist":64.912445,"_peObstacles":[]}]],[692,[{"_peStart":[126.87375,-807.03796],"_peEnd":[158.29803,-861.46643],"_peDist":62.84858,"_peObstacles":[]}]],[712,[{"_peStart":[189.72235,-915.8949],"_peEnd":[158.29803,-861.46643],"_peDist":62.848595,"_peObstacles":[]}]],[721,[{"_peStart":[214.51389,-829.01013],"_peEnd":[158.29803,-861.46643],"_peDist":64.912506,"_peObstacles":[]}]]],[158.29803,-861.46643],[[686,[{"_peStart":[158.29803,-861.46643],"_peEnd":[102.082184,-893.9226],"_peDist":64.912445,"_peObstacles":[]}]],[692,[{"_peStart":[158.29803,-861.46643],"_peEnd":[126.87375,-807.03796],"_peDist":62.84858,"_peObstacles":[]}]],[712,[{"_peStart":[158.29803,-861.46643],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[721,[{"_peStart":[158.29803,-861.46643],"_peEnd":[214.51389,-829.01013],"_peDist":64.912506,"_peObstacles":[]}]]]]],[703,[[[694,[{"_peStart":[130.08334,-103.87474],"_peEnd":[162.58334,-160.16638],"_peDist":64.99999,"_peObstacles":[]}]],[699,[{"_peStart":[145.26285,-170.1664],"_peEnd":[162.58334,-160.16638],"_peDist":19.999996,"_peObstacles":[]}]],[714,[{"_peStart":[195.08337,-216.45804],"_peEnd":[162.58334,-160.16638],"_peDist":65.000015,"_peObstacles":[]}]],[722,[{"_peStart":[218.875,-127.666374],"_peEnd":[162.58334,-160.16638],"_peDist":65.00001,"_peObstacles":[]}]]],[162.58334,-160.16638],[[694,[{"_peStart":[162.58334,-160.16638],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[699,[{"_peStart":[162.58334,-160.16638],"_peEnd":[145.26285,-170.1664],"_peDist":19.999996,"_peObstacles":[]}]],[714,[{"_peStart":[162.58334,-160.16638],"_peEnd":[195.08337,-216.45804],"_peDist":65.000015,"_peObstacles":[]}]],[722,[{"_peStart":[162.58334,-160.16638],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]]]]],[704,[[[687,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912445,"_peObstacles":[]}]],[695,[{"_peStart":[133.5065,-948.3512],"_peEnd":[164.93082,-1002.77966],"_peDist":62.848595,"_peObstacles":[]}]],[706,[{"_peStart":[174.93082,-1020.1002],"_peEnd":[164.93082,-1002.77966],"_peDist":20.000042,"_peObstacles":[]}]],[723,[{"_peStart":[221.14667,-970.32336],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912506,"_peObstacles":[]}]]],[164.93082,-1002.77966],[[687,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[108.714966,-1035.2358],"_peDist":64.912445,"_peObstacles":[]}]],[695,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[133.5065,-948.3512],"_peDist":62.848595,"_peObstacles":[]}]],[706,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[174.93082,-1020.1002],"_peDist":20.000042,"_peObstacles":[]}]],[723,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[221.14667,-970.32336],"_peDist":64.912506,"_peObstacles":[]}]]]]],[705,[[[689,[{"_peStart":[113.60821,-524.4114],"_peEnd":[169.82407,-491.95514],"_peDist":64.912476,"_peObstacles":[]}]],[696,[{"_peStart":[138.39977,-437.52664],"_peEnd":[169.82407,-491.95514],"_peDist":62.848614,"_peObstacles":[]}]],[716,[{"_peStart":[201.24838,-546.38367],"_peEnd":[169.82407,-491.95514],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[724,[{"_peStart":[226.03993,-459.49893],"_peEnd":[169.82407,-491.95514],"_peDist":64.91247,"_peObstacles":[]}]]],[169.82407,-491.95514],[[689,[{"_peStart":[169.82407,-491.95514],"_peEnd":[113.60821,-524.4114],"_peDist":64.912476,"_peObstacles":[]}]],[696,[{"_peStart":[169.82407,-491.95514],"_peEnd":[138.39977,-437.52664],"_peDist":62.848614,"_peObstacles":[]}]],[716,[{"_peStart":[169.82407,-491.95514],"_peEnd":[201.24838,-546.38367],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[724,[{"_peStart":[169.82407,-491.95514],"_peEnd":[226.03993,-459.49893],"_peDist":64.91247,"_peObstacles":[]}]]]]],[706,[[[704,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[174.93082,-1020.1002],"_peDist":20.000042,"_peObstacles":[]}]]],[174.93082,-1020.1002],[[704,[{"_peStart":[174.93082,-1020.1002],"_peEnd":[164.93082,-1002.77966],"_peDist":20.000042,"_peObstacles":[]}]]]]],[707,[[[691,[{"_peStart":[120.24097,-665.7246],"_peEnd":[176.45682,-633.26843],"_peDist":64.912445,"_peObstacles":[]}]],[698,[{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[717,[{"_peStart":[207.88113,-687.6969],"_peEnd":[176.45682,-633.26843],"_peDist":62.848595,"_peObstacles":[]}]],[727,[{"_peStart":[232.67268,-600.8122],"_peEnd":[176.45682,-633.26843],"_peDist":64.91248,"_peObstacles":[]}]]],[176.45682,-633.26843],[[691,[{"_peStart":[176.45682,-633.26843],"_peEnd":[120.24097,-665.7246],"_peDist":64.912445,"_peObstacles":[]}]],[698,[{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[717,[{"_peStart":[176.45682,-633.26843],"_peEnd":[207.88113,-687.6969],"_peDist":62.848595,"_peObstacles":[]}]],[727,[{"_peStart":[176.45682,-633.26843],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]]]]],[708,[[[714,[{"_peStart":[195.08337,-216.45804],"_peEnd":[177.76285,-226.45804],"_peDist":20.000015,"_peObstacles":[]}]]],[177.76285,-226.45804],[[714,[{"_peStart":[177.76285,-226.45804],"_peEnd":[195.08337,-216.45804],"_peDist":20.000015,"_peObstacles":[]}]]]]],[709,[[[692,[{"_peStart":[126.87375,-807.03796],"_peEnd":[183.0896,-774.58167],"_peDist":64.912506,"_peObstacles":[]}]],[700,[{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[721,[{"_peStart":[214.51389,-829.01013],"_peEnd":[183.0896,-774.58167],"_peDist":62.84858,"_peObstacles":[]}]],[729,[{"_peStart":[239.30545,-742.1255],"_peEnd":[183.0896,-774.58167],"_peDist":64.912445,"_peObstacles":[]}]]],[183.0896,-774.58167],[[692,[{"_peStart":[183.0896,-774.58167],"_peEnd":[126.87375,-807.03796],"_peDist":64.912506,"_peObstacles":[]}]],[700,[{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[721,[{"_peStart":[183.0896,-774.58167],"_peEnd":[214.51389,-829.01013],"_peDist":62.84858,"_peObstacles":[]}]],[729,[{"_peStart":[183.0896,-774.58167],"_peEnd":[239.30545,-742.1255],"_peDist":64.912445,"_peObstacles":[]}]]]]],[710,[[[713,[{"_peStart":[194.61562,-405.0704],"_peEnd":[184.61562,-387.7499],"_peDist":19.999989,"_peObstacles":[]}]]],[184.61562,-387.7499],[[713,[{"_peStart":[184.61562,-387.7499],"_peEnd":[194.61562,-405.0704],"_peDist":19.999989,"_peObstacles":[]}]]]]],[711,[[[694,[{"_peStart":[130.08334,-103.87474],"_peEnd":[186.375,-71.37473],"_peDist":65.00001,"_peObstacles":[]}]],[701,[{"_peStart":[153.87497,-15.083099],"_peEnd":[186.375,-71.37473],"_peDist":65.0,"_peObstacles":[]}]],[722,[{"_peStart":[218.875,-127.666374],"_peEnd":[186.375,-71.37473],"_peDist":64.99999,"_peObstacles":[]}]],[730,[{"_peStart":[242.66663,-38.874725],"_peEnd":[186.375,-71.37473],"_peDist":64.999985,"_peObstacles":[]}]]],[186.375,-71.37473],[[694,[{"_peStart":[186.375,-71.37473],"_peEnd":[130.08334,-103.87474],"_peDist":65.00001,"_peObstacles":[]}]],[701,[{"_peStart":[186.375,-71.37473],"_peEnd":[153.87497,-15.083099],"_peDist":65.0,"_peObstacles":[]}]],[722,[{"_peStart":[186.375,-71.37473],"_peEnd":[218.875,-127.666374],"_peDist":64.99999,"_peObstacles":[]}]],[730,[{"_peStart":[186.375,-71.37473],"_peEnd":[242.66663,-38.874725],"_peDist":64.999985,"_peObstacles":[]}]]]]],[712,[[[695,[{"_peStart":[133.5065,-948.3512],"_peEnd":[189.72235,-915.8949],"_peDist":64.912506,"_peObstacles":[]}]],[702,[{"_peStart":[158.29803,-861.46643],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[723,[{"_peStart":[221.14667,-970.32336],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[732,[{"_peStart":[245.9382,-883.4387],"_peEnd":[189.72235,-915.8949],"_peDist":64.912445,"_peObstacles":[]}]]],[189.72235,-915.8949],[[695,[{"_peStart":[189.72235,-915.8949],"_peEnd":[133.5065,-948.3512],"_peDist":64.912506,"_peObstacles":[]}]],[702,[{"_peStart":[189.72235,-915.8949],"_peEnd":[158.29803,-861.46643],"_peDist":62.848595,"_peObstacles":[]}]],[723,[{"_peStart":[189.72235,-915.8949],"_peEnd":[221.14667,-970.32336],"_peDist":62.848595,"_peObstacles":[]}]],[732,[{"_peStart":[189.72235,-915.8949],"_peEnd":[245.9382,-883.4387],"_peDist":64.912445,"_peObstacles":[]}]]]]],[713,[[[696,[{"_peStart":[138.39977,-437.52664],"_peEnd":[194.61562,-405.0704],"_peDist":64.912476,"_peObstacles":[]}]],[710,[{"_peStart":[184.61562,-387.7499],"_peEnd":[194.61562,-405.0704],"_peDist":19.999989,"_peObstacles":[]}]],[720,[{"_peStart":[211.93613,-395.0704],"_peEnd":[194.61562,-405.0704],"_peDist":20.000002,"_peObstacles":[]}]],[724,[{"_peStart":[226.03993,-459.49893],"_peEnd":[194.61562,-405.0704],"_peDist":62.848644,"_peObstacles":[]}]]],[194.61562,-405.0704],[[696,[{"_peStart":[194.61562,-405.0704],"_peEnd":[138.39977,-437.52664],"_peDist":64.912476,"_peObstacles":[]}]],[710,[{"_peStart":[194.61562,-405.0704],"_peEnd":[184.61562,-387.7499],"_peDist":19.999989,"_peObstacles":[]}]],[720,[{"_peStart":[194.61562,-405.0704],"_peEnd":[211.93613,-395.0704],"_peDist":20.000002,"_peObstacles":[]}]],[724,[{"_peStart":[194.61562,-405.0704],"_peEnd":[226.03993,-459.49893],"_peDist":62.848644,"_peObstacles":[]}]]]]],[714,[[[703,[{"_peStart":[162.58334,-160.16638],"_peEnd":[195.08337,-216.45804],"_peDist":65.000015,"_peObstacles":[]}]],[708,[{"_peStart":[177.76285,-226.45804],"_peEnd":[195.08337,-216.45804],"_peDist":20.000015,"_peObstacles":[]}]],[725,[{"_peStart":[227.58339,-272.74966],"_peEnd":[195.08337,-216.45804],"_peDist":64.999985,"_peObstacles":[]}]],[733,[{"_peStart":[251.37502,-183.95802],"_peEnd":[195.08337,-216.45804],"_peDist":65.0,"_peObstacles":[]}]]],[195.08337,-216.45804],[[703,[{"_peStart":[195.08337,-216.45804],"_peEnd":[162.58334,-160.16638],"_peDist":65.000015,"_peObstacles":[]}]],[708,[{"_peStart":[195.08337,-216.45804],"_peEnd":[177.76285,-226.45804],"_peDist":20.000015,"_peObstacles":[]}]],[725,[{"_peStart":[195.08337,-216.45804],"_peEnd":[227.58339,-272.74966],"_peDist":64.999985,"_peObstacles":[]}]],[733,[{"_peStart":[195.08337,-216.45804],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]]]]],[715,[[[718,[{"_peStart":[210.16663,17.416916],"_peEnd":[200.1666,34.737427],"_peDist":20.000017,"_peObstacles":[]}]]],[200.1666,34.737427],[[718,[{"_peStart":[200.1666,34.737427],"_peEnd":[210.16663,17.416916],"_peDist":20.000017,"_peObstacles":[]}]]]]],[716,[[[698,[{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]],[705,[{"_peStart":[169.82407,-491.95514],"_peEnd":[201.24838,-546.38367],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[727,[{"_peStart":[232.67268,-600.8122],"_peEnd":[201.24838,-546.38367],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[735,[{"_peStart":[257.46423,-513.9274],"_peEnd":[201.24838,-546.38367],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[201.24838,-546.38367],[[698,[{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]],[705,[{"_peStart":[201.24838,-546.38367],"_peEnd":[169.82407,-491.95514],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[727,[{"_peStart":[201.24838,-546.38367],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[735,[{"_peStart":[201.24838,-546.38367],"_peEnd":[257.46423,-513.9274],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[717,[[[700,[{"_peStart":[151.66528,-720.1532],"_peEnd":[207.88113,-687.6969],"_peDist":64.912506,"_peObstacles":[]}]],[707,[{"_peStart":[176.45682,-633.26843],"_peEnd":[207.88113,-687.6969],"_peDist":62.848595,"_peObstacles":[]}]],[729,[{"_peStart":[239.30545,-742.1255],"_peEnd":[207.88113,-687.6969],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[736,[{"_peStart":[264.097,-655.2407],"_peEnd":[207.88113,-687.6969],"_peDist":64.912445,"_peObstacles":[]}]]],[207.88113,-687.6969],[[700,[{"_peStart":[207.88113,-687.6969],"_peEnd":[151.66528,-720.1532],"_peDist":64.912506,"_peObstacles":[]}]],[707,[{"_peStart":[207.88113,-687.6969],"_peEnd":[176.45682,-633.26843],"_peDist":62.848595,"_peObstacles":[]}]],[729,[{"_peStart":[207.88113,-687.6969],"_peEnd":[239.30545,-742.1255],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[736,[{"_peStart":[207.88113,-687.6969],"_peEnd":[264.097,-655.2407],"_peDist":64.912445,"_peObstacles":[]}]]]]],[718,[[[701,[{"_peStart":[153.87497,-15.083099],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]],[715,[{"_peStart":[200.1666,34.737427],"_peEnd":[210.16663,17.416916],"_peDist":20.000017,"_peObstacles":[]}]],[730,[{"_peStart":[242.66663,-38.874725],"_peEnd":[210.16663,17.416916],"_peDist":64.99999,"_peObstacles":[]}]],[737,[{"_peStart":[266.45828,49.91693],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]]],[210.16663,17.416916],[[701,[{"_peStart":[210.16663,17.416916],"_peEnd":[153.87497,-15.083099],"_peDist":65.00001,"_peObstacles":[]}]],[715,[{"_peStart":[210.16663,17.416916],"_peEnd":[200.1666,34.737427],"_peDist":20.000017,"_peObstacles":[]}]],[730,[{"_peStart":[210.16663,17.416916],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[737,[{"_peStart":[210.16663,17.416916],"_peEnd":[266.45828,49.91693],"_peDist":65.00001,"_peObstacles":[]}]]]]],[719,[[[725,[{"_peStart":[227.58339,-272.74966],"_peEnd":[210.26288,-282.7497],"_peDist":20.000017,"_peObstacles":[]}]]],[210.26288,-282.7497],[[725,[{"_peStart":[210.26288,-282.7497],"_peEnd":[227.58339,-272.74966],"_peDist":20.000017,"_peObstacles":[]}]]]]],[720,[[[713,[{"_peStart":[194.61562,-405.0704],"_peEnd":[211.93613,-395.0704],"_peDist":20.000002,"_peObstacles":[]}]]],[211.93613,-395.0704],[[713,[{"_peStart":[211.93613,-395.0704],"_peEnd":[194.61562,-405.0704],"_peDist":20.000002,"_peObstacles":[]}]]]]],[721,[[[702,[{"_peStart":[158.29803,-861.46643],"_peEnd":[214.51389,-829.01013],"_peDist":64.912506,"_peObstacles":[]}]],[709,[{"_peStart":[183.0896,-774.58167],"_peEnd":[214.51389,-829.01013],"_peDist":62.84858,"_peObstacles":[]}]],[732,[{"_peStart":[245.9382,-883.4387],"_peEnd":[214.51389,-829.01013],"_peDist":62.848698,"_peObstacles":[]}]],[738,[{"_peStart":[270.72974,-796.55396],"_peEnd":[214.51389,-829.01013],"_peDist":64.912445,"_peObstacles":[]}]]],[214.51389,-829.01013],[[702,[{"_peStart":[214.51389,-829.01013],"_peEnd":[158.29803,-861.46643],"_peDist":64.912506,"_peObstacles":[]}]],[709,[{"_peStart":[214.51389,-829.01013],"_peEnd":[183.0896,-774.58167],"_peDist":62.84858,"_peObstacles":[]}]],[732,[{"_peStart":[214.51389,-829.01013],"_peEnd":[245.9382,-883.4387],"_peDist":62.848698,"_peObstacles":[]}]],[738,[{"_peStart":[214.51389,-829.01013],"_peEnd":[270.72974,-796.55396],"_peDist":64.912445,"_peObstacles":[]}]]]]],[722,[[[703,[{"_peStart":[162.58334,-160.16638],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]],[711,[{"_peStart":[186.375,-71.37473],"_peEnd":[218.875,-127.666374],"_peDist":64.99999,"_peObstacles":[]}]],[733,[{"_peStart":[251.37502,-183.95802],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]],[740,[{"_peStart":[275.16663,-95.16637],"_peEnd":[218.875,-127.666374],"_peDist":64.999985,"_peObstacles":[]}]]],[218.875,-127.666374],[[703,[{"_peStart":[218.875,-127.666374],"_peEnd":[162.58334,-160.16638],"_peDist":65.00001,"_peObstacles":[]}]],[711,[{"_peStart":[218.875,-127.666374],"_peEnd":[186.375,-71.37473],"_peDist":64.99999,"_peObstacles":[]}]],[733,[{"_peStart":[218.875,-127.666374],"_peEnd":[251.37502,-183.95802],"_peDist":65.00001,"_peObstacles":[]}]],[740,[{"_peStart":[218.875,-127.666374],"_peEnd":[275.16663,-95.16637],"_peDist":64.999985,"_peObstacles":[]}]]]]],[723,[[[704,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[221.14667,-970.32336],"_peDist":64.912506,"_peObstacles":[]}]],[712,[{"_peStart":[189.72235,-915.8949],"_peEnd":[221.14667,-970.32336],"_peDist":62.848595,"_peObstacles":[]}]],[726,[{"_peStart":[231.14667,-987.6439],"_peEnd":[221.14667,-970.32336],"_peDist":20.000042,"_peObstacles":[]}]],[741,[{"_peStart":[277.36252,-937.8672],"_peEnd":[221.14667,-970.32336],"_peDist":64.912445,"_peObstacles":[]}]]],[221.14667,-970.32336],[[704,[{"_peStart":[221.14667,-970.32336],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912506,"_peObstacles":[]}]],[712,[{"_peStart":[221.14667,-970.32336],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[726,[{"_peStart":[221.14667,-970.32336],"_peEnd":[231.14667,-987.6439],"_peDist":20.000042,"_peObstacles":[]}]],[741,[{"_peStart":[221.14667,-970.32336],"_peEnd":[277.36252,-937.8672],"_peDist":64.912445,"_peObstacles":[]}]]]]],[724,[[[705,[{"_peStart":[169.82407,-491.95514],"_peEnd":[226.03993,-459.49893],"_peDist":64.91247,"_peObstacles":[]}]],[713,[{"_peStart":[194.61562,-405.0704],"_peEnd":[226.03993,-459.49893],"_peDist":62.848644,"_peObstacles":[]}]],[731,[{"_peStart":[243.36044,-449.49893],"_peEnd":[226.03993,-459.49893],"_peDist":20.000002,"_peObstacles":[]}]],[735,[{"_peStart":[257.46423,-513.9274],"_peEnd":[226.03993,-459.49893],"_peDist":62.848614,"_peObstacles":[]}]]],[226.03993,-459.49893],[[705,[{"_peStart":[226.03993,-459.49893],"_peEnd":[169.82407,-491.95514],"_peDist":64.91247,"_peObstacles":[]}]],[713,[{"_peStart":[226.03993,-459.49893],"_peEnd":[194.61562,-405.0704],"_peDist":62.848644,"_peObstacles":[]}]],[731,[{"_peStart":[226.03993,-459.49893],"_peEnd":[243.36044,-449.49893],"_peDist":20.000002,"_peObstacles":[]}]],[735,[{"_peStart":[226.03993,-459.49893],"_peEnd":[257.46423,-513.9274],"_peDist":62.848614,"_peObstacles":[]}]]]]],[725,[[[714,[{"_peStart":[195.08337,-216.45804],"_peEnd":[227.58339,-272.74966],"_peDist":64.999985,"_peObstacles":[]}]],[719,[{"_peStart":[210.26288,-282.7497],"_peEnd":[227.58339,-272.74966],"_peDist":20.000017,"_peObstacles":[]}]],[728,[{"_peStart":[237.58339,-290.0702],"_peEnd":[227.58339,-272.74966],"_peDist":20.000015,"_peObstacles":[]}]],[742,[{"_peStart":[283.87503,-240.24966],"_peEnd":[227.58339,-272.74966],"_peDist":64.99999,"_peObstacles":[]}]]],[227.58339,-272.74966],[[714,[{"_peStart":[227.58339,-272.74966],"_peEnd":[195.08337,-216.45804],"_peDist":64.999985,"_peObstacles":[]}]],[719,[{"_peStart":[227.58339,-272.74966],"_peEnd":[210.26288,-282.7497],"_peDist":20.000017,"_peObstacles":[]}]],[728,[{"_peStart":[227.58339,-272.74966],"_peEnd":[237.58339,-290.0702],"_peDist":20.000015,"_peObstacles":[]}]],[742,[{"_peStart":[227.58339,-272.74966],"_peEnd":[283.87503,-240.24966],"_peDist":64.99999,"_peObstacles":[]}]]]]],[726,[[[723,[{"_peStart":[221.14667,-970.32336],"_peEnd":[231.14667,-987.6439],"_peDist":20.000042,"_peObstacles":[]}]]],[231.14667,-987.6439],[[723,[{"_peStart":[231.14667,-987.6439],"_peEnd":[221.14667,-970.32336],"_peDist":20.000042,"_peObstacles":[]}]]]]],[727,[[[707,[{"_peStart":[176.45682,-633.26843],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]],[716,[{"_peStart":[201.24838,-546.38367],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[736,[{"_peStart":[264.097,-655.2407],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":[]}]],[744,[{"_peStart":[288.88855,-568.35596],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]]],[232.67268,-600.8122],[[707,[{"_peStart":[232.67268,-600.8122],"_peEnd":[176.45682,-633.26843],"_peDist":64.91248,"_peObstacles":[]}]],[716,[{"_peStart":[232.67268,-600.8122],"_peEnd":[201.24838,-546.38367],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[736,[{"_peStart":[232.67268,-600.8122],"_peEnd":[264.097,-655.2407],"_peDist":62.848637,"_peObstacles":[]}]],[744,[{"_peStart":[232.67268,-600.8122],"_peEnd":[288.88855,-568.35596],"_peDist":64.91248,"_peObstacles":[]}]]]]],[728,[[[725,[{"_peStart":[227.58339,-272.74966],"_peEnd":[237.58339,-290.0702],"_peDist":20.000015,"_peObstacles":[]}]]],[237.58339,-290.0702],[[725,[{"_peStart":[237.58339,-290.0702],"_peEnd":[227.58339,-272.74966],"_peDist":20.000015,"_peObstacles":[]}]]]]],[729,[[[709,[{"_peStart":[183.0896,-774.58167],"_peEnd":[239.30545,-742.1255],"_peDist":64.912445,"_peObstacles":[]}]],[717,[{"_peStart":[207.88113,-687.6969],"_peEnd":[239.30545,-742.1255],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[738,[{"_peStart":[270.72974,-796.55396],"_peEnd":[239.30545,-742.1255],"_peDist":62.84858,"_peObstacles":[]}]],[746,[{"_peStart":[295.5213,-709.6692],"_peEnd":[239.30545,-742.1255],"_peDist":64.912506,"_peObstacles":[]}]]],[239.30545,-742.1255],[[709,[{"_peStart":[239.30545,-742.1255],"_peEnd":[183.0896,-774.58167],"_peDist":64.912445,"_peObstacles":[]}]],[717,[{"_peStart":[239.30545,-742.1255],"_peEnd":[207.88113,-687.6969],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[738,[{"_peStart":[239.30545,-742.1255],"_peEnd":[270.72974,-796.55396],"_peDist":62.84858,"_peObstacles":[]}]],[746,[{"_peStart":[239.30545,-742.1255],"_peEnd":[295.5213,-709.6692],"_peDist":64.912506,"_peObstacles":[]}]]]]],[730,[[[711,[{"_peStart":[186.375,-71.37473],"_peEnd":[242.66663,-38.874725],"_peDist":64.999985,"_peObstacles":[]}]],[718,[{"_peStart":[210.16663,17.416916],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[740,[{"_peStart":[275.16663,-95.16637],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[747,[{"_peStart":[298.95828,-6.37471],"_peEnd":[242.66663,-38.874725],"_peDist":65.00001,"_peObstacles":[]}]]],[242.66663,-38.874725],[[711,[{"_peStart":[242.66663,-38.874725],"_peEnd":[186.375,-71.37473],"_peDist":64.999985,"_peObstacles":[]}]],[718,[{"_peStart":[242.66663,-38.874725],"_peEnd":[210.16663,17.416916],"_peDist":64.99999,"_peObstacles":[]}]],[740,[{"_peStart":[242.66663,-38.874725],"_peEnd":[275.16663,-95.16637],"_peDist":64.99999,"_peObstacles":[]}]],[747,[{"_peStart":[242.66663,-38.874725],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]]]]],[731,[[[724,[{"_peStart":[226.03993,-459.49893],"_peEnd":[243.36044,-449.49893],"_peDist":20.000002,"_peObstacles":[]}]]],[243.36044,-449.49893],[[724,[{"_peStart":[243.36044,-449.49893],"_peEnd":[226.03993,-459.49893],"_peDist":20.000002,"_peObstacles":[]}]]]]],[732,[[[712,[{"_peStart":[189.72235,-915.8949],"_peEnd":[245.9382,-883.4387],"_peDist":64.912445,"_peObstacles":[]}]],[721,[{"_peStart":[214.51389,-829.01013],"_peEnd":[245.9382,-883.4387],"_peDist":62.848698,"_peObstacles":[]}]],[741,[{"_peStart":[277.36252,-937.8672],"_peEnd":[245.9382,-883.4387],"_peDist":62.848595,"_peObstacles":[]}]],[748,[{"_peStart":[302.15405,-850.9824],"_peEnd":[245.9382,-883.4387],"_peDist":64.912506,"_peObstacles":[]}]]],[245.9382,-883.4387],[[712,[{"_peStart":[245.9382,-883.4387],"_peEnd":[189.72235,-915.8949],"_peDist":64.912445,"_peObstacles":[]}]],[721,[{"_peStart":[245.9382,-883.4387],"_peEnd":[214.51389,-829.01013],"_peDist":62.848698,"_peObstacles":[]}]],[741,[{"_peStart":[245.9382,-883.4387],"_peEnd":[277.36252,-937.8672],"_peDist":62.848595,"_peObstacles":[]}]],[748,[{"_peStart":[245.9382,-883.4387],"_peEnd":[302.15405,-850.9824],"_peDist":64.912506,"_peObstacles":[]}]]]]],[733,[[[714,[{"_peStart":[195.08337,-216.45804],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[722,[{"_peStart":[218.875,-127.666374],"_peEnd":[251.37502,-183.95802],"_peDist":65.00001,"_peObstacles":[]}]],[742,[{"_peStart":[283.87503,-240.24966],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[750,[{"_peStart":[307.66666,-151.45801],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]]],[251.37502,-183.95802],[[714,[{"_peStart":[251.37502,-183.95802],"_peEnd":[195.08337,-216.45804],"_peDist":65.0,"_peObstacles":[]}]],[722,[{"_peStart":[251.37502,-183.95802],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]],[742,[{"_peStart":[251.37502,-183.95802],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]],[750,[{"_peStart":[251.37502,-183.95802],"_peEnd":[307.66666,-151.45801],"_peDist":65.0,"_peObstacles":[]}]]]]],[734,[[[737,[{"_peStart":[266.45828,49.91693],"_peEnd":[256.45825,67.23744],"_peDist":20.000017,"_peObstacles":[]}]]],[256.45825,67.23744],[[737,[{"_peStart":[256.45825,67.23744],"_peEnd":[266.45828,49.91693],"_peDist":20.000017,"_peObstacles":[]}]]]]],[735,[[[716,[{"_peStart":[201.24838,-546.38367],"_peEnd":[257.46423,-513.9274],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[724,[{"_peStart":[226.03993,-459.49893],"_peEnd":[257.46423,-513.9274],"_peDist":62.848614,"_peObstacles":[]}]],[739,[{"_peStart":[274.78473,-503.92743],"_peEnd":[257.46423,-513.9274],"_peDist":19.999989,"_peObstacles":[]}]],[744,[{"_peStart":[288.88855,-568.35596],"_peEnd":[257.46423,-513.9274],"_peDist":62.848644,"_peObstacles":[]}]]],[257.46423,-513.9274],[[716,[{"_peStart":[257.46423,-513.9274],"_peEnd":[201.24838,-546.38367],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[724,[{"_peStart":[257.46423,-513.9274],"_peEnd":[226.03993,-459.49893],"_peDist":62.848614,"_peObstacles":[]}]],[739,[{"_peStart":[257.46423,-513.9274],"_peEnd":[274.78473,-503.92743],"_peDist":19.999989,"_peObstacles":[]}]],[744,[{"_peStart":[257.46423,-513.9274],"_peEnd":[288.88855,-568.35596],"_peDist":62.848644,"_peObstacles":[]}]]]]],[736,[[[717,[{"_peStart":[207.88113,-687.6969],"_peEnd":[264.097,-655.2407],"_peDist":64.912445,"_peObstacles":[]}]],[727,[{"_peStart":[232.67268,-600.8122],"_peEnd":[264.097,-655.2407],"_peDist":62.848637,"_peObstacles":[]}]],[746,[{"_peStart":[295.5213,-709.6692],"_peEnd":[264.097,-655.2407],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[752,[{"_peStart":[320.31287,-622.7844],"_peEnd":[264.097,-655.2407],"_peDist":64.91253,"_peObstacles":[]}]]],[264.097,-655.2407],[[717,[{"_peStart":[264.097,-655.2407],"_peEnd":[207.88113,-687.6969],"_peDist":64.912445,"_peObstacles":[]}]],[727,[{"_peStart":[264.097,-655.2407],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":[]}]],[746,[{"_peStart":[264.097,-655.2407],"_peEnd":[295.5213,-709.6692],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[752,[{"_peStart":[264.097,-655.2407],"_peEnd":[320.31287,-622.7844],"_peDist":64.91253,"_peObstacles":[]}]]]]],[737,[[[718,[{"_peStart":[210.16663,17.416916],"_peEnd":[266.45828,49.91693],"_peDist":65.00001,"_peObstacles":[]}]],[734,[{"_peStart":[256.45825,67.23744],"_peEnd":[266.45828,49.91693],"_peDist":20.000017,"_peObstacles":[]}]],[747,[{"_peStart":[298.95828,-6.37471],"_peEnd":[266.45828,49.91693],"_peDist":64.99999,"_peObstacles":[]}]],[753,[{"_peStart":[322.7499,82.41695],"_peEnd":[266.45828,49.91693],"_peDist":64.999985,"_peObstacles":[]}]]],[266.45828,49.91693],[[718,[{"_peStart":[266.45828,49.91693],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]],[734,[{"_peStart":[266.45828,49.91693],"_peEnd":[256.45825,67.23744],"_peDist":20.000017,"_peObstacles":[]}]],[747,[{"_peStart":[266.45828,49.91693],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[753,[{"_peStart":[266.45828,49.91693],"_peEnd":[322.7499,82.41695],"_peDist":64.999985,"_peObstacles":[]}]]]]],[738,[[[721,[{"_peStart":[214.51389,-829.01013],"_peEnd":[270.72974,-796.55396],"_peDist":64.912445,"_peObstacles":[]}]],[729,[{"_peStart":[239.30545,-742.1255],"_peEnd":[270.72974,-796.55396],"_peDist":62.84858,"_peObstacles":[]}]],[748,[{"_peStart":[302.15405,-850.9824],"_peEnd":[270.72974,-796.55396],"_peDist":62.848595,"_peObstacles":[]}]],[754,[{"_peStart":[326.94562,-764.0977],"_peEnd":[270.72974,-796.55396],"_peDist":64.9125,"_peObstacles":[]}]]],[270.72974,-796.55396],[[721,[{"_peStart":[270.72974,-796.55396],"_peEnd":[214.51389,-829.01013],"_peDist":64.912445,"_peObstacles":[]}]],[729,[{"_peStart":[270.72974,-796.55396],"_peEnd":[239.30545,-742.1255],"_peDist":62.84858,"_peObstacles":[]}]],[748,[{"_peStart":[270.72974,-796.55396],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[754,[{"_peStart":[270.72974,-796.55396],"_peEnd":[326.94562,-764.0977],"_peDist":64.9125,"_peObstacles":[]}]]]]],[739,[[[735,[{"_peStart":[257.46423,-513.9274],"_peEnd":[274.78473,-503.92743],"_peDist":19.999989,"_peObstacles":[]}]]],[274.78473,-503.92743],[[735,[{"_peStart":[274.78473,-503.92743],"_peEnd":[257.46423,-513.9274],"_peDist":19.999989,"_peObstacles":[]}]]]]],[740,[[[722,[{"_peStart":[218.875,-127.666374],"_peEnd":[275.16663,-95.16637],"_peDist":64.999985,"_peObstacles":[]}]],[730,[{"_peStart":[242.66663,-38.874725],"_peEnd":[275.16663,-95.16637],"_peDist":64.99999,"_peObstacles":[]}]],[750,[{"_peStart":[307.66666,-151.45801],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]],[755,[{"_peStart":[331.45828,-62.66635],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]]],[275.16663,-95.16637],[[722,[{"_peStart":[275.16663,-95.16637],"_peEnd":[218.875,-127.666374],"_peDist":64.999985,"_peObstacles":[]}]],[730,[{"_peStart":[275.16663,-95.16637],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[750,[{"_peStart":[275.16663,-95.16637],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]],[755,[{"_peStart":[275.16663,-95.16637],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]]]]],[741,[[[723,[{"_peStart":[221.14667,-970.32336],"_peEnd":[277.36252,-937.8672],"_peDist":64.912445,"_peObstacles":[]}]],[732,[{"_peStart":[245.9382,-883.4387],"_peEnd":[277.36252,-937.8672],"_peDist":62.848595,"_peObstacles":[]}]],[743,[{"_peStart":[287.36252,-955.18774],"_peEnd":[277.36252,-937.8672],"_peDist":20.000042,"_peObstacles":[]}]],[756,[{"_peStart":[333.57837,-905.4109],"_peEnd":[277.36252,-937.8672],"_peDist":64.912506,"_peObstacles":[]}]]],[277.36252,-937.8672],[[723,[{"_peStart":[277.36252,-937.8672],"_peEnd":[221.14667,-970.32336],"_peDist":64.912445,"_peObstacles":[]}]],[732,[{"_peStart":[277.36252,-937.8672],"_peEnd":[245.9382,-883.4387],"_peDist":62.848595,"_peObstacles":[]}]],[743,[{"_peStart":[277.36252,-937.8672],"_peEnd":[287.36252,-955.18774],"_peDist":20.000042,"_peObstacles":[]}]],[756,[{"_peStart":[277.36252,-937.8672],"_peEnd":[333.57837,-905.4109],"_peDist":64.912506,"_peObstacles":[]}]]]]],[742,[[[725,[{"_peStart":[227.58339,-272.74966],"_peEnd":[283.87503,-240.24966],"_peDist":64.99999,"_peObstacles":[]}]],[733,[{"_peStart":[251.37502,-183.95802],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]],[745,[{"_peStart":[293.87503,-257.57016],"_peEnd":[283.87503,-240.24966],"_peDist":19.999989,"_peObstacles":[]}]],[759,[{"_peStart":[340.1667,-207.74966],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]]],[283.87503,-240.24966],[[725,[{"_peStart":[283.87503,-240.24966],"_peEnd":[227.58339,-272.74966],"_peDist":64.99999,"_peObstacles":[]}]],[733,[{"_peStart":[283.87503,-240.24966],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[745,[{"_peStart":[283.87503,-240.24966],"_peEnd":[293.87503,-257.57016],"_peDist":19.999989,"_peObstacles":[]}]],[759,[{"_peStart":[283.87503,-240.24966],"_peEnd":[340.1667,-207.74966],"_peDist":65.0,"_peObstacles":[]}]]]]],[743,[[[741,[{"_peStart":[277.36252,-937.8672],"_peEnd":[287.36252,-955.18774],"_peDist":20.000042,"_peObstacles":[]}]]],[287.36252,-955.18774],[[741,[{"_peStart":[287.36252,-955.18774],"_peEnd":[277.36252,-937.8672],"_peDist":20.000042,"_peObstacles":[]}]]]]],[744,[[[727,[{"_peStart":[232.67268,-600.8122],"_peEnd":[288.88855,-568.35596],"_peDist":64.91248,"_peObstacles":[]}]],[735,[{"_peStart":[257.46423,-513.9274],"_peEnd":[288.88855,-568.35596],"_peDist":62.848644,"_peObstacles":[]}]],[749,[{"_peStart":[306.20905,-558.35596],"_peEnd":[288.88855,-568.35596],"_peDist":19.999989,"_peObstacles":[]}]],[752,[{"_peStart":[320.31287,-622.7844],"_peEnd":[288.88855,-568.35596],"_peDist":62.848595,"_peObstacles":[]}]]],[288.88855,-568.35596],[[727,[{"_peStart":[288.88855,-568.35596],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]],[735,[{"_peStart":[288.88855,-568.35596],"_peEnd":[257.46423,-513.9274],"_peDist":62.848644,"_peObstacles":[]}]],[749,[{"_peStart":[288.88855,-568.35596],"_peEnd":[306.20905,-558.35596],"_peDist":19.999989,"_peObstacles":[]}]],[752,[{"_peStart":[288.88855,-568.35596],"_peEnd":[320.31287,-622.7844],"_peDist":62.848595,"_peObstacles":[]}]]]]],[745,[[[742,[{"_peStart":[283.87503,-240.24966],"_peEnd":[293.87503,-257.57016],"_peDist":19.999989,"_peObstacles":[]}]]],[293.87503,-257.57016],[[742,[{"_peStart":[293.87503,-257.57016],"_peEnd":[283.87503,-240.24966],"_peDist":19.999989,"_peObstacles":[]}]]]]],[746,[[[729,[{"_peStart":[239.30545,-742.1255],"_peEnd":[295.5213,-709.6692],"_peDist":64.912506,"_peObstacles":[]}]],[736,[{"_peStart":[264.097,-655.2407],"_peEnd":[295.5213,-709.6692],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[754,[{"_peStart":[326.94562,-764.0977],"_peEnd":[295.5213,-709.6692],"_peDist":62.848644,"_peObstacles":[]}]],[762,[{"_peStart":[351.73718,-677.213],"_peEnd":[295.5213,-709.6692],"_peDist":64.91247,"_peObstacles":[]}]]],[295.5213,-709.6692],[[729,[{"_peStart":[295.5213,-709.6692],"_peEnd":[239.30545,-742.1255],"_peDist":64.912506,"_peObstacles":[]}]],[736,[{"_peStart":[295.5213,-709.6692],"_peEnd":[264.097,-655.2407],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[754,[{"_peStart":[295.5213,-709.6692],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[762,[{"_peStart":[295.5213,-709.6692],"_peEnd":[351.73718,-677.213],"_peDist":64.91247,"_peObstacles":[]}]]]]],[747,[[[730,[{"_peStart":[242.66663,-38.874725],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]],[737,[{"_peStart":[266.45828,49.91693],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[755,[{"_peStart":[331.45828,-62.66635],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[763,[{"_peStart":[355.24994,26.125305],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]]],[298.95828,-6.37471],[[730,[{"_peStart":[298.95828,-6.37471],"_peEnd":[242.66663,-38.874725],"_peDist":65.00001,"_peObstacles":[]}]],[737,[{"_peStart":[298.95828,-6.37471],"_peEnd":[266.45828,49.91693],"_peDist":64.99999,"_peObstacles":[]}]],[755,[{"_peStart":[298.95828,-6.37471],"_peEnd":[331.45828,-62.66635],"_peDist":64.99999,"_peObstacles":[]}]],[763,[{"_peStart":[298.95828,-6.37471],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]]]]],[748,[[[732,[{"_peStart":[245.9382,-883.4387],"_peEnd":[302.15405,-850.9824],"_peDist":64.912506,"_peObstacles":[]}]],[738,[{"_peStart":[270.72974,-796.55396],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[756,[{"_peStart":[333.57837,-905.4109],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[764,[{"_peStart":[358.36993,-818.52625],"_peEnd":[302.15405,-850.9824],"_peDist":64.91247,"_peObstacles":[]}]]],[302.15405,-850.9824],[[732,[{"_peStart":[302.15405,-850.9824],"_peEnd":[245.9382,-883.4387],"_peDist":64.912506,"_peObstacles":[]}]],[738,[{"_peStart":[302.15405,-850.9824],"_peEnd":[270.72974,-796.55396],"_peDist":62.848595,"_peObstacles":[]}]],[756,[{"_peStart":[302.15405,-850.9824],"_peEnd":[333.57837,-905.4109],"_peDist":62.848595,"_peObstacles":[]}]],[764,[{"_peStart":[302.15405,-850.9824],"_peEnd":[358.36993,-818.52625],"_peDist":64.91247,"_peObstacles":[]}]]]]],[749,[[[744,[{"_peStart":[288.88855,-568.35596],"_peEnd":[306.20905,-558.35596],"_peDist":19.999989,"_peObstacles":[]}]]],[306.20905,-558.35596],[[744,[{"_peStart":[306.20905,-558.35596],"_peEnd":[288.88855,-568.35596],"_peDist":19.999989,"_peObstacles":[]}]]]]],[750,[[[733,[{"_peStart":[251.37502,-183.95802],"_peEnd":[307.66666,-151.45801],"_peDist":65.0,"_peObstacles":[]}]],[740,[{"_peStart":[275.16663,-95.16637],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]],[759,[{"_peStart":[340.1667,-207.74966],"_peEnd":[307.66666,-151.45801],"_peDist":65.000015,"_peObstacles":[]}]],[765,[{"_peStart":[363.9583,-118.958],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]]],[307.66666,-151.45801],[[733,[{"_peStart":[307.66666,-151.45801],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[740,[{"_peStart":[307.66666,-151.45801],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]],[759,[{"_peStart":[307.66666,-151.45801],"_peEnd":[340.1667,-207.74966],"_peDist":65.000015,"_peObstacles":[]}]],[765,[{"_peStart":[307.66666,-151.45801],"_peEnd":[363.9583,-118.958],"_peDist":65.00001,"_peObstacles":[]}]]]]],[751,[[[753,[{"_peStart":[322.7499,82.41695],"_peEnd":[312.74988,99.73746],"_peDist":20.000017,"_peObstacles":[]}]]],[312.74988,99.73746],[[753,[{"_peStart":[312.74988,99.73746],"_peEnd":[322.7499,82.41695],"_peDist":20.000017,"_peObstacles":[]}]]]]],[752,[[[736,[{"_peStart":[264.097,-655.2407],"_peEnd":[320.31287,-622.7844],"_peDist":64.91253,"_peObstacles":[]}]],[744,[{"_peStart":[288.88855,-568.35596],"_peEnd":[320.31287,-622.7844],"_peDist":62.848595,"_peObstacles":[]}]],[757,[{"_peStart":[337.63336,-612.7844],"_peEnd":[320.31287,-622.7844],"_peDist":19.999989,"_peObstacles":[]}]],[762,[{"_peStart":[351.73718,-677.213],"_peEnd":[320.31287,-622.7844],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]]],[320.31287,-622.7844],[[736,[{"_peStart":[320.31287,-622.7844],"_peEnd":[264.097,-655.2407],"_peDist":64.91253,"_peObstacles":[]}]],[744,[{"_peStart":[320.31287,-622.7844],"_peEnd":[288.88855,-568.35596],"_peDist":62.848595,"_peObstacles":[]}]],[757,[{"_peStart":[320.31287,-622.7844],"_peEnd":[337.63336,-612.7844],"_peDist":19.999989,"_peObstacles":[]}]],[762,[{"_peStart":[320.31287,-622.7844],"_peEnd":[351.73718,-677.213],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]]]]],[753,[[[737,[{"_peStart":[266.45828,49.91693],"_peEnd":[322.7499,82.41695],"_peDist":64.999985,"_peObstacles":[]}]],[751,[{"_peStart":[312.74988,99.73746],"_peEnd":[322.7499,82.41695],"_peDist":20.000017,"_peObstacles":[]}]],[758,[{"_peStart":[340.07043,92.41695],"_peEnd":[322.7499,82.41695],"_peDist":20.000015,"_peObstacles":[]}]],[763,[{"_peStart":[355.24994,26.125305],"_peEnd":[322.7499,82.41695],"_peDist":65.00001,"_peObstacles":[]}]]],[322.7499,82.41695],[[737,[{"_peStart":[322.7499,82.41695],"_peEnd":[266.45828,49.91693],"_peDist":64.999985,"_peObstacles":[]}]],[751,[{"_peStart":[322.7499,82.41695],"_peEnd":[312.74988,99.73746],"_peDist":20.000017,"_peObstacles":[]}]],[758,[{"_peStart":[322.7499,82.41695],"_peEnd":[340.07043,92.41695],"_peDist":20.000015,"_peObstacles":[]}]],[763,[{"_peStart":[322.7499,82.41695],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]]]]],[754,[[[738,[{"_peStart":[270.72974,-796.55396],"_peEnd":[326.94562,-764.0977],"_peDist":64.9125,"_peObstacles":[]}]],[746,[{"_peStart":[295.5213,-709.6692],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[764,[{"_peStart":[358.36993,-818.52625],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[768,[{"_peStart":[383.16147,-731.6415],"_peEnd":[326.94562,-764.0977],"_peDist":64.912476,"_peObstacles":[]}]]],[326.94562,-764.0977],[[738,[{"_peStart":[326.94562,-764.0977],"_peEnd":[270.72974,-796.55396],"_peDist":64.9125,"_peObstacles":[]}]],[746,[{"_peStart":[326.94562,-764.0977],"_peEnd":[295.5213,-709.6692],"_peDist":62.848644,"_peObstacles":[]}]],[764,[{"_peStart":[326.94562,-764.0977],"_peEnd":[358.36993,-818.52625],"_peDist":62.848644,"_peObstacles":[]}]],[768,[{"_peStart":[326.94562,-764.0977],"_peEnd":[383.16147,-731.6415],"_peDist":64.912476,"_peObstacles":[]}]]]]],[755,[[[740,[{"_peStart":[275.16663,-95.16637],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]],[747,[{"_peStart":[298.95828,-6.37471],"_peEnd":[331.45828,-62.66635],"_peDist":64.99999,"_peObstacles":[]}]],[765,[{"_peStart":[363.9583,-118.958],"_peEnd":[331.45828,-62.66635],"_peDist":65.000015,"_peObstacles":[]}]],[769,[{"_peStart":[387.74994,-30.166336],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]]],[331.45828,-62.66635],[[740,[{"_peStart":[331.45828,-62.66635],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]],[747,[{"_peStart":[331.45828,-62.66635],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[765,[{"_peStart":[331.45828,-62.66635],"_peEnd":[363.9583,-118.958],"_peDist":65.000015,"_peObstacles":[]}]],[769,[{"_peStart":[331.45828,-62.66635],"_peEnd":[387.74994,-30.166336],"_peDist":65.00001,"_peObstacles":[]}]]]]],[756,[[[741,[{"_peStart":[277.36252,-937.8672],"_peEnd":[333.57837,-905.4109],"_peDist":64.912506,"_peObstacles":[]}]],[748,[{"_peStart":[302.15405,-850.9824],"_peEnd":[333.57837,-905.4109],"_peDist":62.848595,"_peObstacles":[]}]],[760,[{"_peStart":[343.57837,-922.73145],"_peEnd":[333.57837,-905.4109],"_peDist":20.000042,"_peObstacles":[]}]],[770,[{"_peStart":[389.79425,-872.9547],"_peEnd":[333.57837,-905.4109],"_peDist":64.91247,"_peObstacles":[]}]]],[333.57837,-905.4109],[[741,[{"_peStart":[333.57837,-905.4109],"_peEnd":[277.36252,-937.8672],"_peDist":64.912506,"_peObstacles":[]}]],[748,[{"_peStart":[333.57837,-905.4109],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[760,[{"_peStart":[333.57837,-905.4109],"_peEnd":[343.57837,-922.73145],"_peDist":20.000042,"_peObstacles":[]}]],[770,[{"_peStart":[333.57837,-905.4109],"_peEnd":[389.79425,-872.9547],"_peDist":64.91247,"_peObstacles":[]}]]]]],[757,[[[752,[{"_peStart":[320.31287,-622.7844],"_peEnd":[337.63336,-612.7844],"_peDist":19.999989,"_peObstacles":[]}]]],[337.63336,-612.7844],[[752,[{"_peStart":[337.63336,-612.7844],"_peEnd":[320.31287,-622.7844],"_peDist":19.999989,"_peObstacles":[]}]]]]],[758,[[[753,[{"_peStart":[322.7499,82.41695],"_peEnd":[340.07043,92.41695],"_peDist":20.000015,"_peObstacles":[]}]]],[340.07043,92.41695],[[753,[{"_peStart":[340.07043,92.41695],"_peEnd":[322.7499,82.41695],"_peDist":20.000015,"_peObstacles":[]}]]]]],[759,[[[742,[{"_peStart":[283.87503,-240.24966],"_peEnd":[340.1667,-207.74966],"_peDist":65.0,"_peObstacles":[]}]],[750,[{"_peStart":[307.66666,-151.45801],"_peEnd":[340.1667,-207.74966],"_peDist":65.000015,"_peObstacles":[]}]],[761,[{"_peStart":[350.1667,-225.07016],"_peEnd":[340.1667,-207.74966],"_peDist":19.999989,"_peObstacles":[]}]],[771,[{"_peStart":[396.4583,-175.24963],"_peEnd":[340.1667,-207.74966],"_peDist":64.99999,"_peObstacles":[]}]]],[340.1667,-207.74966],[[742,[{"_peStart":[340.1667,-207.74966],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]],[750,[{"_peStart":[340.1667,-207.74966],"_peEnd":[307.66666,-151.45801],"_peDist":65.000015,"_peObstacles":[]}]],[761,[{"_peStart":[340.1667,-207.74966],"_peEnd":[350.1667,-225.07016],"_peDist":19.999989,"_peObstacles":[]}]],[771,[{"_peStart":[340.1667,-207.74966],"_peEnd":[396.4583,-175.24963],"_peDist":64.99999,"_peObstacles":[]}]]]]],[760,[[[756,[{"_peStart":[333.57837,-905.4109],"_peEnd":[343.57837,-922.73145],"_peDist":20.000042,"_peObstacles":[]}]]],[343.57837,-922.73145],[[756,[{"_peStart":[343.57837,-922.73145],"_peEnd":[333.57837,-905.4109],"_peDist":20.000042,"_peObstacles":[]}]]]]],[761,[[[759,[{"_peStart":[340.1667,-207.74966],"_peEnd":[350.1667,-225.07016],"_peDist":19.999989,"_peObstacles":[]}]]],[350.1667,-225.07016],[[759,[{"_peStart":[350.1667,-225.07016],"_peEnd":[340.1667,-207.74966],"_peDist":19.999989,"_peObstacles":[]}]]]]],[762,[[[746,[{"_peStart":[295.5213,-709.6692],"_peEnd":[351.73718,-677.213],"_peDist":64.91247,"_peObstacles":[]}]],[752,[{"_peStart":[320.31287,-622.7844],"_peEnd":[351.73718,-677.213],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[766,[{"_peStart":[369.05768,-667.213],"_peEnd":[351.73718,-677.213],"_peDist":19.999989,"_peObstacles":[]}]],[768,[{"_peStart":[383.16147,-731.6415],"_peEnd":[351.73718,-677.213],"_peDist":62.84858,"_peObstacles":[]}]]],[351.73718,-677.213],[[746,[{"_peStart":[351.73718,-677.213],"_peEnd":[295.5213,-709.6692],"_peDist":64.91247,"_peObstacles":[]}]],[752,[{"_peStart":[351.73718,-677.213],"_peEnd":[320.31287,-622.7844],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[766,[{"_peStart":[351.73718,-677.213],"_peEnd":[369.05768,-667.213],"_peDist":19.999989,"_peObstacles":[]}]],[768,[{"_peStart":[351.73718,-677.213],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]]]]],[763,[[[747,[{"_peStart":[298.95828,-6.37471],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]],[753,[{"_peStart":[322.7499,82.41695],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]],[767,[{"_peStart":[372.57043,36.125305],"_peEnd":[355.24994,26.125305],"_peDist":19.999989,"_peObstacles":[]}]],[769,[{"_peStart":[387.74994,-30.166336],"_peEnd":[355.24994,26.125305],"_peDist":64.99999,"_peObstacles":[]}]]],[355.24994,26.125305],[[747,[{"_peStart":[355.24994,26.125305],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]],[753,[{"_peStart":[355.24994,26.125305],"_peEnd":[322.7499,82.41695],"_peDist":65.00001,"_peObstacles":[]}]],[767,[{"_peStart":[355.24994,26.125305],"_peEnd":[372.57043,36.125305],"_peDist":19.999989,"_peObstacles":[]}]],[769,[{"_peStart":[355.24994,26.125305],"_peEnd":[387.74994,-30.166336],"_peDist":64.99999,"_peObstacles":[]}]]]]],[764,[[[748,[{"_peStart":[302.15405,-850.9824],"_peEnd":[358.36993,-818.52625],"_peDist":64.91247,"_peObstacles":[]}]],[754,[{"_peStart":[326.94562,-764.0977],"_peEnd":[358.36993,-818.52625],"_peDist":62.848644,"_peObstacles":[]}]],[770,[{"_peStart":[389.79425,-872.9547],"_peEnd":[358.36993,-818.52625],"_peDist":62.848595,"_peObstacles":[]}]],[776,[{"_peStart":[414.58575,-786.06995],"_peEnd":[358.36993,-818.52625],"_peDist":64.912476,"_peObstacles":[]}]]],[358.36993,-818.52625],[[748,[{"_peStart":[358.36993,-818.52625],"_peEnd":[302.15405,-850.9824],"_peDist":64.91247,"_peObstacles":[]}]],[754,[{"_peStart":[358.36993,-818.52625],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[770,[{"_peStart":[358.36993,-818.52625],"_peEnd":[389.79425,-872.9547],"_peDist":62.848595,"_peObstacles":[]}]],[776,[{"_peStart":[358.36993,-818.52625],"_peEnd":[414.58575,-786.06995],"_peDist":64.912476,"_peObstacles":[]}]]]]],[765,[[[750,[{"_peStart":[307.66666,-151.45801],"_peEnd":[363.9583,-118.958],"_peDist":65.00001,"_peObstacles":[]}]],[755,[{"_peStart":[331.45828,-62.66635],"_peEnd":[363.9583,-118.958],"_peDist":65.000015,"_peObstacles":[]}]],[771,[{"_peStart":[396.4583,-175.24963],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]],[777,[{"_peStart":[420.24994,-86.45799],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]]],[363.9583,-118.958],[[750,[{"_peStart":[363.9583,-118.958],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]],[755,[{"_peStart":[363.9583,-118.958],"_peEnd":[331.45828,-62.66635],"_peDist":65.000015,"_peObstacles":[]}]],[771,[{"_peStart":[363.9583,-118.958],"_peEnd":[396.4583,-175.24963],"_peDist":64.999985,"_peObstacles":[]}]],[777,[{"_peStart":[363.9583,-118.958],"_peEnd":[420.24994,-86.45799],"_peDist":64.999985,"_peObstacles":[]}]]]]],[766,[[[762,[{"_peStart":[351.73718,-677.213],"_peEnd":[369.05768,-667.213],"_peDist":19.999989,"_peObstacles":[]}]]],[369.05768,-667.213],[[762,[{"_peStart":[369.05768,-667.213],"_peEnd":[351.73718,-677.213],"_peDist":19.999989,"_peObstacles":[]}]]]]],[767,[[[763,[{"_peStart":[355.24994,26.125305],"_peEnd":[372.57043,36.125305],"_peDist":19.999989,"_peObstacles":[]}]]],[372.57043,36.125305],[[763,[{"_peStart":[372.57043,36.125305],"_peEnd":[355.24994,26.125305],"_peDist":19.999989,"_peObstacles":[]}]]]]],[768,[[[754,[{"_peStart":[326.94562,-764.0977],"_peEnd":[383.16147,-731.6415],"_peDist":64.912476,"_peObstacles":[]}]],[762,[{"_peStart":[351.73718,-677.213],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]],[773,[{"_peStart":[400.48196,-721.6415],"_peEnd":[383.16147,-731.6415],"_peDist":19.999989,"_peObstacles":[]}]],[776,[{"_peStart":[414.58575,-786.06995],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]]],[383.16147,-731.6415],[[754,[{"_peStart":[383.16147,-731.6415],"_peEnd":[326.94562,-764.0977],"_peDist":64.912476,"_peObstacles":[]}]],[762,[{"_peStart":[383.16147,-731.6415],"_peEnd":[351.73718,-677.213],"_peDist":62.84858,"_peObstacles":[]}]],[773,[{"_peStart":[383.16147,-731.6415],"_peEnd":[400.48196,-721.6415],"_peDist":19.999989,"_peObstacles":[]}]],[776,[{"_peStart":[383.16147,-731.6415],"_peEnd":[414.58575,-786.06995],"_peDist":62.84858,"_peObstacles":[]}]]]]],[769,[[[755,[{"_peStart":[331.45828,-62.66635],"_peEnd":[387.74994,-30.166336],"_peDist":65.00001,"_peObstacles":[]}]],[763,[{"_peStart":[355.24994,26.125305],"_peEnd":[387.74994,-30.166336],"_peDist":64.99999,"_peObstacles":[]}]],[774,[{"_peStart":[405.07043,-20.166336],"_peEnd":[387.74994,-30.166336],"_peDist":19.999989,"_peObstacles":[]}]],[777,[{"_peStart":[420.24994,-86.45799],"_peEnd":[387.74994,-30.166336],"_peDist":65.0,"_peObstacles":[]}]]],[387.74994,-30.166336],[[755,[{"_peStart":[387.74994,-30.166336],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]],[763,[{"_peStart":[387.74994,-30.166336],"_peEnd":[355.24994,26.125305],"_peDist":64.99999,"_peObstacles":[]}]],[774,[{"_peStart":[387.74994,-30.166336],"_peEnd":[405.07043,-20.166336],"_peDist":19.999989,"_peObstacles":[]}]],[777,[{"_peStart":[387.74994,-30.166336],"_peEnd":[420.24994,-86.45799],"_peDist":65.0,"_peObstacles":[]}]]]]],[770,[[[756,[{"_peStart":[333.57837,-905.4109],"_peEnd":[389.79425,-872.9547],"_peDist":64.91247,"_peObstacles":[]}]],[764,[{"_peStart":[358.36993,-818.52625],"_peEnd":[389.79425,-872.9547],"_peDist":62.848595,"_peObstacles":[]}]],[772,[{"_peStart":[399.79425,-890.27527],"_peEnd":[389.79425,-872.9547],"_peDist":20.000042,"_peObstacles":[]}]],[780,[{"_peStart":[446.01007,-840.4985],"_peEnd":[389.79425,-872.9547],"_peDist":64.912445,"_peObstacles":[]}]]],[389.79425,-872.9547],[[756,[{"_peStart":[389.79425,-872.9547],"_peEnd":[333.57837,-905.4109],"_peDist":64.91247,"_peObstacles":[]}]],[764,[{"_peStart":[389.79425,-872.9547],"_peEnd":[358.36993,-818.52625],"_peDist":62.848595,"_peObstacles":[]}]],[772,[{"_peStart":[389.79425,-872.9547],"_peEnd":[399.79425,-890.27527],"_peDist":20.000042,"_peObstacles":[]}]],[780,[{"_peStart":[389.79425,-872.9547],"_peEnd":[446.01007,-840.4985],"_peDist":64.912445,"_peObstacles":[]}]]]]],[771,[[[759,[{"_peStart":[340.1667,-207.74966],"_peEnd":[396.4583,-175.24963],"_peDist":64.99999,"_peObstacles":[]}]],[765,[{"_peStart":[363.9583,-118.958],"_peEnd":[396.4583,-175.24963],"_peDist":64.999985,"_peObstacles":[]}]],[775,[{"_peStart":[406.4583,-192.57014],"_peEnd":[396.4583,-175.24963],"_peDist":20.000002,"_peObstacles":[]}]],[781,[{"_peStart":[452.74997,-142.74963],"_peEnd":[396.4583,-175.24963],"_peDist":65.0,"_peObstacles":[]}]]],[396.4583,-175.24963],[[759,[{"_peStart":[396.4583,-175.24963],"_peEnd":[340.1667,-207.74966],"_peDist":64.99999,"_peObstacles":[]}]],[765,[{"_peStart":[396.4583,-175.24963],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]],[775,[{"_peStart":[396.4583,-175.24963],"_peEnd":[406.4583,-192.57014],"_peDist":20.000002,"_peObstacles":[]}]],[781,[{"_peStart":[396.4583,-175.24963],"_peEnd":[452.74997,-142.74963],"_peDist":65.0,"_peObstacles":[]}]]]]],[772,[[[770,[{"_peStart":[389.79425,-872.9547],"_peEnd":[399.79425,-890.27527],"_peDist":20.000042,"_peObstacles":[]}]]],[399.79425,-890.27527],[[770,[{"_peStart":[399.79425,-890.27527],"_peEnd":[389.79425,-872.9547],"_peDist":20.000042,"_peObstacles":[]}]]]]],[773,[[[768,[{"_peStart":[383.16147,-731.6415],"_peEnd":[400.48196,-721.6415],"_peDist":19.999989,"_peObstacles":[]}]]],[400.48196,-721.6415],[[768,[{"_peStart":[400.48196,-721.6415],"_peEnd":[383.16147,-731.6415],"_peDist":19.999989,"_peObstacles":[]}]]]]],[774,[[[769,[{"_peStart":[387.74994,-30.166336],"_peEnd":[405.07043,-20.166336],"_peDist":19.999989,"_peObstacles":[]}]]],[405.07043,-20.166336],[[769,[{"_peStart":[405.07043,-20.166336],"_peEnd":[387.74994,-30.166336],"_peDist":19.999989,"_peObstacles":[]}]]]]],[775,[[[771,[{"_peStart":[396.4583,-175.24963],"_peEnd":[406.4583,-192.57014],"_peDist":20.000002,"_peObstacles":[]}]]],[406.4583,-192.57014],[[771,[{"_peStart":[406.4583,-192.57014],"_peEnd":[396.4583,-175.24963],"_peDist":20.000002,"_peObstacles":[]}]]]]],[776,[[[764,[{"_peStart":[358.36993,-818.52625],"_peEnd":[414.58575,-786.06995],"_peDist":64.912476,"_peObstacles":[]}]],[768,[{"_peStart":[383.16147,-731.6415],"_peEnd":[414.58575,-786.06995],"_peDist":62.84858,"_peObstacles":[]}]],[778,[{"_peStart":[431.90628,-776.06995],"_peEnd":[414.58575,-786.06995],"_peDist":20.000015,"_peObstacles":[]}]],[780,[{"_peStart":[446.01007,-840.4985],"_peEnd":[414.58575,-786.06995],"_peDist":62.848644,"_peObstacles":[]}]]],[414.58575,-786.06995],[[764,[{"_peStart":[414.58575,-786.06995],"_peEnd":[358.36993,-818.52625],"_peDist":64.912476,"_peObstacles":[]}]],[768,[{"_peStart":[414.58575,-786.06995],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]],[778,[{"_peStart":[414.58575,-786.06995],"_peEnd":[431.90628,-776.06995],"_peDist":20.000015,"_peObstacles":[]}]],[780,[{"_peStart":[414.58575,-786.06995],"_peEnd":[446.01007,-840.4985],"_peDist":62.848644,"_peObstacles":[]}]]]]],[777,[[[765,[{"_peStart":[363.9583,-118.958],"_peEnd":[420.24994,-86.45799],"_peDist":64.999985,"_peObstacles":[]}]],[769,[{"_peStart":[387.74994,-30.166336],"_peEnd":[420.24994,-86.45799],"_peDist":65.0,"_peObstacles":[]}]],[779,[{"_peStart":[437.57043,-76.457985],"_peEnd":[420.24994,-86.45799],"_peDist":19.999992,"_peObstacles":[]}]],[781,[{"_peStart":[452.74997,-142.74963],"_peEnd":[420.24994,-86.45799],"_peDist":65.00001,"_peObstacles":[]}]]],[420.24994,-86.45799],[[765,[{"_peStart":[420.24994,-86.45799],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]],[769,[{"_peStart":[420.24994,-86.45799],"_peEnd":[387.74994,-30.166336],"_peDist":65.0,"_peObstacles":[]}]],[779,[{"_peStart":[420.24994,-86.45799],"_peEnd":[437.57043,-76.457985],"_peDist":19.999992,"_peObstacles":[]}]],[781,[{"_peStart":[420.24994,-86.45799],"_peEnd":[452.74997,-142.74963],"_peDist":65.00001,"_peObstacles":[]}]]]]],[778,[[[776,[{"_peStart":[414.58575,-786.06995],"_peEnd":[431.90628,-776.06995],"_peDist":20.000015,"_peObstacles":[]}]]],[431.90628,-776.06995],[[776,[{"_peStart":[431.90628,-776.06995],"_peEnd":[414.58575,-786.06995],"_peDist":20.000015,"_peObstacles":[]}]]]]],[779,[[[777,[{"_peStart":[420.24994,-86.45799],"_peEnd":[437.57043,-76.457985],"_peDist":19.999992,"_peObstacles":[]}]]],[437.57043,-76.457985],[[777,[{"_peStart":[437.57043,-76.457985],"_peEnd":[420.24994,-86.45799],"_peDist":19.999992,"_peObstacles":[]}]]]]],[780,[[[770,[{"_peStart":[389.79425,-872.9547],"_peEnd":[446.01007,-840.4985],"_peDist":64.912445,"_peObstacles":[]}]],[776,[{"_peStart":[414.58575,-786.06995],"_peEnd":[446.01007,-840.4985],"_peDist":62.848644,"_peObstacles":[]}]],[782,[{"_peStart":[456.01007,-857.819],"_peEnd":[446.01007,-840.4985],"_peDist":19.999989,"_peObstacles":[]}]],[784,[{"_peStart":[463.3306,-830.4985],"_peEnd":[446.01007,-840.4985],"_peDist":20.000015,"_peObstacles":[]}]]],[446.01007,-840.4985],[[770,[{"_peStart":[446.01007,-840.4985],"_peEnd":[389.79425,-872.9547],"_peDist":64.912445,"_peObstacles":[]}]],[776,[{"_peStart":[446.01007,-840.4985],"_peEnd":[414.58575,-786.06995],"_peDist":62.848644,"_peObstacles":[]}]],[782,[{"_peStart":[446.01007,-840.4985],"_peEnd":[456.01007,-857.819],"_peDist":19.999989,"_peObstacles":[]}]],[784,[{"_peStart":[446.01007,-840.4985],"_peEnd":[463.3306,-830.4985],"_peDist":20.000015,"_peObstacles":[]}]]]]],[781,[[[771,[{"_peStart":[396.4583,-175.24963],"_peEnd":[452.74997,-142.74963],"_peDist":65.0,"_peObstacles":[]}]],[777,[{"_peStart":[420.24994,-86.45799],"_peEnd":[452.74997,-142.74963],"_peDist":65.00001,"_peObstacles":[]}]],[783,[{"_peStart":[462.74997,-160.07013],"_peEnd":[452.74997,-142.74963],"_peDist":19.999989,"_peObstacles":[]}]],[785,[{"_peStart":[470.07047,-132.74962],"_peEnd":[452.74997,-142.74963],"_peDist":19.999996,"_peObstacles":[]}]]],[452.74997,-142.74963],[[771,[{"_peStart":[452.74997,-142.74963],"_peEnd":[396.4583,-175.24963],"_peDist":65.0,"_peObstacles":[]}]],[777,[{"_peStart":[452.74997,-142.74963],"_peEnd":[420.24994,-86.45799],"_peDist":65.00001,"_peObstacles":[]}]],[783,[{"_peStart":[452.74997,-142.74963],"_peEnd":[462.74997,-160.07013],"_peDist":19.999989,"_peObstacles":[]}]],[785,[{"_peStart":[452.74997,-142.74963],"_peEnd":[470.07047,-132.74962],"_peDist":19.999996,"_peObstacles":[]}]]]]],[782,[[[780,[{"_peStart":[446.01007,-840.4985],"_peEnd":[456.01007,-857.819],"_peDist":19.999989,"_peObstacles":[]}]]],[456.01007,-857.819],[[780,[{"_peStart":[456.01007,-857.819],"_peEnd":[446.01007,-840.4985],"_peDist":19.999989,"_peObstacles":[]}]]]]],[783,[[[781,[{"_peStart":[452.74997,-142.74963],"_peEnd":[462.74997,-160.07013],"_peDist":19.999989,"_peObstacles":[]}]]],[462.74997,-160.07013],[[781,[{"_peStart":[462.74997,-160.07013],"_peEnd":[452.74997,-142.74963],"_peDist":19.999989,"_peObstacles":[]}]]]]],[784,[[[780,[{"_peStart":[446.01007,-840.4985],"_peEnd":[463.3306,-830.4985],"_peDist":20.000015,"_peObstacles":[]}]]],[463.3306,-830.4985],[[780,[{"_peStart":[463.3306,-830.4985],"_peEnd":[446.01007,-840.4985],"_peDist":20.000015,"_peObstacles":[]}]]]]],[785,[[[781,[{"_peStart":[452.74997,-142.74963],"_peEnd":[470.07047,-132.74962],"_peDist":19.999996,"_peObstacles":[]}]]],[470.07047,-132.74962],[[781,[{"_peStart":[470.07047,-132.74962],"_peEnd":[452.74997,-142.74963],"_peDist":19.999996,"_peObstacles":[]}]]]]]],"_numberFloorVerxs":0} \ No newline at end of file +{"_lWorld":{"_creatures":[[0,{"_crPos":[20.0,0.0],"_crOldPos":[20.0,0.0],"_crVel":[0.0,0.0],"_crDir":1.5707964,"_crOldDir":0.0,"_crMvDir":1.5707964,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"YourAI"},"_crID":0,"_crRad":10.0,"_crMass":10.0,"_crHP":1000,"_crMaxHP":1500,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"PlayerFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"MvWalking","_mvSpeed":3.0},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[1,{"_crPos":[319.56247,-107.06218],"_crOldPos":[319.56247,-107.06218],"_crVel":[0.0,0.0],"_crDir":8.377581,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":1,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":67},"_itLocation":{"tag":"InInv","_ilCrID":1,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[2,{"_crPos":[210.16663,17.416916],"_crOldPos":[210.16663,17.416916],"_crVel":[0.0,0.0],"_crDir":8.377581,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":2,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":66},"_itLocation":{"tag":"InInv","_ilCrID":2,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[3,{"_crPos":[-640.49316,-1242.9028],"_crOldPos":[-640.49316,-1242.9028],"_crVel":[0.0,0.0],"_crDir":8.901179,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":3,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":65},"_itLocation":{"tag":"InInv","_ilCrID":3,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[4,{"_crPos":[-679.36816,-920.2362],"_crOldPos":[-679.36816,-920.2362],"_crVel":[0.0,0.0],"_crDir":8.901179,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":4,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":64},"_itLocation":{"tag":"InInv","_ilCrID":4,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[5,{"_crPos":[-688.07654,-1065.3195],"_crOldPos":[-688.07654,-1065.3195],"_crVel":[0.0,0.0],"_crDir":8.901179,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":5,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":63},"_itLocation":{"tag":"InInv","_ilCrID":5,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[6,{"_crPos":[-2809.264,-40.06109],"_crOldPos":[-2809.264,-40.06109],"_crVel":[0.0,0.0],"_crDir":42.6733,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Lampoid","_lampHeight":90.0,"_lampColor":[0.75,0.75,0.75],"_lampLSID":null},"_crID":6,"_crRad":3.0,"_crMass":3.0,"_crHP":100,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[7,{"_crPos":[-2793.295,-196.25003],"_crOldPos":[-2793.295,-196.25003],"_crVel":[0.0,0.0],"_crDir":50.527283,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"PistolAI"},"_crID":7,"_crRad":10.0,"_crMass":10.0,"_crHP":500,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":0,"_aimTurnSpeed":1.0,"_aimRange":0.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"OneHand","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[10.0,0.0],"_mzRot":0.0,"_mzInaccuracy":5.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.8},"_recoil":10.0,"_torqueAfter":0.2,"_randomOffset":0.0,"_sidePush":50.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"PISTOL"}},"_itID":{"_unNInt":62},"_itLocation":{"tag":"InInv","_ilCrID":7,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":5.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":61},"_itLocation":{"tag":"InInv","_ilCrID":7,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[8,{"_crPos":[-2903.708,22.631027],"_crOldPos":[-2903.708,22.631027],"_crVel":[0.0,0.0],"_crDir":48.956486,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":8,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":60},"_itLocation":{"tag":"InInv","_ilCrID":8,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[9,{"_crPos":[-2787.1711,-199.78555],"_crOldPos":[-2787.1711,-199.78555],"_crVel":[0.0,0.0],"_crDir":50.527283,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":9,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":59},"_itLocation":{"tag":"InInv","_ilCrID":9,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[10,{"_crPos":[-3495.6462,-329.44055],"_crOldPos":[-3495.6462,-329.44055],"_crVel":[0.0,0.0],"_crDir":36.128315,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":10,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}},"_itID":{"_unNInt":58},"_itLocation":{"tag":"InInv","_ilCrID":10,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":57},"_itLocation":{"tag":"InInv","_ilCrID":10,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[11,{"_crPos":[-3417.433,-146.99973],"_crOldPos":[-3417.433,-146.99973],"_crVel":[0.0,0.0],"_crDir":36.128315,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":11,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}},"_itID":{"_unNInt":56},"_itLocation":{"tag":"InInv","_ilCrID":11,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":55},"_itLocation":{"tag":"InInv","_ilCrID":11,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[12,{"_crPos":[-3347.0713,-309.17404],"_crOldPos":[-3347.0713,-309.17404],"_crVel":[0.0,0.0],"_crDir":36.128315,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":12,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}},"_itID":{"_unNInt":54},"_itLocation":{"tag":"InInv","_ilCrID":12,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":53},"_itLocation":{"tag":"InInv","_ilCrID":12,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[13,{"_crPos":[-3325.213,-849.5628],"_crOldPos":[-3325.213,-849.5628],"_crVel":[0.0,0.0],"_crDir":37.699112,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":13,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}},"_itID":{"_unNInt":52},"_itLocation":{"tag":"InInv","_ilCrID":13,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":51},"_itLocation":{"tag":"InInv","_ilCrID":13,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[14,{"_crPos":[-3221.1414,-765.0731],"_crOldPos":[-3221.1414,-765.0731],"_crVel":[0.0,0.0],"_crDir":37.699112,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":14,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}},"_itID":{"_unNInt":50},"_itLocation":{"tag":"InInv","_ilCrID":14,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":49},"_itLocation":{"tag":"InInv","_ilCrID":14,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[15,{"_crPos":[-3235.8723,-669.8423],"_crOldPos":[-3235.8723,-669.8423],"_crVel":[0.0,0.0],"_crDir":37.699112,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":15,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}},"_itID":{"_unNInt":48},"_itLocation":{"tag":"InInv","_ilCrID":15,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":47},"_itLocation":{"tag":"InInv","_ilCrID":15,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[16,{"_crPos":[-2592.8833,-912.9883],"_crOldPos":[-2592.8833,-912.9883],"_crVel":[0.0,0.0],"_crDir":36.128315,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"AutoAI"},"_crID":16,"_crRad":10.0,"_crMass":10.0,"_crHP":300,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":6,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.5},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[25.0,0.0],"_mzRot":0.0,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"PistolFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.9},"_recoil":50.0,"_torqueAfter":0.1,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"AUTORIFLE"}},"_itID":{"_unNInt":46},"_itLocation":{"tag":"InInv","_ilCrID":16,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":8.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":45},"_itLocation":{"tag":"InInv","_ilCrID":16,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[17,{"_crPos":[-1781.8711,-1612.5479],"_crOldPos":[-1781.8711,-1612.5479],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":17,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[18,{"_crPos":[-1299.8011,-1904.4292],"_crOldPos":[-1299.8011,-1904.4292],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":18,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[19,{"_crPos":[-1684.3615,-1667.7858],"_crOldPos":[-1684.3615,-1667.7858],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":19,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[20,{"_crPos":[-1934.2192,-1507.6678],"_crOldPos":[-1934.2192,-1507.6678],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":20,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[21,{"_crPos":[-2377.0757,-1289.3668],"_crOldPos":[-2377.0757,-1289.3668],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"LongAI"},"_crID":21,"_crRad":10.0,"_crMass":10.0,"_crHP":100,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":12,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":8,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":0.5,"_izMin":0.5,"_izFac":1.0},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[30.0,0.0],"_mzRot":0.0,"_mzInaccuracy":0.0,"_mzAmmoSlot":0,"_mzFlareType":"HeavySmokeFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":1.0},"_recoil":50.0,"_torqueAfter":0.3,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":27},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"SNIPERRIFLE"}},"_itID":{"_unNInt":44},"_itLocation":{"tag":"InInv","_ilCrID":21,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":12.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":43},"_itLocation":{"tag":"InInv","_ilCrID":21,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[22,{"_crPos":[-2364.576,-1267.7161],"_crOldPos":[-2364.576,-1267.7161],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"LongAI"},"_crID":22,"_crRad":10.0,"_crMass":10.0,"_crHP":100,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":12,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":8,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":0.5,"_izMin":0.5,"_izFac":1.0},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[30.0,0.0],"_mzRot":0.0,"_mzInaccuracy":0.0,"_mzAmmoSlot":0,"_mzFlareType":"HeavySmokeFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":1.0},"_recoil":50.0,"_torqueAfter":0.3,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":27},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"SNIPERRIFLE"}},"_itID":{"_unNInt":42},"_itLocation":{"tag":"InInv","_ilCrID":22,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":12.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":41},"_itLocation":{"tag":"InInv","_ilCrID":22,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[23,{"_crPos":[-2352.076,-1246.0654],"_crOldPos":[-2352.076,-1246.0654],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[1.8000002,0.8,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"LongAI"},"_crID":23,"_crRad":10.0,"_crMass":10.0,"_crHP":100,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":12,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":8,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":0.5,"_izMin":0.5,"_izFac":1.0},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[30.0,0.0],"_mzRot":0.0,"_mzInaccuracy":0.0,"_mzAmmoSlot":0,"_mzFlareType":"HeavySmokeFlare","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":1.0},"_recoil":50.0,"_torqueAfter":0.3,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":27},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"SNIPERRIFLE"}},"_itID":{"_unNInt":40},"_itLocation":{"tag":"InInv","_ilCrID":23,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":12.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":39},"_itLocation":{"tag":"InInv","_ilCrID":23,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[24,{"_crPos":[-1110.7566,-2006.0376],"_crOldPos":[-1110.7566,-2006.0376],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Lampoid","_lampHeight":90.0,"_lampColor":[0.75,0.75,0.75],"_lampLSID":null},"_crID":24,"_crRad":3.0,"_crMass":3.0,"_crHP":100,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[25,{"_crPos":[-2383.8164,-1271.0415],"_crOldPos":[-2383.8164,-1271.0415],"_crVel":[0.0,0.0],"_crDir":32.463127,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Lampoid","_lampHeight":90.0,"_lampColor":[0.75,0.75,0.75],"_lampLSID":null},"_crID":25,"_crRad":3.0,"_crMass":3.0,"_crHP":100,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[26,{"_crPos":[-70.733,-1904.4213],"_crOldPos":[-70.733,-1904.4213],"_crVel":[0.0,0.0],"_crDir":20.420353,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":26,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"EquipUse","_equipEffect":{"_eeUse":{"tag":"EDoNothing"},"_eeOnEquip":{"tag":"ECamouflage","_euseCamouflageStatus":"Invisible"},"_eeOnRemove":{"tag":"ECamouflage","_euseCamouflageStatus":"FullyVisible"},"_eeSite":"GoesOnWrist","_eeParams":{"tag":"NoEquipParams"},"_eeViewDist":null,"_eeAttachPos":[0.0,0.0,0.0]},"_equipTargeting":null},"_itType":{"tag":"EQUIP","_ibtEquip":{"tag":"INVISIBILITYEQUIPMENT","contents":"GoesOnWrist"}},"_itID":{"_unNInt":38},"_itLocation":{"tag":"InInv","_ilCrID":26,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[[0,"OnLeftWrist"]],"_crEquipment":[["OnLeftWrist",0]],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"Invisible"}],[27,{"_crPos":[-10.732964,-1964.4213],"_crOldPos":[-10.732964,-1964.4213],"_crVel":[0.0,0.0],"_crDir":20.420353,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":27,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"EquipUse","_equipEffect":{"_eeUse":{"tag":"EDoNothing"},"_eeOnEquip":{"tag":"EDoNothing"},"_eeOnRemove":{"tag":"EDoNothing"},"_eeSite":"GoesOnChest","_eeParams":{"tag":"NoEquipParams"},"_eeViewDist":null,"_eeAttachPos":[0.0,0.0,0.0]},"_equipTargeting":null},"_itType":{"tag":"EQUIP","_ibtEquip":{"tag":"FRONTARMOUR"}},"_itID":{"_unNInt":37},"_itLocation":{"tag":"InInv","_ilCrID":27,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}],[1,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":36},"_itLocation":{"tag":"InInv","_ilCrID":27,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[[0,"OnChest"]],"_crEquipment":[["OnChest",0]],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatConst","contents":5.0e-2},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"armourChaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[28,{"_crPos":[327.81363,-738.9245],"_crOldPos":[327.81363,-738.9245],"_crVel":[0.0,0.0],"_crDir":12.523775,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":28,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":35},"_itLocation":{"tag":"InInv","_ilCrID":28,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[29,{"_crPos":[241.02386,-856.26495],"_crOldPos":[241.02386,-856.26495],"_crVel":[0.0,0.0],"_crDir":10.023901,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":29,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":34},"_itLocation":{"tag":"InInv","_ilCrID":29,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[30,{"_crPos":[278.83853,-850.86176],"_crOldPos":[278.83853,-850.86176],"_crVel":[0.0,0.0],"_crDir":11.8904,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":30,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":33},"_itLocation":{"tag":"InInv","_ilCrID":30,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[31,{"_crPos":[321.24103,-812.16113],"_crOldPos":[321.24103,-812.16113],"_crVel":[0.0,0.0],"_crDir":14.951939,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":31,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":32},"_itLocation":{"tag":"InInv","_ilCrID":31,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[32,{"_crPos":[220.68037,-817.36255],"_crOldPos":[220.68037,-817.36255],"_crVel":[0.0,0.0],"_crDir":11.653301,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":32,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":31},"_itLocation":{"tag":"InInv","_ilCrID":32,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[33,{"_crPos":[403.29752,-850.42395],"_crOldPos":[403.29752,-850.42395],"_crVel":[0.0,0.0],"_crDir":14.997466,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":33,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":30},"_itLocation":{"tag":"InInv","_ilCrID":33,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[34,{"_crPos":[244.75816,-768.1404],"_crOldPos":[244.75816,-768.1404],"_crVel":[0.0,0.0],"_crDir":13.211069,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":34,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":29},"_itLocation":{"tag":"InInv","_ilCrID":34,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[35,{"_crPos":[354.69852,-748.28723],"_crOldPos":[354.69852,-748.28723],"_crVel":[0.0,0.0],"_crDir":13.4489975,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":35,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":28},"_itLocation":{"tag":"InInv","_ilCrID":35,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[36,{"_crPos":[229.83302,-761.7654],"_crOldPos":[229.83302,-761.7654],"_crVel":[0.0,0.0],"_crDir":13.651309,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":36,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":27},"_itLocation":{"tag":"InInv","_ilCrID":36,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[37,{"_crPos":[301.77393,-780.53436],"_crOldPos":[301.77393,-780.53436],"_crVel":[0.0,0.0],"_crDir":14.62081,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":37,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":26},"_itLocation":{"tag":"InInv","_ilCrID":37,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[38,{"_crPos":[108.334274,-831.3723],"_crOldPos":[108.334274,-831.3723],"_crVel":[0.0,0.0],"_crDir":14.251387,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":38,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":25},"_itLocation":{"tag":"InInv","_ilCrID":38,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[39,{"_crPos":[116.59476,-894.03625],"_crOldPos":[116.59476,-894.03625],"_crVel":[0.0,0.0],"_crDir":15.82386,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":39,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":24},"_itLocation":{"tag":"InInv","_ilCrID":39,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[40,{"_crPos":[55.762024,-847.8097],"_crOldPos":[55.762024,-847.8097],"_crVel":[0.0,0.0],"_crDir":13.803989,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":40,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":23},"_itLocation":{"tag":"InInv","_ilCrID":40,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[41,{"_crPos":[351.07025,-815.29333],"_crOldPos":[351.07025,-815.29333],"_crVel":[0.0,0.0],"_crDir":10.55864,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":41,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":22},"_itLocation":{"tag":"InInv","_ilCrID":41,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[42,{"_crPos":[115.18544,-876.5732],"_crOldPos":[115.18544,-876.5732],"_crVel":[0.0,0.0],"_crDir":13.424101,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":42,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":21},"_itLocation":{"tag":"InInv","_ilCrID":42,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[43,{"_crPos":[69.62262,-899.2361],"_crOldPos":[69.62262,-899.2361],"_crVel":[0.0,0.0],"_crDir":14.259776,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":43,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":20},"_itLocation":{"tag":"InInv","_ilCrID":43,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[44,{"_crPos":[374.74634,-821.22046],"_crOldPos":[374.74634,-821.22046],"_crVel":[0.0,0.0],"_crDir":13.096731,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":44,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":19},"_itLocation":{"tag":"InInv","_ilCrID":44,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[45,{"_crPos":[178.49135,-879.31506],"_crOldPos":[178.49135,-879.31506],"_crVel":[0.0,0.0],"_crDir":15.88636,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":45,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":18},"_itLocation":{"tag":"InInv","_ilCrID":45,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[46,{"_crPos":[398.11743,-837.15],"_crOldPos":[398.11743,-837.15],"_crVel":[0.0,0.0],"_crDir":15.543418,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":46,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":17},"_itLocation":{"tag":"InInv","_ilCrID":46,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[47,{"_crPos":[179.59457,-909.47534],"_crOldPos":[179.59457,-909.47534],"_crVel":[0.0,0.0],"_crDir":12.29719,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":47,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":16},"_itLocation":{"tag":"InInv","_ilCrID":47,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[48,{"_crPos":[214.69226,-902.78503],"_crOldPos":[214.69226,-902.78503],"_crVel":[0.0,0.0],"_crDir":10.371835,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":48,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":15},"_itLocation":{"tag":"InInv","_ilCrID":48,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[49,{"_crPos":[144.20886,-795.49023],"_crOldPos":[144.20886,-795.49023],"_crVel":[0.0,0.0],"_crDir":16.1825,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":49,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":14},"_itLocation":{"tag":"InInv","_ilCrID":49,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[50,{"_crPos":[184.88351,-797.3693],"_crOldPos":[184.88351,-797.3693],"_crVel":[0.0,0.0],"_crDir":14.021231,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":50,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":13},"_itLocation":{"tag":"InInv","_ilCrID":50,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[51,{"_crPos":[430.65588,-810.82605],"_crOldPos":[430.65588,-810.82605],"_crVel":[0.0,0.0],"_crDir":12.734774,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":51,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":12},"_itLocation":{"tag":"InInv","_ilCrID":51,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[52,{"_crPos":[331.62054,-886.54736],"_crOldPos":[331.62054,-886.54736],"_crVel":[0.0,0.0],"_crDir":10.817763,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":52,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":11},"_itLocation":{"tag":"InInv","_ilCrID":52,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[53,{"_crPos":[91.25554,-862.2799],"_crOldPos":[91.25554,-862.2799],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":53,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[54,{"_crPos":[187.95482,-930.81067],"_crOldPos":[187.95482,-930.81067],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":54,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[55,{"_crPos":[104.575455,-840.3023],"_crOldPos":[104.575455,-840.3023],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":55,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[56,{"_crPos":[420.94116,-830.83044],"_crOldPos":[420.94116,-830.83044],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":56,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[57,{"_crPos":[125.066895,-889.5049],"_crOldPos":[125.066895,-889.5049],"_crVel":[0.0,0.0],"_crDir":9.948377,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Barreloid","_barrelType":"ExplosiveBarrel"},"_crID":57,"_crRad":10.0,"_crMass":10.0,"_crHP":400,"_crMaxHP":150,"_crInv":[],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"Barrel","_piercedPoints":[]},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Crystal","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"Inanimate"},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Mute"},"_crFaction":{"tag":"NoFaction"},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":3.0,"_mvTurnRad":{"tag":"FloatConst","contents":0.2},"_mvTurnJit":5.0e-2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"DEFAULTCRNAME","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[58,{"_crPos":[19.999989,210.0],"_crOldPos":[19.999989,210.0],"_crVel":[0.0,0.0],"_crDir":6.9225864,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":58,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":10},"_itLocation":{"tag":"InInv","_ilCrID":58,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[59,{"_crPos":[-180.00003,409.99997],"_crOldPos":[-180.00003,409.99997],"_crVel":[0.0,0.0],"_crDir":3.7448351,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":59,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":9},"_itLocation":{"tag":"InInv","_ilCrID":59,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}],[60,{"_crPos":[-180.00002,309.99997],"_crOldPos":[-180.00002,309.99997],"_crVel":[0.0,0.0],"_crDir":5.8391953,"_crOldDir":0.0,"_crMvDir":0.0,"_crMvAim":0.0,"_crTwist":0.0,"_crType":{"tag":"Humanoid","_skinHead":[0.9,0.9,0.9,1.0],"_skinUpper":[0.8,1.8000002,0.8,1.0],"_skinLower":[0.3,0.3,0.3,1.0],"_humanoidAI":"ChaseAI"},"_crID":60,"_crRad":10.0,"_crMass":10.0,"_crHP":150,"_crMaxHP":150,"_crInv":[[0,{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":200}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":200}},"_itID":{"_unNInt":8},"_itLocation":{"tag":"InInv","_ilCrID":60,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]}]],"_crManipulation":{"tag":"Manipulator","_manObject":{"tag":"SelNothing"}},"_crInvCapacity":25,"_crInvLock":false,"_crInvEquipped":[],"_crEquipment":[],"_crInvHotkeys":[],"_crHotkeys":[],"_crState":{"_csDamage":[],"_csSpState":{"tag":"GenCr"},"_csDropsOnDeath":{"tag":"DropAll"}},"_crCorpse":[],"_crMaterial":"Flesh","_crPastDamage":0,"_crStance":{"_carriage":{"tag":"Walking","_strideAmount":0,"_currentFoot":"WasLeftForward"},"_posture":"AtEase","_strideLength":40},"_crActionPlan":{"tag":"ActionPlan","_apImpulse":[],"_apAction":[],"_apStrategy":{"tag":"StrategyActions","contents":[{"tag":"WatchAndWait"},[{"tag":"StartSentinelPost"}]]},"_apGoal":[{"tag":"LiveLongAndProsper"}]},"_crMeleeCooldown":0,"_crPerception":{"_cpVigilance":"Lethargic","_cpAttention":{"tag":"AttentiveTo","_getAttentiveTo":[]},"_cpAwareness":[],"_cpVision":{"_viFOV":{"tag":"FloatFOV","contents":0.8},"_viDist":{"tag":"FloatDistLinearNearFar","contents":[500.0,10.0,1.0]}},"_cpAudition":{"_auDist":{"tag":"FloatID"}}},"_crMemory":{"_soundsToInvestigate":[],"_nodesSearched":[]},"_crVocalization":{"tag":"Vocalization","_vcSound":{"_getSoundID":37},"_vcWarnings":[{"_getSoundID":45},{"_getSoundID":37},{"_getSoundID":80},{"_getSoundID":98},{"_getSoundID":22},{"_getSoundID":51},{"_getSoundID":44},{"_getSoundID":47}],"_vcMaxCoolDown":[50,200],"_vcCoolDown":0},"_crFaction":{"tag":"ColorFaction","contents":[0.0,1.0,0.0,1.0]},"_crGroup":{"tag":"LoneWolf"},"_crIntention":{"_targetCr":null,"_mvToPoint":null,"_viewPoint":null},"_crMvType":{"tag":"CrMvType","_mvSpeed":2.0,"_mvTurnRad":{"tag":"FloatAbsCheckGreaterLess","contents":[0.7853982,0.2,5.0e-2]},"_mvTurnJit":0.2,"_mvAimSpeed":{"tag":"FloatAbsCheckGreaterLess","contents":[0.3926991,0.2,1.0e-2]}},"_crHammerPosition":"HammerUp","_crName":"chaseCrit","_crStatistics":{"_strength":50,"_dexterity":50,"_intelligence":50},"_crCamouflage":"FullyVisible"}]],"_creatureGroups":[],"_itemLocations":[[0,{"tag":"OnTurret","_ilTuID":2}],[1,{"tag":"OnTurret","_ilTuID":0}],[2,{"tag":"OnFloor","_ilFlID":{"_unNInt":5}}],[3,{"tag":"OnFloor","_ilFlID":{"_unNInt":4}}],[4,{"tag":"OnFloor","_ilFlID":{"_unNInt":3}}],[5,{"tag":"OnFloor","_ilFlID":{"_unNInt":2}}],[6,{"tag":"OnFloor","_ilFlID":{"_unNInt":1}}],[7,{"tag":"OnFloor","_ilFlID":{"_unNInt":0}}],[8,{"tag":"InInv","_ilCrID":60,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[9,{"tag":"InInv","_ilCrID":59,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[10,{"tag":"InInv","_ilCrID":58,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[11,{"tag":"InInv","_ilCrID":52,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[12,{"tag":"InInv","_ilCrID":51,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[13,{"tag":"InInv","_ilCrID":50,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[14,{"tag":"InInv","_ilCrID":49,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[15,{"tag":"InInv","_ilCrID":48,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[16,{"tag":"InInv","_ilCrID":47,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[17,{"tag":"InInv","_ilCrID":46,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[18,{"tag":"InInv","_ilCrID":45,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[19,{"tag":"InInv","_ilCrID":44,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[20,{"tag":"InInv","_ilCrID":43,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[21,{"tag":"InInv","_ilCrID":42,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[22,{"tag":"InInv","_ilCrID":41,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[23,{"tag":"InInv","_ilCrID":40,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[24,{"tag":"InInv","_ilCrID":39,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[25,{"tag":"InInv","_ilCrID":38,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[26,{"tag":"InInv","_ilCrID":37,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[27,{"tag":"InInv","_ilCrID":36,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[28,{"tag":"InInv","_ilCrID":35,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[29,{"tag":"InInv","_ilCrID":34,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[30,{"tag":"InInv","_ilCrID":33,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[31,{"tag":"InInv","_ilCrID":32,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[32,{"tag":"InInv","_ilCrID":31,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[33,{"tag":"InInv","_ilCrID":30,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[34,{"tag":"InInv","_ilCrID":29,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[35,{"tag":"InInv","_ilCrID":28,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[36,{"tag":"InInv","_ilCrID":27,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[37,{"tag":"InInv","_ilCrID":27,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[38,{"tag":"InInv","_ilCrID":26,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[39,{"tag":"InInv","_ilCrID":23,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[40,{"tag":"InInv","_ilCrID":23,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[41,{"tag":"InInv","_ilCrID":22,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[42,{"tag":"InInv","_ilCrID":22,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[43,{"tag":"InInv","_ilCrID":21,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[44,{"tag":"InInv","_ilCrID":21,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[45,{"tag":"InInv","_ilCrID":16,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[46,{"tag":"InInv","_ilCrID":16,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[47,{"tag":"InInv","_ilCrID":15,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[48,{"tag":"InInv","_ilCrID":15,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[49,{"tag":"InInv","_ilCrID":14,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[50,{"tag":"InInv","_ilCrID":14,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[51,{"tag":"InInv","_ilCrID":13,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[52,{"tag":"InInv","_ilCrID":13,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[53,{"tag":"InInv","_ilCrID":12,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[54,{"tag":"InInv","_ilCrID":12,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[55,{"tag":"InInv","_ilCrID":11,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[56,{"tag":"InInv","_ilCrID":11,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[57,{"tag":"InInv","_ilCrID":10,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[58,{"tag":"InInv","_ilCrID":10,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[59,{"tag":"InInv","_ilCrID":9,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[60,{"tag":"InInv","_ilCrID":8,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[61,{"tag":"InInv","_ilCrID":7,"_ilInvID":1,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[62,{"tag":"InInv","_ilCrID":7,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[63,{"tag":"InInv","_ilCrID":5,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[64,{"tag":"InInv","_ilCrID":4,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[65,{"tag":"InInv","_ilCrID":3,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[66,{"tag":"InInv","_ilCrID":2,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}],[67,{"tag":"InInv","_ilCrID":1,"_ilInvID":0,"_ilIsRoot":false,"_ilIsSelected":false,"_ilIsAttached":false}]],"_clouds":[],"_gusts":[],"_props":[[0,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[23.5,48.0,95.0],[23.5,48.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[26.5,48.0,95.0],[26.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[3.5,48.0,95.0],[3.5,48.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[6.5,48.0,95.0],[6.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,46.5,94.0],[5.0,46.5,91.0],[25.0,46.5,94.0],[25.0,46.5,91.0],[25.0,49.5,94.0],[25.0,49.5,91.0],[5.0,49.5,94.0],[5.0,49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,26.5,94.0],[5.0,26.5,91.0],[25.0,26.5,94.0],[25.0,26.5,91.0],[25.0,29.5,94.0],[25.0,29.5,91.0],[5.0,29.5,94.0],[5.0,29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,6.5,94.0],[5.0,6.5,91.0],[25.0,6.5,94.0],[25.0,6.5,91.0],[25.0,9.5,94.0],[25.0,9.5,91.0],[5.0,9.5,94.0],[5.0,9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":49}},{"tag":"PropUpdateLS","contents":[34,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":49},[15.0,50.0,89.0]]}]}]},"_prID":0,"_prRot":9.948377,"_prToggle":true}],[1,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[6.5,-48.0,95.0],[6.5,-48.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[3.5,-48.0,95.0],[3.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[26.5,-48.0,95.0],[26.5,-48.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[23.5,-48.0,95.0],[23.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-46.5,94.0],[25.0,-46.5,91.0],[5.0,-46.5,94.0],[5.0,-46.5,91.0],[5.0,-49.5,94.0],[5.0,-49.5,91.0],[25.0,-49.5,94.0],[25.0,-49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-26.5,94.0],[25.0,-26.5,91.0],[5.0,-26.5,94.0],[5.0,-26.5,91.0],[5.0,-29.5,94.0],[5.0,-29.5,91.0],[25.0,-29.5,94.0],[25.0,-29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-6.5,94.0],[25.0,-6.5,91.0],[5.0,-6.5,94.0],[5.0,-6.5,91.0],[5.0,-9.5,94.0],[5.0,-9.5,91.0],[25.0,-9.5,94.0],[25.0,-9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":49}},{"tag":"PropUpdateLS","contents":[35,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":49},[15.0,-50.0,89.0]]}]}]},"_prID":1,"_prRot":9.948377,"_prToggle":true}],[2,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[23.5,48.0,95.0],[23.5,48.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[26.5,48.0,95.0],[26.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[3.5,48.0,95.0],[3.5,48.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[6.5,48.0,95.0],[6.5,48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,46.5,94.0],[5.0,46.5,91.0],[25.0,46.5,94.0],[25.0,46.5,91.0],[25.0,49.5,94.0],[25.0,49.5,91.0],[5.0,49.5,94.0],[5.0,49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,26.5,94.0],[5.0,26.5,91.0],[25.0,26.5,94.0],[25.0,26.5,91.0],[25.0,29.5,94.0],[25.0,29.5,91.0],[5.0,29.5,94.0],[5.0,29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[5.0,6.5,94.0],[5.0,6.5,91.0],[25.0,6.5,94.0],[25.0,6.5,91.0],[25.0,9.5,94.0],[25.0,9.5,91.0],[5.0,9.5,94.0],[5.0,9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":55}},{"tag":"PropUpdateLS","contents":[36,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":55},[15.0,50.0,89.0]]}]}]},"_prID":2,"_prRot":9.948377,"_prToggle":true}],[3,{"tag":"ShapeProp","_prPos":[201.93613,-377.7499],"_prDraw":{"tag":"PropDrawFlatTranslate","contents":{"tag":"PropDrawSPic","contents":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[6.5,-48.0,95.0],[6.5,-48.0,92.0],[6.5,0.0,95.0],[6.5,0.0,92.0],[3.5,0.0,95.0],[3.5,0.0,92.0],[3.5,-48.0,95.0],[3.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[26.5,-48.0,95.0],[26.5,-48.0,92.0],[26.5,0.0,95.0],[26.5,0.0,92.0],[23.5,0.0,95.0],[23.5,0.0,92.0],[23.5,-48.0,95.0],[23.5,-48.0,92.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-46.5,94.0],[25.0,-46.5,91.0],[5.0,-46.5,94.0],[5.0,-46.5,91.0],[5.0,-49.5,94.0],[5.0,-49.5,91.0],[25.0,-49.5,94.0],[25.0,-49.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-26.5,94.0],[25.0,-26.5,91.0],[5.0,-26.5,94.0],[5.0,-26.5,91.0],[5.0,-29.5,94.0],[5.0,-29.5,91.0],[25.0,-29.5,94.0],[25.0,-29.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[25.0,-6.5,94.0],[25.0,-6.5,91.0],[5.0,-6.5,94.0],[5.0,-6.5,91.0],[5.0,-9.5,94.0],[5.0,-9.5,91.0],[25.0,-9.5,94.0],[25.0,-9.5,91.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}},"_prUpdate":{"tag":"PropUpdates","contents":[{"tag":"PropUpdatePosition","contents":{"tag":"WdP2fDoorPosition","contents":55}},{"tag":"PropUpdateLS","contents":[37,{"tag":"PrWdLsSetPosition","contents":[{"tag":"WdP2fDoorPosition","contents":55},[15.0,-50.0,89.0]]}]}]},"_prID":3,"_prRot":9.948377,"_prToggle":true}]],"_projectiles":[],"_instantBullets":[],"_bullets":[],"_radarSweeps":[],"_energyBalls":[],"_posEvents":[],"_flames":[],"_sparks":[],"_radarBlips":[],"_flares":[],"_newBeams":{"_blockingBeams":[],"_lightBeams":[],"_positronBeams":[],"_electronBeams":[]},"_beams":{"_blockingBeams":[],"_lightBeams":[],"_positronBeams":[],"_electronBeams":[]},"_teslaArcs":[],"_shockwaves":[],"_lasers":[],"_lasersToDraw":[],"_linearShockwaves":[],"_tractorBeams":[],"_walls":[[0,{"_wlLine":[[42.6314,-102.40374],[90.26286,-74.90368]],"_wlID":0,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1,{"_wlLine":[[70.262856,-40.262665],[22.631386,-67.76273]],"_wlID":1,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[2,{"_wlLine":[[-576.88104,-1302.7233],[-446.88104,-1077.5566]],"_wlID":2,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[3,{"_wlLine":[[-836.6887,-1152.7234],[-576.88104,-1302.7233]],"_wlID":3,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[4,{"_wlLine":[[-686.6887,-892.91565],[-836.6887,-1152.7234]],"_wlID":4,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[5,{"_wlLine":[[-435.54135,-1037.9156],[-686.6887,-892.91565]],"_wlID":5,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[6,{"_wlLine":[[-426.88107,-1042.9156],[-435.54135,-1037.9156]],"_wlID":6,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[7,{"_wlLine":[[-386.25928,-1112.5566],[-368.9388,-1122.5566]],"_wlID":7,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[8,{"_wlLine":[[-348.93884,-1087.9156],[-366.25928,-1077.9156]],"_wlID":8,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[9,{"_wlLine":[[-1038.3046,-2030.547],[-1085.9362,-2003.0471]],"_wlID":9,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[10,{"_wlLine":[[-1058.3044,-2065.188],[-1045.3141,-2072.688]],"_wlID":10,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[11,{"_wlLine":[[-1105.936,-2037.6882],[-1058.3044,-2065.188]],"_wlID":11,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[12,{"_wlLine":[[-1114.5963,-2032.6882],[-1105.936,-2037.6882]],"_wlID":12,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[13,{"_wlLine":[[-2931.7385,30.649399],[-2879.9744,-162.53568]],"_wlID":13,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[14,{"_wlLine":[[-2686.7893,-110.77158],[-2738.5535,82.413506]],"_wlID":14,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[15,{"_wlLine":[[-2979.9958,117.06585],[-2965.804,108.87224]],"_wlID":15,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[16,{"_wlLine":[[-2935.3198,134.4466],[-2968.656,156.70679]],"_wlID":16,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[17,{"_wlLine":[[-3036.2878,149.56563],[-3005.9768,132.06577]],"_wlID":17,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[18,{"_wlLine":[[-2994.637,171.70673],[-3016.2878,184.20676]],"_wlID":18,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[19,{"_wlLine":[[-3294.493,62.340786],[-3282.1724,83.68059]],"_wlID":19,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[20,{"_wlLine":[[-3316.8135,103.680565],[-3331.8135,77.69983]],"_wlID":20,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[21,{"_wlLine":[[-3294.493,-27.300169],[-3294.493,-2.300167]],"_wlID":21,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[22,{"_wlLine":[[-3334.493,-2.300171],[-3334.493,-22.30017]],"_wlID":22,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[23,{"_wlLine":[[-3532.3218,-682.3002],[-3472.3218,-682.3002]],"_wlID":23,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[24,{"_wlLine":[[-3532.3218,-622.3002],[-3532.3218,-682.3002]],"_wlID":24,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[25,{"_wlLine":[[-3372.3218,-642.3001],[-3372.3218,-622.3002]],"_wlID":25,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[26,{"_wlLine":[[-2872.3215,-882.0397],[-2852.3215,-882.0396]],"_wlID":26,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[27,{"_wlLine":[[-2852.3215,-722.0396],[-2872.3218,-722.0397]],"_wlID":27,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[28,{"_wlLine":[[-2521.8904,-1220.1926],[-2508.9,-1227.6926]],"_wlID":28,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[29,{"_wlLine":[[-2564.88,-1195.3729],[-2521.8904,-1220.1926]],"_wlID":29,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[30,{"_wlLine":[[-2501.8904,-1185.5515],[-2559.5215,-1155.3716]],"_wlID":30,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[31,{"_wlLine":[[-2487.2493,-1240.1924],[-2465.5984,-1252.6924]],"_wlID":31,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[32,{"_wlLine":[[-2445.5984,-1218.0513],[-2475.9094,-1200.5515]],"_wlID":32,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[33,{"_wlLine":[[-2224.5823,-1305.2397],[-2202.0825,-1266.2686]],"_wlID":33,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[34,{"_wlLine":[[-2284.582,-1409.163],[-2262.082,-1370.1918]],"_wlID":34,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[35,{"_wlLine":[[-2427.4763,-1326.6633],[-2284.582,-1409.163]],"_wlID":35,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[36,{"_wlLine":[[-2404.9766,-1287.6923],[-2427.4763,-1326.6633]],"_wlID":36,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[37,{"_wlLine":[[-2344.9768,-1183.769],[-2367.4768,-1222.7402]],"_wlID":37,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[38,{"_wlLine":[[-2202.0825,-1266.2686],[-2344.9768,-1183.769]],"_wlID":38,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[39,{"_wlLine":[[-1050.9362,-1942.4254],[-1025.9362,-1899.1241]],"_wlID":39,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[40,{"_wlLine":[[-1058.4362,-1955.4159],[-1050.9362,-1942.4254]],"_wlID":40,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[41,{"_wlLine":[[-1060.5773,-1879.1243],[-1085.5771,-1922.4254]],"_wlID":41,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[42,{"_wlLine":[[-1053.0773,-1866.1338],[-1060.5773,-1879.1243]],"_wlID":42,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[43,{"_wlLine":[[-806.881,-1938.9929],[-747.9752,-1836.9648]],"_wlID":43,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[44,{"_wlLine":[[-1008.4362,-1868.8132],[-831.52155,-1970.9546]],"_wlID":44,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[45,{"_wlLine":[[-1040.5773,-1844.4832],[-1043.0773,-1848.8134]],"_wlID":45,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[46,{"_wlLine":[[-964.17163,-1712.1443],[-1040.5773,-1844.4832]],"_wlID":46,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[47,{"_wlLine":[[-747.9752,-1836.9648],[-964.17163,-1712.1443]],"_wlID":47,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[48,{"_wlLine":[[-799.2011,-2026.935],[-791.70105,-2039.9254]],"_wlID":48,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[49,{"_wlLine":[[-806.7011,-2013.9447],[-799.2011,-2026.935]],"_wlID":49,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[50,{"_wlLine":[[-757.06006,-2019.9254],[-764.5601,-2006.935]],"_wlID":50,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[51,{"_wlLine":[[-771.701,-2074.5664],[-759.20087,-2096.217]],"_wlID":51,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[52,{"_wlLine":[[-776.701,-2065.9063],[-771.701,-2074.5664]],"_wlID":52,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[53,{"_wlLine":[[-724.55994,-2076.217],[-737.06,-2054.5664]],"_wlID":53,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[54,{"_wlLine":[[-411.0437,-2149.242],[-398.0533,-2141.742]],"_wlID":54,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[55,{"_wlLine":[[-458.67514,-2176.742],[-411.0437,-2149.242]],"_wlID":55,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[56,{"_wlLine":[[-431.04376,-2114.601],[-478.6752,-2142.101]],"_wlID":56,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[57,{"_wlLine":[[-335.73285,-2134.4214],[-320.73285,-2134.4214]],"_wlID":57,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[58,{"_wlLine":[[-385.37375,-2134.4214],[-335.73285,-2134.4214]],"_wlID":58,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[59,{"_wlLine":[[-335.73288,-2094.4214],[-400.73288,-2097.101]],"_wlID":59,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[60,{"_wlLine":[[-320.73288,-2094.4214],[-335.73288,-2094.4214]],"_wlID":60,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[61,{"_wlLine":[[99.26715,-2134.4211],[99.26688,-1734.4211]],"_wlID":61,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[62,{"_wlLine":[[-295.73285,-2134.4214],[99.26715,-2134.4211]],"_wlID":62,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[63,{"_wlLine":[[-300.7331,-1774.4214],[-300.73288,-2094.4214]],"_wlID":63,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[64,{"_wlLine":[[99.26688,-1734.4211],[-295.37515,-1734.4214]],"_wlID":64,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[65,{"_wlLine":[[-384.34552,-1729.2423],[-371.35513,-1736.7423]],"_wlID":65,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[66,{"_wlLine":[[-364.34555,-1694.6013],[-373.00583,-1689.6013]],"_wlID":66,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[67,{"_wlLine":[[-351.35516,-1702.1013],[-364.34555,-1694.6013]],"_wlID":67,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[68,{"_wlLine":[[-440.63718,-1696.7424],[-410.32623,-1714.2423]],"_wlID":68,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[69,{"_wlLine":[[-398.98663,-1674.6014],[-420.6372,-1662.1014]],"_wlID":69,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[70,{"_wlLine":[[-486.5219,-1416.217],[-474.20132,-1394.8771]],"_wlID":70,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[71,{"_wlLine":[[-506.1629,-1370.2362],[-521.1629,-1396.217]],"_wlID":71,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[72,{"_wlLine":[[-405.2303,-1355.0566],[-396.57,-1350.0566]],"_wlID":72,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[73,{"_wlLine":[[-418.22064,-1362.5566],[-405.2303,-1355.0566]],"_wlID":73,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[74,{"_wlLine":[[-431.21103,-1370.0566],[-418.22064,-1362.5566]],"_wlID":74,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[75,{"_wlLine":[[-425.2303,-1320.4156],[-438.22064,-1327.9156]],"_wlID":75,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[76,{"_wlLine":[[-370.58926,-1335.0566],[-348.93866,-1322.5566]],"_wlID":76,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[77,{"_wlLine":[[-390.58926,-1300.4156],[-399.24954,-1305.4156]],"_wlID":77,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[78,{"_wlLine":[[-368.93866,-1287.9156],[-390.58926,-1300.4156]],"_wlID":78,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[79,{"_wlLine":[[-2.528569,-1122.5565],[27.78224,-1105.0564]],"_wlID":79,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[80,{"_wlLine":[[-5.2080393,-1077.9155],[-22.528563,-1087.9155]],"_wlID":80,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[81,{"_wlLine":[[101.39444,-1062.5564],[105.72457,-1060.0564]],"_wlID":81,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[82,{"_wlLine":[[84.07394,-1072.5564],[101.39444,-1062.5564]],"_wlID":82,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[83,{"_wlLine":[[71.08356,-1080.0564],[84.07394,-1072.5564]],"_wlID":83,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[84,{"_wlLine":[[81.394455,-1027.9154],[64.07393,-1037.9154]],"_wlID":84,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[85,{"_wlLine":[[-135.35896,-572.4873],[-190.31088,-537.6668]],"_wlID":85,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[86,{"_wlLine":[[-210.31087,-572.3078],[-167.32053,-597.12836]],"_wlID":86,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[87,{"_wlLine":[[-262.2724,-542.30786],[-236.29164,-557.3078]],"_wlID":87,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[88,{"_wlLine":[[-242.2724,-507.6668],[-250.93266,-502.6668]],"_wlID":88,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[89,{"_wlLine":[[-224.9519,-517.6668],[-242.2724,-507.6668]],"_wlID":89,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[90,{"_wlLine":[[-241.16193,-435.7434],[-284.04443,-275.70355]],"_wlID":90,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[91,{"_wlLine":[[-272.5833,-490.1668],[-241.16193,-435.7434]],"_wlID":91,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[92,{"_wlLine":[[-324.00467,-579.23114],[-292.5833,-524.8078]],"_wlID":92,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[93,{"_wlLine":[[-484.0445,-622.1137],[-324.00467,-579.23114]],"_wlID":93,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[94,{"_wlLine":[[-627.5322,-539.271],[-484.0445,-622.1137]],"_wlID":94,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[95,{"_wlLine":[[-670.4148,-379.23114],[-627.5322,-539.271]],"_wlID":95,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[96,{"_wlLine":[[-587.5721,-235.74335],[-670.4148,-379.23114]],"_wlID":96,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[97,{"_wlLine":[[-427.5322,-192.86084],[-587.5721,-235.74335]],"_wlID":97,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[98,{"_wlLine":[[-373.10892,-224.28215],[-427.5322,-192.86084]],"_wlID":98,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[99,{"_wlLine":[[-284.04443,-275.70355],[-338.4679,-244.28215]],"_wlID":99,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[100,{"_wlLine":[[-326.1474,-222.94243],[-283.15698,-198.12189]],"_wlID":100,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[101,{"_wlLine":[[-303.15698,-163.48087],[-358.10892,-198.3014]],"_wlID":101,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[102,{"_wlLine":[[-248.51598,-178.12187],[-231.19543,-168.12184]],"_wlID":102,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[103,{"_wlLine":[[-251.19545,-133.48083],[-268.516,-143.48087]],"_wlID":103,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[104,{"_wlLine":[[-7.679491,-85.26274],[-45.1795,-20.310892]],"_wlID":104,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[105,{"_wlLine":[[52.320557,-189.18576],[12.320526,-119.90375]],"_wlID":105,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[106,{"_wlLine":[[-120.884476,-289.18585],[52.320557,-189.18576]],"_wlID":106,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[107,{"_wlLine":[[-200.88455,-150.62184],[-120.884476,-289.18585]],"_wlID":107,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[108,{"_wlLine":[[-82.32052,-35.98072],[-220.88457,-115.98083]],"_wlID":108,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[109,{"_wlLine":[[-59.999992,5.358986],[-60.0,55.0]],"_wlID":109,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[110,{"_wlLine":[[-100.0,54.999996],[-97.320496,-10.0]],"_wlID":110,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[111,{"_wlLine":[[40.0,95.0],[39.99997,430.0]],"_wlID":111,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[112,{"_wlLine":[[-60.0,89.99999],[0.0,90.0]],"_wlID":112,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[113,{"_wlLine":[[-300.0,89.99997],[-100.0,89.99999]],"_wlID":113,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[114,{"_wlLine":[[-300.00003,429.99997],[-300.0,89.99997]],"_wlID":114,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[115,{"_wlLine":[[39.99997,430.0],[-300.00003,429.99997]],"_wlID":115,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[116,{"_wlLine":[[40.0,0.0],[40.0,55.0]],"_wlID":116,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[117,{"_wlLine":[[0.0,0.0],[40.0,0.0]],"_wlID":117,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[118,{"_wlLine":[[0.0,55.0],[0.0,0.0]],"_wlID":118,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[119,{"_wlLine":[[0.0,90.0],[0.0,60.0]],"_wlID":119,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[120,{"_wlLine":[[0.0,60.0],[0.0,55.0]],"_wlID":120,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[121,{"_wlLine":[[40.0,55.0],[40.0,60.0]],"_wlID":121,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[122,{"_wlLine":[[40.0,60.0],[40.0,90.0]],"_wlID":122,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[123,{"_wlLine":[[40.0,90.0],[40.0,95.0]],"_wlID":123,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[124,{"_wlLine":[[-100.0,89.99999],[-100.0,70.0]],"_wlID":124,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[125,{"_wlLine":[[-100.0,70.0],[-100.0,54.999996]],"_wlID":125,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[126,{"_wlLine":[[-60.0,55.0],[-60.0,89.99999]],"_wlID":126,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[127,{"_wlLine":[[-97.320496,-10.0],[-82.32052,-35.98072]],"_wlID":127,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[128,{"_wlLine":[[-45.1795,-20.310892],[-59.999992,5.358986]],"_wlID":128,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[129,{"_wlLine":[[-220.88457,-115.98083],[-242.53522,-128.48085]],"_wlID":129,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[130,{"_wlLine":[[-242.53522,-128.48085],[-251.19545,-133.48083]],"_wlID":130,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[131,{"_wlLine":[[-231.19543,-168.12184],[-222.5352,-163.12186]],"_wlID":131,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[132,{"_wlLine":[[-222.5352,-163.12186],[-200.88455,-150.62184]],"_wlID":132,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[133,{"_wlLine":[[-268.516,-143.48087],[-277.1762,-148.48085]],"_wlID":133,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[134,{"_wlLine":[[-277.1762,-148.48085],[-290.16663,-155.98088]],"_wlID":134,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[135,{"_wlLine":[[-290.16663,-155.98088],[-303.15698,-163.48087]],"_wlID":135,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[136,{"_wlLine":[[-283.15698,-198.12189],[-270.16663,-190.62189]],"_wlID":136,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[137,{"_wlLine":[[-270.16663,-190.62189],[-257.1762,-183.12186]],"_wlID":137,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[138,{"_wlLine":[[-257.1762,-183.12186],[-248.51598,-178.12187]],"_wlID":138,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[139,{"_wlLine":[[-358.10892,-198.3014],[-373.10892,-224.28215]],"_wlID":139,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[140,{"_wlLine":[[-338.4679,-244.28215],[-326.1474,-222.94243]],"_wlID":140,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[141,{"_wlLine":[[-250.93266,-502.6668],[-272.5833,-490.1668]],"_wlID":141,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[142,{"_wlLine":[[-292.5833,-524.8078],[-270.93268,-537.3078]],"_wlID":142,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[143,{"_wlLine":[[-270.93268,-537.3078],[-262.2724,-542.30786]],"_wlID":143,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[144,{"_wlLine":[[-190.31088,-537.6668],[-203.30127,-530.1668]],"_wlID":144,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[145,{"_wlLine":[[-203.30127,-530.1668],[-216.29166,-522.6668]],"_wlID":145,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[146,{"_wlLine":[[-216.29166,-522.6668],[-224.9519,-517.6668]],"_wlID":146,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[147,{"_wlLine":[[-236.29164,-557.3078],[-210.31087,-572.3078]],"_wlID":147,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[148,{"_wlLine":[[201.93613,-377.7499],[-135.35896,-572.4873]],"_wlID":148,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[149,{"_wlLine":[[-167.32053,-597.12836],[81.394455,-1027.9154]],"_wlID":149,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[150,{"_wlLine":[[105.72457,-1060.0564],[473.3306,-847.819]],"_wlID":150,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[151,{"_wlLine":[[473.3306,-847.819],[201.93613,-377.7499]],"_wlID":151,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[152,{"_wlLine":[[64.07393,-1037.9154],[51.083553,-1045.4154]],"_wlID":152,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[153,{"_wlLine":[[51.083553,-1045.4154],[-5.2080393,-1077.9155]],"_wlID":153,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[154,{"_wlLine":[[27.78224,-1105.0564],[71.08356,-1080.0564]],"_wlID":154,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[155,{"_wlLine":[[-22.528563,-1087.9155],[-70.2637,-1005.2359]],"_wlID":155,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[156,{"_wlLine":[[-70.2637,-1005.2359],[-301.20377,-1005.23596]],"_wlID":156,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[157,{"_wlLine":[[-301.20377,-1005.23596],[-348.93884,-1087.9156]],"_wlID":157,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[158,{"_wlLine":[[-368.9388,-1122.5566],[-416.67377,-1205.2361]],"_wlID":158,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[159,{"_wlLine":[[-416.67377,-1205.2361],[-368.93866,-1287.9156]],"_wlID":159,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[160,{"_wlLine":[[-348.93866,-1322.5566],[-301.20358,-1405.2361]],"_wlID":160,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[161,{"_wlLine":[[-301.20358,-1405.2361],[-70.26347,-1405.2358]],"_wlID":161,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[162,{"_wlLine":[[-70.26347,-1405.2358],[45.20642,-1205.2358]],"_wlID":162,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[163,{"_wlLine":[[45.20642,-1205.2358],[-2.528569,-1122.5565]],"_wlID":163,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[164,{"_wlLine":[[-399.24954,-1305.4156],[-416.57,-1315.4156]],"_wlID":164,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[165,{"_wlLine":[[-416.57,-1315.4156],[-425.2303,-1320.4156]],"_wlID":165,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[166,{"_wlLine":[[-396.57,-1350.0566],[-379.24954,-1340.0566]],"_wlID":166,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[167,{"_wlLine":[[-379.24954,-1340.0566],[-370.58926,-1335.0566]],"_wlID":167,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[168,{"_wlLine":[[-438.22064,-1327.9156],[-451.21103,-1335.4156]],"_wlID":168,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[169,{"_wlLine":[[-451.21103,-1335.4156],[-506.1629,-1370.2362]],"_wlID":169,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[170,{"_wlLine":[[-474.20132,-1394.8771],[-431.21103,-1370.0566]],"_wlID":170,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[171,{"_wlLine":[[-432.09857,-1447.6383],[-486.5219,-1416.217]],"_wlID":171,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[172,{"_wlLine":[[-521.1629,-1396.217],[-575.5863,-1364.7957]],"_wlID":172,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[173,{"_wlLine":[[-575.5863,-1364.7957],[-735.62616,-1407.6782]],"_wlID":173,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[174,{"_wlLine":[[-735.62616,-1407.6782],[-818.46875,-1551.1661]],"_wlID":174,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[175,{"_wlLine":[[-818.46875,-1551.1661],[-775.5862,-1711.2059]],"_wlID":175,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[176,{"_wlLine":[[-775.5862,-1711.2059],[-632.0983,-1794.0486]],"_wlID":176,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[177,{"_wlLine":[[-632.0983,-1794.0486],[-472.05853,-1751.1659]],"_wlID":177,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[178,{"_wlLine":[[-472.05853,-1751.1659],[-440.63718,-1696.7424]],"_wlID":178,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[179,{"_wlLine":[[-420.6372,-1662.1014],[-389.21588,-1607.6781]],"_wlID":179,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[180,{"_wlLine":[[-389.21588,-1607.6781],[-432.09857,-1447.6383]],"_wlID":180,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[181,{"_wlLine":[[-373.00583,-1689.6013],[-398.98663,-1674.6014]],"_wlID":181,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[182,{"_wlLine":[[-410.32623,-1714.2423],[-393.00577,-1724.2423]],"_wlID":182,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[183,{"_wlLine":[[-393.00577,-1724.2423],[-384.34552,-1729.2423]],"_wlID":183,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[184,{"_wlLine":[[-338.36478,-1709.6013],[-351.35516,-1702.1013]],"_wlID":184,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[185,{"_wlLine":[[-371.35513,-1736.7423],[-358.36475,-1744.2423]],"_wlID":185,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[186,{"_wlLine":[[-358.36475,-1744.2423],[-300.7331,-1774.4214]],"_wlID":186,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[187,{"_wlLine":[[-295.37515,-1734.4214],[-338.36478,-1709.6013]],"_wlID":187,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[188,{"_wlLine":[[-300.73288,-2094.4214],[-320.73288,-2094.4214]],"_wlID":188,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[189,{"_wlLine":[[-320.73285,-2134.4214],[-300.73285,-2134.4214]],"_wlID":189,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[190,{"_wlLine":[[-300.73285,-2134.4214],[-295.73285,-2134.4214]],"_wlID":190,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[191,{"_wlLine":[[-400.73288,-2097.101],[-418.05338,-2107.101]],"_wlID":191,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[192,{"_wlLine":[[-418.05338,-2107.101],[-431.04376,-2114.601]],"_wlID":192,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[193,{"_wlLine":[[-398.0533,-2141.742],[-385.37375,-2134.4214]],"_wlID":193,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[194,{"_wlLine":[[-427.25366,-2231.1653],[-458.67514,-2176.742]],"_wlID":194,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[195,{"_wlLine":[[-478.6752,-2142.101],[-510.09674,-2087.6777]],"_wlID":195,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[196,{"_wlLine":[[-510.09674,-2087.6777],[-670.13666,-2044.7955]],"_wlID":196,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[197,{"_wlLine":[[-670.13666,-2044.7955],[-724.55994,-2076.217]],"_wlID":197,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[198,{"_wlLine":[[-759.20087,-2096.217],[-813.62427,-2127.6387]],"_wlID":198,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[199,{"_wlLine":[[-813.62427,-2127.6387],[-856.50635,-2287.6785]],"_wlID":199,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[200,{"_wlLine":[[-856.50635,-2287.6785],[-773.66327,-2431.166]],"_wlID":200,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[201,{"_wlLine":[[-773.66327,-2431.166],[-613.62335,-2474.0483]],"_wlID":201,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[202,{"_wlLine":[[-613.62335,-2474.0483],[-470.1358,-2391.205]],"_wlID":202,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[203,{"_wlLine":[[-470.1358,-2391.205],[-427.25366,-2231.1653]],"_wlID":203,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[204,{"_wlLine":[[-742.06,-2045.9061],[-757.06006,-2019.9254]],"_wlID":204,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[205,{"_wlLine":[[-791.70105,-2039.9254],[-786.70105,-2048.5857]],"_wlID":205,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[206,{"_wlLine":[[-786.70105,-2048.5857],[-776.701,-2065.9063]],"_wlID":206,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[207,{"_wlLine":[[-737.06,-2054.5664],[-742.06,-2045.9061]],"_wlID":207,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[208,{"_wlLine":[[-831.52155,-1970.9546],[-806.7011,-2013.9447]],"_wlID":208,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[209,{"_wlLine":[[-764.5601,-2006.935],[-772.0601,-1993.9447]],"_wlID":209,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[210,{"_wlLine":[[-772.0601,-1993.9447],[-806.881,-1938.9929]],"_wlID":210,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[211,{"_wlLine":[[-1043.0773,-1848.8134],[-1053.0773,-1866.1338]],"_wlID":211,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[212,{"_wlLine":[[-1025.9362,-1899.1241],[-1018.4362,-1886.1338]],"_wlID":212,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[213,{"_wlLine":[[-1018.4362,-1886.1338],[-1008.4362,-1868.8132]],"_wlID":213,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[214,{"_wlLine":[[-1085.5771,-1922.4254],[-1093.0771,-1935.4159]],"_wlID":214,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[215,{"_wlLine":[[-1093.0771,-1935.4159],[-1103.0771,-1952.7365]],"_wlID":215,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[216,{"_wlLine":[[-1070.9363,-1977.0663],[-1058.4362,-1955.4159]],"_wlID":216,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[217,{"_wlLine":[[-2367.4768,-1222.7402],[-2428.0986,-1187.7404]],"_wlID":217,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[218,{"_wlLine":[[-2428.0986,-1187.7404],[-2445.5984,-1218.0513]],"_wlID":218,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[219,{"_wlLine":[[-2465.5984,-1252.6924],[-2404.9766,-1287.6923]],"_wlID":219,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[220,{"_wlLine":[[-2262.082,-1370.1918],[-1114.5963,-2032.6882]],"_wlID":220,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[221,{"_wlLine":[[-1085.9362,-2003.0471],[-1070.9363,-1977.0663]],"_wlID":221,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[222,{"_wlLine":[[-1103.0771,-1952.7365],[-2224.5823,-1305.2397]],"_wlID":222,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[223,{"_wlLine":[[-2475.9094,-1200.5515],[-2488.9,-1193.0515]],"_wlID":223,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[224,{"_wlLine":[[-2488.9,-1193.0515],[-2501.8904,-1185.5515]],"_wlID":224,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[225,{"_wlLine":[[-2508.9,-1227.6926],[-2487.2493,-1240.1924]],"_wlID":225,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[226,{"_wlLine":[[-2559.5217,-595.3729],[-2852.3215,-595.3729]],"_wlID":226,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[227,{"_wlLine":[[-2852.3215,-595.3729],[-2852.3215,-722.0396]],"_wlID":227,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[228,{"_wlLine":[[-2852.3215,-882.0396],[-2852.3215,-1195.3729]],"_wlID":228,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[229,{"_wlLine":[[-2852.3215,-1195.3729],[-2564.88,-1195.3729]],"_wlID":229,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[230,{"_wlLine":[[-2559.5215,-1155.3716],[-2559.5217,-595.3729]],"_wlID":230,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[231,{"_wlLine":[[-2872.3218,-722.0397],[-2872.3218,-642.29974]],"_wlID":231,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[232,{"_wlLine":[[-2872.3218,-642.29974],[-3372.3218,-642.3001]],"_wlID":232,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[233,{"_wlLine":[[-3472.3218,-682.3002],[-3472.3215,-891.91]],"_wlID":233,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[234,{"_wlLine":[[-3472.3215,-891.91],[-2872.3215,-891.90955]],"_wlID":234,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[235,{"_wlLine":[[-2872.3215,-891.90955],[-2872.3215,-882.0397]],"_wlID":235,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[236,{"_wlLine":[[-3334.493,-22.30017],[-3541.236,-22.30017]],"_wlID":236,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[237,{"_wlLine":[[-3541.236,-22.30017],[-3541.236,-622.3002]],"_wlID":237,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[238,{"_wlLine":[[-3541.236,-622.3002],[-3532.3218,-622.3002]],"_wlID":238,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[239,{"_wlLine":[[-3372.3218,-622.3002],[-3294.493,-622.3002]],"_wlID":239,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[240,{"_wlLine":[[-3294.493,-622.3002],[-3294.493,-27.300169]],"_wlID":240,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[241,{"_wlLine":[[-3331.8135,77.69983],[-3334.493,12.699827]],"_wlID":241,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[242,{"_wlLine":[[-3334.493,12.699827],[-3334.493,-2.300171]],"_wlID":242,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[243,{"_wlLine":[[-3294.493,-2.300167],[-3294.493,12.699831]],"_wlID":243,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[244,{"_wlLine":[[-3294.493,12.699831],[-3294.493,62.340786]],"_wlID":244,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[245,{"_wlLine":[[-2984.8667,238.63013],[-3027.7495,398.6699]],"_wlID":245,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[246,{"_wlLine":[[-3027.7495,398.6699],[-3171.2375,481.51233]],"_wlID":246,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[247,{"_wlLine":[[-3171.2375,481.51233],[-3331.277,438.62946]],"_wlID":247,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[248,{"_wlLine":[[-3331.277,438.62946],[-3414.1196,295.14154]],"_wlID":248,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[249,{"_wlLine":[[-3414.1196,295.14154],[-3371.2368,135.10178]],"_wlID":249,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[250,{"_wlLine":[[-3371.2368,135.10178],[-3316.8135,103.680565]],"_wlID":250,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[251,{"_wlLine":[[-3282.1724,83.68059],[-3227.749,52.259354]],"_wlID":251,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[252,{"_wlLine":[[-3227.749,52.259354],[-3067.709,95.14218]],"_wlID":252,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[253,{"_wlLine":[[-3067.709,95.14218],[-3036.2878,149.56563]],"_wlID":253,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[254,{"_wlLine":[[-3016.2878,184.20676],[-2984.8667,238.63013]],"_wlID":254,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[255,{"_wlLine":[[-2968.656,156.70679],[-2994.637,171.70673]],"_wlID":255,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[256,{"_wlLine":[[-3005.9768,132.06577],[-2979.9958,117.06585]],"_wlID":256,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[257,{"_wlLine":[[-2965.804,108.87224],[-2907.474,72.67679]],"_wlID":257,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[258,{"_wlLine":[[-2887.661,106.994415],[-2935.3198,134.4466]],"_wlID":258,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[259,{"_wlLine":[[-2738.5535,82.413506],[-2861.028,153.124]],"_wlID":259,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[260,{"_wlLine":[[-2861.028,153.124],[-2887.661,106.994415]],"_wlID":260,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[261,{"_wlLine":[[-2907.474,72.67679],[-2931.7385,30.649399]],"_wlID":261,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[262,{"_wlLine":[[-2879.9744,-162.53568],[-2757.4998,-233.24619]],"_wlID":262,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[263,{"_wlLine":[[-2757.4998,-233.24619],[-2686.7893,-110.77158]],"_wlID":263,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[264,{"_wlLine":[[-1003.66345,-2050.5466],[-1038.3046,-2030.547]],"_wlID":264,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[265,{"_wlLine":[[-1045.3141,-2072.688],[-1023.6633,-2085.1877]],"_wlID":265,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[266,{"_wlLine":[[-1023.6633,-2085.1877],[-1003.66345,-2050.5466]],"_wlID":266,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[267,{"_wlLine":[[-366.25928,-1077.9156],[-379.2497,-1070.4156]],"_wlID":267,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[268,{"_wlLine":[[-379.2497,-1070.4156],[-426.88107,-1042.9156]],"_wlID":268,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[269,{"_wlLine":[[-446.88104,-1077.5566],[-399.24966,-1105.0566]],"_wlID":269,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[270,{"_wlLine":[[-399.24966,-1105.0566],[-386.25928,-1112.5566]],"_wlID":270,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[271,{"_wlLine":[[22.631386,-67.76273],[-7.679491,-85.26274]],"_wlID":271,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[272,{"_wlLine":[[12.320526,-119.90375],[29.641022,-109.90375]],"_wlID":272,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[273,{"_wlLine":[[29.641022,-109.90375],[42.6314,-102.40374]],"_wlID":273,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[274,{"_wlLine":[[330.0704,109.73746],[70.262856,-40.262665]],"_wlID":274,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[275,{"_wlLine":[[90.26286,-74.90368],[220.26288,-300.0702]],"_wlID":275,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[276,{"_wlLine":[[220.26288,-300.0702],[480.07047,-150.07013]],"_wlID":276,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[277,{"_wlLine":[[480.07047,-150.07013],[330.0704,109.73746]],"_wlID":277,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":11},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[278,{"_wlLine":[[401.524,-129.02368],[410.18427,-124.02368]],"_wlID":278,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[279,{"_wlLine":[[410.18427,-124.02368],[415.18427,-132.68393]],"_wlID":279,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[280,{"_wlLine":[[415.18427,-132.68393],[406.524,-137.68393]],"_wlID":280,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[281,{"_wlLine":[[406.524,-137.68393],[401.524,-129.02368]],"_wlID":281,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":0},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[282,{"_wlLine":[[304.02396,39.851227],[312.68423,44.85123]],"_wlID":282,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[283,{"_wlLine":[[312.68423,44.85123],[317.68423,36.19098]],"_wlID":283,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[284,{"_wlLine":[[317.68423,36.19098],[309.02396,31.190975]],"_wlID":284,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[285,{"_wlLine":[[309.02396,31.190975],[304.02396,39.851227]],"_wlID":285,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":1},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[286,{"_wlLine":[[369.024,-72.73204],[377.68427,-67.73204]],"_wlID":286,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[287,{"_wlLine":[[377.68427,-67.73204],[382.68427,-76.39229]],"_wlID":287,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[288,{"_wlLine":[[382.68427,-76.39229],[374.024,-81.39229]],"_wlID":288,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[289,{"_wlLine":[[374.024,-81.39229],[369.024,-72.73204]],"_wlID":289,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":2},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[290,{"_wlLine":[[336.524,-16.440413],[345.18427,-11.440411]],"_wlID":290,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[291,{"_wlLine":[[345.18427,-11.440411],[350.18427,-20.100664]],"_wlID":291,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[292,{"_wlLine":[[350.18427,-20.100664],[341.524,-25.100666]],"_wlID":292,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[293,{"_wlLine":[[341.524,-25.100666],[336.524,-16.440413]],"_wlID":293,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":3},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[294,{"_wlLine":[[200.14906,-170.23207],[208.80931,-165.23207]],"_wlID":294,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[295,{"_wlLine":[[208.80931,-165.23207],[213.80931,-173.89232]],"_wlID":295,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[296,{"_wlLine":[[213.80931,-173.89232],[205.14906,-178.89232]],"_wlID":296,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[297,{"_wlLine":[[205.14906,-178.89232],[200.14906,-170.23207]],"_wlID":297,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":4},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[298,{"_wlLine":[[135.14903,-57.648804],[143.80928,-52.6488]],"_wlID":298,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[299,{"_wlLine":[[143.80928,-52.6488],[148.80928,-61.30905]],"_wlID":299,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[300,{"_wlLine":[[148.80928,-61.30905],[140.14903,-66.30905]],"_wlID":300,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[301,{"_wlLine":[[140.14903,-66.30905],[135.14903,-57.648804]],"_wlID":301,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":5},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[302,{"_wlLine":[[232.64908,-226.52373],[241.30933,-221.52373]],"_wlID":302,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[303,{"_wlLine":[[241.30933,-221.52373],[246.30933,-230.18398]],"_wlID":303,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[304,{"_wlLine":[[246.30933,-230.18398],[237.64908,-235.18398]],"_wlID":304,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[305,{"_wlLine":[[237.64908,-235.18398],[232.64908,-226.52373]],"_wlID":305,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":6},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[306,{"_wlLine":[[167.64906,-113.940445],[176.30931,-108.940445]],"_wlID":306,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[307,{"_wlLine":[[176.30931,-108.940445],[181.30931,-117.60069]],"_wlID":307,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[308,{"_wlLine":[[181.30931,-117.60069],[172.64906,-122.60069]],"_wlID":308,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[309,{"_wlLine":[[172.64906,-122.60069],[167.64906,-113.940445]],"_wlID":309,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":7},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[310,{"_wlLine":[[191.44069,-25.148787],[200.10094,-20.148785]],"_wlID":310,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[311,{"_wlLine":[[200.10094,-20.148785],[205.10094,-28.809038]],"_wlID":311,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[312,{"_wlLine":[[205.10094,-28.809038],[196.44069,-33.80904]],"_wlID":312,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[313,{"_wlLine":[[196.44069,-33.80904],[191.44069,-25.148787]],"_wlID":313,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":8},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[314,{"_wlLine":[[247.73232,7.351213],[256.39258,12.351215]],"_wlID":314,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[315,{"_wlLine":[[256.39258,12.351215],[261.39258,3.6909623]],"_wlID":315,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[316,{"_wlLine":[[261.39258,3.6909623],[252.73232,-1.3090396]],"_wlID":316,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[317,{"_wlLine":[[252.73232,-1.3090396],[247.73232,7.351213]],"_wlID":317,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":9},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[318,{"_wlLine":[[288.9407,-194.02371],[297.60098,-189.02371]],"_wlID":318,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[319,{"_wlLine":[[297.60098,-189.02371],[302.60098,-197.68396]],"_wlID":319,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[320,{"_wlLine":[[302.60098,-197.68396],[293.9407,-202.68396]],"_wlID":320,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[321,{"_wlLine":[[293.9407,-202.68396],[288.9407,-194.02371]],"_wlID":321,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":10},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[322,{"_wlLine":[[345.23236,-161.5237],[353.89264,-156.5237]],"_wlID":322,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[323,{"_wlLine":[[353.89264,-156.5237],[358.89264,-165.18394]],"_wlID":323,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[324,{"_wlLine":[[358.89264,-165.18394],[350.23236,-170.18394]],"_wlID":324,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[325,{"_wlLine":[[350.23236,-170.18394],[345.23236,-161.5237]],"_wlID":325,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":11},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[326,{"_wlLine":[[-2.4833455,-82.26274],[13.105106,-73.26274]],"_wlID":326,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[327,{"_wlLine":[[13.105106,-73.26274],[23.105114,-90.58324]],"_wlID":327,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[328,{"_wlLine":[[23.105114,-90.58324],[7.516662,-99.58325]],"_wlID":328,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[329,{"_wlLine":[[7.516662,-99.58325],[-2.4833455,-82.26274]],"_wlID":329,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[330,{"_wlLine":[[33.10512,-107.90375],[17.51667,-116.90375]],"_wlID":330,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[331,{"_wlLine":[[17.51667,-116.90375],[7.516662,-99.58325]],"_wlID":331,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[332,{"_wlLine":[[7.516662,-99.58325],[23.105114,-90.58324]],"_wlID":332,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[333,{"_wlLine":[[23.105114,-90.58324],[33.10512,-107.90375]],"_wlID":333,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[334,{"_wlLine":[[-618.01086,-998.96216],[-613.01086,-990.3019]],"_wlID":334,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[335,{"_wlLine":[[-613.01086,-990.3019],[-604.3506,-995.3019]],"_wlID":335,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[336,{"_wlLine":[[-604.3506,-995.3019],[-609.3506,-1003.96216]],"_wlID":336,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[337,{"_wlLine":[[-609.3506,-1003.96216],[-618.01086,-998.96216]],"_wlID":337,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":12},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[338,{"_wlLine":[[-505.42755,-1063.962],[-500.42755,-1055.3019]],"_wlID":338,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[339,{"_wlLine":[[-500.42755,-1055.3019],[-491.76727,-1060.3019]],"_wlID":339,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[340,{"_wlLine":[[-491.76727,-1060.3019],[-496.76727,-1068.962]],"_wlID":340,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[341,{"_wlLine":[[-496.76727,-1068.962],[-505.42755,-1063.962]],"_wlID":341,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":13},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[342,{"_wlLine":[[-561.7192,-1031.462],[-556.7192,-1022.8018]],"_wlID":342,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[343,{"_wlLine":[[-556.7192,-1022.8018],[-548.0589,-1027.8019]],"_wlID":343,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[344,{"_wlLine":[[-548.0589,-1027.8019],[-553.0589,-1036.462]],"_wlID":344,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[345,{"_wlLine":[[-553.0589,-1036.462],[-561.7192,-1031.462]],"_wlID":345,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":14},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[346,{"_wlLine":[[-674.3025,-966.46216],[-669.3025,-957.8019]],"_wlID":346,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[347,{"_wlLine":[[-669.3025,-957.8019],[-660.6422,-962.8019]],"_wlID":347,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[348,{"_wlLine":[[-660.6422,-962.8019],[-665.6422,-971.46216]],"_wlID":348,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[349,{"_wlLine":[[-665.6422,-971.46216],[-674.3025,-966.46216]],"_wlID":349,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":15},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[350,{"_wlLine":[[-602.92755,-1232.837],[-597.92755,-1224.1769]],"_wlID":350,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[351,{"_wlLine":[[-597.92755,-1224.1769],[-589.2673,-1229.1769]],"_wlID":351,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[352,{"_wlLine":[[-589.2673,-1229.1769],[-594.2673,-1237.837]],"_wlID":352,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[353,{"_wlLine":[[-594.2673,-1237.837],[-602.92755,-1232.837]],"_wlID":353,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":16},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[354,{"_wlLine":[[-659.2192,-1200.337],[-654.2192,-1191.6769]],"_wlID":354,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[355,{"_wlLine":[[-654.2192,-1191.6769],[-645.5589,-1196.6769]],"_wlID":355,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[356,{"_wlLine":[[-645.5589,-1196.6769],[-650.5589,-1205.337]],"_wlID":356,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[357,{"_wlLine":[[-650.5589,-1205.337],[-659.2192,-1200.337]],"_wlID":357,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":17},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[358,{"_wlLine":[[-771.8024,-1135.337],[-766.8024,-1126.6769]],"_wlID":358,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[359,{"_wlLine":[[-766.8024,-1126.6769],[-758.14215,-1131.6769]],"_wlID":359,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[360,{"_wlLine":[[-758.14215,-1131.6769],[-763.14215,-1140.337]],"_wlID":360,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[361,{"_wlLine":[[-763.14215,-1140.337],[-771.8024,-1135.337]],"_wlID":361,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":18},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[362,{"_wlLine":[[-715.5108,-1167.837],[-710.5108,-1159.1769]],"_wlID":362,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[363,{"_wlLine":[[-710.5108,-1159.1769],[-701.8505,-1164.1769]],"_wlID":363,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[364,{"_wlLine":[[-701.8505,-1164.1769],[-706.8505,-1172.837]],"_wlID":364,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[365,{"_wlLine":[[-706.8505,-1172.837],[-715.5108,-1167.837]],"_wlID":365,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":19},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[366,{"_wlLine":[[-739.3025,-1079.0454],[-734.3025,-1070.3853]],"_wlID":366,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[367,{"_wlLine":[[-734.3025,-1070.3853],[-725.6422,-1075.3853]],"_wlID":367,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[368,{"_wlLine":[[-725.6422,-1075.3853],[-730.6422,-1084.0454]],"_wlID":368,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[369,{"_wlLine":[[-730.6422,-1084.0454],[-739.3025,-1079.0454]],"_wlID":369,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":20},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[370,{"_wlLine":[[-706.8025,-1022.7538],[-701.8025,-1014.0935]],"_wlID":370,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[371,{"_wlLine":[[-701.8025,-1014.0935],[-693.1422,-1019.0935]],"_wlID":371,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[372,{"_wlLine":[[-693.1422,-1019.0935],[-698.1422,-1027.7538]],"_wlID":372,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[373,{"_wlLine":[[-698.1422,-1027.7538],[-706.8025,-1022.7538]],"_wlID":373,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":21},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[374,{"_wlLine":[[-537.92755,-1120.2537],[-532.92755,-1111.5935]],"_wlID":374,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[375,{"_wlLine":[[-532.92755,-1111.5935],[-524.2673,-1116.5935]],"_wlID":375,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[376,{"_wlLine":[[-524.2673,-1116.5935],[-529.2673,-1125.2537]],"_wlID":376,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[377,{"_wlLine":[[-529.2673,-1125.2537],[-537.92755,-1120.2537]],"_wlID":377,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":22},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[378,{"_wlLine":[[-570.42755,-1176.5454],[-565.42755,-1167.8853]],"_wlID":378,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[379,{"_wlLine":[[-565.42755,-1167.8853],[-556.7673,-1172.8853]],"_wlID":379,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[380,{"_wlLine":[[-556.7673,-1172.8853],[-561.7673,-1181.5454]],"_wlID":380,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[381,{"_wlLine":[[-561.7673,-1181.5454],[-570.42755,-1176.5454]],"_wlID":381,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":23},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[382,{"_wlLine":[[-374.13495,-1119.5566],[-389.7234,-1110.5566]],"_wlID":382,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[383,{"_wlLine":[[-389.7234,-1110.5566],[-379.7234,-1093.2361]],"_wlID":383,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[384,{"_wlLine":[[-379.7234,-1093.2361],[-364.13495,-1102.2361]],"_wlID":384,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[385,{"_wlLine":[[-364.13495,-1102.2361],[-374.13495,-1119.5566]],"_wlID":385,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[386,{"_wlLine":[[-369.7234,-1075.9156],[-354.13495,-1084.9156]],"_wlID":386,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[387,{"_wlLine":[[-354.13495,-1084.9156],[-364.13495,-1102.2361]],"_wlID":387,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[388,{"_wlLine":[[-364.13495,-1102.2361],[-379.7234,-1093.2361]],"_wlID":388,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[389,{"_wlLine":[[-379.7234,-1093.2361],[-369.7234,-1075.9156]],"_wlID":389,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[390,{"_wlLine":[[-1028.7783,-2036.0469],[-1013.18976,-2045.0466]],"_wlID":390,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[391,{"_wlLine":[[-1013.18976,-2045.0466],[-1023.18964,-2062.3674]],"_wlID":391,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[392,{"_wlLine":[[-1023.18964,-2062.3674],[-1038.7782,-2053.3674]],"_wlID":392,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[393,{"_wlLine":[[-1038.7782,-2053.3674],[-1028.7783,-2036.0469]],"_wlID":393,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[394,{"_wlLine":[[-1033.1897,-2079.688],[-1048.7781,-2070.688]],"_wlID":394,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[395,{"_wlLine":[[-1048.7781,-2070.688],[-1038.7781,-2053.3674]],"_wlID":395,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[396,{"_wlLine":[[-1038.7781,-2053.3674],[-1023.18964,-2062.3674]],"_wlID":396,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[397,{"_wlLine":[[-1023.18964,-2062.3674],[-1033.1897,-2079.688]],"_wlID":397,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[398,{"_wlLine":[[-2742.3066,-64.56617],[-2737.648,-81.95283]],"_wlID":398,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[399,{"_wlLine":[[-2737.648,-81.95283],[-2753.7466,-86.2665]],"_wlID":399,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[400,{"_wlLine":[[-2753.7466,-86.2665],[-2758.4053,-68.879845]],"_wlID":400,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[401,{"_wlLine":[[-2758.4053,-68.879845],[-2742.3066,-64.56617]],"_wlID":401,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":24},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[402,{"_wlLine":[[-2726.208,-60.252495],[-2721.5493,-77.63915]],"_wlID":402,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[403,{"_wlLine":[[-2721.5493,-77.63915],[-2737.648,-81.95283]],"_wlID":403,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[404,{"_wlLine":[[-2737.648,-81.95283],[-2742.3066,-64.56617]],"_wlID":404,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[405,{"_wlLine":[[-2742.3066,-64.56617],[-2726.208,-60.252495]],"_wlID":405,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":25},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[406,{"_wlLine":[[-2710.1091,-55.93882],[-2705.4504,-73.32548]],"_wlID":406,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[407,{"_wlLine":[[-2705.4504,-73.32548],[-2721.549,-77.63915]],"_wlID":407,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[408,{"_wlLine":[[-2721.549,-77.63915],[-2726.2078,-60.252495]],"_wlID":408,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[409,{"_wlLine":[[-2726.2078,-60.252495],[-2710.1091,-55.93882]],"_wlID":409,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":26},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[410,{"_wlLine":[[-2694.0105,-51.625145],[-2689.3518,-69.0118]],"_wlID":410,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[411,{"_wlLine":[[-2689.3518,-69.0118],[-2705.4504,-73.32548]],"_wlID":411,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[412,{"_wlLine":[[-2705.4504,-73.32548],[-2710.1091,-55.93882]],"_wlID":412,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[413,{"_wlLine":[[-2710.1091,-55.93882],[-2694.0105,-51.625145]],"_wlID":413,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":27},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[414,{"_wlLine":[[-2873.876,7.4487705],[-2858.2876,-1.551199]],"_wlID":414,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[415,{"_wlLine":[[-2858.2876,-1.551199],[-2867.1265,-16.860529]],"_wlID":415,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[416,{"_wlLine":[[-2867.1265,-16.860529],[-2882.7148,-7.8605595]],"_wlID":416,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[417,{"_wlLine":[[-2882.7148,-7.8605595],[-2873.876,7.4487705]],"_wlID":417,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":28},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[418,{"_wlLine":[[-2865.037,22.7581],[-2849.4487,13.758131]],"_wlID":418,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[419,{"_wlLine":[[-2849.4487,13.758131],[-2858.2876,-1.551199]],"_wlID":419,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[420,{"_wlLine":[[-2858.2876,-1.551199],[-2873.876,7.4487705]],"_wlID":420,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[421,{"_wlLine":[[-2873.876,7.4487705],[-2865.037,22.7581]],"_wlID":421,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":29},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[422,{"_wlLine":[[-2856.1985,38.06743],[-2840.61,29.067461]],"_wlID":422,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[423,{"_wlLine":[[-2840.61,29.067461],[-2849.449,13.758131]],"_wlID":423,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[424,{"_wlLine":[[-2849.449,13.758131],[-2865.0374,22.7581]],"_wlID":424,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[425,{"_wlLine":[[-2865.0374,22.7581],[-2856.1985,38.06743]],"_wlID":425,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":30},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[426,{"_wlLine":[[-2847.3596,53.376762],[-2831.7712,44.376793]],"_wlID":426,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[427,{"_wlLine":[[-2831.7712,44.376793],[-2840.61,29.067461]],"_wlID":427,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[428,{"_wlLine":[[-2840.61,29.067461],[-2856.1985,38.06743]],"_wlID":428,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[429,{"_wlLine":[[-2856.1985,38.06743],[-2847.3596,53.376762]],"_wlID":429,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":31},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[430,{"_wlLine":[[-2838.5208,68.68609],[-2822.9324,59.68612]],"_wlID":430,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[431,{"_wlLine":[[-2822.9324,59.68612],[-2831.7712,44.376793]],"_wlID":431,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[432,{"_wlLine":[[-2831.7712,44.376793],[-2847.3596,53.376762]],"_wlID":432,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[433,{"_wlLine":[[-2847.3596,53.376762],[-2838.5208,68.68609]],"_wlID":433,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":32},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[434,{"_wlLine":[[-2786.0632,17.801394],[-2777.0635,33.38987]],"_wlID":434,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[435,{"_wlLine":[[-2777.0635,33.38987],[-2761.7542,24.55107]],"_wlID":435,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[436,{"_wlLine":[[-2761.7542,24.55107],[-2770.754,8.962593]],"_wlID":436,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[437,{"_wlLine":[[-2770.754,8.962593],[-2786.0632,17.801394]],"_wlID":437,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":33},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[438,{"_wlLine":[[-2801.3726,26.640196],[-2792.3728,42.228672]],"_wlID":438,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[439,{"_wlLine":[[-2792.3728,42.228672],[-2777.0635,33.38987]],"_wlID":439,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[440,{"_wlLine":[[-2777.0635,33.38987],[-2786.0632,17.801395]],"_wlID":440,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[441,{"_wlLine":[[-2786.0632,17.801395],[-2801.3726,26.640196]],"_wlID":441,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":34},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[442,{"_wlLine":[[-2816.682,35.479],[-2807.6821,51.067474]],"_wlID":442,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[443,{"_wlLine":[[-2807.6821,51.067474],[-2792.3728,42.228672]],"_wlID":443,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[444,{"_wlLine":[[-2792.3728,42.228672],[-2801.3726,26.640198]],"_wlID":444,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[445,{"_wlLine":[[-2801.3726,26.640198],[-2816.682,35.479]],"_wlID":445,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":35},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[446,{"_wlLine":[[-2831.9912,44.317802],[-2822.9915,59.906277]],"_wlID":446,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[447,{"_wlLine":[[-2822.9915,59.906277],[-2807.6821,51.067474]],"_wlID":447,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[448,{"_wlLine":[[-2807.6821,51.067474],[-2816.682,35.479]],"_wlID":448,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[449,{"_wlLine":[[-2816.682,35.479],[-2831.9912,44.317802]],"_wlID":449,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":36},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[450,{"_wlLine":[[-2847.3005,53.156605],[-2838.3008,68.74508]],"_wlID":450,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[451,{"_wlLine":[[-2838.3008,68.74508],[-2822.9915,59.906277]],"_wlID":451,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[452,{"_wlLine":[[-2822.9915,59.906277],[-2831.9912,44.317802]],"_wlID":452,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[453,{"_wlLine":[[-2831.9912,44.317802],[-2847.3005,53.156605]],"_wlID":453,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":37},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[454,{"_wlLine":[[-2859.6511,-10.425904],[-2877.0376,-15.084687]],"_wlID":454,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[455,{"_wlLine":[[-2877.0376,-15.084687],[-2881.3513,1.0140619]],"_wlID":455,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[456,{"_wlLine":[[-2881.3513,1.0140619],[-2863.9648,5.672845]],"_wlID":456,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[457,{"_wlLine":[[-2863.9648,5.672845],[-2859.6511,-10.425904]],"_wlID":457,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":38},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[458,{"_wlLine":[[-2855.3374,-26.524658],[-2872.7239,-31.183441]],"_wlID":458,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[459,{"_wlLine":[[-2872.7239,-31.183441],[-2877.0376,-15.084691]],"_wlID":459,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[460,{"_wlLine":[[-2877.0376,-15.084691],[-2859.6511,-10.425908]],"_wlID":460,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[461,{"_wlLine":[[-2859.6511,-10.425908],[-2855.3374,-26.524658]],"_wlID":461,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":39},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[462,{"_wlLine":[[-2851.0237,-42.62341],[-2868.4102,-47.282192]],"_wlID":462,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[463,{"_wlLine":[[-2868.4102,-47.282192],[-2872.7239,-31.183445]],"_wlID":463,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[464,{"_wlLine":[[-2872.7239,-31.183445],[-2855.3374,-26.524662]],"_wlID":464,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[465,{"_wlLine":[[-2855.3374,-26.524662],[-2851.0237,-42.62341]],"_wlID":465,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":40},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[466,{"_wlLine":[[-2846.71,-58.72216],[-2864.0964,-63.380943]],"_wlID":466,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[467,{"_wlLine":[[-2864.0964,-63.380943],[-2868.4102,-47.282196]],"_wlID":467,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[468,{"_wlLine":[[-2868.4102,-47.282196],[-2851.0237,-42.623413]],"_wlID":468,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[469,{"_wlLine":[[-2851.0237,-42.623413],[-2846.71,-58.72216]],"_wlID":469,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":41},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[470,{"_wlLine":[[-2842.3965,-74.82092],[-2859.783,-79.479706]],"_wlID":470,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[471,{"_wlLine":[[-2859.783,-79.479706],[-2864.0967,-63.380955]],"_wlID":471,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[472,{"_wlLine":[[-2864.0967,-63.380955],[-2846.7102,-58.72217]],"_wlID":472,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[473,{"_wlLine":[[-2846.7102,-58.72217],[-2842.3965,-74.82092]],"_wlID":473,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":42},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[474,{"_wlLine":[[-2838.0828,-90.91966],[-2855.4692,-95.578445]],"_wlID":474,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[475,{"_wlLine":[[-2855.4692,-95.578445],[-2859.783,-79.47969]],"_wlID":475,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[476,{"_wlLine":[[-2859.783,-79.47969],[-2842.3965,-74.82091]],"_wlID":476,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[477,{"_wlLine":[[-2842.3965,-74.82091],[-2838.0828,-90.91966]],"_wlID":477,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":43},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[478,{"_wlLine":[[-2833.769,-107.01842],[-2851.1555,-111.6772]],"_wlID":478,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[479,{"_wlLine":[[-2851.1555,-111.6772],[-2855.4692,-95.578445]],"_wlID":479,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[480,{"_wlLine":[[-2855.4692,-95.578445],[-2838.0828,-90.91966]],"_wlID":480,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[481,{"_wlLine":[[-2838.0828,-90.91966],[-2833.769,-107.01842]],"_wlID":481,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":44},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[482,{"_wlLine":[[-2744.6519,-87.57112],[-2760.2402,-78.57109]],"_wlID":482,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[483,{"_wlLine":[[-2760.2402,-78.57109],[-2751.4014,-63.261784]],"_wlID":483,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[484,{"_wlLine":[[-2751.4014,-63.261784],[-2735.813,-72.26181]],"_wlID":484,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[485,{"_wlLine":[[-2735.813,-72.26181],[-2744.6519,-87.57112]],"_wlID":485,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":45},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[486,{"_wlLine":[[-2753.4907,-102.88043],[-2769.079,-93.8804]],"_wlID":486,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[487,{"_wlLine":[[-2769.079,-93.8804],[-2760.2402,-78.57109]],"_wlID":487,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[488,{"_wlLine":[[-2760.2402,-78.57109],[-2744.6519,-87.57112]],"_wlID":488,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[489,{"_wlLine":[[-2744.6519,-87.57112],[-2753.4907,-102.88043]],"_wlID":489,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":46},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[490,{"_wlLine":[[-2762.3296,-118.189735],[-2777.918,-109.189705]],"_wlID":490,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[491,{"_wlLine":[[-2777.918,-109.189705],[-2769.079,-93.880394]],"_wlID":491,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[492,{"_wlLine":[[-2769.079,-93.880394],[-2753.4907,-102.880424]],"_wlID":492,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[493,{"_wlLine":[[-2753.4907,-102.880424],[-2762.3296,-118.189735]],"_wlID":493,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":47},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[494,{"_wlLine":[[-2771.1685,-133.49904],[-2786.7568,-124.499016]],"_wlID":494,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[495,{"_wlLine":[[-2786.7568,-124.499016],[-2777.918,-109.189705]],"_wlID":495,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[496,{"_wlLine":[[-2777.918,-109.189705],[-2762.3296,-118.189735]],"_wlID":496,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[497,{"_wlLine":[[-2762.3296,-118.189735],[-2771.1685,-133.49904]],"_wlID":497,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":48},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[498,{"_wlLine":[[-2780.0073,-148.80835],[-2795.5957,-139.80832]],"_wlID":498,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[499,{"_wlLine":[[-2795.5957,-139.80832],[-2786.7568,-124.499016]],"_wlID":499,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[500,{"_wlLine":[[-2786.7568,-124.499016],[-2771.1685,-133.49905]],"_wlID":500,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[501,{"_wlLine":[[-2771.1685,-133.49905],[-2780.0073,-148.80835]],"_wlID":501,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":49},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[502,{"_wlLine":[[-2832.4648,-97.92351],[-2841.4646,-113.51196]],"_wlID":502,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[503,{"_wlLine":[[-2841.4646,-113.51196],[-2856.774,-104.67313]],"_wlID":503,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[504,{"_wlLine":[[-2856.774,-104.67313],[-2847.7742,-89.08467]],"_wlID":504,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[505,{"_wlLine":[[-2847.7742,-89.08467],[-2832.4648,-97.92351]],"_wlID":505,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":50},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[506,{"_wlLine":[[-2817.1553,-106.76235],[-2826.1553,-122.350815]],"_wlID":506,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[507,{"_wlLine":[[-2826.1553,-122.350815],[-2841.4648,-113.51197]],"_wlID":507,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[508,{"_wlLine":[[-2841.4648,-113.51197],[-2832.4648,-97.92351]],"_wlID":508,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[509,{"_wlLine":[[-2832.4648,-97.92351],[-2817.1553,-106.76235]],"_wlID":509,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":51},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[510,{"_wlLine":[[-2801.8462,-115.60119],[-2810.846,-131.18965]],"_wlID":510,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[511,{"_wlLine":[[-2810.846,-131.18965],[-2826.1553,-122.35081]],"_wlID":511,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[512,{"_wlLine":[[-2826.1553,-122.35081],[-2817.1555,-106.762344]],"_wlID":512,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[513,{"_wlLine":[[-2817.1555,-106.762344],[-2801.8462,-115.60119]],"_wlID":513,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":52},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[514,{"_wlLine":[[-2786.5366,-124.44003],[-2795.5366,-140.02849]],"_wlID":514,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[515,{"_wlLine":[[-2795.5366,-140.02849],[-2810.8462,-131.18965]],"_wlID":515,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[516,{"_wlLine":[[-2810.8462,-131.18965],[-2801.8462,-115.6012]],"_wlID":516,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[517,{"_wlLine":[[-2801.8462,-115.6012],[-2786.5366,-124.44003]],"_wlID":517,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":53},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[518,{"_wlLine":[[-2771.2275,-133.27887],[-2780.2273,-148.86734]],"_wlID":518,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[519,{"_wlLine":[[-2780.2273,-148.86734],[-2795.5366,-140.0285]],"_wlID":519,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[520,{"_wlLine":[[-2795.5366,-140.0285],[-2786.5369,-124.44003]],"_wlID":520,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[521,{"_wlLine":[[-2786.5369,-124.44003],[-2771.2275,-133.27887]],"_wlID":521,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":54},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[522,{"_wlLine":[[-2959.1296,151.20691],[-2943.5413,142.20691]],"_wlID":522,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[523,{"_wlLine":[[-2943.5413,142.20691],[-2953.5413,124.886375]],"_wlID":523,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[524,{"_wlLine":[[-2953.5413,124.886375],[-2969.1296,133.88637]],"_wlID":524,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[525,{"_wlLine":[[-2969.1296,133.88637],[-2959.1296,151.20691]],"_wlID":525,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[526,{"_wlLine":[[-2963.5413,107.565834],[-2979.1296,116.56582]],"_wlID":526,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[527,{"_wlLine":[[-2979.1296,116.56582],[-2969.1296,133.88637]],"_wlID":527,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[528,{"_wlLine":[[-2969.1296,133.88637],[-2953.5413,124.886375]],"_wlID":528,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[529,{"_wlLine":[[-2953.5413,124.886375],[-2963.5413,107.565834]],"_wlID":529,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[530,{"_wlLine":[[-2985.1106,166.20682],[-2969.5222,157.20682]],"_wlID":530,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[531,{"_wlLine":[[-2969.5222,157.20682],[-2979.5222,139.88629]],"_wlID":531,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[532,{"_wlLine":[[-2979.5222,139.88629],[-2995.1106,148.88629]],"_wlID":532,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[533,{"_wlLine":[[-2995.1106,148.88629],[-2985.1106,166.20682]],"_wlID":533,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[534,{"_wlLine":[[-2989.5222,122.56576],[-3005.1106,131.56575]],"_wlID":534,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[535,{"_wlLine":[[-3005.1106,131.56575],[-2995.1106,148.88629]],"_wlID":535,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[536,{"_wlLine":[[-2995.1106,148.88629],[-2979.5222,139.88629]],"_wlID":536,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[537,{"_wlLine":[[-2979.5222,139.88629],[-2989.5222,122.56576]],"_wlID":537,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[538,{"_wlLine":[[-3203.1533,280.54608],[-3185.833,270.5461]],"_wlID":538,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[539,{"_wlLine":[[-3185.833,270.5461],[-3195.833,253.22559]],"_wlID":539,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[540,{"_wlLine":[[-3195.833,253.22559],[-3213.1533,263.22556]],"_wlID":540,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[541,{"_wlLine":[[-3213.1533,263.22556],[-3203.1533,280.54608]],"_wlID":541,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":0},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[542,{"_wlLine":[[-3271.8135,181.6229],[-3261.8135,198.94342]],"_wlID":542,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[543,{"_wlLine":[[-3261.8135,198.94342],[-3227.1724,178.94351]],"_wlID":543,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[544,{"_wlLine":[[-3227.1724,178.94351],[-3237.1724,161.62299]],"_wlID":544,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[545,{"_wlLine":[[-3237.1724,161.62299],[-3271.8135,181.6229]],"_wlID":545,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":55},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[546,{"_wlLine":[[-3328.8135,82.895966],[-3319.8135,98.484436]],"_wlID":546,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[547,{"_wlLine":[[-3319.8135,98.484436],[-3302.493,88.48446]],"_wlID":547,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[548,{"_wlLine":[[-3302.493,88.48446],[-3311.493,72.89599]],"_wlID":548,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[549,{"_wlLine":[[-3311.493,72.89599],[-3328.8135,82.895966]],"_wlID":549,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":10},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[550,{"_wlLine":[[-3285.1724,78.48448],[-3294.1724,62.896008]],"_wlID":550,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[551,{"_wlLine":[[-3294.1724,62.896008],[-3311.493,72.89599]],"_wlID":551,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[552,{"_wlLine":[[-3311.493,72.89599],[-3302.493,88.48446]],"_wlID":552,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[553,{"_wlLine":[[-3302.493,88.48446],[-3285.1724,78.48448]],"_wlID":553,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":11},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[554,{"_wlLine":[[-3334.493,-16.300173],[-3334.493,1.6998272]],"_wlID":554,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[555,{"_wlLine":[[-3334.493,1.6998272],[-3314.493,1.6998291]],"_wlID":555,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[556,{"_wlLine":[[-3314.493,1.6998291],[-3314.493,-16.30017]],"_wlID":556,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[557,{"_wlLine":[[-3314.493,-16.30017],[-3334.493,-16.300173]],"_wlID":557,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":12},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[558,{"_wlLine":[[-3294.493,1.699831],[-3294.493,-16.300169]],"_wlID":558,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[559,{"_wlLine":[[-3294.493,-16.300169],[-3314.493,-16.30017]],"_wlID":559,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[560,{"_wlLine":[[-3314.493,-16.30017],[-3314.493,1.6998291]],"_wlID":560,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[561,{"_wlLine":[[-3314.493,1.6998291],[-3294.493,1.699831]],"_wlID":561,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":13},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[562,{"_wlLine":[[-3461.6462,-314.44055],[-3479.6462,-314.44055]],"_wlID":562,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[563,{"_wlLine":[[-3479.6462,-314.44055],[-3479.6462,-304.44055]],"_wlID":563,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[564,{"_wlLine":[[-3479.6462,-304.44055],[-3461.6462,-304.44055]],"_wlID":564,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[565,{"_wlLine":[[-3461.6462,-304.44055],[-3461.6462,-314.44055]],"_wlID":565,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":56},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[566,{"_wlLine":[[-3461.6462,-324.44055],[-3479.6462,-324.44055]],"_wlID":566,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[567,{"_wlLine":[[-3479.6462,-324.44055],[-3479.6462,-314.44055]],"_wlID":567,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[568,{"_wlLine":[[-3479.6462,-314.44055],[-3461.6462,-314.44055]],"_wlID":568,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[569,{"_wlLine":[[-3461.6462,-314.44055],[-3461.6462,-324.44055]],"_wlID":569,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":57},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[570,{"_wlLine":[[-3512.313,-300.44055],[-3512.313,-318.44055]],"_wlID":570,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[571,{"_wlLine":[[-3512.313,-318.44055],[-3528.9795,-318.44055]],"_wlID":571,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[572,{"_wlLine":[[-3528.9795,-318.44055],[-3528.9795,-300.44055]],"_wlID":572,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[573,{"_wlLine":[[-3528.9795,-300.44055],[-3512.313,-300.44055]],"_wlID":573,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":58},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[574,{"_wlLine":[[-3495.6462,-300.44055],[-3495.6462,-318.44055]],"_wlID":574,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[575,{"_wlLine":[[-3495.6462,-318.44055],[-3512.3127,-318.44055]],"_wlID":575,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[576,{"_wlLine":[[-3512.3127,-318.44055],[-3512.3127,-300.44055]],"_wlID":576,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[577,{"_wlLine":[[-3512.3127,-300.44055],[-3495.6462,-300.44055]],"_wlID":577,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":59},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[578,{"_wlLine":[[-3478.9797,-300.44055],[-3478.9797,-318.44055]],"_wlID":578,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[579,{"_wlLine":[[-3478.9797,-318.44055],[-3495.6462,-318.44055]],"_wlID":579,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[580,{"_wlLine":[[-3495.6462,-318.44055],[-3495.6462,-300.44055]],"_wlID":580,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[581,{"_wlLine":[[-3495.6462,-300.44055],[-3478.9797,-300.44055]],"_wlID":581,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":60},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[582,{"_wlLine":[[-3462.313,-300.44055],[-3462.313,-318.44055]],"_wlID":582,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[583,{"_wlLine":[[-3462.313,-318.44055],[-3478.9795,-318.44055]],"_wlID":583,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[584,{"_wlLine":[[-3478.9795,-318.44055],[-3478.9795,-300.44055]],"_wlID":584,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[585,{"_wlLine":[[-3478.9795,-300.44055],[-3462.313,-300.44055]],"_wlID":585,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":61},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[586,{"_wlLine":[[-3529.6462,-314.44055],[-3511.6462,-314.44055]],"_wlID":586,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[587,{"_wlLine":[[-3511.6462,-314.44055],[-3511.6462,-324.44055]],"_wlID":587,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[588,{"_wlLine":[[-3511.6462,-324.44055],[-3529.6462,-324.44055]],"_wlID":588,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[589,{"_wlLine":[[-3529.6462,-324.44055],[-3529.6462,-314.44055]],"_wlID":589,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":62},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[590,{"_wlLine":[[-3529.6462,-304.44055],[-3511.6462,-304.44055]],"_wlID":590,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[591,{"_wlLine":[[-3511.6462,-304.44055],[-3511.6462,-314.44055]],"_wlID":591,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[592,{"_wlLine":[[-3511.6462,-314.44055],[-3529.6462,-314.44055]],"_wlID":592,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[593,{"_wlLine":[[-3529.6462,-314.44055],[-3529.6462,-304.44055]],"_wlID":593,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":63},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[594,{"_wlLine":[[-3383.433,-131.99973],[-3401.433,-131.99973]],"_wlID":594,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[595,{"_wlLine":[[-3401.433,-131.99973],[-3401.433,-121.999725]],"_wlID":595,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[596,{"_wlLine":[[-3401.433,-121.999725],[-3383.433,-121.999725]],"_wlID":596,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[597,{"_wlLine":[[-3383.433,-121.999725],[-3383.433,-131.99973]],"_wlID":597,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":64},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[598,{"_wlLine":[[-3383.433,-141.99973],[-3401.433,-141.99973]],"_wlID":598,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[599,{"_wlLine":[[-3401.433,-141.99973],[-3401.433,-131.99973]],"_wlID":599,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[600,{"_wlLine":[[-3401.433,-131.99973],[-3383.433,-131.99973]],"_wlID":600,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[601,{"_wlLine":[[-3383.433,-131.99973],[-3383.433,-141.99973]],"_wlID":601,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":65},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[602,{"_wlLine":[[-3434.0999,-117.999725],[-3434.0999,-135.99973]],"_wlID":602,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[603,{"_wlLine":[[-3434.0999,-135.99973],[-3450.7664,-135.99973]],"_wlID":603,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[604,{"_wlLine":[[-3450.7664,-135.99973],[-3450.7664,-117.999725]],"_wlID":604,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[605,{"_wlLine":[[-3450.7664,-117.999725],[-3434.0999,-117.999725]],"_wlID":605,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":66},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[606,{"_wlLine":[[-3417.433,-117.999725],[-3417.433,-135.99973]],"_wlID":606,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[607,{"_wlLine":[[-3417.433,-135.99973],[-3434.0996,-135.99973]],"_wlID":607,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[608,{"_wlLine":[[-3434.0996,-135.99973],[-3434.0996,-117.999725]],"_wlID":608,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[609,{"_wlLine":[[-3434.0996,-117.999725],[-3417.433,-117.999725]],"_wlID":609,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":67},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[610,{"_wlLine":[[-3400.7666,-117.999725],[-3400.7666,-135.99973]],"_wlID":610,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[611,{"_wlLine":[[-3400.7666,-135.99973],[-3417.433,-135.99973]],"_wlID":611,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[612,{"_wlLine":[[-3417.433,-135.99973],[-3417.433,-117.999725]],"_wlID":612,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[613,{"_wlLine":[[-3417.433,-117.999725],[-3400.7666,-117.999725]],"_wlID":613,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":68},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[614,{"_wlLine":[[-3384.0999,-117.999725],[-3384.0999,-135.99973]],"_wlID":614,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[615,{"_wlLine":[[-3384.0999,-135.99973],[-3400.7664,-135.99973]],"_wlID":615,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[616,{"_wlLine":[[-3400.7664,-135.99973],[-3400.7664,-117.999725]],"_wlID":616,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[617,{"_wlLine":[[-3400.7664,-117.999725],[-3384.0999,-117.999725]],"_wlID":617,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":69},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[618,{"_wlLine":[[-3451.433,-131.99973],[-3433.433,-131.99973]],"_wlID":618,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[619,{"_wlLine":[[-3433.433,-131.99973],[-3433.433,-141.99973]],"_wlID":619,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[620,{"_wlLine":[[-3433.433,-141.99973],[-3451.433,-141.99973]],"_wlID":620,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[621,{"_wlLine":[[-3451.433,-141.99973],[-3451.433,-131.99973]],"_wlID":621,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":70},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[622,{"_wlLine":[[-3451.433,-121.999725],[-3433.433,-121.999725]],"_wlID":622,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[623,{"_wlLine":[[-3433.433,-121.999725],[-3433.433,-131.99973]],"_wlID":623,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[624,{"_wlLine":[[-3433.433,-131.99973],[-3451.433,-131.99973]],"_wlID":624,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[625,{"_wlLine":[[-3451.433,-131.99973],[-3451.433,-121.999725]],"_wlID":625,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":71},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[626,{"_wlLine":[[-3313.0713,-294.17404],[-3331.0713,-294.17404]],"_wlID":626,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[627,{"_wlLine":[[-3331.0713,-294.17404],[-3331.0713,-284.17404]],"_wlID":627,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[628,{"_wlLine":[[-3331.0713,-284.17404],[-3313.0713,-284.17404]],"_wlID":628,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[629,{"_wlLine":[[-3313.0713,-284.17404],[-3313.0713,-294.17404]],"_wlID":629,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":72},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[630,{"_wlLine":[[-3313.0713,-304.17404],[-3331.0713,-304.17404]],"_wlID":630,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[631,{"_wlLine":[[-3331.0713,-304.17404],[-3331.0713,-294.17404]],"_wlID":631,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[632,{"_wlLine":[[-3331.0713,-294.17404],[-3313.0713,-294.17404]],"_wlID":632,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[633,{"_wlLine":[[-3313.0713,-294.17404],[-3313.0713,-304.17404]],"_wlID":633,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":73},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[634,{"_wlLine":[[-3363.738,-280.17404],[-3363.738,-298.17404]],"_wlID":634,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[635,{"_wlLine":[[-3363.738,-298.17404],[-3380.4045,-298.17404]],"_wlID":635,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[636,{"_wlLine":[[-3380.4045,-298.17404],[-3380.4045,-280.17404]],"_wlID":636,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[637,{"_wlLine":[[-3380.4045,-280.17404],[-3363.738,-280.17404]],"_wlID":637,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":74},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[638,{"_wlLine":[[-3347.0713,-280.17404],[-3347.0713,-298.17404]],"_wlID":638,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[639,{"_wlLine":[[-3347.0713,-298.17404],[-3363.7378,-298.17404]],"_wlID":639,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[640,{"_wlLine":[[-3363.7378,-298.17404],[-3363.7378,-280.17404]],"_wlID":640,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[641,{"_wlLine":[[-3363.7378,-280.17404],[-3347.0713,-280.17404]],"_wlID":641,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":75},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[642,{"_wlLine":[[-3330.4048,-280.17404],[-3330.4048,-298.17404]],"_wlID":642,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[643,{"_wlLine":[[-3330.4048,-298.17404],[-3347.0713,-298.17404]],"_wlID":643,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[644,{"_wlLine":[[-3347.0713,-298.17404],[-3347.0713,-280.17404]],"_wlID":644,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[645,{"_wlLine":[[-3347.0713,-280.17404],[-3330.4048,-280.17404]],"_wlID":645,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":76},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[646,{"_wlLine":[[-3313.738,-280.17404],[-3313.738,-298.17404]],"_wlID":646,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[647,{"_wlLine":[[-3313.738,-298.17404],[-3330.4045,-298.17404]],"_wlID":647,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[648,{"_wlLine":[[-3330.4045,-298.17404],[-3330.4045,-280.17404]],"_wlID":648,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[649,{"_wlLine":[[-3330.4045,-280.17404],[-3313.738,-280.17404]],"_wlID":649,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":77},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[650,{"_wlLine":[[-3381.0713,-294.17404],[-3363.0713,-294.17404]],"_wlID":650,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[651,{"_wlLine":[[-3363.0713,-294.17404],[-3363.0713,-304.17404]],"_wlID":651,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[652,{"_wlLine":[[-3363.0713,-304.17404],[-3381.0713,-304.17404]],"_wlID":652,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[653,{"_wlLine":[[-3381.0713,-304.17404],[-3381.0713,-294.17404]],"_wlID":653,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":78},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[654,{"_wlLine":[[-3381.0713,-284.17404],[-3363.0713,-284.17404]],"_wlID":654,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[655,{"_wlLine":[[-3363.0713,-284.17404],[-3363.0713,-294.17404]],"_wlID":655,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[656,{"_wlLine":[[-3363.0713,-294.17404],[-3381.0713,-294.17404]],"_wlID":656,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[657,{"_wlLine":[[-3381.0713,-294.17404],[-3381.0713,-284.17404]],"_wlID":657,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":79},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[658,{"_wlLine":[[-3344.3826,-521.79614],[-3362.3826,-521.79614]],"_wlID":658,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[659,{"_wlLine":[[-3362.3826,-521.79614],[-3362.3826,-511.79614]],"_wlID":659,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[660,{"_wlLine":[[-3362.3826,-511.79614],[-3344.3826,-511.79614]],"_wlID":660,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[661,{"_wlLine":[[-3344.3826,-511.79614],[-3344.3826,-521.79614]],"_wlID":661,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":80},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[662,{"_wlLine":[[-3344.3826,-531.79614],[-3362.3826,-531.79614]],"_wlID":662,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[663,{"_wlLine":[[-3362.3826,-531.79614],[-3362.3826,-521.79614]],"_wlID":663,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[664,{"_wlLine":[[-3362.3826,-521.79614],[-3344.3826,-521.79614]],"_wlID":664,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[665,{"_wlLine":[[-3344.3826,-521.79614],[-3344.3826,-531.79614]],"_wlID":665,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":81},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[666,{"_wlLine":[[-3395.0493,-507.79614],[-3395.0493,-525.79614]],"_wlID":666,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[667,{"_wlLine":[[-3395.0493,-525.79614],[-3411.7158,-525.79614]],"_wlID":667,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[668,{"_wlLine":[[-3411.7158,-525.79614],[-3411.7158,-507.79614]],"_wlID":668,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[669,{"_wlLine":[[-3411.7158,-507.79614],[-3395.0493,-507.79614]],"_wlID":669,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":82},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[670,{"_wlLine":[[-3378.3826,-507.79614],[-3378.3826,-525.79614]],"_wlID":670,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[671,{"_wlLine":[[-3378.3826,-525.79614],[-3395.049,-525.79614]],"_wlID":671,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[672,{"_wlLine":[[-3395.049,-525.79614],[-3395.049,-507.79614]],"_wlID":672,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[673,{"_wlLine":[[-3395.049,-507.79614],[-3378.3826,-507.79614]],"_wlID":673,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":83},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[674,{"_wlLine":[[-3361.716,-507.79614],[-3361.716,-525.79614]],"_wlID":674,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[675,{"_wlLine":[[-3361.716,-525.79614],[-3378.3826,-525.79614]],"_wlID":675,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[676,{"_wlLine":[[-3378.3826,-525.79614],[-3378.3826,-507.79614]],"_wlID":676,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[677,{"_wlLine":[[-3378.3826,-507.79614],[-3361.716,-507.79614]],"_wlID":677,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":84},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[678,{"_wlLine":[[-3345.0493,-507.79614],[-3345.0493,-525.79614]],"_wlID":678,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[679,{"_wlLine":[[-3345.0493,-525.79614],[-3361.7158,-525.79614]],"_wlID":679,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[680,{"_wlLine":[[-3361.7158,-525.79614],[-3361.7158,-507.79614]],"_wlID":680,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[681,{"_wlLine":[[-3361.7158,-507.79614],[-3345.0493,-507.79614]],"_wlID":681,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":85},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[682,{"_wlLine":[[-3340.213,-815.56287],[-3340.213,-833.56287]],"_wlID":682,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[683,{"_wlLine":[[-3340.213,-833.56287],[-3350.213,-833.56287]],"_wlID":683,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[684,{"_wlLine":[[-3350.213,-833.56287],[-3350.213,-815.56287]],"_wlID":684,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[685,{"_wlLine":[[-3350.213,-815.56287],[-3340.213,-815.56287]],"_wlID":685,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":86},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[686,{"_wlLine":[[-3330.213,-815.56274],[-3330.213,-833.56274]],"_wlID":686,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[687,{"_wlLine":[[-3330.213,-833.56274],[-3340.213,-833.56287]],"_wlID":687,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[688,{"_wlLine":[[-3340.213,-833.56287],[-3340.213,-815.56287]],"_wlID":688,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[689,{"_wlLine":[[-3340.213,-815.56287],[-3330.213,-815.56274]],"_wlID":689,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":87},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[690,{"_wlLine":[[-3354.213,-866.2295],[-3336.213,-866.2295]],"_wlID":690,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[691,{"_wlLine":[[-3336.213,-866.2295],[-3336.213,-882.8961]],"_wlID":691,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[692,{"_wlLine":[[-3336.213,-882.8961],[-3354.213,-882.8961]],"_wlID":692,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[693,{"_wlLine":[[-3354.213,-882.8961],[-3354.213,-866.2295]],"_wlID":693,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":88},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[694,{"_wlLine":[[-3354.213,-849.56287],[-3336.213,-849.56287]],"_wlID":694,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[695,{"_wlLine":[[-3336.213,-849.56287],[-3336.213,-866.2295]],"_wlID":695,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[696,{"_wlLine":[[-3336.213,-866.2295],[-3354.213,-866.2295]],"_wlID":696,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[697,{"_wlLine":[[-3354.213,-866.2295],[-3354.213,-849.56287]],"_wlID":697,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":89},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[698,{"_wlLine":[[-3354.213,-832.8962],[-3336.213,-832.8962]],"_wlID":698,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[699,{"_wlLine":[[-3336.213,-832.8962],[-3336.213,-849.5628]],"_wlID":699,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[700,{"_wlLine":[[-3336.213,-849.5628],[-3354.213,-849.5628]],"_wlID":700,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[701,{"_wlLine":[[-3354.213,-849.5628],[-3354.213,-832.8962]],"_wlID":701,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":90},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[702,{"_wlLine":[[-3354.213,-816.22955],[-3336.213,-816.22955]],"_wlID":702,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[703,{"_wlLine":[[-3336.213,-816.22955],[-3336.213,-832.8962]],"_wlID":703,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[704,{"_wlLine":[[-3336.213,-832.8962],[-3354.213,-832.8962]],"_wlID":704,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[705,{"_wlLine":[[-3354.213,-832.8962],[-3354.213,-816.22955]],"_wlID":705,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":91},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[706,{"_wlLine":[[-3340.213,-883.5628],[-3340.213,-865.5628]],"_wlID":706,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[707,{"_wlLine":[[-3340.213,-865.5628],[-3330.213,-865.5628]],"_wlID":707,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[708,{"_wlLine":[[-3330.213,-865.5628],[-3330.213,-883.5628]],"_wlID":708,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[709,{"_wlLine":[[-3330.213,-883.5628],[-3340.213,-883.5628]],"_wlID":709,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":92},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[710,{"_wlLine":[[-3350.213,-883.5628],[-3350.213,-865.5628]],"_wlID":710,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[711,{"_wlLine":[[-3350.213,-865.5628],[-3340.213,-865.5628]],"_wlID":711,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[712,{"_wlLine":[[-3340.213,-865.5628],[-3340.213,-883.5628]],"_wlID":712,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[713,{"_wlLine":[[-3340.213,-883.5628],[-3350.213,-883.5628]],"_wlID":713,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":93},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[714,{"_wlLine":[[-3236.1414,-731.0731],[-3236.1414,-749.0731]],"_wlID":714,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[715,{"_wlLine":[[-3236.1414,-749.0731],[-3246.1414,-749.07324]],"_wlID":715,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[716,{"_wlLine":[[-3246.1414,-749.07324],[-3246.1414,-731.07324]],"_wlID":716,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[717,{"_wlLine":[[-3246.1414,-731.07324],[-3236.1414,-731.0731]],"_wlID":717,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":94},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[718,{"_wlLine":[[-3226.1414,-731.0731],[-3226.1414,-749.0731]],"_wlID":718,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[719,{"_wlLine":[[-3226.1414,-749.0731],[-3236.1414,-749.0731]],"_wlID":719,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[720,{"_wlLine":[[-3236.1414,-749.0731],[-3236.1414,-731.0731]],"_wlID":720,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[721,{"_wlLine":[[-3236.1414,-731.0731],[-3226.1414,-731.0731]],"_wlID":721,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":95},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[722,{"_wlLine":[[-3250.141,-781.73987],[-3232.141,-781.7398]],"_wlID":722,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[723,{"_wlLine":[[-3232.141,-781.7398],[-3232.141,-798.4065]],"_wlID":723,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[724,{"_wlLine":[[-3232.141,-798.4065],[-3250.141,-798.40656]],"_wlID":724,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[725,{"_wlLine":[[-3250.141,-798.40656],[-3250.141,-781.73987]],"_wlID":725,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":96},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[726,{"_wlLine":[[-3250.141,-765.0732],[-3232.141,-765.0731]],"_wlID":726,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[727,{"_wlLine":[[-3232.141,-765.0731],[-3232.141,-781.7398]],"_wlID":727,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[728,{"_wlLine":[[-3232.141,-781.7398],[-3250.141,-781.73987]],"_wlID":728,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[729,{"_wlLine":[[-3250.141,-781.73987],[-3250.141,-765.0732]],"_wlID":729,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":97},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[730,{"_wlLine":[[-3250.1414,-748.40656],[-3232.1414,-748.4065]],"_wlID":730,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[731,{"_wlLine":[[-3232.1414,-748.4065],[-3232.1414,-765.0732]],"_wlID":731,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[732,{"_wlLine":[[-3232.1414,-765.0732],[-3250.1414,-765.07324]],"_wlID":732,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[733,{"_wlLine":[[-3250.1414,-765.07324],[-3250.1414,-748.40656]],"_wlID":733,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":98},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[734,{"_wlLine":[[-3250.1414,-731.73987],[-3232.1414,-731.7398]],"_wlID":734,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[735,{"_wlLine":[[-3232.1414,-731.7398],[-3232.1414,-748.4065]],"_wlID":735,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[736,{"_wlLine":[[-3232.1414,-748.4065],[-3250.1414,-748.40656]],"_wlID":736,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[737,{"_wlLine":[[-3250.1414,-748.40656],[-3250.1414,-731.73987]],"_wlID":737,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":99},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[738,{"_wlLine":[[-3236.141,-799.0732],[-3236.141,-781.0732]],"_wlID":738,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[739,{"_wlLine":[[-3236.141,-781.0732],[-3226.141,-781.0732]],"_wlID":739,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[740,{"_wlLine":[[-3226.141,-781.0732],[-3226.141,-799.0732]],"_wlID":740,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[741,{"_wlLine":[[-3226.141,-799.0732],[-3236.141,-799.0732]],"_wlID":741,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":100},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[742,{"_wlLine":[[-3246.141,-799.0732],[-3246.141,-781.0732]],"_wlID":742,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[743,{"_wlLine":[[-3246.141,-781.0732],[-3236.141,-781.0732]],"_wlID":743,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[744,{"_wlLine":[[-3236.141,-781.0732],[-3236.141,-799.0732]],"_wlID":744,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[745,{"_wlLine":[[-3236.141,-799.0732],[-3246.141,-799.0732]],"_wlID":745,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":101},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[746,{"_wlLine":[[-3250.8723,-635.8423],[-3250.8723,-653.8423]],"_wlID":746,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[747,{"_wlLine":[[-3250.8723,-653.8423],[-3260.8723,-653.8423]],"_wlID":747,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[748,{"_wlLine":[[-3260.8723,-653.8423],[-3260.8723,-635.8423]],"_wlID":748,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[749,{"_wlLine":[[-3260.8723,-635.8423],[-3250.8723,-635.8423]],"_wlID":749,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":102},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[750,{"_wlLine":[[-3240.8723,-635.8423],[-3240.8723,-653.8423]],"_wlID":750,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[751,{"_wlLine":[[-3240.8723,-653.8423],[-3250.8723,-653.8423]],"_wlID":751,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[752,{"_wlLine":[[-3250.8723,-653.8423],[-3250.8723,-635.8423]],"_wlID":752,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[753,{"_wlLine":[[-3250.8723,-635.8423],[-3240.8723,-635.8423]],"_wlID":753,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":103},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[754,{"_wlLine":[[-3264.8723,-686.509],[-3246.8723,-686.509]],"_wlID":754,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[755,{"_wlLine":[[-3246.8723,-686.509],[-3246.8723,-703.1756]],"_wlID":755,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[756,{"_wlLine":[[-3246.8723,-703.1756],[-3264.8723,-703.1756]],"_wlID":756,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[757,{"_wlLine":[[-3264.8723,-703.1756],[-3264.8723,-686.509]],"_wlID":757,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":104},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[758,{"_wlLine":[[-3264.8723,-669.8423],[-3246.8723,-669.8423]],"_wlID":758,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[759,{"_wlLine":[[-3246.8723,-669.8423],[-3246.8723,-686.5089]],"_wlID":759,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[760,{"_wlLine":[[-3246.8723,-686.5089],[-3264.8723,-686.5089]],"_wlID":760,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[761,{"_wlLine":[[-3264.8723,-686.5089],[-3264.8723,-669.8423]],"_wlID":761,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":105},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[762,{"_wlLine":[[-3264.8723,-653.17566],[-3246.8723,-653.17566]],"_wlID":762,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[763,{"_wlLine":[[-3246.8723,-653.17566],[-3246.8723,-669.8423]],"_wlID":763,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[764,{"_wlLine":[[-3246.8723,-669.8423],[-3264.8723,-669.8423]],"_wlID":764,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[765,{"_wlLine":[[-3264.8723,-669.8423],[-3264.8723,-653.17566]],"_wlID":765,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":106},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[766,{"_wlLine":[[-3264.8723,-636.509],[-3246.8723,-636.509]],"_wlID":766,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[767,{"_wlLine":[[-3246.8723,-636.509],[-3246.8723,-653.1756]],"_wlID":767,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[768,{"_wlLine":[[-3246.8723,-653.1756],[-3264.8723,-653.1756]],"_wlID":768,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[769,{"_wlLine":[[-3264.8723,-653.1756],[-3264.8723,-636.509]],"_wlID":769,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":107},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[770,{"_wlLine":[[-3250.8723,-703.8423],[-3250.8723,-685.8423]],"_wlID":770,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[771,{"_wlLine":[[-3250.8723,-685.8423],[-3240.8723,-685.8423]],"_wlID":771,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[772,{"_wlLine":[[-3240.8723,-685.8423],[-3240.8723,-703.8423]],"_wlID":772,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[773,{"_wlLine":[[-3240.8723,-703.8423],[-3250.8723,-703.8423]],"_wlID":773,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":108},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[774,{"_wlLine":[[-3260.8723,-703.8423],[-3260.8723,-685.8423]],"_wlID":774,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[775,{"_wlLine":[[-3260.8723,-685.8423],[-3250.8723,-685.8423]],"_wlID":775,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[776,{"_wlLine":[[-3250.8723,-685.8423],[-3250.8723,-703.8423]],"_wlID":776,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[777,{"_wlLine":[[-3250.8723,-703.8423],[-3260.8723,-703.8423]],"_wlID":777,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":109},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[778,{"_wlLine":[[-2960.3962,-758.27844],[-2960.3962,-776.27844]],"_wlID":778,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[779,{"_wlLine":[[-2960.3962,-776.27844],[-2970.3962,-776.27844]],"_wlID":779,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[780,{"_wlLine":[[-2970.3962,-776.27844],[-2970.3962,-758.27844]],"_wlID":780,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[781,{"_wlLine":[[-2970.3962,-758.27844],[-2960.3962,-758.27844]],"_wlID":781,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":110},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[782,{"_wlLine":[[-2950.3962,-758.27844],[-2950.3962,-776.27844]],"_wlID":782,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[783,{"_wlLine":[[-2950.3962,-776.27844],[-2960.3962,-776.27844]],"_wlID":783,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[784,{"_wlLine":[[-2960.3962,-776.27844],[-2960.3962,-758.27844]],"_wlID":784,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[785,{"_wlLine":[[-2960.3962,-758.27844],[-2950.3962,-758.27844]],"_wlID":785,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":111},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[786,{"_wlLine":[[-2974.3962,-808.9451],[-2956.3962,-808.9451]],"_wlID":786,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[787,{"_wlLine":[[-2956.3962,-808.9451],[-2956.3962,-825.61176]],"_wlID":787,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[788,{"_wlLine":[[-2956.3962,-825.61176],[-2974.3962,-825.61176]],"_wlID":788,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[789,{"_wlLine":[[-2974.3962,-825.61176],[-2974.3962,-808.9451]],"_wlID":789,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":112},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[790,{"_wlLine":[[-2974.3962,-792.27844],[-2956.3962,-792.27844]],"_wlID":790,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[791,{"_wlLine":[[-2956.3962,-792.27844],[-2956.3962,-808.94507]],"_wlID":791,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[792,{"_wlLine":[[-2956.3962,-808.94507],[-2974.3962,-808.94507]],"_wlID":792,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[793,{"_wlLine":[[-2974.3962,-808.94507],[-2974.3962,-792.27844]],"_wlID":793,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":113},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[794,{"_wlLine":[[-2974.3962,-775.6118],[-2956.3962,-775.6118]],"_wlID":794,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[795,{"_wlLine":[[-2956.3962,-775.6118],[-2956.3962,-792.27844]],"_wlID":795,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[796,{"_wlLine":[[-2956.3962,-792.27844],[-2974.3962,-792.27844]],"_wlID":796,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[797,{"_wlLine":[[-2974.3962,-792.27844],[-2974.3962,-775.6118]],"_wlID":797,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":114},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[798,{"_wlLine":[[-2974.3962,-758.9451],[-2956.3962,-758.9451]],"_wlID":798,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[799,{"_wlLine":[[-2956.3962,-758.9451],[-2956.3962,-775.61176]],"_wlID":799,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[800,{"_wlLine":[[-2956.3962,-775.61176],[-2974.3962,-775.61176]],"_wlID":800,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[801,{"_wlLine":[[-2974.3962,-775.61176],[-2974.3962,-758.9451]],"_wlID":801,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":115},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[802,{"_wlLine":[[-2767.5396,-750.8854],[-2785.5396,-750.8854]],"_wlID":802,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[803,{"_wlLine":[[-2785.5396,-750.8854],[-2785.5396,-740.8854]],"_wlID":803,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[804,{"_wlLine":[[-2785.5396,-740.8854],[-2767.5396,-740.8854]],"_wlID":804,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[805,{"_wlLine":[[-2767.5396,-740.8854],[-2767.5396,-750.8854]],"_wlID":805,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":116},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[806,{"_wlLine":[[-2767.5396,-760.8854],[-2785.5396,-760.8854]],"_wlID":806,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[807,{"_wlLine":[[-2785.5396,-760.8854],[-2785.5396,-750.8854]],"_wlID":807,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[808,{"_wlLine":[[-2785.5396,-750.8854],[-2767.5396,-750.8854]],"_wlID":808,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[809,{"_wlLine":[[-2767.5396,-750.8854],[-2767.5396,-760.8854]],"_wlID":809,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":117},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[810,{"_wlLine":[[-2818.2063,-736.8854],[-2818.2063,-754.8854]],"_wlID":810,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[811,{"_wlLine":[[-2818.2063,-754.8854],[-2834.8728,-754.8854]],"_wlID":811,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[812,{"_wlLine":[[-2834.8728,-754.8854],[-2834.8728,-736.8854]],"_wlID":812,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[813,{"_wlLine":[[-2834.8728,-736.8854],[-2818.2063,-736.8854]],"_wlID":813,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":118},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[814,{"_wlLine":[[-2801.5396,-736.8854],[-2801.5396,-754.8854]],"_wlID":814,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[815,{"_wlLine":[[-2801.5396,-754.8854],[-2818.206,-754.8854]],"_wlID":815,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[816,{"_wlLine":[[-2818.206,-754.8854],[-2818.206,-736.8854]],"_wlID":816,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[817,{"_wlLine":[[-2818.206,-736.8854],[-2801.5396,-736.8854]],"_wlID":817,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":119},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[818,{"_wlLine":[[-2784.873,-736.8854],[-2784.873,-754.8854]],"_wlID":818,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[819,{"_wlLine":[[-2784.873,-754.8854],[-2801.5396,-754.8854]],"_wlID":819,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[820,{"_wlLine":[[-2801.5396,-754.8854],[-2801.5396,-736.8854]],"_wlID":820,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[821,{"_wlLine":[[-2801.5396,-736.8854],[-2784.873,-736.8854]],"_wlID":821,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":120},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[822,{"_wlLine":[[-2768.2063,-736.8854],[-2768.2063,-754.8854]],"_wlID":822,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[823,{"_wlLine":[[-2768.2063,-754.8854],[-2784.8728,-754.8854]],"_wlID":823,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[824,{"_wlLine":[[-2784.8728,-754.8854],[-2784.8728,-736.8854]],"_wlID":824,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[825,{"_wlLine":[[-2784.8728,-736.8854],[-2768.2063,-736.8854]],"_wlID":825,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":121},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[826,{"_wlLine":[[-2835.5396,-750.8854],[-2817.5396,-750.8854]],"_wlID":826,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[827,{"_wlLine":[[-2817.5396,-750.8854],[-2817.5396,-760.8854]],"_wlID":827,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[828,{"_wlLine":[[-2817.5396,-760.8854],[-2835.5396,-760.8854]],"_wlID":828,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[829,{"_wlLine":[[-2835.5396,-760.8854],[-2835.5396,-750.8854]],"_wlID":829,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":122},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[830,{"_wlLine":[[-2835.5396,-740.8854],[-2817.5396,-740.8854]],"_wlID":830,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[831,{"_wlLine":[[-2817.5396,-740.8854],[-2817.5396,-750.8854]],"_wlID":831,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[832,{"_wlLine":[[-2817.5396,-750.8854],[-2835.5396,-750.8854]],"_wlID":832,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[833,{"_wlLine":[[-2835.5396,-750.8854],[-2835.5396,-740.8854]],"_wlID":833,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":123},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[834,{"_wlLine":[[-2654.79,-854.2307],[-2672.79,-854.2307]],"_wlID":834,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[835,{"_wlLine":[[-2672.79,-854.2307],[-2672.79,-844.2307]],"_wlID":835,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[836,{"_wlLine":[[-2672.79,-844.2307],[-2654.79,-844.2307]],"_wlID":836,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[837,{"_wlLine":[[-2654.79,-844.2307],[-2654.79,-854.2307]],"_wlID":837,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":124},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[838,{"_wlLine":[[-2654.79,-864.2307],[-2672.79,-864.2307]],"_wlID":838,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[839,{"_wlLine":[[-2672.79,-864.2307],[-2672.79,-854.2307]],"_wlID":839,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[840,{"_wlLine":[[-2672.79,-854.2307],[-2654.79,-854.2307]],"_wlID":840,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[841,{"_wlLine":[[-2654.79,-854.2307],[-2654.79,-864.2307]],"_wlID":841,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":125},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[842,{"_wlLine":[[-2705.4568,-840.2307],[-2705.4568,-858.2307]],"_wlID":842,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[843,{"_wlLine":[[-2705.4568,-858.2307],[-2722.1233,-858.2307]],"_wlID":843,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[844,{"_wlLine":[[-2722.1233,-858.2307],[-2722.1233,-840.2307]],"_wlID":844,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[845,{"_wlLine":[[-2722.1233,-840.2307],[-2705.4568,-840.2307]],"_wlID":845,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":126},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[846,{"_wlLine":[[-2688.79,-840.2307],[-2688.79,-858.2307]],"_wlID":846,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[847,{"_wlLine":[[-2688.79,-858.2307],[-2705.4565,-858.2307]],"_wlID":847,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[848,{"_wlLine":[[-2705.4565,-858.2307],[-2705.4565,-840.2307]],"_wlID":848,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[849,{"_wlLine":[[-2705.4565,-840.2307],[-2688.79,-840.2307]],"_wlID":849,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":127},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[850,{"_wlLine":[[-2672.1235,-840.2307],[-2672.1235,-858.2307]],"_wlID":850,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[851,{"_wlLine":[[-2672.1235,-858.2307],[-2688.79,-858.2307]],"_wlID":851,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[852,{"_wlLine":[[-2688.79,-858.2307],[-2688.79,-840.2307]],"_wlID":852,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[853,{"_wlLine":[[-2688.79,-840.2307],[-2672.1235,-840.2307]],"_wlID":853,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":128},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[854,{"_wlLine":[[-2655.4568,-840.2307],[-2655.4568,-858.2307]],"_wlID":854,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[855,{"_wlLine":[[-2655.4568,-858.2307],[-2672.1233,-858.2307]],"_wlID":855,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[856,{"_wlLine":[[-2672.1233,-858.2307],[-2672.1233,-840.2307]],"_wlID":856,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[857,{"_wlLine":[[-2672.1233,-840.2307],[-2655.4568,-840.2307]],"_wlID":857,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":129},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[858,{"_wlLine":[[-2722.79,-854.2307],[-2704.79,-854.2307]],"_wlID":858,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[859,{"_wlLine":[[-2704.79,-854.2307],[-2704.79,-864.2307]],"_wlID":859,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[860,{"_wlLine":[[-2704.79,-864.2307],[-2722.79,-864.2307]],"_wlID":860,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[861,{"_wlLine":[[-2722.79,-864.2307],[-2722.79,-854.2307]],"_wlID":861,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":130},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[862,{"_wlLine":[[-2722.79,-844.2307],[-2704.79,-844.2307]],"_wlID":862,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[863,{"_wlLine":[[-2704.79,-844.2307],[-2704.79,-854.2307]],"_wlID":863,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[864,{"_wlLine":[[-2704.79,-854.2307],[-2722.79,-854.2307]],"_wlID":864,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[865,{"_wlLine":[[-2722.79,-854.2307],[-2722.79,-844.2307]],"_wlID":865,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":131},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[866,{"_wlLine":[[-2558.8833,-897.9883],[-2576.8833,-897.9883]],"_wlID":866,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[867,{"_wlLine":[[-2576.8833,-897.9883],[-2576.8833,-887.9883]],"_wlID":867,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[868,{"_wlLine":[[-2576.8833,-887.9883],[-2558.8833,-887.9883]],"_wlID":868,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[869,{"_wlLine":[[-2558.8833,-887.9883],[-2558.8833,-897.9883]],"_wlID":869,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":132},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[870,{"_wlLine":[[-2558.8833,-907.9883],[-2576.8833,-907.9883]],"_wlID":870,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[871,{"_wlLine":[[-2576.8833,-907.9883],[-2576.8833,-897.9883]],"_wlID":871,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[872,{"_wlLine":[[-2576.8833,-897.9883],[-2558.8833,-897.9883]],"_wlID":872,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[873,{"_wlLine":[[-2558.8833,-897.9883],[-2558.8833,-907.9883]],"_wlID":873,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":133},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[874,{"_wlLine":[[-2609.55,-883.9883],[-2609.55,-901.9883]],"_wlID":874,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[875,{"_wlLine":[[-2609.55,-901.9883],[-2626.2166,-901.9883]],"_wlID":875,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[876,{"_wlLine":[[-2626.2166,-901.9883],[-2626.2166,-883.9883]],"_wlID":876,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[877,{"_wlLine":[[-2626.2166,-883.9883],[-2609.55,-883.9883]],"_wlID":877,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":134},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[878,{"_wlLine":[[-2592.8833,-883.9883],[-2592.8833,-901.9883]],"_wlID":878,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[879,{"_wlLine":[[-2592.8833,-901.9883],[-2609.5498,-901.9883]],"_wlID":879,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[880,{"_wlLine":[[-2609.5498,-901.9883],[-2609.5498,-883.9883]],"_wlID":880,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[881,{"_wlLine":[[-2609.5498,-883.9883],[-2592.8833,-883.9883]],"_wlID":881,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":135},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[882,{"_wlLine":[[-2576.2168,-883.9883],[-2576.2168,-901.9883]],"_wlID":882,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[883,{"_wlLine":[[-2576.2168,-901.9883],[-2592.8833,-901.9883]],"_wlID":883,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[884,{"_wlLine":[[-2592.8833,-901.9883],[-2592.8833,-883.9883]],"_wlID":884,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[885,{"_wlLine":[[-2592.8833,-883.9883],[-2576.2168,-883.9883]],"_wlID":885,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":136},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[886,{"_wlLine":[[-2559.55,-883.9883],[-2559.55,-901.9883]],"_wlID":886,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[887,{"_wlLine":[[-2559.55,-901.9883],[-2576.2166,-901.9883]],"_wlID":887,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[888,{"_wlLine":[[-2576.2166,-901.9883],[-2576.2166,-883.9883]],"_wlID":888,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[889,{"_wlLine":[[-2576.2166,-883.9883],[-2559.55,-883.9883]],"_wlID":889,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":137},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[890,{"_wlLine":[[-2626.8833,-897.9883],[-2608.8833,-897.9883]],"_wlID":890,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[891,{"_wlLine":[[-2608.8833,-897.9883],[-2608.8833,-907.9883]],"_wlID":891,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[892,{"_wlLine":[[-2608.8833,-907.9883],[-2626.8833,-907.9883]],"_wlID":892,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[893,{"_wlLine":[[-2626.8833,-907.9883],[-2626.8833,-897.9883]],"_wlID":893,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":138},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[894,{"_wlLine":[[-2626.8833,-887.9883],[-2608.8833,-887.9883]],"_wlID":894,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[895,{"_wlLine":[[-2608.8833,-887.9883],[-2608.8833,-897.9883]],"_wlID":895,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[896,{"_wlLine":[[-2608.8833,-897.9883],[-2626.8833,-897.9883]],"_wlID":896,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[897,{"_wlLine":[[-2626.8833,-897.9883],[-2626.8833,-887.9883]],"_wlID":897,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":139},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[898,{"_wlLine":[[-2714.245,-1128.5494],[-2732.245,-1128.5494]],"_wlID":898,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[899,{"_wlLine":[[-2732.245,-1128.5494],[-2732.245,-1118.5494]],"_wlID":899,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[900,{"_wlLine":[[-2732.245,-1118.5494],[-2714.245,-1118.5494]],"_wlID":900,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[901,{"_wlLine":[[-2714.245,-1118.5494],[-2714.245,-1128.5494]],"_wlID":901,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":140},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[902,{"_wlLine":[[-2714.245,-1138.5494],[-2732.245,-1138.5494]],"_wlID":902,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[903,{"_wlLine":[[-2732.245,-1138.5494],[-2732.245,-1128.5494]],"_wlID":903,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[904,{"_wlLine":[[-2732.245,-1128.5494],[-2714.245,-1128.5494]],"_wlID":904,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[905,{"_wlLine":[[-2714.245,-1128.5494],[-2714.245,-1138.5494]],"_wlID":905,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":141},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[906,{"_wlLine":[[-2764.9119,-1114.5494],[-2764.9119,-1132.5494]],"_wlID":906,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[907,{"_wlLine":[[-2764.9119,-1132.5494],[-2781.5784,-1132.5494]],"_wlID":907,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[908,{"_wlLine":[[-2781.5784,-1132.5494],[-2781.5784,-1114.5494]],"_wlID":908,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[909,{"_wlLine":[[-2781.5784,-1114.5494],[-2764.9119,-1114.5494]],"_wlID":909,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":142},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[910,{"_wlLine":[[-2748.245,-1114.5494],[-2748.245,-1132.5494]],"_wlID":910,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[911,{"_wlLine":[[-2748.245,-1132.5494],[-2764.9116,-1132.5494]],"_wlID":911,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[912,{"_wlLine":[[-2764.9116,-1132.5494],[-2764.9116,-1114.5494]],"_wlID":912,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[913,{"_wlLine":[[-2764.9116,-1114.5494],[-2748.245,-1114.5494]],"_wlID":913,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":143},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[914,{"_wlLine":[[-2731.5786,-1114.5494],[-2731.5786,-1132.5494]],"_wlID":914,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[915,{"_wlLine":[[-2731.5786,-1132.5494],[-2748.245,-1132.5494]],"_wlID":915,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[916,{"_wlLine":[[-2748.245,-1132.5494],[-2748.245,-1114.5494]],"_wlID":916,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[917,{"_wlLine":[[-2748.245,-1114.5494],[-2731.5786,-1114.5494]],"_wlID":917,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":144},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[918,{"_wlLine":[[-2714.9119,-1114.5494],[-2714.9119,-1132.5494]],"_wlID":918,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[919,{"_wlLine":[[-2714.9119,-1132.5494],[-2731.5784,-1132.5494]],"_wlID":919,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[920,{"_wlLine":[[-2731.5784,-1132.5494],[-2731.5784,-1114.5494]],"_wlID":920,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[921,{"_wlLine":[[-2731.5784,-1114.5494],[-2714.9119,-1114.5494]],"_wlID":921,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":145},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[922,{"_wlLine":[[-2496.7756,-1234.6925],[-2512.364,-1225.6925]],"_wlID":922,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[923,{"_wlLine":[[-2512.364,-1225.6925],[-2502.364,-1208.3721]],"_wlID":923,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[924,{"_wlLine":[[-2502.364,-1208.3721],[-2486.7756,-1217.3721]],"_wlID":924,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[925,{"_wlLine":[[-2486.7756,-1217.3721],[-2496.7756,-1234.6925]],"_wlID":925,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":14},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[926,{"_wlLine":[[-2492.364,-1191.0515],[-2476.7756,-1200.0515]],"_wlID":926,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[927,{"_wlLine":[[-2476.7756,-1200.0515],[-2486.7756,-1217.3721]],"_wlID":927,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[928,{"_wlLine":[[-2486.7756,-1217.3721],[-2502.364,-1208.3721]],"_wlID":928,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[929,{"_wlLine":[[-2502.364,-1208.3721],[-2492.364,-1191.0515]],"_wlID":929,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":15},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[930,{"_wlLine":[[-2470.7947,-1249.6924],[-2486.383,-1240.6924]],"_wlID":930,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[931,{"_wlLine":[[-2486.383,-1240.6924],[-2476.383,-1223.372]],"_wlID":931,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[932,{"_wlLine":[[-2476.383,-1223.372],[-2460.7947,-1232.372]],"_wlID":932,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[933,{"_wlLine":[[-2460.7947,-1232.372],[-2470.7947,-1249.6924]],"_wlID":933,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":16},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[934,{"_wlLine":[[-2466.383,-1206.0514],[-2450.7947,-1215.0514]],"_wlID":934,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[935,{"_wlLine":[[-2450.7947,-1215.0514],[-2460.7947,-1232.372]],"_wlID":935,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[936,{"_wlLine":[[-2460.7947,-1232.372],[-2476.383,-1223.372]],"_wlID":936,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[937,{"_wlLine":[[-2476.383,-1223.372],[-2466.383,-1206.0514]],"_wlID":937,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":17},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[938,{"_wlLine":[[-2379.6655,-1313.8524],[-2369.6655,-1296.5319]],"_wlID":938,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[939,{"_wlLine":[[-2293.063,-1363.852],[-2379.6655,-1313.8524]],"_wlID":939,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[940,{"_wlLine":[[-2283.063,-1346.5315],[-2293.063,-1363.852]],"_wlID":940,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[941,{"_wlLine":[[-2369.6655,-1296.5319],[-2283.063,-1346.5315]],"_wlID":941,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[942,{"_wlLine":[[-2367.1655,-1292.2017],[-2357.1655,-1274.8812]],"_wlID":942,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[943,{"_wlLine":[[-2280.563,-1342.2014],[-2367.1655,-1292.2017]],"_wlID":943,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[944,{"_wlLine":[[-2270.563,-1324.8809],[-2280.563,-1342.2014]],"_wlID":944,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[945,{"_wlLine":[[-2357.1655,-1274.8812],[-2270.563,-1324.8809]],"_wlID":945,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[946,{"_wlLine":[[-2354.6655,-1270.551],[-2344.6655,-1253.2305]],"_wlID":946,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[947,{"_wlLine":[[-2268.063,-1320.5508],[-2354.6655,-1270.551]],"_wlID":947,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[948,{"_wlLine":[[-2258.063,-1303.2302],[-2268.063,-1320.5508]],"_wlID":948,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[949,{"_wlLine":[[-2344.6655,-1253.2305],[-2258.063,-1303.2302]],"_wlID":949,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[950,{"_wlLine":[[-2342.1655,-1248.9004],[-2332.1658,-1231.5798]],"_wlID":950,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[951,{"_wlLine":[[-2255.563,-1298.9001],[-2342.1655,-1248.9004]],"_wlID":951,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[952,{"_wlLine":[[-2245.563,-1281.5796],[-2255.563,-1298.9001]],"_wlID":952,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[953,{"_wlLine":[[-2332.1658,-1231.5798],[-2245.563,-1281.5796]],"_wlID":953,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[954,{"_wlLine":[[-1175.7086,-1968.5378],[-1154.058,-1981.0377]],"_wlID":954,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[955,{"_wlLine":[[-1188.2086,-1990.1885],[-1175.7086,-1968.5378]],"_wlID":955,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[956,{"_wlLine":[[-1166.5579,-2002.6885],[-1188.2086,-1990.1885]],"_wlID":956,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[957,{"_wlLine":[[-1154.058,-1981.0377],[-1166.5579,-2002.6885]],"_wlID":957,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[958,{"_wlLine":[[-1150.7087,-1925.2365],[-1129.0581,-1937.7365]],"_wlID":958,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[959,{"_wlLine":[[-1163.2087,-1946.8871],[-1150.7087,-1925.2365]],"_wlID":959,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[960,{"_wlLine":[[-1141.5581,-1959.3871],[-1163.2087,-1946.8871]],"_wlID":960,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[961,{"_wlLine":[[-1129.0581,-1937.7365],[-1141.5581,-1959.3871]],"_wlID":961,"_wlColor":[0.0,1.0,0.5,0.5],"_wlOpacity":{"tag":"SeeThrough"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"StandaloneWall"},"_wlHeight":100.0,"_wlMaterial":"Crystal"}],[962,{"_wlLine":[[-1056.4362,-1951.9518],[-1065.4362,-1967.5402]],"_wlID":962,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[963,{"_wlLine":[[-1065.4362,-1967.5402],[-1082.7567,-1957.5402]],"_wlID":963,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[964,{"_wlLine":[[-1082.7567,-1957.5402],[-1073.7567,-1941.9518]],"_wlID":964,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[965,{"_wlLine":[[-1073.7567,-1941.9518],[-1056.4362,-1951.9518]],"_wlID":965,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":18},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[966,{"_wlLine":[[-1100.0771,-1947.5402],[-1091.0771,-1931.9518]],"_wlID":966,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[967,{"_wlLine":[[-1091.0771,-1931.9518],[-1073.7567,-1941.9518]],"_wlID":967,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[968,{"_wlLine":[[-1073.7567,-1941.9518],[-1082.7567,-1957.5402]],"_wlID":968,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[969,{"_wlLine":[[-1082.7567,-1957.5402],[-1100.0771,-1947.5402]],"_wlID":969,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":19},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[970,{"_wlLine":[[-1011.4362,-1874.0095],[-1020.4362,-1889.5979]],"_wlID":970,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[971,{"_wlLine":[[-1020.4362,-1889.5979],[-1037.7567,-1879.5979]],"_wlID":971,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[972,{"_wlLine":[[-1037.7567,-1879.5979],[-1028.7567,-1864.0095]],"_wlID":972,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[973,{"_wlLine":[[-1028.7567,-1864.0095],[-1011.4362,-1874.0095]],"_wlID":973,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":20},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[974,{"_wlLine":[[-1055.0773,-1869.5979],[-1046.0773,-1854.0095]],"_wlID":974,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[975,{"_wlLine":[[-1046.0773,-1854.0095],[-1028.7567,-1864.0095]],"_wlID":975,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[976,{"_wlLine":[[-1028.7567,-1864.0095],[-1037.7567,-1879.5979]],"_wlID":976,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[977,{"_wlLine":[[-1037.7567,-1879.5979],[-1055.0773,-1869.5979]],"_wlID":977,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":21},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[978,{"_wlLine":[[-888.2057,-1870.2097],[-868.20575,-1835.5686]],"_wlID":978,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[979,{"_wlLine":[[-868.20575,-1835.5686],[-902.8468,-1815.5686]],"_wlID":979,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[980,{"_wlLine":[[-902.8468,-1815.5686],[-922.84674,-1850.2097]],"_wlID":980,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[981,{"_wlLine":[[-922.84674,-1850.2097],[-888.2057,-1870.2097]],"_wlID":981,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":146},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[982,{"_wlLine":[[-827.68726,-1905.1499],[-807.6873,-1870.5088]],"_wlID":982,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[983,{"_wlLine":[[-807.6873,-1870.5088],[-842.32837,-1850.5088]],"_wlID":983,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[984,{"_wlLine":[[-842.32837,-1850.5088],[-862.3283,-1885.1499]],"_wlID":984,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[985,{"_wlLine":[[-862.3283,-1885.1499],[-827.68726,-1905.1499]],"_wlID":985,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":147},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[986,{"_wlLine":[[-948.7241,-1835.2693],[-928.7242,-1800.6283]],"_wlID":986,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[987,{"_wlLine":[[-928.7242,-1800.6283],[-963.36523,-1780.6284]],"_wlID":987,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[988,{"_wlLine":[[-963.36523,-1780.6284],[-983.3652,-1815.2694]],"_wlID":988,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[989,{"_wlLine":[[-983.3652,-1815.2694],[-948.7241,-1835.2693]],"_wlID":989,"_wlColor":[0.8333333,0.41666666,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":148},"_wlHeight":31.0,"_wlMaterial":"Metal"}],[990,{"_wlLine":[[-792.201,-2039.0594],[-801.2011,-2023.4711]],"_wlID":990,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[991,{"_wlLine":[[-801.2011,-2023.4711],[-783.8807,-2013.471]],"_wlID":991,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[992,{"_wlLine":[[-783.8807,-2013.471],[-774.88055,-2029.0593]],"_wlID":992,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[993,{"_wlLine":[[-774.88055,-2029.0593],[-792.201,-2039.0594]],"_wlID":993,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":22},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[994,{"_wlLine":[[-766.5601,-2003.471],[-757.5601,-2019.0593]],"_wlID":994,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[995,{"_wlLine":[[-757.5601,-2019.0593],[-774.8806,-2029.0593]],"_wlID":995,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[996,{"_wlLine":[[-774.8806,-2029.0593],[-783.8806,-2013.471]],"_wlID":996,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[997,{"_wlLine":[[-783.8806,-2013.471],[-766.5601,-2003.471]],"_wlID":997,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":23},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[998,{"_wlLine":[[-777.201,-2065.04],[-786.201,-2049.4517]],"_wlID":998,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[999,{"_wlLine":[[-786.201,-2049.4517],[-768.8805,-2039.4517]],"_wlID":999,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1000,{"_wlLine":[[-768.8805,-2039.4517],[-759.8805,-2055.04]],"_wlID":1000,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1001,{"_wlLine":[[-759.8805,-2055.04],[-777.201,-2065.04]],"_wlID":1001,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":24},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1002,{"_wlLine":[[-751.56006,-2029.4517],[-742.56006,-2045.04]],"_wlID":1002,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1003,{"_wlLine":[[-742.56006,-2045.04],[-759.8805,-2055.04]],"_wlID":1003,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1004,{"_wlLine":[[-759.8805,-2055.04],[-768.8805,-2039.4517]],"_wlID":1004,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1005,{"_wlLine":[[-768.8805,-2039.4517],[-751.56006,-2029.4517]],"_wlID":1005,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":25},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1006,{"_wlLine":[[-385.929,-2134.742],[-401.51743,-2143.742]],"_wlID":1006,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1007,{"_wlLine":[[-401.51743,-2143.742],[-411.51746,-2126.4214]],"_wlID":1007,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1008,{"_wlLine":[[-411.51746,-2126.4214],[-395.92902,-2117.4214]],"_wlID":1008,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1009,{"_wlLine":[[-395.92902,-2117.4214],[-385.929,-2134.742]],"_wlID":1009,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":26},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1010,{"_wlLine":[[-421.51746,-2109.101],[-405.92908,-2100.101]],"_wlID":1010,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1011,{"_wlLine":[[-405.92908,-2100.101],[-395.92905,-2117.4214]],"_wlID":1011,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1012,{"_wlLine":[[-395.92905,-2117.4214],[-411.51743,-2126.4214]],"_wlID":1012,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1013,{"_wlLine":[[-411.51743,-2126.4214],[-421.51746,-2109.101]],"_wlID":1013,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":27},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1014,{"_wlLine":[[-306.73285,-2134.4214],[-324.73285,-2134.4214]],"_wlID":1014,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1015,{"_wlLine":[[-324.73285,-2134.4214],[-324.73285,-2114.4214]],"_wlID":1015,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1016,{"_wlLine":[[-324.73285,-2114.4214],[-306.73285,-2114.4214]],"_wlID":1016,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1017,{"_wlLine":[[-306.73285,-2114.4214],[-306.73285,-2134.4214]],"_wlID":1017,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":28},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1018,{"_wlLine":[[-324.73288,-2094.4214],[-306.73288,-2094.4214]],"_wlID":1018,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1019,{"_wlLine":[[-306.73288,-2094.4214],[-306.73285,-2114.4214]],"_wlID":1019,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1020,{"_wlLine":[[-306.73285,-2114.4214],[-324.73285,-2114.4214]],"_wlID":1020,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1021,{"_wlLine":[[-324.73285,-2114.4214],[-324.73288,-2094.4214]],"_wlID":1021,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":29},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1022,{"_wlLine":[[-363.4795,-1695.1013],[-347.89105,-1704.1013]],"_wlID":1022,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1023,{"_wlLine":[[-347.89105,-1704.1013],[-357.89105,-1721.4219]],"_wlID":1023,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1024,{"_wlLine":[[-357.89105,-1721.4219],[-373.4795,-1712.4219]],"_wlID":1024,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1025,{"_wlLine":[[-373.4795,-1712.4219],[-363.4795,-1695.1013]],"_wlID":1025,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":30},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1026,{"_wlLine":[[-367.89105,-1738.7423],[-383.4795,-1729.7423]],"_wlID":1026,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1027,{"_wlLine":[[-383.4795,-1729.7423],[-373.4795,-1712.4219]],"_wlID":1027,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1028,{"_wlLine":[[-373.4795,-1712.4219],[-357.89105,-1721.4219]],"_wlID":1028,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1029,{"_wlLine":[[-357.89105,-1721.4219],[-367.89105,-1738.7423]],"_wlID":1029,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":31},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1030,{"_wlLine":[[-389.46027,-1680.1013],[-373.87183,-1689.1013]],"_wlID":1030,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1031,{"_wlLine":[[-373.87183,-1689.1013],[-383.87183,-1706.4219]],"_wlID":1031,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1032,{"_wlLine":[[-383.87183,-1706.4219],[-399.46027,-1697.4219]],"_wlID":1032,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1033,{"_wlLine":[[-399.46027,-1697.4219],[-389.46027,-1680.1013]],"_wlID":1033,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":32},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1034,{"_wlLine":[[-393.87183,-1723.7423],[-409.46027,-1714.7423]],"_wlID":1034,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1035,{"_wlLine":[[-409.46027,-1714.7423],[-399.46027,-1697.4219]],"_wlID":1035,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1036,{"_wlLine":[[-399.46027,-1697.4219],[-383.87183,-1706.4219]],"_wlID":1036,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1037,{"_wlLine":[[-383.87183,-1706.4219],[-393.87183,-1723.7423]],"_wlID":1037,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":33},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1038,{"_wlLine":[[-474.5219,-1395.4325],[-483.5219,-1411.0209]],"_wlID":1038,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1039,{"_wlLine":[[-483.5219,-1411.0209],[-500.8424,-1401.0209]],"_wlID":1039,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1040,{"_wlLine":[[-500.8424,-1401.0209],[-491.8424,-1385.4325]],"_wlID":1040,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1041,{"_wlLine":[[-491.8424,-1385.4325],[-474.5219,-1395.4325]],"_wlID":1041,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":34},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1042,{"_wlLine":[[-518.1629,-1391.0209],[-509.1629,-1375.4325]],"_wlID":1042,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1043,{"_wlLine":[[-509.1629,-1375.4325],[-491.8424,-1385.4325]],"_wlID":1043,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1044,{"_wlLine":[[-491.8424,-1385.4325],[-500.8424,-1401.0209]],"_wlID":1044,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1045,{"_wlLine":[[-500.8424,-1401.0209],[-518.1629,-1391.0209]],"_wlID":1045,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":35},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1046,{"_wlLine":[[-406.09628,-1355.5566],[-421.68472,-1364.5566]],"_wlID":1046,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1047,{"_wlLine":[[-421.68472,-1364.5566],[-431.68472,-1347.2361]],"_wlID":1047,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1048,{"_wlLine":[[-431.68472,-1347.2361],[-416.09628,-1338.2361]],"_wlID":1048,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1049,{"_wlLine":[[-416.09628,-1338.2361],[-406.09628,-1355.5566]],"_wlID":1049,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":36},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1050,{"_wlLine":[[-441.68472,-1329.9156],[-426.09628,-1320.9156]],"_wlID":1050,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1051,{"_wlLine":[[-426.09628,-1320.9156],[-416.09628,-1338.2361]],"_wlID":1051,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1052,{"_wlLine":[[-416.09628,-1338.2361],[-431.68472,-1347.2361]],"_wlID":1052,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1053,{"_wlLine":[[-431.68472,-1347.2361],[-441.68472,-1329.9156]],"_wlID":1053,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":37},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1054,{"_wlLine":[[-380.11554,-1340.5566],[-395.70398,-1349.5566]],"_wlID":1054,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1055,{"_wlLine":[[-395.70398,-1349.5566],[-405.70398,-1332.2361]],"_wlID":1055,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1056,{"_wlLine":[[-405.70398,-1332.2361],[-390.11554,-1323.2361]],"_wlID":1056,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1057,{"_wlLine":[[-390.11554,-1323.2361],[-380.11554,-1340.5566]],"_wlID":1057,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":38},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1058,{"_wlLine":[[-415.704,-1314.9156],[-400.11557,-1305.9156]],"_wlID":1058,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1059,{"_wlLine":[[-400.11557,-1305.9156],[-390.11554,-1323.2361]],"_wlID":1059,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1060,{"_wlLine":[[-390.11554,-1323.2361],[-405.70398,-1332.2361]],"_wlID":1060,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1061,{"_wlLine":[[-405.70398,-1332.2361],[-415.704,-1314.9156]],"_wlID":1061,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":39},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1062,{"_wlLine":[[18.256021,-1110.5565],[2.6675549,-1119.5565]],"_wlID":1062,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1063,{"_wlLine":[[2.6675549,-1119.5565],[-7.332449,-1102.236]],"_wlID":1063,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1064,{"_wlLine":[[-7.332449,-1102.236],[8.256018,-1093.236]],"_wlID":1064,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1065,{"_wlLine":[[8.256018,-1093.236],[18.256021,-1110.5565]],"_wlID":1065,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":40},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1066,{"_wlLine":[[-17.332438,-1084.9155],[-1.7439976,-1075.9155]],"_wlID":1066,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1067,{"_wlLine":[[-1.7439976,-1075.9155],[8.256004,-1093.236]],"_wlID":1067,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1068,{"_wlLine":[[8.256004,-1093.236],[-7.3324356,-1102.236]],"_wlID":1068,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1069,{"_wlLine":[[-7.3324356,-1102.236],[-17.332438,-1084.9155]],"_wlID":1069,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":41},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1070,{"_wlLine":[[96.1983,-1065.5564],[80.60983,-1074.5564]],"_wlID":1070,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1071,{"_wlLine":[[80.60983,-1074.5564],[70.609825,-1057.2358]],"_wlID":1071,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1072,{"_wlLine":[[70.609825,-1057.2358],[86.198296,-1048.2358]],"_wlID":1072,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1073,{"_wlLine":[[86.198296,-1048.2358],[96.1983,-1065.5564]],"_wlID":1073,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":42},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1074,{"_wlLine":[[60.60984,-1039.9154],[76.19828,-1030.9154]],"_wlID":1074,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1075,{"_wlLine":[[76.19828,-1030.9154],[86.19828,-1048.2358]],"_wlID":1075,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1076,{"_wlLine":[[86.19828,-1048.2358],[70.60984,-1057.2358]],"_wlID":1076,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1077,{"_wlLine":[[70.60984,-1057.2358],[60.60984,-1039.9154]],"_wlID":1077,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":43},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1078,{"_wlLine":[[344.67502,-624.98096],[353.67502,-640.56946]],"_wlID":1078,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1079,{"_wlLine":[[353.67502,-640.56946],[322.68033,-658.46423]],"_wlID":1079,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1080,{"_wlLine":[[322.68033,-658.46423],[313.68033,-642.87573]],"_wlID":1080,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1081,{"_wlLine":[[313.68033,-642.87573],[344.67502,-624.98096]],"_wlID":1081,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":44},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1082,{"_wlLine":[[313.68033,-642.87573],[322.68033,-658.46423]],"_wlID":1082,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1083,{"_wlLine":[[322.68033,-658.46423],[291.68567,-676.359]],"_wlID":1083,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1084,{"_wlLine":[[291.68567,-676.359],[282.68567,-660.7705]],"_wlID":1084,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1085,{"_wlLine":[[282.68567,-660.7705],[313.68033,-642.87573]],"_wlID":1085,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":45},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1086,{"_wlLine":[[282.68567,-660.7705],[291.68567,-676.359]],"_wlID":1086,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1087,{"_wlLine":[[291.68567,-676.359],[260.69098,-694.2538]],"_wlID":1087,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1088,{"_wlLine":[[260.69098,-694.2538],[251.69098,-678.6653]],"_wlID":1088,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1089,{"_wlLine":[[251.69098,-678.6653],[282.68567,-660.7705]],"_wlID":1089,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":46},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1090,{"_wlLine":[[251.69096,-678.6653],[260.69098,-694.2538]],"_wlID":1090,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1091,{"_wlLine":[[260.69098,-694.2538],[229.6963,-712.1486]],"_wlID":1091,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1092,{"_wlLine":[[229.6963,-712.1486],[220.69627,-696.5601]],"_wlID":1092,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1093,{"_wlLine":[[220.69627,-696.5601],[251.69096,-678.6653]],"_wlID":1093,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":47},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1094,{"_wlLine":[[220.69629,-696.5601],[229.69629,-712.1486]],"_wlID":1094,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1095,{"_wlLine":[[229.69629,-712.1486],[198.70163,-730.0434]],"_wlID":1095,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1096,{"_wlLine":[[198.70163,-730.0434],[189.70163,-714.4549]],"_wlID":1096,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1097,{"_wlLine":[[189.70163,-714.4549],[220.69629,-696.5601]],"_wlID":1097,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":48},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1098,{"_wlLine":[[189.70163,-714.4549],[198.70163,-730.0434]],"_wlID":1098,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1099,{"_wlLine":[[198.70163,-730.0434],[167.70694,-747.9382]],"_wlID":1099,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1100,{"_wlLine":[[167.70694,-747.9382],[158.70694,-732.3497]],"_wlID":1100,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1101,{"_wlLine":[[158.70694,-732.3497],[189.70163,-714.4549]],"_wlID":1101,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":49},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1102,{"_wlLine":[[-18.261143,-855.3068],[-27.261135,-839.7183]],"_wlID":1102,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1103,{"_wlLine":[[-27.261135,-839.7183],[3.7335544,-821.82355]],"_wlID":1103,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1104,{"_wlLine":[[3.7335544,-821.82355],[12.733547,-837.41205]],"_wlID":1104,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1105,{"_wlLine":[[12.733547,-837.41205],[-18.261143,-855.3068]],"_wlID":1105,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":50},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1106,{"_wlLine":[[12.733547,-837.41205],[3.7335544,-821.82355]],"_wlID":1106,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1107,{"_wlLine":[[3.7335544,-821.82355],[34.728245,-803.9288]],"_wlID":1107,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1108,{"_wlLine":[[34.728245,-803.9288],[43.728237,-819.5173]],"_wlID":1108,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1109,{"_wlLine":[[43.728237,-819.5173],[12.733547,-837.41205]],"_wlID":1109,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":51},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1110,{"_wlLine":[[43.72824,-819.5173],[34.72824,-803.9288]],"_wlID":1110,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1111,{"_wlLine":[[34.72824,-803.9288],[65.7229,-786.034]],"_wlID":1111,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1112,{"_wlLine":[[65.7229,-786.034],[74.7229,-801.6225]],"_wlID":1112,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1113,{"_wlLine":[[74.7229,-801.6225],[43.72824,-819.5173]],"_wlID":1113,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":52},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1114,{"_wlLine":[[74.7229,-801.6225],[65.7229,-786.034]],"_wlID":1114,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1115,{"_wlLine":[[65.7229,-786.034],[96.71759,-768.1392]],"_wlID":1115,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1116,{"_wlLine":[[96.71759,-768.1392],[105.71759,-783.7277]],"_wlID":1116,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1117,{"_wlLine":[[105.71759,-783.7277],[74.7229,-801.6225]],"_wlID":1117,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":53},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1118,{"_wlLine":[[105.71759,-783.7277],[96.71759,-768.1392]],"_wlID":1118,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1119,{"_wlLine":[[96.71759,-768.1392],[127.71225,-750.24445]],"_wlID":1119,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1120,{"_wlLine":[[127.71225,-750.24445],[136.71225,-765.83295]],"_wlID":1120,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1121,{"_wlLine":[[136.71225,-765.83295],[105.71759,-783.7277]],"_wlID":1121,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":54},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1122,{"_wlLine":[[136.71225,-765.83295],[127.71225,-750.24445]],"_wlID":1122,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1123,{"_wlLine":[[127.71225,-750.24445],[158.70694,-732.3497]],"_wlID":1123,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1124,{"_wlLine":[[158.70694,-732.3497],[167.70694,-747.9382]],"_wlID":1124,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1125,{"_wlLine":[[167.70694,-747.9382],[136.71225,-765.83295]],"_wlID":1125,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":55},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1126,{"_wlLine":[[311.20905,-567.01624],[293.88855,-577.01624]],"_wlID":1126,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1127,{"_wlLine":[[293.88855,-577.01624],[283.88855,-559.6957]],"_wlID":1127,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1128,{"_wlLine":[[283.88855,-559.6957],[301.20905,-549.6957]],"_wlID":1128,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1129,{"_wlLine":[[301.20905,-549.6957],[311.20905,-567.01624]],"_wlID":1129,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":1},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1130,{"_wlLine":[[219.61641,-522.163],[204.02795,-531.163]],"_wlID":1130,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1131,{"_wlLine":[[204.02795,-531.163],[197.36128,-519.616]],"_wlID":1131,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1132,{"_wlLine":[[197.36128,-519.616],[212.94974,-510.61603]],"_wlID":1132,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1133,{"_wlLine":[[212.94974,-510.61603],[219.61641,-522.163]],"_wlID":1133,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":149},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1134,{"_wlLine":[[226.28308,-533.71],[210.69463,-542.71]],"_wlID":1134,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1135,{"_wlLine":[[210.69463,-542.71],[204.02795,-531.163]],"_wlID":1135,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1136,{"_wlLine":[[204.02795,-531.163],[219.61641,-522.163]],"_wlID":1136,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1137,{"_wlLine":[[219.61641,-522.163],[226.28308,-533.71]],"_wlID":1137,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":150},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1138,{"_wlLine":[[232.94974,-545.257],[217.36128,-554.257]],"_wlID":1138,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1139,{"_wlLine":[[217.36128,-554.257],[210.69461,-542.71]],"_wlID":1139,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1140,{"_wlLine":[[210.69461,-542.71],[226.28307,-533.71]],"_wlID":1140,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1141,{"_wlLine":[[226.28307,-533.71],[232.94974,-545.257]],"_wlID":1141,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":151},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1142,{"_wlLine":[[239.61641,-556.804],[224.02795,-565.804]],"_wlID":1142,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1143,{"_wlLine":[[224.02795,-565.804],[217.36128,-554.257]],"_wlID":1143,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1144,{"_wlLine":[[217.36128,-554.257],[232.94974,-545.257]],"_wlID":1144,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1145,{"_wlLine":[[232.94974,-545.257],[239.61641,-556.804]],"_wlID":1145,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":152},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1146,{"_wlLine":[[227.21535,-566.6581],[218.21535,-551.06964]],"_wlID":1146,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1147,{"_wlLine":[[218.21535,-551.06964],[229.76234,-544.40295]],"_wlID":1147,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1148,{"_wlLine":[[229.76234,-544.40295],[238.76234,-559.9914]],"_wlID":1148,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1149,{"_wlLine":[[238.76234,-559.9914],[227.21535,-566.6581]],"_wlID":1149,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":153},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1150,{"_wlLine":[[215.66835,-573.32477],[206.66835,-557.7363]],"_wlID":1150,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1151,{"_wlLine":[[206.66835,-557.7363],[218.21535,-551.06964]],"_wlID":1151,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1152,{"_wlLine":[[218.21535,-551.06964],[227.21535,-566.6581]],"_wlID":1152,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1153,{"_wlLine":[[227.21535,-566.6581],[215.66835,-573.32477]],"_wlID":1153,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":154},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1154,{"_wlLine":[[204.12134,-579.9914],[195.12134,-564.40295]],"_wlID":1154,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1155,{"_wlLine":[[195.12134,-564.40295],[206.66833,-557.73627]],"_wlID":1155,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1156,{"_wlLine":[[206.66833,-557.73627],[215.66833,-573.3247]],"_wlID":1156,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1157,{"_wlLine":[[215.66833,-573.3247],[204.12134,-579.9914]],"_wlID":1157,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":155},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1158,{"_wlLine":[[192.57434,-586.6581],[183.57434,-571.06964]],"_wlID":1158,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1159,{"_wlLine":[[183.57434,-571.06964],[195.12134,-564.40295]],"_wlID":1159,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1160,{"_wlLine":[[195.12134,-564.40295],[204.12134,-579.9914]],"_wlID":1160,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1161,{"_wlLine":[[204.12134,-579.9914],[192.57434,-586.6581]],"_wlID":1161,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":156},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1162,{"_wlLine":[[182.72028,-574.257],[198.30873,-565.257]],"_wlID":1162,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1163,{"_wlLine":[[198.30873,-565.257],[204.9754,-576.804]],"_wlID":1163,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1164,{"_wlLine":[[204.9754,-576.804],[189.38695,-585.804]],"_wlID":1164,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1165,{"_wlLine":[[189.38695,-585.804],[182.72028,-574.257]],"_wlID":1165,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":157},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1166,{"_wlLine":[[176.0536,-562.71],[191.64206,-553.71]],"_wlID":1166,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1167,{"_wlLine":[[191.64206,-553.71],[198.30873,-565.257]],"_wlID":1167,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1168,{"_wlLine":[[198.30873,-565.257],[182.72028,-574.257]],"_wlID":1168,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1169,{"_wlLine":[[182.72028,-574.257],[176.0536,-562.71]],"_wlID":1169,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":158},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1170,{"_wlLine":[[169.38695,-551.163],[184.9754,-542.163]],"_wlID":1170,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1171,{"_wlLine":[[184.9754,-542.163],[191.64207,-553.71]],"_wlID":1171,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1172,{"_wlLine":[[191.64207,-553.71],[176.05362,-562.71]],"_wlID":1172,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1173,{"_wlLine":[[176.05362,-562.71],[169.38695,-551.163]],"_wlID":1173,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":159},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1174,{"_wlLine":[[162.72028,-539.616],[178.30873,-530.616]],"_wlID":1174,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1175,{"_wlLine":[[178.30873,-530.616],[184.9754,-542.163]],"_wlID":1175,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1176,{"_wlLine":[[184.9754,-542.163],[169.38695,-551.163]],"_wlID":1176,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1177,{"_wlLine":[[169.38695,-551.163],[162.72028,-539.616]],"_wlID":1177,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":160},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1178,{"_wlLine":[[175.12134,-529.76196],[184.12134,-545.3504]],"_wlID":1178,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1179,{"_wlLine":[[184.12134,-545.3504],[172.57434,-552.0171]],"_wlID":1179,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1180,{"_wlLine":[[172.57434,-552.0171],[163.57434,-536.42865]],"_wlID":1180,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1181,{"_wlLine":[[163.57434,-536.42865],[175.12134,-529.76196]],"_wlID":1181,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":161},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1182,{"_wlLine":[[186.66833,-523.0953],[195.66833,-538.6837]],"_wlID":1182,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1183,{"_wlLine":[[195.66833,-538.6837],[184.12134,-545.3504]],"_wlID":1183,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1184,{"_wlLine":[[184.12134,-545.3504],[175.12134,-529.76196]],"_wlID":1184,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1185,{"_wlLine":[[175.12134,-529.76196],[186.66833,-523.0953]],"_wlID":1185,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":162},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1186,{"_wlLine":[[198.21535,-516.42865],[207.21535,-532.0171]],"_wlID":1186,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1187,{"_wlLine":[[207.21535,-532.0171],[195.66835,-538.6838]],"_wlID":1187,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1188,{"_wlLine":[[195.66835,-538.6838],[186.66835,-523.09534]],"_wlID":1188,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1189,{"_wlLine":[[186.66835,-523.09534],[198.21535,-516.42865]],"_wlID":1189,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":163},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1190,{"_wlLine":[[209.76234,-509.76196],[218.76234,-525.3504]],"_wlID":1190,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1191,{"_wlLine":[[218.76234,-525.3504],[207.21535,-532.0171]],"_wlID":1191,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1192,{"_wlLine":[[207.21535,-532.0171],[198.21535,-516.42865]],"_wlID":1192,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1193,{"_wlLine":[[198.21535,-516.42865],[209.76234,-509.76196]],"_wlID":1193,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":164},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1194,{"_wlLine":[[145.22917,-565.11053],[129.64072,-574.11053]],"_wlID":1194,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1195,{"_wlLine":[[129.64072,-574.11053],[122.974045,-562.56354]],"_wlID":1195,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1196,{"_wlLine":[[122.974045,-562.56354],[138.5625,-553.56354]],"_wlID":1196,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1197,{"_wlLine":[[138.5625,-553.56354],[145.22917,-565.11053]],"_wlID":1197,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":165},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1198,{"_wlLine":[[151.89584,-576.65753],[136.30739,-585.65753]],"_wlID":1198,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1199,{"_wlLine":[[136.30739,-585.65753],[129.64072,-574.11053]],"_wlID":1199,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1200,{"_wlLine":[[129.64072,-574.11053],[145.22917,-565.11053]],"_wlID":1200,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1201,{"_wlLine":[[145.22917,-565.11053],[151.89584,-576.65753]],"_wlID":1201,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":166},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1202,{"_wlLine":[[158.5625,-588.2045],[142.97404,-597.2045]],"_wlID":1202,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1203,{"_wlLine":[[142.97404,-597.2045],[136.30737,-585.65753]],"_wlID":1203,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1204,{"_wlLine":[[136.30737,-585.65753],[151.89583,-576.65753]],"_wlID":1204,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1205,{"_wlLine":[[151.89583,-576.65753],[158.5625,-588.2045]],"_wlID":1205,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":167},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1206,{"_wlLine":[[165.22917,-599.7515],[149.64072,-608.7515]],"_wlID":1206,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1207,{"_wlLine":[[149.64072,-608.7515],[142.97404,-597.2045]],"_wlID":1207,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1208,{"_wlLine":[[142.97404,-597.2045],[158.5625,-588.2045]],"_wlID":1208,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1209,{"_wlLine":[[158.5625,-588.2045],[165.22917,-599.7515]],"_wlID":1209,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":168},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1210,{"_wlLine":[[152.82811,-609.6056],[143.82811,-594.01715]],"_wlID":1210,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1211,{"_wlLine":[[143.82811,-594.01715],[155.3751,-587.35046]],"_wlID":1211,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1212,{"_wlLine":[[155.3751,-587.35046],[164.3751,-602.9389]],"_wlID":1212,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1213,{"_wlLine":[[164.3751,-602.9389],[152.82811,-609.6056]],"_wlID":1213,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":169},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1214,{"_wlLine":[[141.28111,-616.2723],[132.28111,-600.68384]],"_wlID":1214,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1215,{"_wlLine":[[132.28111,-600.68384],[143.82811,-594.01715]],"_wlID":1215,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1216,{"_wlLine":[[143.82811,-594.01715],[152.82811,-609.6056]],"_wlID":1216,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1217,{"_wlLine":[[152.82811,-609.6056],[141.28111,-616.2723]],"_wlID":1217,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":170},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1218,{"_wlLine":[[129.7341,-622.9389],[120.7341,-607.35046]],"_wlID":1218,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1219,{"_wlLine":[[120.7341,-607.35046],[132.2811,-600.6838]],"_wlID":1219,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1220,{"_wlLine":[[132.2811,-600.6838],[141.2811,-616.2722]],"_wlID":1220,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1221,{"_wlLine":[[141.2811,-616.2722],[129.7341,-622.9389]],"_wlID":1221,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":171},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1222,{"_wlLine":[[118.1871,-629.6056],[109.1871,-614.01715]],"_wlID":1222,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1223,{"_wlLine":[[109.1871,-614.01715],[120.7341,-607.35046]],"_wlID":1223,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1224,{"_wlLine":[[120.7341,-607.35046],[129.7341,-622.9389]],"_wlID":1224,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1225,{"_wlLine":[[129.7341,-622.9389],[118.1871,-629.6056]],"_wlID":1225,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":172},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1226,{"_wlLine":[[108.33304,-617.2045],[123.92149,-608.2045]],"_wlID":1226,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1227,{"_wlLine":[[123.92149,-608.2045],[130.58817,-619.7515]],"_wlID":1227,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1228,{"_wlLine":[[130.58817,-619.7515],[114.99971,-628.7515]],"_wlID":1228,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1229,{"_wlLine":[[114.99971,-628.7515],[108.33304,-617.2045]],"_wlID":1229,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":173},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1230,{"_wlLine":[[101.666374,-605.65753],[117.25483,-596.65753]],"_wlID":1230,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1231,{"_wlLine":[[117.25483,-596.65753],[123.9215,-608.2045]],"_wlID":1231,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1232,{"_wlLine":[[123.9215,-608.2045],[108.333046,-617.2045]],"_wlID":1232,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1233,{"_wlLine":[[108.333046,-617.2045],[101.666374,-605.65753]],"_wlID":1233,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":174},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1234,{"_wlLine":[[94.9997,-594.11053],[110.58816,-585.11053]],"_wlID":1234,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1235,{"_wlLine":[[110.58816,-585.11053],[117.25483,-596.65753]],"_wlID":1235,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1236,{"_wlLine":[[117.25483,-596.65753],[101.666374,-605.65753]],"_wlID":1236,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1237,{"_wlLine":[[101.666374,-605.65753],[94.9997,-594.11053]],"_wlID":1237,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":175},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1238,{"_wlLine":[[88.33304,-582.56354],[103.92149,-573.56354]],"_wlID":1238,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1239,{"_wlLine":[[103.92149,-573.56354],[110.588165,-585.11053]],"_wlID":1239,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1240,{"_wlLine":[[110.588165,-585.11053],[94.99971,-594.11053]],"_wlID":1240,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1241,{"_wlLine":[[94.99971,-594.11053],[88.33304,-582.56354]],"_wlID":1241,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":176},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1242,{"_wlLine":[[100.7341,-572.7095],[109.7341,-588.2979]],"_wlID":1242,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1243,{"_wlLine":[[109.7341,-588.2979],[98.1871,-594.9646]],"_wlID":1243,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1244,{"_wlLine":[[98.1871,-594.9646],[89.1871,-579.37616]],"_wlID":1244,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1245,{"_wlLine":[[89.1871,-579.37616],[100.7341,-572.7095]],"_wlID":1245,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":177},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1246,{"_wlLine":[[112.281105,-566.0428],[121.28111,-581.6312]],"_wlID":1246,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1247,{"_wlLine":[[121.28111,-581.6312],[109.73411,-588.2979]],"_wlID":1247,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1248,{"_wlLine":[[109.73411,-588.2979],[100.7341,-572.7095]],"_wlID":1248,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1249,{"_wlLine":[[100.7341,-572.7095],[112.281105,-566.0428]],"_wlID":1249,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":178},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1250,{"_wlLine":[[123.82811,-559.37616],[132.82811,-574.9646]],"_wlID":1250,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1251,{"_wlLine":[[132.82811,-574.9646],[121.28111,-581.6313]],"_wlID":1251,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1252,{"_wlLine":[[121.28111,-581.6313],[112.28111,-566.04285]],"_wlID":1252,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1253,{"_wlLine":[[112.28111,-566.04285],[123.82811,-559.37616]],"_wlID":1253,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":179},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1254,{"_wlLine":[[135.3751,-552.7095],[144.3751,-568.2979]],"_wlID":1254,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1255,{"_wlLine":[[144.3751,-568.2979],[132.82811,-574.9646]],"_wlID":1255,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1256,{"_wlLine":[[132.82811,-574.9646],[123.82811,-559.37616]],"_wlID":1256,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1257,{"_wlLine":[[123.82811,-559.37616],[135.3751,-552.7095]],"_wlID":1257,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":180},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1258,{"_wlLine":[[70.841965,-608.058],[55.25351,-617.058]],"_wlID":1258,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1259,{"_wlLine":[[55.25351,-617.058],[48.586838,-605.511]],"_wlID":1259,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1260,{"_wlLine":[[48.586838,-605.511],[64.17529,-596.511]],"_wlID":1260,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1261,{"_wlLine":[[64.17529,-596.511],[70.841965,-608.058]],"_wlID":1261,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":181},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1262,{"_wlLine":[[77.50863,-619.605],[61.920174,-628.605]],"_wlID":1262,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1263,{"_wlLine":[[61.920174,-628.605],[55.2535,-617.058]],"_wlID":1263,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1264,{"_wlLine":[[55.2535,-617.058],[70.84196,-608.058]],"_wlID":1264,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1265,{"_wlLine":[[70.84196,-608.058],[77.50863,-619.605]],"_wlID":1265,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":182},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1266,{"_wlLine":[[84.1753,-631.15204],[68.586845,-640.15204]],"_wlID":1266,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1267,{"_wlLine":[[68.586845,-640.15204],[61.920174,-628.60504]],"_wlID":1267,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1268,{"_wlLine":[[61.920174,-628.60504],[77.50863,-619.60504]],"_wlID":1268,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1269,{"_wlLine":[[77.50863,-619.60504],[84.1753,-631.15204]],"_wlID":1269,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":183},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1270,{"_wlLine":[[90.841965,-642.69904],[75.25351,-651.69904]],"_wlID":1270,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1271,{"_wlLine":[[75.25351,-651.69904],[68.58684,-640.15204]],"_wlID":1271,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1272,{"_wlLine":[[68.58684,-640.15204],[84.17529,-631.15204]],"_wlID":1272,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1273,{"_wlLine":[[84.17529,-631.15204],[90.841965,-642.69904]],"_wlID":1273,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":184},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1274,{"_wlLine":[[78.440895,-652.5531],[69.4409,-636.96466]],"_wlID":1274,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1275,{"_wlLine":[[69.4409,-636.96466],[80.98791,-630.298]],"_wlID":1275,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1276,{"_wlLine":[[80.98791,-630.298],[89.9879,-645.8864]],"_wlID":1276,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1277,{"_wlLine":[[89.9879,-645.8864],[78.440895,-652.5531]],"_wlID":1277,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":185},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1278,{"_wlLine":[[66.89389,-659.2198],[57.893894,-643.63135]],"_wlID":1278,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1279,{"_wlLine":[[57.893894,-643.63135],[69.4409,-636.96466]],"_wlID":1279,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1280,{"_wlLine":[[69.4409,-636.96466],[78.4409,-652.5531]],"_wlID":1280,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1281,{"_wlLine":[[78.4409,-652.5531],[66.89389,-659.2198]],"_wlID":1281,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":186},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1282,{"_wlLine":[[55.34688,-665.8864],[46.34688,-650.298]],"_wlID":1282,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1283,{"_wlLine":[[46.34688,-650.298],[57.893887,-643.6313]],"_wlID":1283,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1284,{"_wlLine":[[57.893887,-643.6313],[66.89389,-659.2197]],"_wlID":1284,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1285,{"_wlLine":[[66.89389,-659.2197],[55.34688,-665.8864]],"_wlID":1285,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":187},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1286,{"_wlLine":[[43.799877,-672.5531],[34.799877,-656.96466]],"_wlID":1286,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1287,{"_wlLine":[[34.799877,-656.96466],[46.34688,-650.298]],"_wlID":1287,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1288,{"_wlLine":[[46.34688,-650.298],[55.34688,-665.8864]],"_wlID":1288,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1289,{"_wlLine":[[55.34688,-665.8864],[43.799877,-672.5531]],"_wlID":1289,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":188},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1290,{"_wlLine":[[33.945816,-660.15204],[49.534275,-651.15204]],"_wlID":1290,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1291,{"_wlLine":[[49.534275,-651.15204],[56.200943,-662.69904]],"_wlID":1291,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1292,{"_wlLine":[[56.200943,-662.69904],[40.612484,-671.69904]],"_wlID":1292,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1293,{"_wlLine":[[40.612484,-671.69904],[33.945816,-660.15204]],"_wlID":1293,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":189},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1294,{"_wlLine":[[27.279148,-648.60504],[42.867607,-639.60504]],"_wlID":1294,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1295,{"_wlLine":[[42.867607,-639.60504],[49.534275,-651.15204]],"_wlID":1295,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1296,{"_wlLine":[[49.534275,-651.15204],[33.945816,-660.15204]],"_wlID":1296,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1297,{"_wlLine":[[33.945816,-660.15204],[27.279148,-648.60504]],"_wlID":1297,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":190},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1298,{"_wlLine":[[20.612482,-637.058],[36.200943,-628.058]],"_wlID":1298,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1299,{"_wlLine":[[36.200943,-628.058],[42.867607,-639.605]],"_wlID":1299,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1300,{"_wlLine":[[42.867607,-639.605],[27.279148,-648.605]],"_wlID":1300,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1301,{"_wlLine":[[27.279148,-648.605],[20.612482,-637.058]],"_wlID":1301,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":191},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1302,{"_wlLine":[[13.945816,-625.511],[29.534277,-616.511]],"_wlID":1302,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1303,{"_wlLine":[[29.534277,-616.511],[36.200943,-628.058]],"_wlID":1303,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1304,{"_wlLine":[[36.200943,-628.058],[20.612482,-637.058]],"_wlID":1304,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1305,{"_wlLine":[[20.612482,-637.058],[13.945816,-625.511]],"_wlID":1305,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":192},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1306,{"_wlLine":[[26.346884,-615.6569],[35.34688,-631.24536]],"_wlID":1306,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1307,{"_wlLine":[[35.34688,-631.24536],[23.799875,-637.91205]],"_wlID":1307,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1308,{"_wlLine":[[23.799875,-637.91205],[14.799876,-622.3236]],"_wlID":1308,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1309,{"_wlLine":[[14.799876,-622.3236],[26.346884,-615.6569]],"_wlID":1309,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":193},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1310,{"_wlLine":[[37.89389,-608.99023],[46.89389,-624.5787]],"_wlID":1310,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1311,{"_wlLine":[[46.89389,-624.5787],[35.346886,-631.24536]],"_wlID":1311,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1312,{"_wlLine":[[35.346886,-631.24536],[26.346886,-615.6569]],"_wlID":1312,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1313,{"_wlLine":[[26.346886,-615.6569],[37.89389,-608.99023]],"_wlID":1313,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":194},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1314,{"_wlLine":[[49.440903,-602.3236],[58.4409,-617.91205]],"_wlID":1314,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1315,{"_wlLine":[[58.4409,-617.91205],[46.89389,-624.57874]],"_wlID":1315,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1316,{"_wlLine":[[46.89389,-624.57874],[37.893894,-608.9903]],"_wlID":1316,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1317,{"_wlLine":[[37.893894,-608.9903],[49.440903,-602.3236]],"_wlID":1317,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":195},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1318,{"_wlLine":[[60.987907,-595.6569],[69.98791,-611.24536]],"_wlID":1318,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1319,{"_wlLine":[[69.98791,-611.24536],[58.440895,-617.91205]],"_wlID":1319,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1320,{"_wlLine":[[58.440895,-617.91205],[49.4409,-602.3236]],"_wlID":1320,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1321,{"_wlLine":[[49.4409,-602.3236],[60.987907,-595.6569]],"_wlID":1321,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":196},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1322,{"_wlLine":[[-3.5452871,-651.00543],[-19.133745,-660.00543]],"_wlID":1322,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1323,{"_wlLine":[[-19.133745,-660.00543],[-25.800415,-648.45844]],"_wlID":1323,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1324,{"_wlLine":[[-25.800415,-648.45844],[-10.211958,-639.45844]],"_wlID":1324,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1325,{"_wlLine":[[-10.211958,-639.45844],[-3.5452871,-651.00543]],"_wlID":1325,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":197},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1326,{"_wlLine":[[3.1213799,-662.5524],[-12.467078,-671.5524]],"_wlID":1326,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1327,{"_wlLine":[[-12.467078,-671.5524],[-19.133749,-660.00543]],"_wlID":1327,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1328,{"_wlLine":[[-19.133749,-660.00543],[-3.545291,-651.00543]],"_wlID":1328,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1329,{"_wlLine":[[-3.545291,-651.00543],[3.1213799,-662.5524]],"_wlID":1329,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":198},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1330,{"_wlLine":[[9.788047,-674.0995],[-5.800411,-683.0995]],"_wlID":1330,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1331,{"_wlLine":[[-5.800411,-683.0995],[-12.467082,-671.5525]],"_wlID":1331,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1332,{"_wlLine":[[-12.467082,-671.5525],[3.121376,-662.5525]],"_wlID":1332,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1333,{"_wlLine":[[3.121376,-662.5525],[9.788047,-674.0995]],"_wlID":1333,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":199},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1334,{"_wlLine":[[16.454712,-685.6465],[0.8662548,-694.6465]],"_wlID":1334,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1335,{"_wlLine":[[0.8662548,-694.6465],[-5.800416,-683.0995]],"_wlID":1335,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1336,{"_wlLine":[[-5.800416,-683.0995],[9.788042,-674.0995]],"_wlID":1336,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1337,{"_wlLine":[[9.788042,-674.0995],[16.454712,-685.6465]],"_wlID":1337,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":200},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1338,{"_wlLine":[[4.0536447,-695.50055],[-4.946354,-679.9121]],"_wlID":1338,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1339,{"_wlLine":[[-4.946354,-679.9121],[6.600652,-673.2454]],"_wlID":1339,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1340,{"_wlLine":[[6.600652,-673.2454],[15.600651,-688.83386]],"_wlID":1340,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1341,{"_wlLine":[[15.600651,-688.83386],[4.0536447,-695.50055]],"_wlID":1341,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":201},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1342,{"_wlLine":[[-7.493363,-702.16724],[-16.493362,-686.5788]],"_wlID":1342,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1343,{"_wlLine":[[-16.493362,-686.5788],[-4.9463553,-679.9121]],"_wlID":1343,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1344,{"_wlLine":[[-4.9463553,-679.9121],[4.053643,-695.50055]],"_wlID":1344,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1345,{"_wlLine":[[4.053643,-695.50055],[-7.493363,-702.16724]],"_wlID":1345,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":202},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1346,{"_wlLine":[[-19.04037,-708.83386],[-28.040369,-693.2454]],"_wlID":1346,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1347,{"_wlLine":[[-28.040369,-693.2454],[-16.493362,-686.57874]],"_wlID":1347,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1348,{"_wlLine":[[-16.493362,-686.57874],[-7.4933643,-702.1672]],"_wlID":1348,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1349,{"_wlLine":[[-7.4933643,-702.1672],[-19.04037,-708.83386]],"_wlID":1349,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":203},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1350,{"_wlLine":[[-30.587378,-715.50055],[-39.587376,-699.9121]],"_wlID":1350,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1351,{"_wlLine":[[-39.587376,-699.9121],[-28.040369,-693.2454]],"_wlID":1351,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1352,{"_wlLine":[[-28.040369,-693.2454],[-19.04037,-708.83386]],"_wlID":1352,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1353,{"_wlLine":[[-19.04037,-708.83386],[-30.587378,-715.50055]],"_wlID":1353,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":204},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1354,{"_wlLine":[[-40.441437,-703.0995],[-24.852976,-694.0995]],"_wlID":1354,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1355,{"_wlLine":[[-24.852976,-694.0995],[-18.18631,-705.6465]],"_wlID":1355,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1356,{"_wlLine":[[-18.18631,-705.6465],[-33.77477,-714.6465]],"_wlID":1356,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1357,{"_wlLine":[[-33.77477,-714.6465],[-40.441437,-703.0995]],"_wlID":1357,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":205},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1358,{"_wlLine":[[-47.108105,-691.5525],[-31.519644,-682.5525]],"_wlID":1358,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1359,{"_wlLine":[[-31.519644,-682.5525],[-24.852978,-694.0995]],"_wlID":1359,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1360,{"_wlLine":[[-24.852978,-694.0995],[-40.441437,-703.0995]],"_wlID":1360,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1361,{"_wlLine":[[-40.441437,-703.0995],[-47.108105,-691.5525]],"_wlID":1361,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":206},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1362,{"_wlLine":[[-53.774773,-680.00543],[-38.186314,-671.00543]],"_wlID":1362,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1363,{"_wlLine":[[-38.186314,-671.00543],[-31.519646,-682.5524]],"_wlID":1363,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1364,{"_wlLine":[[-31.519646,-682.5524],[-47.108105,-691.5524]],"_wlID":1364,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1365,{"_wlLine":[[-47.108105,-691.5524],[-53.774773,-680.00543]],"_wlID":1365,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":207},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1366,{"_wlLine":[[-60.441437,-668.45844],[-44.852978,-659.45844]],"_wlID":1366,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1367,{"_wlLine":[[-44.852978,-659.45844],[-38.18631,-671.00543]],"_wlID":1367,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1368,{"_wlLine":[[-38.18631,-671.00543],[-53.77477,-680.00543]],"_wlID":1368,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1369,{"_wlLine":[[-53.77477,-680.00543],[-60.441437,-668.45844]],"_wlID":1369,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":208},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1370,{"_wlLine":[[-48.040367,-658.6044],[-39.04037,-674.1928]],"_wlID":1370,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1371,{"_wlLine":[[-39.04037,-674.1928],[-50.58738,-680.8595]],"_wlID":1371,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1372,{"_wlLine":[[-50.58738,-680.8595],[-59.587376,-665.27106]],"_wlID":1372,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1373,{"_wlLine":[[-59.587376,-665.27106],[-48.040367,-658.6044]],"_wlID":1373,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":209},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1374,{"_wlLine":[[-36.493362,-651.9377],[-27.493362,-667.5261]],"_wlID":1374,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1375,{"_wlLine":[[-27.493362,-667.5261],[-39.040367,-674.1928]],"_wlID":1375,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1376,{"_wlLine":[[-39.040367,-674.1928],[-48.040367,-658.6044]],"_wlID":1376,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1377,{"_wlLine":[[-48.040367,-658.6044],[-36.493362,-651.9377]],"_wlID":1377,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":210},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1378,{"_wlLine":[[-24.946354,-645.27106],[-15.946355,-660.8595]],"_wlID":1378,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1379,{"_wlLine":[[-15.946355,-660.8595],[-27.493362,-667.5262]],"_wlID":1379,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1380,{"_wlLine":[[-27.493362,-667.5262],[-36.493362,-651.93774]],"_wlID":1380,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1381,{"_wlLine":[[-36.493362,-651.93774],[-24.946354,-645.27106]],"_wlID":1381,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":211},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1382,{"_wlLine":[[-13.399347,-638.6044],[-4.3993483,-654.1928]],"_wlID":1382,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1383,{"_wlLine":[[-4.3993483,-654.1928],[-15.946356,-660.8595]],"_wlID":1383,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1384,{"_wlLine":[[-15.946356,-660.8595],[-24.946354,-645.27106]],"_wlID":1384,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1385,{"_wlLine":[[-24.946354,-645.27106],[-13.399347,-638.6044]],"_wlID":1385,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":212},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1386,{"_wlLine":[[-215.42561,-523.1668],[-199.83717,-532.1668]],"_wlID":1386,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1387,{"_wlLine":[[-199.83717,-532.1668],[-209.83719,-549.4873]],"_wlID":1387,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1388,{"_wlLine":[[-209.83719,-549.4873],[-225.42563,-540.4873]],"_wlID":1388,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1389,{"_wlLine":[[-225.42563,-540.4873],[-215.42561,-523.1668]],"_wlID":1389,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":56},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1390,{"_wlLine":[[-219.83719,-566.8078],[-235.42563,-557.8078]],"_wlID":1390,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1391,{"_wlLine":[[-235.42563,-557.8078],[-225.42563,-540.4873]],"_wlID":1391,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1392,{"_wlLine":[[-225.42563,-540.4873],[-209.83719,-549.4873]],"_wlID":1392,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1393,{"_wlLine":[[-209.83719,-549.4873],[-219.83719,-566.8078]],"_wlID":1393,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":57},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1394,{"_wlLine":[[-241.40637,-508.1668],[-225.81793,-517.1668]],"_wlID":1394,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1395,{"_wlLine":[[-225.81793,-517.1668],[-235.81793,-534.4873]],"_wlID":1395,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1396,{"_wlLine":[[-235.81793,-534.4873],[-251.40637,-525.4873]],"_wlID":1396,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1397,{"_wlLine":[[-251.40637,-525.4873],[-241.40637,-508.1668]],"_wlID":1397,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":58},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1398,{"_wlLine":[[-245.81795,-551.8078],[-261.4064,-542.8078]],"_wlID":1398,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1399,{"_wlLine":[[-261.4064,-542.8078],[-251.40637,-525.4873]],"_wlID":1399,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1400,{"_wlLine":[[-251.40637,-525.4873],[-235.81793,-534.4873]],"_wlID":1400,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1401,{"_wlLine":[[-235.81793,-534.4873],[-245.81795,-551.8078]],"_wlID":1401,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":59},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1402,{"_wlLine":[[-452.1281,-421.14752],[-469.4486,-411.14752]],"_wlID":1402,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1403,{"_wlLine":[[-469.4486,-411.14752],[-459.4486,-393.82703]],"_wlID":1403,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1404,{"_wlLine":[[-459.4486,-393.82703],[-442.1281,-403.82703]],"_wlID":1404,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1405,{"_wlLine":[[-442.1281,-403.82703],[-452.1281,-421.14752]],"_wlID":1405,"_wlColor":[0.0,0.0,1.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":2},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1406,{"_wlLine":[[-383.46783,-322.2245],[-393.46783,-339.54498]],"_wlID":1406,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1407,{"_wlLine":[[-393.46783,-339.54498],[-428.10883,-319.54498]],"_wlID":1407,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1408,{"_wlLine":[[-428.10883,-319.54498],[-418.10883,-302.2245]],"_wlID":1408,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1409,{"_wlLine":[[-418.10883,-302.2245],[-383.46783,-322.2245]],"_wlID":1409,"_wlColor":[0.6,0.6,0.6,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"BlockPart","_wsBlock":213},"_wlHeight":30.0,"_wlMaterial":"Stone"}],[1410,{"_wlLine":[[-326.4679,-223.49756],[-335.4679,-239.086]],"_wlID":1410,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1411,{"_wlLine":[[-335.4679,-239.086],[-352.7884,-229.086]],"_wlID":1411,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1412,{"_wlLine":[[-352.7884,-229.086],[-343.7884,-213.49756]],"_wlID":1412,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1413,{"_wlLine":[[-343.7884,-213.49756],[-326.4679,-223.49756]],"_wlID":1413,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":60},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1414,{"_wlLine":[[-370.10892,-219.08601],[-361.10892,-203.49754]],"_wlID":1414,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1415,{"_wlLine":[[-361.10892,-203.49754],[-343.7884,-213.49754]],"_wlID":1415,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1416,{"_wlLine":[[-343.7884,-213.49754],[-352.7884,-229.08601]],"_wlID":1416,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1417,{"_wlLine":[[-352.7884,-229.08601],[-370.10892,-219.08601]],"_wlID":1417,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":61},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1418,{"_wlLine":[[-258.04227,-183.62187],[-273.6307,-192.62187]],"_wlID":1418,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1419,{"_wlLine":[[-273.6307,-192.62187],[-283.6307,-175.30138]],"_wlID":1419,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1420,{"_wlLine":[[-283.6307,-175.30138],[-268.04227,-166.30138]],"_wlID":1420,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1421,{"_wlLine":[[-268.04227,-166.30138],[-258.04227,-183.62187]],"_wlID":1421,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":62},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1422,{"_wlLine":[[-293.6307,-157.98087],[-278.04227,-148.98087]],"_wlID":1422,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1423,{"_wlLine":[[-278.04227,-148.98087],[-268.04227,-166.30138]],"_wlID":1423,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1424,{"_wlLine":[[-268.04227,-166.30138],[-283.6307,-175.30138]],"_wlID":1424,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1425,{"_wlLine":[[-283.6307,-175.30138],[-293.6307,-157.98087]],"_wlID":1425,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":63},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1426,{"_wlLine":[[-232.0615,-168.62186],[-247.64993,-177.62186]],"_wlID":1426,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1427,{"_wlLine":[[-247.64993,-177.62186],[-257.64993,-160.30136]],"_wlID":1427,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1428,{"_wlLine":[[-257.64993,-160.30136],[-242.0615,-151.30136]],"_wlID":1428,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1429,{"_wlLine":[[-242.0615,-151.30136],[-232.0615,-168.62186]],"_wlID":1429,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":64},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1430,{"_wlLine":[[-267.64993,-142.98085],[-252.06148,-133.98085]],"_wlID":1430,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1431,{"_wlLine":[[-252.06148,-133.98085],[-242.06148,-151.30136]],"_wlID":1431,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1432,{"_wlLine":[[-242.06148,-151.30136],[-257.64993,-160.30136]],"_wlID":1432,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1433,{"_wlLine":[[-257.64993,-160.30136],[-267.64993,-142.98085]],"_wlID":1433,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":65},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1434,{"_wlLine":[[47.32055,-180.52551],[30.000046,-190.52551]],"_wlID":1434,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1435,{"_wlLine":[[30.000046,-190.52551],[20.000038,-173.20502]],"_wlID":1435,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1436,{"_wlLine":[[20.000038,-173.20502],[37.32054,-163.20502]],"_wlID":1436,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1437,{"_wlLine":[[37.32054,-163.20502],[47.32055,-180.52551]],"_wlID":1437,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":3},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1438,{"_wlLine":[[-59.679485,4.8038526],[-50.679485,-10.784603]],"_wlID":1438,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1439,{"_wlLine":[[-50.679485,-10.784603],[-67.99999,-20.784607]],"_wlID":1439,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1440,{"_wlLine":[[-67.99999,-20.784607],[-76.99999,-5.1961513]],"_wlID":1440,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1441,{"_wlLine":[[-76.99999,-5.1961513],[-59.679485,4.8038526]],"_wlID":1441,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":66},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1442,{"_wlLine":[[-85.320496,-30.784609],[-94.320496,-15.196154]],"_wlID":1442,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1443,{"_wlLine":[[-94.320496,-15.196154],[-76.99999,-5.1961513]],"_wlID":1443,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1444,{"_wlLine":[[-76.99999,-5.1961513],[-67.99999,-20.784607]],"_wlID":1444,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1445,{"_wlLine":[[-67.99999,-20.784607],[-85.320496,-30.784609]],"_wlID":1445,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":67},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1446,{"_wlLine":[[-60.0,84.0],[-60.0,66.0]],"_wlID":1446,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1447,{"_wlLine":[[-60.0,66.0],[-80.0,66.0]],"_wlID":1447,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1448,{"_wlLine":[[-80.0,66.0],[-80.0,84.0]],"_wlID":1448,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1449,{"_wlLine":[[-80.0,84.0],[-60.0,84.0]],"_wlID":1449,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":68},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1450,{"_wlLine":[[-100.0,66.0],[-100.0,84.0]],"_wlID":1450,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1451,{"_wlLine":[[-100.0,84.0],[-80.0,84.0]],"_wlID":1451,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1452,{"_wlLine":[[-80.0,84.0],[-80.0,66.0]],"_wlID":1452,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1453,{"_wlLine":[[-80.0,66.0],[-100.0,66.0]],"_wlID":1453,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":69},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1454,{"_wlLine":[[-230.0,145.99997],[-230.0,163.99997]],"_wlID":1454,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1455,{"_wlLine":[[-230.0,163.99997],[-220.0,163.99997]],"_wlID":1455,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1456,{"_wlLine":[[-220.0,163.99997],[-220.0,145.99997]],"_wlID":1456,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1457,{"_wlLine":[[-220.0,145.99997],[-230.0,145.99997]],"_wlID":1457,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":214},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1458,{"_wlLine":[[-240.0,145.99997],[-240.0,163.99997]],"_wlID":1458,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1459,{"_wlLine":[[-240.0,163.99997],[-230.0,163.99997]],"_wlID":1459,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1460,{"_wlLine":[[-230.0,163.99997],[-230.0,145.99997]],"_wlID":1460,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1461,{"_wlLine":[[-230.0,145.99997],[-240.0,145.99997]],"_wlID":1461,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":215},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1462,{"_wlLine":[[-244.0,159.99997],[-226.0,159.99997]],"_wlID":1462,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1463,{"_wlLine":[[-226.0,159.99997],[-226.0,149.99997]],"_wlID":1463,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1464,{"_wlLine":[[-226.0,149.99997],[-244.0,149.99997]],"_wlID":1464,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1465,{"_wlLine":[[-244.0,149.99997],[-244.0,159.99997]],"_wlID":1465,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":216},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1466,{"_wlLine":[[-244.0,169.99997],[-226.0,169.99997]],"_wlID":1466,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1467,{"_wlLine":[[-226.0,169.99997],[-226.0,159.99997]],"_wlID":1467,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1468,{"_wlLine":[[-226.0,159.99997],[-244.0,159.99997]],"_wlID":1468,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1469,{"_wlLine":[[-244.0,159.99997],[-244.0,169.99997]],"_wlID":1469,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":217},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1470,{"_wlLine":[[-230.0,173.99997],[-230.0,155.99997]],"_wlID":1470,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1471,{"_wlLine":[[-230.0,155.99997],[-240.0,155.99997]],"_wlID":1471,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1472,{"_wlLine":[[-240.0,155.99997],[-240.0,173.99997]],"_wlID":1472,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1473,{"_wlLine":[[-240.0,173.99997],[-230.0,173.99997]],"_wlID":1473,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":218},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1474,{"_wlLine":[[-220.0,173.99997],[-220.0,155.99997]],"_wlID":1474,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1475,{"_wlLine":[[-220.0,155.99997],[-230.0,155.99997]],"_wlID":1475,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1476,{"_wlLine":[[-230.0,155.99997],[-230.0,173.99997]],"_wlID":1476,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1477,{"_wlLine":[[-230.0,173.99997],[-220.0,173.99997]],"_wlID":1477,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":219},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1478,{"_wlLine":[[-216.0,159.99997],[-234.0,159.99997]],"_wlID":1478,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1479,{"_wlLine":[[-234.0,159.99997],[-234.0,169.99997]],"_wlID":1479,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1480,{"_wlLine":[[-234.0,169.99997],[-216.0,169.99997]],"_wlID":1480,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1481,{"_wlLine":[[-216.0,169.99997],[-216.0,159.99997]],"_wlID":1481,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":220},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1482,{"_wlLine":[[-216.0,149.99997],[-234.0,149.99997]],"_wlID":1482,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1483,{"_wlLine":[[-234.0,149.99997],[-234.0,159.99997]],"_wlID":1483,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1484,{"_wlLine":[[-234.0,159.99997],[-216.0,159.99997]],"_wlID":1484,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1485,{"_wlLine":[[-216.0,159.99997],[-216.0,149.99997]],"_wlID":1485,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":221},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1486,{"_wlLine":[[-230.00003,345.99997],[-230.00003,363.99997]],"_wlID":1486,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1487,{"_wlLine":[[-230.00003,363.99997],[-220.00003,363.99997]],"_wlID":1487,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1488,{"_wlLine":[[-220.00003,363.99997],[-220.00003,345.99997]],"_wlID":1488,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1489,{"_wlLine":[[-220.00003,345.99997],[-230.00003,345.99997]],"_wlID":1489,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":222},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1490,{"_wlLine":[[-240.00003,345.99997],[-240.00003,363.99997]],"_wlID":1490,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1491,{"_wlLine":[[-240.00003,363.99997],[-230.00003,363.99997]],"_wlID":1491,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1492,{"_wlLine":[[-230.00003,363.99997],[-230.00003,345.99997]],"_wlID":1492,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1493,{"_wlLine":[[-230.00003,345.99997],[-240.00003,345.99997]],"_wlID":1493,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":223},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1494,{"_wlLine":[[-244.00003,359.99997],[-226.00003,359.99997]],"_wlID":1494,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1495,{"_wlLine":[[-226.00003,359.99997],[-226.00003,349.99997]],"_wlID":1495,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1496,{"_wlLine":[[-226.00003,349.99997],[-244.00003,349.99997]],"_wlID":1496,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1497,{"_wlLine":[[-244.00003,349.99997],[-244.00003,359.99997]],"_wlID":1497,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":224},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1498,{"_wlLine":[[-244.00003,369.99997],[-226.00003,369.99997]],"_wlID":1498,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1499,{"_wlLine":[[-226.00003,369.99997],[-226.00003,359.99997]],"_wlID":1499,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1500,{"_wlLine":[[-226.00003,359.99997],[-244.00003,359.99997]],"_wlID":1500,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1501,{"_wlLine":[[-244.00003,359.99997],[-244.00003,369.99997]],"_wlID":1501,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":225},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1502,{"_wlLine":[[-230.00003,373.99997],[-230.00003,355.99997]],"_wlID":1502,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1503,{"_wlLine":[[-230.00003,355.99997],[-240.00003,355.99997]],"_wlID":1503,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1504,{"_wlLine":[[-240.00003,355.99997],[-240.00003,373.99997]],"_wlID":1504,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1505,{"_wlLine":[[-240.00003,373.99997],[-230.00003,373.99997]],"_wlID":1505,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":226},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1506,{"_wlLine":[[-220.00003,373.99997],[-220.00003,355.99997]],"_wlID":1506,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1507,{"_wlLine":[[-220.00003,355.99997],[-230.00003,355.99997]],"_wlID":1507,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1508,{"_wlLine":[[-230.00003,355.99997],[-230.00003,373.99997]],"_wlID":1508,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1509,{"_wlLine":[[-230.00003,373.99997],[-220.00003,373.99997]],"_wlID":1509,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":227},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1510,{"_wlLine":[[-216.00003,359.99997],[-234.00003,359.99997]],"_wlID":1510,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1511,{"_wlLine":[[-234.00003,359.99997],[-234.00003,369.99997]],"_wlID":1511,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1512,{"_wlLine":[[-234.00003,369.99997],[-216.00003,369.99997]],"_wlID":1512,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1513,{"_wlLine":[[-216.00003,369.99997],[-216.00003,359.99997]],"_wlID":1513,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":228},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1514,{"_wlLine":[[-216.00003,349.99997],[-234.00003,349.99997]],"_wlID":1514,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1515,{"_wlLine":[[-234.00003,349.99997],[-234.00003,359.99997]],"_wlID":1515,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1516,{"_wlLine":[[-234.00003,359.99997],[-216.00003,359.99997]],"_wlID":1516,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1517,{"_wlLine":[[-216.00003,359.99997],[-216.00003,349.99997]],"_wlID":1517,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":229},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1518,{"_wlLine":[[-130.00003,346.0],[-130.00003,364.0]],"_wlID":1518,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1519,{"_wlLine":[[-130.00003,364.0],[-120.00003,364.0]],"_wlID":1519,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1520,{"_wlLine":[[-120.00003,364.0],[-120.00003,346.0]],"_wlID":1520,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1521,{"_wlLine":[[-120.00003,346.0],[-130.00003,346.0]],"_wlID":1521,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":230},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1522,{"_wlLine":[[-140.00003,346.0],[-140.00003,364.0]],"_wlID":1522,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1523,{"_wlLine":[[-140.00003,364.0],[-130.00003,364.0]],"_wlID":1523,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1524,{"_wlLine":[[-130.00003,364.0],[-130.00003,346.0]],"_wlID":1524,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1525,{"_wlLine":[[-130.00003,346.0],[-140.00003,346.0]],"_wlID":1525,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":231},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1526,{"_wlLine":[[-144.00003,360.0],[-126.00003,360.0]],"_wlID":1526,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1527,{"_wlLine":[[-126.00003,360.0],[-126.00003,350.0]],"_wlID":1527,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1528,{"_wlLine":[[-126.00003,350.0],[-144.00003,350.0]],"_wlID":1528,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1529,{"_wlLine":[[-144.00003,350.0],[-144.00003,360.0]],"_wlID":1529,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":232},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1530,{"_wlLine":[[-144.00003,370.0],[-126.00003,370.0]],"_wlID":1530,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1531,{"_wlLine":[[-126.00003,370.0],[-126.00003,360.0]],"_wlID":1531,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1532,{"_wlLine":[[-126.00003,360.0],[-144.00003,360.0]],"_wlID":1532,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1533,{"_wlLine":[[-144.00003,360.0],[-144.00003,370.0]],"_wlID":1533,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":233},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1534,{"_wlLine":[[-130.00003,374.0],[-130.00003,356.0]],"_wlID":1534,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1535,{"_wlLine":[[-130.00003,356.0],[-140.00003,356.0]],"_wlID":1535,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1536,{"_wlLine":[[-140.00003,356.0],[-140.00003,374.0]],"_wlID":1536,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1537,{"_wlLine":[[-140.00003,374.0],[-130.00003,374.0]],"_wlID":1537,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":234},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1538,{"_wlLine":[[-120.00003,374.0],[-120.00003,356.0]],"_wlID":1538,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1539,{"_wlLine":[[-120.00003,356.0],[-130.00003,356.0]],"_wlID":1539,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1540,{"_wlLine":[[-130.00003,356.0],[-130.00003,374.0]],"_wlID":1540,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1541,{"_wlLine":[[-130.00003,374.0],[-120.00003,374.0]],"_wlID":1541,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":235},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1542,{"_wlLine":[[-116.00003,360.0],[-134.00003,360.0]],"_wlID":1542,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1543,{"_wlLine":[[-134.00003,360.0],[-134.00003,370.0]],"_wlID":1543,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1544,{"_wlLine":[[-134.00003,370.0],[-116.00003,370.0]],"_wlID":1544,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1545,{"_wlLine":[[-116.00003,370.0],[-116.00003,360.0]],"_wlID":1545,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":236},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1546,{"_wlLine":[[-116.00003,350.0],[-134.00003,350.0]],"_wlID":1546,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1547,{"_wlLine":[[-134.00003,350.0],[-134.00003,360.0]],"_wlID":1547,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1548,{"_wlLine":[[-134.00003,360.0],[-116.00003,360.0]],"_wlID":1548,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1549,{"_wlLine":[[-116.00003,360.0],[-116.00003,350.0]],"_wlID":1549,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":237},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1550,{"_wlLine":[[-130.00002,246.0],[-130.00002,264.0]],"_wlID":1550,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1551,{"_wlLine":[[-130.00002,264.0],[-120.000015,264.0]],"_wlID":1551,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1552,{"_wlLine":[[-120.000015,264.0],[-120.000015,246.0]],"_wlID":1552,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1553,{"_wlLine":[[-120.000015,246.0],[-130.00002,246.0]],"_wlID":1553,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":238},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1554,{"_wlLine":[[-140.00002,246.0],[-140.00002,264.0]],"_wlID":1554,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1555,{"_wlLine":[[-140.00002,264.0],[-130.00002,264.0]],"_wlID":1555,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1556,{"_wlLine":[[-130.00002,264.0],[-130.00002,246.0]],"_wlID":1556,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1557,{"_wlLine":[[-130.00002,246.0],[-140.00002,246.0]],"_wlID":1557,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":239},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1558,{"_wlLine":[[-144.00002,260.0],[-126.000015,260.0]],"_wlID":1558,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1559,{"_wlLine":[[-126.000015,260.0],[-126.000015,250.0]],"_wlID":1559,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1560,{"_wlLine":[[-126.000015,250.0],[-144.00002,250.0]],"_wlID":1560,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1561,{"_wlLine":[[-144.00002,250.0],[-144.00002,260.0]],"_wlID":1561,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":240},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1562,{"_wlLine":[[-144.00002,270.0],[-126.000015,270.0]],"_wlID":1562,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1563,{"_wlLine":[[-126.000015,270.0],[-126.000015,260.0]],"_wlID":1563,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1564,{"_wlLine":[[-126.000015,260.0],[-144.00002,260.0]],"_wlID":1564,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1565,{"_wlLine":[[-144.00002,260.0],[-144.00002,270.0]],"_wlID":1565,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":241},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1566,{"_wlLine":[[-130.00002,274.0],[-130.00002,256.0]],"_wlID":1566,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1567,{"_wlLine":[[-130.00002,256.0],[-140.00002,256.0]],"_wlID":1567,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1568,{"_wlLine":[[-140.00002,256.0],[-140.00002,274.0]],"_wlID":1568,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1569,{"_wlLine":[[-140.00002,274.0],[-130.00002,274.0]],"_wlID":1569,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":242},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1570,{"_wlLine":[[-120.000015,274.0],[-120.000015,256.0]],"_wlID":1570,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1571,{"_wlLine":[[-120.000015,256.0],[-130.00002,256.0]],"_wlID":1571,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1572,{"_wlLine":[[-130.00002,256.0],[-130.00002,274.0]],"_wlID":1572,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1573,{"_wlLine":[[-130.00002,274.0],[-120.000015,274.0]],"_wlID":1573,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":243},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1574,{"_wlLine":[[-116.000015,260.0],[-134.00002,260.0]],"_wlID":1574,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1575,{"_wlLine":[[-134.00002,260.0],[-134.00002,270.0]],"_wlID":1575,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1576,{"_wlLine":[[-134.00002,270.0],[-116.000015,270.0]],"_wlID":1576,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1577,{"_wlLine":[[-116.000015,270.0],[-116.000015,260.0]],"_wlID":1577,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":244},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1578,{"_wlLine":[[-116.000015,250.0],[-134.00002,250.0]],"_wlID":1578,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1579,{"_wlLine":[[-134.00002,250.0],[-134.00002,260.0]],"_wlID":1579,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1580,{"_wlLine":[[-134.00002,260.0],[-116.000015,260.0]],"_wlID":1580,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1581,{"_wlLine":[[-116.000015,260.0],[-116.000015,250.0]],"_wlID":1581,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":245},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1582,{"_wlLine":[[-230.00003,245.99997],[-230.00003,263.99997]],"_wlID":1582,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1583,{"_wlLine":[[-230.00003,263.99997],[-220.00003,263.99997]],"_wlID":1583,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1584,{"_wlLine":[[-220.00003,263.99997],[-220.00003,245.99997]],"_wlID":1584,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1585,{"_wlLine":[[-220.00003,245.99997],[-230.00003,245.99997]],"_wlID":1585,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":246},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1586,{"_wlLine":[[-240.00003,245.99997],[-240.00003,263.99997]],"_wlID":1586,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1587,{"_wlLine":[[-240.00003,263.99997],[-230.00003,263.99997]],"_wlID":1587,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1588,{"_wlLine":[[-230.00003,263.99997],[-230.00003,245.99997]],"_wlID":1588,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1589,{"_wlLine":[[-230.00003,245.99997],[-240.00003,245.99997]],"_wlID":1589,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":247},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1590,{"_wlLine":[[-244.00003,259.99997],[-226.00003,259.99997]],"_wlID":1590,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1591,{"_wlLine":[[-226.00003,259.99997],[-226.00003,249.99997]],"_wlID":1591,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1592,{"_wlLine":[[-226.00003,249.99997],[-244.00003,249.99997]],"_wlID":1592,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1593,{"_wlLine":[[-244.00003,249.99997],[-244.00003,259.99997]],"_wlID":1593,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":248},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1594,{"_wlLine":[[-244.00003,269.99997],[-226.00003,269.99997]],"_wlID":1594,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1595,{"_wlLine":[[-226.00003,269.99997],[-226.00003,259.99997]],"_wlID":1595,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1596,{"_wlLine":[[-226.00003,259.99997],[-244.00003,259.99997]],"_wlID":1596,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1597,{"_wlLine":[[-244.00003,259.99997],[-244.00003,269.99997]],"_wlID":1597,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":249},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1598,{"_wlLine":[[-230.00003,273.99997],[-230.00003,255.99997]],"_wlID":1598,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1599,{"_wlLine":[[-230.00003,255.99997],[-240.00003,255.99997]],"_wlID":1599,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1600,{"_wlLine":[[-240.00003,255.99997],[-240.00003,273.99997]],"_wlID":1600,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1601,{"_wlLine":[[-240.00003,273.99997],[-230.00003,273.99997]],"_wlID":1601,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":250},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1602,{"_wlLine":[[-220.00003,273.99997],[-220.00003,255.99997]],"_wlID":1602,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1603,{"_wlLine":[[-220.00003,255.99997],[-230.00003,255.99997]],"_wlID":1603,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1604,{"_wlLine":[[-230.00003,255.99997],[-230.00003,273.99997]],"_wlID":1604,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1605,{"_wlLine":[[-230.00003,273.99997],[-220.00003,273.99997]],"_wlID":1605,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":251},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1606,{"_wlLine":[[-216.00003,259.99997],[-234.00003,259.99997]],"_wlID":1606,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1607,{"_wlLine":[[-234.00003,259.99997],[-234.00003,269.99997]],"_wlID":1607,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1608,{"_wlLine":[[-234.00003,269.99997],[-216.00003,269.99997]],"_wlID":1608,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1609,{"_wlLine":[[-216.00003,269.99997],[-216.00003,259.99997]],"_wlID":1609,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":252},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1610,{"_wlLine":[[-216.00003,249.99997],[-234.00003,249.99997]],"_wlID":1610,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1611,{"_wlLine":[[-234.00003,249.99997],[-234.00003,259.99997]],"_wlID":1611,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1612,{"_wlLine":[[-234.00003,259.99997],[-216.00003,259.99997]],"_wlID":1612,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1613,{"_wlLine":[[-216.00003,259.99997],[-216.00003,249.99997]],"_wlID":1613,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":253},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1614,{"_wlLine":[[-30.000008,146.0],[-30.000008,164.0]],"_wlID":1614,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1615,{"_wlLine":[[-30.000008,164.0],[-20.000008,164.0]],"_wlID":1615,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1616,{"_wlLine":[[-20.000008,164.0],[-20.000008,146.0]],"_wlID":1616,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1617,{"_wlLine":[[-20.000008,146.0],[-30.000008,146.0]],"_wlID":1617,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":254},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1618,{"_wlLine":[[-40.000008,146.0],[-40.000008,164.0]],"_wlID":1618,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1619,{"_wlLine":[[-40.000008,164.0],[-30.000008,164.0]],"_wlID":1619,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1620,{"_wlLine":[[-30.000008,164.0],[-30.000008,146.0]],"_wlID":1620,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1621,{"_wlLine":[[-30.000008,146.0],[-40.000008,146.0]],"_wlID":1621,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":255},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1622,{"_wlLine":[[-44.000008,160.0],[-26.000008,160.0]],"_wlID":1622,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1623,{"_wlLine":[[-26.000008,160.0],[-26.000008,150.0]],"_wlID":1623,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1624,{"_wlLine":[[-26.000008,150.0],[-44.000008,150.0]],"_wlID":1624,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1625,{"_wlLine":[[-44.000008,150.0],[-44.000008,160.0]],"_wlID":1625,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":256},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1626,{"_wlLine":[[-44.000008,170.0],[-26.000008,170.0]],"_wlID":1626,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1627,{"_wlLine":[[-26.000008,170.0],[-26.000008,160.0]],"_wlID":1627,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1628,{"_wlLine":[[-26.000008,160.0],[-44.000008,160.0]],"_wlID":1628,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1629,{"_wlLine":[[-44.000008,160.0],[-44.000008,170.0]],"_wlID":1629,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":257},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1630,{"_wlLine":[[-30.000008,174.0],[-30.000008,156.0]],"_wlID":1630,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1631,{"_wlLine":[[-30.000008,156.0],[-40.000008,156.0]],"_wlID":1631,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1632,{"_wlLine":[[-40.000008,156.0],[-40.000008,174.0]],"_wlID":1632,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1633,{"_wlLine":[[-40.000008,174.0],[-30.000008,174.0]],"_wlID":1633,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":258},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1634,{"_wlLine":[[-20.000008,174.0],[-20.000008,156.0]],"_wlID":1634,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1635,{"_wlLine":[[-20.000008,156.0],[-30.000008,156.0]],"_wlID":1635,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1636,{"_wlLine":[[-30.000008,156.0],[-30.000008,174.0]],"_wlID":1636,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1637,{"_wlLine":[[-30.000008,174.0],[-20.000008,174.0]],"_wlID":1637,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":259},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1638,{"_wlLine":[[-16.000008,160.0],[-34.000008,160.0]],"_wlID":1638,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1639,{"_wlLine":[[-34.000008,160.0],[-34.000008,170.0]],"_wlID":1639,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1640,{"_wlLine":[[-34.000008,170.0],[-16.000008,170.0]],"_wlID":1640,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1641,{"_wlLine":[[-16.000008,170.0],[-16.000008,160.0]],"_wlID":1641,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":260},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1642,{"_wlLine":[[-16.000008,150.0],[-34.000008,150.0]],"_wlID":1642,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1643,{"_wlLine":[[-34.000008,150.0],[-34.000008,160.0]],"_wlID":1643,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1644,{"_wlLine":[[-34.000008,160.0],[-16.000008,160.0]],"_wlID":1644,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1645,{"_wlLine":[[-16.000008,160.0],[-16.000008,150.0]],"_wlID":1645,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":261},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1646,{"_wlLine":[[-30.000015,246.0],[-30.000015,264.0]],"_wlID":1646,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1647,{"_wlLine":[[-30.000015,264.0],[-20.000015,264.0]],"_wlID":1647,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1648,{"_wlLine":[[-20.000015,264.0],[-20.000015,246.0]],"_wlID":1648,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1649,{"_wlLine":[[-20.000015,246.0],[-30.000015,246.0]],"_wlID":1649,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":262},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1650,{"_wlLine":[[-40.000015,246.0],[-40.000015,264.0]],"_wlID":1650,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1651,{"_wlLine":[[-40.000015,264.0],[-30.000015,264.0]],"_wlID":1651,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1652,{"_wlLine":[[-30.000015,264.0],[-30.000015,246.0]],"_wlID":1652,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1653,{"_wlLine":[[-30.000015,246.0],[-40.000015,246.0]],"_wlID":1653,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":263},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1654,{"_wlLine":[[-44.000015,260.0],[-26.000015,260.0]],"_wlID":1654,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1655,{"_wlLine":[[-26.000015,260.0],[-26.000015,250.0]],"_wlID":1655,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1656,{"_wlLine":[[-26.000015,250.0],[-44.000015,250.0]],"_wlID":1656,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1657,{"_wlLine":[[-44.000015,250.0],[-44.000015,260.0]],"_wlID":1657,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":264},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1658,{"_wlLine":[[-44.000015,270.0],[-26.000015,270.0]],"_wlID":1658,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1659,{"_wlLine":[[-26.000015,270.0],[-26.000015,260.0]],"_wlID":1659,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1660,{"_wlLine":[[-26.000015,260.0],[-44.000015,260.0]],"_wlID":1660,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1661,{"_wlLine":[[-44.000015,260.0],[-44.000015,270.0]],"_wlID":1661,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":265},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1662,{"_wlLine":[[-30.000015,274.0],[-30.000015,256.0]],"_wlID":1662,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1663,{"_wlLine":[[-30.000015,256.0],[-40.000015,256.0]],"_wlID":1663,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1664,{"_wlLine":[[-40.000015,256.0],[-40.000015,274.0]],"_wlID":1664,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1665,{"_wlLine":[[-40.000015,274.0],[-30.000015,274.0]],"_wlID":1665,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":266},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1666,{"_wlLine":[[-20.000015,274.0],[-20.000015,256.0]],"_wlID":1666,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1667,{"_wlLine":[[-20.000015,256.0],[-30.000015,256.0]],"_wlID":1667,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1668,{"_wlLine":[[-30.000015,256.0],[-30.000015,274.0]],"_wlID":1668,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1669,{"_wlLine":[[-30.000015,274.0],[-20.000015,274.0]],"_wlID":1669,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":267},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1670,{"_wlLine":[[-16.000015,260.0],[-34.000015,260.0]],"_wlID":1670,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1671,{"_wlLine":[[-34.000015,260.0],[-34.000015,270.0]],"_wlID":1671,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1672,{"_wlLine":[[-34.000015,270.0],[-16.000015,270.0]],"_wlID":1672,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1673,{"_wlLine":[[-16.000015,270.0],[-16.000015,260.0]],"_wlID":1673,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":268},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1674,{"_wlLine":[[-16.000015,250.0],[-34.000015,250.0]],"_wlID":1674,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1675,{"_wlLine":[[-34.000015,250.0],[-34.000015,260.0]],"_wlID":1675,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1676,{"_wlLine":[[-34.000015,260.0],[-16.000015,260.0]],"_wlID":1676,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1677,{"_wlLine":[[-16.000015,260.0],[-16.000015,250.0]],"_wlID":1677,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":269},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1678,{"_wlLine":[[-30.000023,346.0],[-30.000023,364.0]],"_wlID":1678,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1679,{"_wlLine":[[-30.000023,364.0],[-20.000023,364.0]],"_wlID":1679,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1680,{"_wlLine":[[-20.000023,364.0],[-20.000023,346.0]],"_wlID":1680,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1681,{"_wlLine":[[-20.000023,346.0],[-30.000023,346.0]],"_wlID":1681,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":270},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1682,{"_wlLine":[[-40.000023,346.0],[-40.000023,364.0]],"_wlID":1682,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1683,{"_wlLine":[[-40.000023,364.0],[-30.000023,364.0]],"_wlID":1683,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1684,{"_wlLine":[[-30.000023,364.0],[-30.000023,346.0]],"_wlID":1684,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1685,{"_wlLine":[[-30.000023,346.0],[-40.000023,346.0]],"_wlID":1685,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":271},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1686,{"_wlLine":[[-44.000023,360.0],[-26.000023,360.0]],"_wlID":1686,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1687,{"_wlLine":[[-26.000023,360.0],[-26.000023,350.0]],"_wlID":1687,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1688,{"_wlLine":[[-26.000023,350.0],[-44.000023,350.0]],"_wlID":1688,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1689,{"_wlLine":[[-44.000023,350.0],[-44.000023,360.0]],"_wlID":1689,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":272},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1690,{"_wlLine":[[-44.000023,370.0],[-26.000023,370.0]],"_wlID":1690,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1691,{"_wlLine":[[-26.000023,370.0],[-26.000023,360.0]],"_wlID":1691,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1692,{"_wlLine":[[-26.000023,360.0],[-44.000023,360.0]],"_wlID":1692,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1693,{"_wlLine":[[-44.000023,360.0],[-44.000023,370.0]],"_wlID":1693,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":273},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1694,{"_wlLine":[[-30.000023,374.0],[-30.000023,356.0]],"_wlID":1694,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1695,{"_wlLine":[[-30.000023,356.0],[-40.000023,356.0]],"_wlID":1695,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1696,{"_wlLine":[[-40.000023,356.0],[-40.000023,374.0]],"_wlID":1696,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1697,{"_wlLine":[[-40.000023,374.0],[-30.000023,374.0]],"_wlID":1697,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":274},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1698,{"_wlLine":[[-20.000023,374.0],[-20.000023,356.0]],"_wlID":1698,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1699,{"_wlLine":[[-20.000023,356.0],[-30.000023,356.0]],"_wlID":1699,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1700,{"_wlLine":[[-30.000023,356.0],[-30.000023,374.0]],"_wlID":1700,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1701,{"_wlLine":[[-30.000023,374.0],[-20.000023,374.0]],"_wlID":1701,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":275},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1702,{"_wlLine":[[-16.000023,360.0],[-34.000023,360.0]],"_wlID":1702,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1703,{"_wlLine":[[-34.000023,360.0],[-34.000023,370.0]],"_wlID":1703,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1704,{"_wlLine":[[-34.000023,370.0],[-16.000023,370.0]],"_wlID":1704,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1705,{"_wlLine":[[-16.000023,370.0],[-16.000023,360.0]],"_wlID":1705,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":276},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1706,{"_wlLine":[[-16.000023,350.0],[-34.000023,350.0]],"_wlID":1706,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1707,{"_wlLine":[[-34.000023,350.0],[-34.000023,360.0]],"_wlID":1707,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1708,{"_wlLine":[[-34.000023,360.0],[-16.000023,360.0]],"_wlID":1708,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1709,{"_wlLine":[[-16.000023,360.0],[-16.000023,350.0]],"_wlID":1709,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":277},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1710,{"_wlLine":[[-130.0,146.0],[-130.0,164.0]],"_wlID":1710,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1711,{"_wlLine":[[-130.0,164.0],[-120.0,164.0]],"_wlID":1711,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1712,{"_wlLine":[[-120.0,164.0],[-120.0,146.0]],"_wlID":1712,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1713,{"_wlLine":[[-120.0,146.0],[-130.0,146.0]],"_wlID":1713,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":278},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1714,{"_wlLine":[[-140.0,146.0],[-140.0,164.0]],"_wlID":1714,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1715,{"_wlLine":[[-140.0,164.0],[-130.0,164.0]],"_wlID":1715,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1716,{"_wlLine":[[-130.0,164.0],[-130.0,146.0]],"_wlID":1716,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1717,{"_wlLine":[[-130.0,146.0],[-140.0,146.0]],"_wlID":1717,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":279},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1718,{"_wlLine":[[-144.0,160.0],[-126.0,160.0]],"_wlID":1718,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1719,{"_wlLine":[[-126.0,160.0],[-126.0,150.0]],"_wlID":1719,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1720,{"_wlLine":[[-126.0,150.0],[-144.0,150.0]],"_wlID":1720,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1721,{"_wlLine":[[-144.0,150.0],[-144.0,160.0]],"_wlID":1721,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":280},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1722,{"_wlLine":[[-144.0,170.0],[-126.0,170.0]],"_wlID":1722,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1723,{"_wlLine":[[-126.0,170.0],[-126.0,160.0]],"_wlID":1723,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1724,{"_wlLine":[[-126.0,160.0],[-144.0,160.0]],"_wlID":1724,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1725,{"_wlLine":[[-144.0,160.0],[-144.0,170.0]],"_wlID":1725,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":281},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1726,{"_wlLine":[[-130.0,174.0],[-130.0,156.0]],"_wlID":1726,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1727,{"_wlLine":[[-130.0,156.0],[-140.0,156.0]],"_wlID":1727,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1728,{"_wlLine":[[-140.0,156.0],[-140.0,174.0]],"_wlID":1728,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1729,{"_wlLine":[[-140.0,174.0],[-130.0,174.0]],"_wlID":1729,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":282},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1730,{"_wlLine":[[-120.0,174.0],[-120.0,156.0]],"_wlID":1730,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1731,{"_wlLine":[[-120.0,156.0],[-130.0,156.0]],"_wlID":1731,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1732,{"_wlLine":[[-130.0,156.0],[-130.0,174.0]],"_wlID":1732,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1733,{"_wlLine":[[-130.0,174.0],[-120.0,174.0]],"_wlID":1733,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":283},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1734,{"_wlLine":[[-116.0,160.0],[-134.0,160.0]],"_wlID":1734,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1735,{"_wlLine":[[-134.0,160.0],[-134.0,170.0]],"_wlID":1735,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1736,{"_wlLine":[[-134.0,170.0],[-116.0,170.0]],"_wlID":1736,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1737,{"_wlLine":[[-116.0,170.0],[-116.0,160.0]],"_wlID":1737,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":284},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1738,{"_wlLine":[[-116.0,150.0],[-134.0,150.0]],"_wlID":1738,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1739,{"_wlLine":[[-134.0,150.0],[-134.0,160.0]],"_wlID":1739,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1740,{"_wlLine":[[-134.0,160.0],[-116.0,160.0]],"_wlID":1740,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":false,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1741,{"_wlLine":[[-116.0,160.0],[-116.0,150.0]],"_wlID":1741,"_wlColor":[0.6,0.10000001,-0.4,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":17},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":true,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"BlockPart","_wsBlock":285},"_wlHeight":100.0,"_wlMaterial":"Stone"}],[1742,{"_wlLine":[[0.0,66.0],[0.0,84.0]],"_wlID":1742,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1743,{"_wlLine":[[0.0,84.0],[20.0,84.0]],"_wlID":1743,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1744,{"_wlLine":[[20.0,84.0],[20.0,66.0]],"_wlID":1744,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1745,{"_wlLine":[[20.0,66.0],[0.0,66.0]],"_wlID":1745,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":70},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1746,{"_wlLine":[[40.0,84.0],[40.0,66.0]],"_wlID":1746,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1747,{"_wlLine":[[40.0,66.0],[20.0,66.0]],"_wlID":1747,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1748,{"_wlLine":[[20.0,66.0],[20.0,84.0]],"_wlID":1748,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1749,{"_wlLine":[[20.0,84.0],[40.0,84.0]],"_wlID":1749,"_wlColor":[0.8333333,0.8333333,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":9},"_wlPathable":true,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":71},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1750,{"_wlLine":[[-3109.2302,203.22575],[-3126.5508,213.22571]],"_wlID":1750,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1751,{"_wlLine":[[-3126.5508,213.22571],[-3116.551,230.54625]],"_wlID":1751,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1752,{"_wlLine":[[-3116.551,230.54625],[-3099.2305,220.5463]],"_wlID":1752,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1753,{"_wlLine":[[-3099.2305,220.5463],[-3109.2302,203.22575]],"_wlID":1753,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":4},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1754,{"_wlLine":[[-707.23944,-2066.217],[-697.2394,-2083.5374]],"_wlID":1754,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1755,{"_wlLine":[[-697.2394,-2083.5374],[-714.5599,-2093.5374]],"_wlID":1755,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1756,{"_wlLine":[[-714.5599,-2093.5374],[-724.55994,-2076.217]],"_wlID":1756,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1757,{"_wlLine":[[-724.55994,-2076.217],[-707.23944,-2066.217]],"_wlID":1757,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":5},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1758,{"_wlLine":[[-422.8023,-1660.8516],[-440.1228,-1650.8516]],"_wlID":1758,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1759,{"_wlLine":[[-440.1228,-1650.8516],[-430.1228,-1633.531]],"_wlID":1759,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1760,{"_wlLine":[[-430.1228,-1633.531],[-412.8023,-1643.531]],"_wlID":1760,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1761,{"_wlLine":[[-412.8023,-1643.531],[-422.8023,-1660.8516]],"_wlID":1761,"_wlColor":[0.8,-0.2,0.8,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":6},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1762,{"_wlLine":[[-378.9387,-1270.595],[-361.6182,-1260.595]],"_wlID":1762,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1763,{"_wlLine":[[-361.6182,-1260.595],[-351.6182,-1277.9155]],"_wlID":1763,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1764,{"_wlLine":[[-351.6182,-1277.9155],[-368.9387,-1287.9155]],"_wlID":1764,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1765,{"_wlLine":[[-368.9387,-1287.9155],[-378.9387,-1270.595]],"_wlID":1765,"_wlColor":[0.0,1.0,0.5,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":7},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1766,{"_wlLine":[[-365.52557,-471.14755],[-382.84607,-461.14755]],"_wlID":1766,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1767,{"_wlLine":[[-382.84607,-461.14755],[-372.84607,-443.82706]],"_wlID":1767,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1768,{"_wlLine":[[-372.84607,-443.82706],[-355.52557,-453.82706]],"_wlID":1768,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1769,{"_wlLine":[[-355.52557,-453.82706],[-365.52557,-471.14755]],"_wlID":1769,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":8},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1770,{"_wlLine":[[-137.94229,-79.64104],[-120.621796,-69.64103]],"_wlID":1770,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1771,{"_wlLine":[[-120.621796,-69.64103],[-110.62179,-86.96153]],"_wlID":1771,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1772,{"_wlLine":[[-110.62179,-86.96153],[-127.94229,-96.96154]],"_wlID":1772,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1773,{"_wlLine":[[-127.94229,-96.96154],[-137.94229,-79.64104]],"_wlID":1773,"_wlColor":[1.0,1.0,0.0,1.0],"_wlOpacity":{"tag":"SeeAbove"},"_wlPathable":false,"_wlPenetrable":true,"_wlBouncy":false,"_wlWalkable":false,"_wlTouchThrough":true,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":false,"_wlStructure":{"tag":"MachinePart","_wsMachine":9},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1774,{"_wlLine":[[-3011.0916,181.20676],[-2995.5032,172.20676]],"_wlID":1774,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1775,{"_wlLine":[[-2995.5032,172.20676],[-3005.5032,154.88622]],"_wlID":1775,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1776,{"_wlLine":[[-3005.5032,154.88622],[-3021.0916,163.88622]],"_wlID":1776,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1777,{"_wlLine":[[-3021.0916,163.88622],[-3011.0916,181.20676]],"_wlID":1777,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":72},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1778,{"_wlLine":[[-3015.5032,137.56567],[-3031.0916,146.56567]],"_wlID":1778,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1779,{"_wlLine":[[-3031.0916,146.56567],[-3021.0916,163.88622]],"_wlID":1779,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1780,{"_wlLine":[[-3021.0916,163.88622],[-3005.5032,154.88622]],"_wlID":1780,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1781,{"_wlLine":[[-3005.5032,154.88622],[-3015.5032,137.56567]],"_wlID":1781,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":73},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1782,{"_wlLine":[[-762.2009,-2091.0208],[-771.2009,-2075.4324]],"_wlID":1782,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1783,{"_wlLine":[[-771.2009,-2075.4324],[-753.8805,-2065.4324]],"_wlID":1783,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1784,{"_wlLine":[[-753.8805,-2065.4324],[-744.8805,-2081.0208]],"_wlID":1784,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1785,{"_wlLine":[[-744.8805,-2081.0208],[-762.2009,-2091.0208]],"_wlID":1785,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":74},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1786,{"_wlLine":[[-736.56,-2055.4324],[-727.56,-2071.0208]],"_wlID":1786,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1787,{"_wlLine":[[-727.56,-2071.0208],[-744.8805,-2081.0208]],"_wlID":1787,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1788,{"_wlLine":[[-744.8805,-2081.0208],[-753.8805,-2065.4324]],"_wlID":1788,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1789,{"_wlLine":[[-753.8805,-2065.4324],[-736.56,-2055.4324]],"_wlID":1789,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":75},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1790,{"_wlLine":[[-415.44104,-1665.1014],[-399.8526,-1674.1014]],"_wlID":1790,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1791,{"_wlLine":[[-399.8526,-1674.1014],[-409.8526,-1691.422]],"_wlID":1791,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1792,{"_wlLine":[[-409.8526,-1691.422],[-425.44104,-1682.422]],"_wlID":1792,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1793,{"_wlLine":[[-425.44104,-1682.422],[-415.44104,-1665.1014]],"_wlID":1793,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":76},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1794,{"_wlLine":[[-419.8526,-1708.7424],[-435.44104,-1699.7424]],"_wlID":1794,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1795,{"_wlLine":[[-435.44104,-1699.7424],[-425.44104,-1682.422]],"_wlID":1795,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1796,{"_wlLine":[[-425.44104,-1682.422],[-409.8526,-1691.422]],"_wlID":1796,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1797,{"_wlLine":[[-409.8526,-1691.422],[-419.8526,-1708.7424]],"_wlID":1797,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":77},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1798,{"_wlLine":[[-354.1348,-1325.5566],[-369.72324,-1334.5566]],"_wlID":1798,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1799,{"_wlLine":[[-369.72324,-1334.5566],[-379.72324,-1317.2361]],"_wlID":1799,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1800,{"_wlLine":[[-379.72324,-1317.2361],[-364.1348,-1308.2361]],"_wlID":1800,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1801,{"_wlLine":[[-364.1348,-1308.2361],[-354.1348,-1325.5566]],"_wlID":1801,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":78},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1802,{"_wlLine":[[-389.72324,-1299.9156],[-374.1348,-1290.9156]],"_wlID":1802,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1803,{"_wlLine":[[-374.1348,-1290.9156],[-364.1348,-1308.2361]],"_wlID":1803,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1804,{"_wlLine":[[-364.1348,-1308.2361],[-379.72324,-1317.2361]],"_wlID":1804,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1805,{"_wlLine":[[-379.72324,-1317.2361],[-389.72324,-1299.9156]],"_wlID":1805,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":79},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1806,{"_wlLine":[[-267.38715,-493.1668],[-251.7987,-502.1668]],"_wlID":1806,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1807,{"_wlLine":[[-251.7987,-502.1668],[-261.7987,-519.4873]],"_wlID":1807,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1808,{"_wlLine":[[-261.7987,-519.4873],[-277.38715,-510.4873]],"_wlID":1808,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1809,{"_wlLine":[[-277.38715,-510.4873],[-267.38715,-493.1668]],"_wlID":1809,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":80},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1810,{"_wlLine":[[-271.7987,-536.8078],[-287.38715,-527.8078]],"_wlID":1810,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1811,{"_wlLine":[[-287.38715,-527.8078],[-277.38715,-510.4873]],"_wlID":1811,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1812,{"_wlLine":[[-277.38715,-510.4873],[-261.7987,-519.4873]],"_wlID":1812,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1813,{"_wlLine":[[-261.7987,-519.4873],[-271.7987,-536.8078]],"_wlID":1813,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":81},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1814,{"_wlLine":[[-206.08072,-153.62184],[-221.66916,-162.62184]],"_wlID":1814,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1815,{"_wlLine":[[-221.66916,-162.62184],[-231.66916,-145.30135]],"_wlID":1815,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1816,{"_wlLine":[[-231.66916,-145.30135],[-216.08072,-136.30135]],"_wlID":1816,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1817,{"_wlLine":[[-216.08072,-136.30135],[-206.08072,-153.62184]],"_wlID":1817,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":82},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1818,{"_wlLine":[[-241.66917,-127.980835],[-226.0807,-118.980835]],"_wlID":1818,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1819,{"_wlLine":[[-226.0807,-118.980835],[-216.0807,-136.30135]],"_wlID":1819,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1820,{"_wlLine":[[-216.0807,-136.30135],[-231.66917,-145.30135]],"_wlID":1820,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}],[1821,{"_wlLine":[[-231.66917,-145.30135],[-241.66917,-127.980835]],"_wlID":1821,"_wlColor":[1.0,0.0,0.0,1.0],"_wlOpacity":{"tag":"Opaque","_opTexture":0},"_wlPathable":false,"_wlPenetrable":false,"_wlBouncy":true,"_wlWalkable":false,"_wlTouchThrough":false,"_wlFireThrough":false,"_wlReflect":false,"_wlUnshadowed":true,"_wlRotateTo":true,"_wlStructure":{"tag":"DoorPart","_wsDoor":83},"_wlHeight":100.0,"_wlMaterial":"Metal"}]],"_wallDamages":[],"_doors":[[0,{"_drID":0,"_drWallIDs":[326,327,328,329],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[15.310888,-95.083244],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[5.3108807,-77.76274],[15.310888,-95.083244]],"_drOpenPos":[[-4.189127,-61.308266],[5.8108807,-78.62877]],"_drClosePos":[[5.3108807,-77.76274],[15.310888,-95.083244]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":487,"_penEnd":514,"_penPathEdge":{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":514,"_penEnd":487,"_penPathEdge":{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[1,{"_drID":1,"_drWallIDs":[330,331,332,333],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[15.310888,-95.083244],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[25.310896,-112.40375],[15.310888,-95.083244]],"_drOpenPos":[[34.810905,-128.85823],[24.810896,-111.53772]],"_drClosePos":[[25.310896,-112.40375],[15.310888,-95.083244]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":487,"_penEnd":514,"_penPathEdge":{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":514,"_penEnd":487,"_penPathEdge":{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[2,{"_drID":2,"_drWallIDs":[382,383,384,385],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-371.92917,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-381.92917,-1115.0566],[-371.92917,-1097.7361]],"_drOpenPos":[[-391.42917,-1131.5112],[-381.42917,-1114.1907]],"_drClosePos":[[-381.92917,-1115.0566],[-371.92917,-1097.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":351,"_penEnd":355,"_penPathEdge":{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":355,"_penEnd":351,"_penPathEdge":{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[3,{"_drID":3,"_drWallIDs":[386,387,388,389],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-371.92917,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-361.92917,-1080.4156],[-371.92917,-1097.7361]],"_drOpenPos":[[-352.42917,-1063.9612],[-362.42917,-1081.2816]],"_drClosePos":[[-361.92917,-1080.4156],[-371.92917,-1097.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":351,"_penEnd":355,"_penPathEdge":{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":355,"_penEnd":351,"_penPathEdge":{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[4,{"_drID":4,"_drWallIDs":[390,391,392,393],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1030.9839,-2057.8674],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1020.984,-2040.5468],[-1030.9839,-2057.8674]],"_drOpenPos":[[-1011.48413,-2024.0922],[-1021.484,-2041.4128]],"_drClosePos":[[-1020.984,-2040.5468],[-1030.9839,-2057.8674]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":266,"_penEnd":270,"_penPathEdge":{"_peStart":[-1043.9744,-2050.3674],"_peEnd":[-1017.9935,-2065.3672],"_peDist":29.99994,"_peObstacles":[]}},{"_penStart":270,"_penEnd":266,"_penPathEdge":{"_peStart":[-1017.9935,-2065.3672],"_peEnd":[-1043.9744,-2050.3674],"_peDist":29.99994,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[5,{"_drID":5,"_drWallIDs":[394,395,396,397],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1030.9839,-2057.8674],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1040.9839,-2075.188],[-1030.9839,-2057.8674]],"_drOpenPos":[[-1050.4839,-2091.6426],[-1040.4839,-2074.322]],"_drClosePos":[[-1040.9839,-2075.188],[-1030.9839,-2057.8674]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":266,"_penEnd":270,"_penPathEdge":{"_peStart":[-1043.9744,-2050.3674],"_peEnd":[-1017.9935,-2065.3672],"_peDist":29.99994,"_peObstacles":[]}},{"_penStart":270,"_penEnd":266,"_penPathEdge":{"_peStart":[-1017.9935,-2065.3672],"_peEnd":[-1043.9744,-2050.3674],"_peDist":29.99994,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[6,{"_drID":6,"_drWallIDs":[522,523,524,525],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2961.3354,129.38637],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2951.3354,146.70691],[-2961.3354,129.38637]],"_drOpenPos":[[-2941.8354,163.16142],[-2951.8354,145.84088]],"_drClosePos":[[-2951.3354,146.70691],[-2961.3354,129.38637]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":126,"_penEnd":133,"_penPathEdge":{"_peStart":[-2974.326,136.88632],"_peEnd":[-2948.345,121.8864],"_peDist":30.00013,"_peObstacles":[]}},{"_penStart":133,"_penEnd":126,"_penPathEdge":{"_peStart":[-2948.345,121.8864],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[7,{"_drID":7,"_drWallIDs":[526,527,528,529],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2961.3354,129.38637],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2971.3354,112.06583],[-2961.3354,129.38637]],"_drOpenPos":[[-2980.8354,95.61131],[-2970.8354,112.931854]],"_drClosePos":[[-2971.3354,112.06583],[-2961.3354,129.38637]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":126,"_penEnd":133,"_penPathEdge":{"_peStart":[-2974.326,136.88632],"_peEnd":[-2948.345,121.8864],"_peDist":30.00013,"_peObstacles":[]}},{"_penStart":133,"_penEnd":126,"_penPathEdge":{"_peStart":[-2948.345,121.8864],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[8,{"_drID":8,"_drWallIDs":[530,531,532,533],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2987.3164,144.38629],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2977.3164,161.70682],[-2987.3164,144.38629]],"_drOpenPos":[[-2967.8164,178.16132],[-2977.8164,160.84079]],"_drClosePos":[[-2977.3164,161.70682],[-2987.3164,144.38629]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":125,"_penEnd":126,"_penPathEdge":{"_peStart":[-3000.307,151.88625],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":[]}},{"_penStart":126,"_penEnd":125,"_penPathEdge":{"_peStart":[-2974.326,136.88632],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[9,{"_drID":9,"_drWallIDs":[534,535,536,537],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2987.3164,144.38629],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2997.3164,127.06575],[-2987.3164,144.38629]],"_drOpenPos":[[-3006.8164,110.61124],[-2996.8164,127.93178]],"_drClosePos":[[-2997.3164,127.06575],[-2987.3164,144.38629]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":125,"_penEnd":126,"_penPathEdge":{"_peStart":[-3000.307,151.88625],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":[]}},{"_penStart":126,"_penEnd":125,"_penPathEdge":{"_peStart":[-2974.326,136.88632],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[10,{"_drID":10,"_drWallIDs":[546,547,548,549],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-3306.993,80.69022],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-3324.3135,90.6902],[-3306.993,80.69022]],"_drOpenPos":[[-3340.768,100.19018],[-3323.4475,90.1902]],"_drClosePos":[[-3324.3135,90.6902],[-3306.993,80.69022]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[11,{"_drID":11,"_drWallIDs":[550,551,552,553],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-3306.993,80.69022],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-3289.6724,70.69025],[-3306.993,80.69022]],"_drOpenPos":[[-3273.2178,61.19027],[-3290.5383,71.19025]],"_drClosePos":[[-3289.6724,70.69025],[-3306.993,80.69022]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":82,"_penEnd":83,"_penPathEdge":{"_peStart":[-3314.493,67.69983],"_peEnd":[-3299.493,93.68061],"_peDist":30.000017,"_peObstacles":[]}},{"_penStart":83,"_penEnd":82,"_penPathEdge":{"_peStart":[-3299.493,93.68061],"_peEnd":[-3314.493,67.69983],"_peDist":30.000017,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[12,{"_drID":12,"_drWallIDs":[554,555,556,557],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-3314.493,-7.300171],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-3334.493,-7.300173],[-3314.493,-7.300171]],"_drOpenPos":[[-3353.493,-7.3001747],[-3333.493,-7.300173]],"_drClosePos":[[-3334.493,-7.300173],[-3314.493,-7.300171]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":79,"_penEnd":80,"_penPathEdge":{"_peStart":[-3314.493,-22.30017],"_peEnd":[-3314.493,7.699831],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":80,"_penEnd":79,"_penPathEdge":{"_peStart":[-3314.493,7.699831],"_peEnd":[-3314.493,-22.30017],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[13,{"_drID":13,"_drWallIDs":[558,559,560,561],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-3314.493,-7.300171],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-3294.493,-7.300169],[-3314.493,-7.300171]],"_drOpenPos":[[-3275.493,-7.300167],[-3295.493,-7.300169]],"_drClosePos":[[-3294.493,-7.300169],[-3314.493,-7.300171]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":79,"_penEnd":80,"_penPathEdge":{"_peStart":[-3314.493,-22.30017],"_peEnd":[-3314.493,7.699831],"_peDist":30.000002,"_peObstacles":[]}},{"_penStart":80,"_penEnd":79,"_penPathEdge":{"_peStart":[-3314.493,7.699831],"_peEnd":[-3314.493,-22.30017],"_peDist":30.000002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[14,{"_drID":14,"_drWallIDs":[922,923,924,925],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2494.5698,-1212.8721],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2504.5698,-1230.1925],[-2494.5698,-1212.8721]],"_drOpenPos":[[-2514.0698,-1246.647],[-2504.0698,-1229.3265]],"_drClosePos":[[-2504.5698,-1230.1925],[-2494.5698,-1212.8721]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":249,"_penEnd":250,"_penPathEdge":{"_peStart":[-2507.5603,-1205.3721],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":[]}},{"_penStart":250,"_penEnd":249,"_penPathEdge":{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2507.5603,-1205.3721],"_peDist":30.000109,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[15,{"_drID":15,"_drWallIDs":[926,927,928,929],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2494.5698,-1212.8721],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2484.5698,-1195.5515],[-2494.5698,-1212.8721]],"_drOpenPos":[[-2475.0698,-1179.0969],[-2485.0698,-1196.4175]],"_drClosePos":[[-2484.5698,-1195.5515],[-2494.5698,-1212.8721]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":249,"_penEnd":250,"_penPathEdge":{"_peStart":[-2507.5603,-1205.3721],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":[]}},{"_penStart":250,"_penEnd":249,"_penPathEdge":{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2507.5603,-1205.3721],"_peDist":30.000109,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[16,{"_drID":16,"_drWallIDs":[930,931,932,933],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2468.5889,-1227.8718],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2478.5889,-1245.1924],[-2468.5889,-1227.872]],"_drOpenPos":[[-2488.0889,-1261.6469],[-2478.0889,-1244.3264]],"_drClosePos":[[-2478.5889,-1245.1924],[-2468.5889,-1227.872]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":250,"_penEnd":251,"_penPathEdge":{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2455.5984,-1235.3718],"_peDist":30.000109,"_peObstacles":[]}},{"_penStart":251,"_penEnd":250,"_penPathEdge":{"_peStart":[-2455.5984,-1235.3718],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[17,{"_drID":17,"_drWallIDs":[934,935,936,937],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-2468.5889,-1227.8718],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-2458.5889,-1210.5514],[-2468.5889,-1227.872]],"_drOpenPos":[[-2449.0889,-1194.0968],[-2459.0889,-1211.4174]],"_drClosePos":[[-2458.5889,-1210.5514],[-2468.5889,-1227.872]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":250,"_penEnd":251,"_penPathEdge":{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2455.5984,-1235.3718],"_peDist":30.000109,"_peObstacles":[]}},{"_penStart":251,"_penEnd":250,"_penPathEdge":{"_peStart":[-2455.5984,-1235.3718],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[18,{"_drID":18,"_drWallIDs":[962,963,964,965],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1078.2566,-1949.746],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1060.9362,-1959.746],[-1078.2567,-1949.746]],"_drOpenPos":[[-1044.4816,-1969.246],[-1061.8021,-1959.246]],"_drClosePos":[[-1060.9362,-1959.746],[-1078.2567,-1949.746]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":261,"_penEnd":263,"_penPathEdge":{"_peStart":[-1085.7567,-1962.7363],"_peEnd":[-1070.7567,-1936.7556],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":263,"_penEnd":261,"_penPathEdge":{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1085.7567,-1962.7363],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[19,{"_drID":19,"_drWallIDs":[966,967,968,969],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1078.2566,-1949.746],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1095.5771,-1939.746],[-1078.2567,-1949.746]],"_drOpenPos":[[-1112.0316,-1930.246],[-1094.7112,-1940.246]],"_drClosePos":[[-1095.5771,-1939.746],[-1078.2567,-1949.746]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":261,"_penEnd":263,"_penPathEdge":{"_peStart":[-1085.7567,-1962.7363],"_peEnd":[-1070.7567,-1936.7556],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":263,"_penEnd":261,"_penPathEdge":{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1085.7567,-1962.7363],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[20,{"_drID":20,"_drWallIDs":[970,971,972,973],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1033.2567,-1871.8037],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1015.9362,-1881.8037],[-1033.2567,-1871.8037]],"_drOpenPos":[[-999.48175,-1891.3037],[-1016.80225,-1881.3037]],"_drClosePos":[[-1015.9362,-1881.8037],[-1033.2567,-1871.8037]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":267,"_penEnd":269,"_penPathEdge":{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":269,"_penEnd":267,"_penPathEdge":{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[21,{"_drID":21,"_drWallIDs":[974,975,976,977],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-1033.2567,-1871.8037],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-1050.5773,-1861.8037],[-1033.2567,-1871.8037]],"_drOpenPos":[[-1067.0319,-1852.3037],[-1049.7113,-1862.3037]],"_drClosePos":[[-1050.5773,-1861.8037],[-1033.2567,-1871.8037]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":267,"_penEnd":269,"_penPathEdge":{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":[]}},{"_penStart":269,"_penEnd":267,"_penPathEdge":{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[22,{"_drID":22,"_drWallIDs":[990,991,992,993],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-779.3806,-2021.2651],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-796.70105,-2031.2653],[-779.3806,-2021.2651]],"_drOpenPos":[[-813.15546,-2040.7654],[-795.835,-2030.7653]],"_drClosePos":[[-796.70105,-2031.2653],[-779.3806,-2021.2651]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":291,"_penEnd":294,"_penPathEdge":{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":[]}},{"_penStart":294,"_penEnd":291,"_penPathEdge":{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[23,{"_drID":23,"_drWallIDs":[994,995,996,997],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-779.3806,-2021.2651],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-762.0601,-2011.2651],[-779.3806,-2021.2651]],"_drOpenPos":[[-745.60565,-2001.7651],[-762.92615,-2011.7651]],"_drClosePos":[[-762.0601,-2011.2651],[-779.3806,-2021.2651]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":291,"_penEnd":294,"_penPathEdge":{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":[]}},{"_penStart":294,"_penEnd":291,"_penPathEdge":{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[24,{"_drID":24,"_drWallIDs":[998,999,1000,1001],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-764.3805,-2047.2458],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-781.701,-2057.2458],[-764.3805,-2047.2458]],"_drOpenPos":[[-798.15546,-2066.7458],[-780.83496,-2056.7458]],"_drClosePos":[[-781.701,-2057.2458],[-764.3805,-2047.2458]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":294,"_penEnd":299,"_penPathEdge":{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-756.8805,-2060.2363],"_peDist":30.000093,"_peObstacles":[]}},{"_penStart":299,"_penEnd":294,"_penPathEdge":{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-771.88055,-2034.2555],"_peDist":30.000093,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[25,{"_drID":25,"_drWallIDs":[1002,1003,1004,1005],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-764.3805,-2047.2458],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-747.06006,-2037.2458],[-764.3805,-2047.2458]],"_drOpenPos":[[-730.60565,-2027.7458],[-747.9261,-2037.7458]],"_drClosePos":[[-747.06006,-2037.2458],[-764.3805,-2047.2458]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[26,{"_drID":26,"_drWallIDs":[1006,1007,1008,1009],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-403.72324,-2121.9214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-393.7232,-2139.242],[-403.72324,-2121.9214]],"_drOpenPos":[[-384.22318,-2155.6965],[-394.2232,-2138.376]],"_drClosePos":[[-393.7232,-2139.242],[-403.72324,-2121.9214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":347,"_penEnd":350,"_penPathEdge":{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":350,"_penEnd":347,"_penPathEdge":{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[27,{"_drID":27,"_drWallIDs":[1010,1011,1012,1013],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-403.72324,-2121.9214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-413.72327,-2104.601],[-403.72324,-2121.9214]],"_drOpenPos":[[-423.2233,-2088.1467],[-413.22327,-2105.467]],"_drClosePos":[[-413.72327,-2104.601],[-403.72324,-2121.9214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":347,"_penEnd":350,"_penPathEdge":{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":350,"_penEnd":347,"_penPathEdge":{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[28,{"_drID":28,"_drWallIDs":[1014,1015,1016,1017],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-315.73285,-2114.4214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-315.73285,-2134.4214],[-315.73285,-2114.4214]],"_drOpenPos":[[-315.73285,-2153.4214],[-315.73285,-2133.4214]],"_drClosePos":[[-315.73285,-2134.4214],[-315.73285,-2114.4214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":361,"_penEnd":369,"_penPathEdge":{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":369,"_penEnd":361,"_penPathEdge":{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[29,{"_drID":29,"_drWallIDs":[1018,1019,1020,1021],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-315.73285,-2114.4214],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-315.73288,-2094.4214],[-315.73285,-2114.4214]],"_drOpenPos":[[-315.7329,-2075.4214],[-315.73288,-2095.4214]],"_drClosePos":[[-315.73288,-2094.4214],[-315.73285,-2114.4214]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":361,"_penEnd":369,"_penPathEdge":{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":369,"_penEnd":361,"_penPathEdge":{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[30,{"_drID":30,"_drWallIDs":[1022,1023,1024,1025],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-365.68527,-1716.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-355.68527,-1699.6013],[-365.68527,-1716.9219]],"_drOpenPos":[[-346.18527,-1683.1467],[-356.18527,-1700.4673]],"_drClosePos":[[-355.68527,-1699.6013],[-365.68527,-1716.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":354,"_penEnd":358,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":358,"_penEnd":354,"_penPathEdge":{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[31,{"_drID":31,"_drWallIDs":[1026,1027,1028,1029],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-365.68527,-1716.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-375.68527,-1734.2423],[-365.68527,-1716.9219]],"_drOpenPos":[[-385.18527,-1750.6968],[-375.18527,-1733.3763]],"_drClosePos":[[-375.68527,-1734.2423],[-365.68527,-1716.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":354,"_penEnd":358,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":358,"_penEnd":354,"_penPathEdge":{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[32,{"_drID":32,"_drWallIDs":[1030,1031,1032,1033],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-391.66605,-1701.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-381.66605,-1684.6013],[-391.66605,-1701.9219]],"_drOpenPos":[[-372.16605,-1668.1467],[-382.16605,-1685.4673]],"_drClosePos":[[-381.66605,-1684.6013],[-391.66605,-1701.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":349,"_penEnd":354,"_penPathEdge":{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":354,"_penEnd":349,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[33,{"_drID":33,"_drWallIDs":[1034,1035,1036,1037],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-391.66605,-1701.9219],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-401.66605,-1719.2423],[-391.66605,-1701.9219]],"_drOpenPos":[[-411.16605,-1735.6968],[-401.16605,-1718.3763]],"_drClosePos":[[-401.66605,-1719.2423],[-391.66605,-1701.9219]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":349,"_penEnd":354,"_penPathEdge":{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":354,"_penEnd":349,"_penPathEdge":{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[34,{"_drID":34,"_drWallIDs":[1038,1039,1040,1041],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-496.3424,-1393.2267],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-479.0219,-1403.2267],[-496.3424,-1393.2267]],"_drOpenPos":[[-462.56744,-1412.7267],[-479.88794,-1402.7267]],"_drClosePos":[[-479.0219,-1403.2267],[-496.3424,-1393.2267]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":332,"_penEnd":335,"_penPathEdge":{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":[]}},{"_penStart":335,"_penEnd":332,"_penPathEdge":{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[35,{"_drID":35,"_drWallIDs":[1042,1043,1044,1045],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-496.3424,-1393.2267],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-513.6629,-1383.2267],[-496.3424,-1393.2267]],"_drOpenPos":[[-530.1174,-1373.7267],[-512.7969,-1383.7267]],"_drClosePos":[[-513.6629,-1383.2267],[-496.3424,-1393.2267]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":332,"_penEnd":335,"_penPathEdge":{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":[]}},{"_penStart":335,"_penEnd":332,"_penPathEdge":{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[36,{"_drID":36,"_drWallIDs":[1046,1047,1048,1049],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-423.8905,-1342.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-413.8905,-1360.0566],[-423.8905,-1342.7361]],"_drOpenPos":[[-404.3905,-1376.5112],[-414.3905,-1359.1907]],"_drClosePos":[[-413.8905,-1360.0566],[-423.8905,-1342.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[37,{"_drID":37,"_drWallIDs":[1050,1051,1052,1053],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-423.8905,-1342.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-433.8905,-1325.4156],[-423.8905,-1342.7361]],"_drOpenPos":[[-443.3905,-1308.9612],[-433.3905,-1326.2816]],"_drClosePos":[[-433.8905,-1325.4156],[-423.8905,-1342.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":344,"_penEnd":348,"_penPathEdge":{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":348,"_penEnd":344,"_penPathEdge":{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-436.8809,-1350.2361],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[38,{"_drID":38,"_drWallIDs":[1054,1055,1056,1057],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-397.9098,-1327.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-387.90976,-1345.0566],[-397.90976,-1327.7361]],"_drOpenPos":[[-378.40976,-1361.5112],[-388.40976,-1344.1907]],"_drClosePos":[[-387.90976,-1345.0566],[-397.90976,-1327.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[39,{"_drID":39,"_drWallIDs":[1058,1059,1060,1061],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-397.9098,-1327.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-407.9098,-1310.4156],[-397.90976,-1327.7361]],"_drOpenPos":[[-417.40982,-1293.9612],[-407.4098,-1311.2816]],"_drClosePos":[[-407.9098,-1310.4156],[-397.90976,-1327.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":348,"_penEnd":352,"_penPathEdge":{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":352,"_penEnd":348,"_penPathEdge":{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[40,{"_drID":40,"_drWallIDs":[1062,1063,1064,1065],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[0.46178532,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[10.461788,-1115.0565],[0.46178436,-1097.736]],"_drOpenPos":[[19.961792,-1131.5111],[9.961789,-1114.1906]],"_drClosePos":[[10.461788,-1115.0565],[0.46178436,-1097.736]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":482,"_penEnd":489,"_penPathEdge":{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":[]}},{"_penStart":489,"_penEnd":482,"_penPathEdge":{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[41,{"_drID":41,"_drWallIDs":[1066,1067,1068,1069],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[0.46178532,-1097.7361],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-9.538218,-1080.4155],[0.46178436,-1097.736]],"_drOpenPos":[[-19.038218,-1063.961],[-9.038216,-1081.2815]],"_drClosePos":[[-9.538218,-1080.4155],[0.46178436,-1097.736]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":482,"_penEnd":489,"_penPathEdge":{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":[]}},{"_penStart":489,"_penEnd":482,"_penPathEdge":{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[42,{"_drID":42,"_drWallIDs":[1070,1071,1072,1073],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[78.40407,-1052.7358],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[88.40407,-1070.0564],[78.40406,-1052.7358]],"_drOpenPos":[[97.904076,-1086.511],[87.90407,-1069.1904]],"_drClosePos":[[88.40407,-1070.0564],[78.40406,-1052.7358]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":530,"_penEnd":548,"_penPathEdge":{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":548,"_penEnd":530,"_penPathEdge":{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[43,{"_drID":43,"_drWallIDs":[1074,1075,1076,1077],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[78.40407,-1052.7358],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[68.40406,-1035.4154],[78.40406,-1052.7358]],"_drOpenPos":[[58.90406,-1018.961],[68.90406,-1036.2814]],"_drClosePos":[[68.40406,-1035.4154],[78.40406,-1052.7358]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":530,"_penEnd":548,"_penPathEdge":{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":548,"_penEnd":530,"_penPathEdge":{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[44,{"_drID":44,"_drWallIDs":[1078,1079,1080,1081],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[349.17502,-632.7752],[318.18033,-650.67]],"_drOpenPos":[[509.16235,-540.40656],[478.16766,-558.30133]],"_drClosePos":[[349.17502,-632.7752],[318.18033,-650.67]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":45,"_drMounts":[],"_drObstructs":[{"_penStart":624,"_penEnd":634,"_penPathEdge":{"_peStart":[320.31287,-622.7844],"_peEnd":[351.73718,-677.213],"_peDist":62.848698,"_peObstacles":[]}},{"_penStart":634,"_penEnd":624,"_penPathEdge":{"_peStart":[351.73718,-677.213],"_peEnd":[320.31287,-622.7844],"_peDist":62.848698,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[45,{"_drID":45,"_drWallIDs":[1082,1083,1084,1085],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[318.18033,-650.67],[287.18567,-668.56476]],"_drOpenPos":[[478.1676,-558.3013],[447.17294,-576.19604]],"_drClosePos":[[318.18033,-650.67],[287.18567,-668.56476]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":44},"_drPushes":46,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[46,{"_drID":46,"_drWallIDs":[1086,1087,1088,1089],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[287.18567,-668.56476],[256.19098,-686.45953]],"_drOpenPos":[[447.173,-576.1961],[416.1783,-594.0909]],"_drClosePos":[[287.18567,-668.56476],[256.19098,-686.45953]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":45},"_drPushes":47,"_drMounts":[],"_drObstructs":[{"_penStart":608,"_penEnd":618,"_penPathEdge":{"_peStart":[264.097,-655.2407],"_peEnd":[295.5213,-709.6692],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":618,"_penEnd":608,"_penPathEdge":{"_peStart":[295.5213,-709.6692],"_peEnd":[264.097,-655.2407],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[47,{"_drID":47,"_drWallIDs":[1090,1091,1092,1093],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[256.19098,-686.45953],[225.19629,-704.3544]],"_drOpenPos":[[416.17822,-594.09064],[385.18353,-611.9855]],"_drClosePos":[[256.19098,-686.45953],[225.19629,-704.3544]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":46},"_drPushes":48,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[48,{"_drID":48,"_drWallIDs":[1094,1095,1096,1097],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[225.19629,-704.3544],[194.20163,-722.24915]],"_drOpenPos":[[385.18356,-611.98566],[354.1889,-629.88043]],"_drClosePos":[[225.19629,-704.3544],[194.20163,-722.24915]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":47},"_drPushes":49,"_drMounts":[],"_drObstructs":[{"_penStart":589,"_penEnd":601,"_penPathEdge":{"_peStart":[207.88113,-687.6969],"_peEnd":[239.30545,-742.1255],"_peDist":62.848698,"_peObstacles":[]}},{"_penStart":601,"_penEnd":589,"_penPathEdge":{"_peStart":[239.30545,-742.1255],"_peEnd":[207.88113,-687.6969],"_peDist":62.848698,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[49,{"_drID":49,"_drWallIDs":[1098,1099,1100,1101],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[194.20163,-722.24915],[163.20694,-740.1439]],"_drOpenPos":[[354.18896,-629.8805],[323.19427,-647.77527]],"_drClosePos":[[194.20163,-722.24915],[163.20694,-740.1439]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":48},"_drPushes":null,"_drMounts":[{"tag":"MountedLS","contents":35},{"tag":"MountedProp","contents":1},{"tag":"MountedLS","contents":34},{"tag":"MountedProp","contents":0}],"_drObstructs":[{"_penStart":572,"_penEnd":581,"_penPathEdge":{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":581,"_penEnd":572,"_penPathEdge":{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[50,{"_drID":50,"_drWallIDs":[1102,1103,1104,1105],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-22.761139,-847.5126],[8.233551,-829.6178]],"_drOpenPos":[[-182.74847,-939.8812],[-151.75378,-921.98645]],"_drClosePos":[[-22.761139,-847.5126],[8.233551,-829.6178]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":51,"_drMounts":[],"_drObstructs":[{"_penStart":480,"_penEnd":490,"_penPathEdge":{"_peStart":[-16.98227,-817.52185],"_peEnd":[14.442047,-871.9504],"_peDist":62.848644,"_peObstacles":[]}},{"_penStart":490,"_penEnd":480,"_penPathEdge":{"_peStart":[14.442047,-871.9504],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848644,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[51,{"_drID":51,"_drWallIDs":[1106,1107,1108,1109],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[8.233551,-829.6178],[39.22824,-811.723]],"_drOpenPos":[[-151.75378,-921.98645],[-120.759094,-904.0917]],"_drClosePos":[[8.233551,-829.6178],[39.22824,-811.723]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":50},"_drPushes":52,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[52,{"_drID":52,"_drWallIDs":[1110,1111,1112,1113],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[39.22824,-811.723],[70.2229,-793.82825]],"_drOpenPos":[[-120.75903,-904.09174],[-89.76437,-886.19696]],"_drClosePos":[[39.22824,-811.723],[70.2229,-793.82825]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":51},"_drPushes":53,"_drMounts":[],"_drObstructs":[{"_penStart":518,"_penEnd":531,"_penPathEdge":{"_peStart":[39.23358,-785.0657],"_peEnd":[70.6579,-839.49414],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":531,"_penEnd":518,"_penPathEdge":{"_peStart":[70.6579,-839.49414],"_peEnd":[39.23358,-785.0657],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[53,{"_drID":53,"_drWallIDs":[1114,1115,1116,1117],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[70.2229,-793.82825],[101.21759,-775.9335]],"_drOpenPos":[[-89.764435,-886.1969],[-58.769745,-868.3021]],"_drClosePos":[[70.2229,-793.82825],[101.21759,-775.9335]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":52},"_drPushes":54,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[54,{"_drID":54,"_drWallIDs":[1118,1119,1120,1121],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[101.21759,-775.9335],[132.21225,-758.0387]],"_drOpenPos":[[-58.769684,-868.3022],[-27.775024,-850.4074]],"_drClosePos":[[101.21759,-775.9335],[132.21225,-758.0387]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":53},"_drPushes":55,"_drMounts":[],"_drObstructs":[{"_penStart":549,"_penEnd":564,"_penPathEdge":{"_peStart":[95.44943,-752.6094],"_peEnd":[126.87375,-807.03796],"_peDist":62.848698,"_peObstacles":[]}},{"_penStart":564,"_penEnd":549,"_penPathEdge":{"_peStart":[126.87375,-807.03796],"_peEnd":[95.44943,-752.6094],"_peDist":62.848698,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[55,{"_drID":55,"_drWallIDs":[1122,1123,1124,1125],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlBtNotOff","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[132.21225,-758.0387],[163.20694,-740.1439]],"_drOpenPos":[[-27.775085,-850.40735],[3.2196045,-832.5126]],"_drClosePos":[[132.21225,-758.0387],[163.20694,-740.1439]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushedBy","contents":54},"_drPushes":null,"_drMounts":[{"tag":"MountedLS","contents":37},{"tag":"MountedProp","contents":3},{"tag":"MountedLS","contents":36},{"tag":"MountedProp","contents":2}],"_drObstructs":[{"_penStart":572,"_penEnd":581,"_penPathEdge":{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":[]}},{"_penStart":581,"_penEnd":572,"_penPathEdge":{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[56,{"_drID":56,"_drWallIDs":[1386,1387,1388,1389],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-217.63141,-544.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-207.6314,-527.6668],[-217.63141,-544.9873]],"_drOpenPos":[[-198.13138,-511.21234],[-208.1314,-528.53284]],"_drClosePos":[[-207.6314,-527.6668],[-217.63141,-544.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":394,"_penEnd":405,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":405,"_penEnd":394,"_penPathEdge":{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[57,{"_drID":57,"_drWallIDs":[1390,1391,1392,1393],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-217.63141,-544.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-227.63141,-562.3078],[-217.63141,-544.9873]],"_drOpenPos":[[-237.13141,-578.76227],[-227.13141,-561.4418]],"_drClosePos":[[-227.63141,-562.3078],[-217.63141,-544.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":394,"_penEnd":405,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":405,"_penEnd":394,"_penPathEdge":{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[58,{"_drID":58,"_drWallIDs":[1394,1395,1396,1397],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-243.61215,-529.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-233.61215,-512.6668],[-243.61215,-529.9873]],"_drOpenPos":[[-224.11215,-496.21234],[-234.11215,-513.53284]],"_drClosePos":[[-233.61215,-512.6668],[-243.61215,-529.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":392,"_penEnd":394,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":394,"_penEnd":392,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[59,{"_drID":59,"_drWallIDs":[1398,1399,1400,1401],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-243.61215,-529.9873],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-253.61217,-547.3078],[-243.61215,-529.9873]],"_drOpenPos":[[-263.11218,-563.76227],[-253.11217,-546.4418]],"_drClosePos":[[-253.61217,-547.3078],[-243.61215,-529.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":392,"_penEnd":394,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":[]}},{"_penStart":394,"_penEnd":392,"_penPathEdge":{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[60,{"_drID":60,"_drWallIDs":[1410,1411,1412,1413],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-348.2884,-221.29178],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-330.9679,-231.29178],[-348.2884,-221.29178]],"_drOpenPos":[[-314.51343,-240.79178],[-331.83392,-230.79178]],"_drClosePos":[[-330.9679,-231.29178],[-348.2884,-221.29178]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":357,"_penEnd":359,"_penPathEdge":{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":359,"_penEnd":357,"_penPathEdge":{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[61,{"_drID":61,"_drWallIDs":[1414,1415,1416,1417],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-348.2884,-221.29178],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-365.60892,-211.29178],[-348.2884,-221.29178]],"_drOpenPos":[[-382.06342,-201.79178],[-364.7429,-211.79178]],"_drClosePos":[[-365.60892,-211.29178],[-348.2884,-221.29178]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":357,"_penEnd":359,"_penPathEdge":{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":359,"_penEnd":357,"_penPathEdge":{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[62,{"_drID":62,"_drWallIDs":[1418,1419,1420,1421],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-275.8365,-170.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-265.8365,-188.12187],[-275.8365,-170.80138]],"_drOpenPos":[[-256.3365,-204.57634],[-266.3365,-187.25584]],"_drClosePos":[[-265.8365,-188.12187],[-275.8365,-170.80138]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":374,"_penEnd":391,"_penPathEdge":{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":[]}},{"_penStart":391,"_penEnd":374,"_penPathEdge":{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[63,{"_drID":63,"_drWallIDs":[1422,1423,1424,1425],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-275.8365,-170.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-285.8365,-153.48087],[-275.8365,-170.80138]],"_drOpenPos":[[-295.3365,-137.02638],[-285.3365,-154.3469]],"_drClosePos":[[-285.8365,-153.48087],[-275.8365,-170.80138]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":374,"_penEnd":391,"_penPathEdge":{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":[]}},{"_penStart":391,"_penEnd":374,"_penPathEdge":{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[64,{"_drID":64,"_drWallIDs":[1426,1427,1428,1429],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-249.85571,-155.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-239.85571,-173.12186],[-249.85571,-155.80136]],"_drOpenPos":[[-230.35571,-189.57632],[-240.35571,-172.25583]],"_drClosePos":[[-239.85571,-173.12186],[-249.85571,-155.80136]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[65,{"_drID":65,"_drWallIDs":[1430,1431,1432,1433],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-249.85571,-155.80136],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-259.8557,-138.48085],[-249.85571,-155.80136]],"_drOpenPos":[[-269.3557,-122.02637],[-259.3557,-139.34688]],"_drClosePos":[[-259.8557,-138.48085],[-249.85571,-155.80136]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":391,"_penEnd":393,"_penPathEdge":{"_peStart":[-262.8461,-163.30136],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":[]}},{"_penStart":393,"_penEnd":391,"_penPathEdge":{"_peStart":[-236.86533,-148.30135],"_peEnd":[-262.8461,-163.30136],"_peDist":30.00002,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[66,{"_drID":66,"_drWallIDs":[1438,1439,1440,1441],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-72.49999,-12.990378],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-55.179485,-2.9903755],[-72.49999,-12.990379]],"_drOpenPos":[[-38.725006,6.5096283],[-56.04551,-3.4903755]],"_drClosePos":[[-55.179485,-2.9903755],[-72.49999,-12.990379]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":456,"_penEnd":460,"_penPathEdge":{"_peStart":[-79.99999,0.0],"_peEnd":[-64.999985,-25.98076],"_peDist":30.000004,"_peObstacles":[]}},{"_penStart":460,"_penEnd":456,"_penPathEdge":{"_peStart":[-64.999985,-25.98076],"_peEnd":[-79.99999,0.0],"_peDist":30.000004,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[67,{"_drID":67,"_drWallIDs":[1442,1443,1444,1445],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-72.49999,-12.990378],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-89.820496,-22.990381],[-72.49999,-12.990379]],"_drOpenPos":[[-106.27497,-32.490383],[-88.95447,-22.490381]],"_drClosePos":[[-89.820496,-22.990381],[-72.49999,-12.990379]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"AutoDoorObstacle"}],[68,{"_drID":68,"_drWallIDs":[1446,1447,1448,1449],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-80.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-60.0,75.0],[-80.0,75.0]],"_drOpenPos":[[-41.0,75.0],[-61.0,75.0]],"_drClosePos":[[-60.0,75.0],[-80.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":453,"_penEnd":454,"_penPathEdge":{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":454,"_penEnd":453,"_penPathEdge":{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[69,{"_drID":69,"_drWallIDs":[1450,1451,1452,1453],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[-80.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-100.0,75.0],[-80.0,75.0]],"_drOpenPos":[[-119.0,75.0],[-99.0,75.0]],"_drClosePos":[[-100.0,75.0],[-80.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":453,"_penEnd":454,"_penPathEdge":{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":454,"_penEnd":453,"_penPathEdge":{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[70,{"_drID":70,"_drWallIDs":[1742,1743,1744,1745],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[20.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[0.0,75.0],[20.0,75.0]],"_drOpenPos":[[-19.0,75.0],[1.0,75.0]],"_drClosePos":[[0.0,75.0],[20.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":509,"_penEnd":510,"_penPathEdge":{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":510,"_penEnd":509,"_penPathEdge":{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[71,{"_drID":71,"_drWallIDs":[1746,1747,1748,1749],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdBlCrFilterNearPoint","contents":[40.0,[20.0,75.0],"CrIsAnimate"]},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[40.0,75.0],[20.0,75.0]],"_drOpenPos":[[59.0,75.0],[39.0,75.0]],"_drClosePos":[[40.0,75.0],[20.0,75.0]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":3.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":509,"_penEnd":510,"_penPathEdge":{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":[]}},{"_penStart":510,"_penEnd":509,"_penPathEdge":{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":[]}}],"_drObstacleType":"AutoDoorObstacle"}],[72,{"_drID":72,"_drWallIDs":[1774,1775,1776,1777],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-3003.2974,176.70676],[-3013.2974,159.38622]],"_drOpenPos":[[-2993.7974,193.16127],[-3003.7974,175.84073]],"_drClosePos":[[-3003.2974,176.70676],[-3013.2974,159.38622]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":118,"_penEnd":125,"_penPathEdge":{"_peStart":[-3026.2878,166.88617],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":[]}},{"_penStart":125,"_penEnd":118,"_penPathEdge":{"_peStart":[-3000.307,151.88625],"_peEnd":[-3026.2878,166.88617],"_peDist":30.00013,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[73,{"_drID":73,"_drWallIDs":[1778,1779,1780,1781],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":0},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-3023.2974,142.06567],[-3013.2974,159.38622]],"_drOpenPos":[[-3032.7974,125.61116],[-3022.7974,142.9317]],"_drClosePos":[[-3023.2974,142.06567],[-3013.2974,159.38622]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":118,"_penEnd":125,"_penPathEdge":{"_peStart":[-3026.2878,166.88617],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":[]}},{"_penStart":125,"_penEnd":118,"_penPathEdge":{"_peStart":[-3000.307,151.88625],"_peEnd":[-3026.2878,166.88617],"_peDist":30.00013,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[74,{"_drID":74,"_drWallIDs":[1782,1783,1784,1785],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":1},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-766.7009,-2083.2266],[-749.3805,-2073.2266]],"_drOpenPos":[[-783.15533,-2092.7266],[-765.8349,-2082.7266]],"_drClosePos":[[-766.7009,-2083.2266],[-749.3805,-2073.2266]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":299,"_penEnd":302,"_penPathEdge":{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-741.88043,-2086.217],"_peDist":29.999989,"_peObstacles":[]}},{"_penStart":302,"_penEnd":299,"_penPathEdge":{"_peStart":[-741.88043,-2086.217],"_peEnd":[-756.8805,-2060.2363],"_peDist":29.999989,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[75,{"_drID":75,"_drWallIDs":[1786,1787,1788,1789],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":1},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-732.06,-2063.2266],[-749.3805,-2073.2266]],"_drOpenPos":[[-715.6055,-2053.7266],[-732.926,-2063.7266]],"_drClosePos":[[-732.06,-2063.2266],[-749.3805,-2073.2266]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[76,{"_drID":76,"_drWallIDs":[1790,1791,1792,1793],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-407.64682,-1669.6014],[-417.64682,-1686.922]],"_drOpenPos":[[-398.14682,-1653.1469],[-408.14682,-1670.4674]],"_drClosePos":[[-407.64682,-1669.6014],[-417.64682,-1686.922]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":345,"_penEnd":349,"_penPathEdge":{"_peStart":[-430.6372,-1679.422],"_peEnd":[-404.65643,-1694.4219],"_peDist":29.999949,"_peObstacles":[]}},{"_penStart":349,"_penEnd":345,"_penPathEdge":{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-430.6372,-1679.422],"_peDist":29.999949,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[77,{"_drID":77,"_drWallIDs":[1794,1795,1796,1797],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":2},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-427.64682,-1704.2424],[-417.64682,-1686.922]],"_drOpenPos":[[-437.14682,-1720.6969],[-427.14682,-1703.3765]],"_drClosePos":[[-427.64682,-1704.2424],[-417.64682,-1686.922]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[78,{"_drID":78,"_drWallIDs":[1798,1799,1800,1801],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":3},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-361.92902,-1330.0566],[-371.92902,-1312.7361]],"_drOpenPos":[[-352.42902,-1346.5112],[-362.42902,-1329.1907]],"_drClosePos":[[-361.92902,-1330.0566],[-371.92902,-1312.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[79,{"_drID":79,"_drWallIDs":[1802,1803,1804,1805],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":3},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-381.92902,-1295.4156],[-371.92902,-1312.7361]],"_drOpenPos":[[-391.42902,-1278.9612],[-381.42902,-1296.2816]],"_drClosePos":[[-381.92902,-1295.4156],[-371.92902,-1312.7361]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":352,"_penEnd":356,"_penPathEdge":{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-358.93866,-1305.2361],"_peDist":29.999983,"_peObstacles":[]}},{"_penStart":356,"_penEnd":352,"_penPathEdge":{"_peStart":[-358.93866,-1305.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[80,{"_drID":80,"_drWallIDs":[1806,1807,1808,1809],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":4},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-259.59293,-497.6668],[-269.59293,-514.9873]],"_drOpenPos":[[-250.09293,-481.21234],[-260.09293,-498.53284]],"_drClosePos":[[-259.59293,-497.6668],[-269.59293,-514.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":375,"_penEnd":392,"_penPathEdge":{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":392,"_penEnd":375,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[81,{"_drID":81,"_drWallIDs":[1810,1811,1812,1813],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":4},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-279.59293,-532.3078],[-269.59293,-514.9873]],"_drOpenPos":[[-289.09293,-548.76227],[-279.09293,-531.4418]],"_drClosePos":[[-279.59293,-532.3078],[-269.59293,-514.9873]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":375,"_penEnd":392,"_penPathEdge":{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":[]}},{"_penStart":392,"_penEnd":375,"_penPathEdge":{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}],[82,{"_drID":82,"_drWallIDs":[1814,1815,1816,1817],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":5},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-213.87494,-158.12184],[-223.87494,-140.80135]],"_drOpenPos":[[-204.37494,-174.57631],[-214.37494,-157.25581]],"_drClosePos":[[-213.87494,-158.12184],[-223.87494,-140.80135]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[],"_drObstacleType":"DoorObstacle"}],[83,{"_drID":83,"_drWallIDs":[1818,1819,1820,1821],"_drStatus":{"tag":"DoorClosed"},"_drTrigger":{"tag":"WdTrig","contents":5},"_drMech":{"tag":"DoorMechanism"},"_drPos":[[-233.87494,-123.480835],[-223.87494,-140.80135]],"_drOpenPos":[[-243.37494,-107.02635],[-233.37494,-124.34686]],"_drClosePos":[[-233.87494,-123.480835],[-223.87494,-140.80135]],"_drHP":10000,"_drDeath":{"tag":"DrWdMakeDoorDebris"},"_drSpeed":2.0,"_drPushedBy":{"tag":"PushesItself"},"_drPushes":null,"_drMounts":[],"_drObstructs":[{"_penStart":393,"_penEnd":404,"_penPathEdge":{"_peStart":[-236.86533,-148.30135],"_peEnd":[-210.88455,-133.30133],"_peDist":30.00002,"_peObstacles":[]}},{"_penStart":404,"_penEnd":393,"_penPathEdge":{"_peStart":[-210.88455,-133.30133],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":[]}}],"_drObstacleType":"DoorObstacle"}]],"_machines":[[0,{"_mcID":0,"_mcWallIDs":[538,539,540,541],"_mcMaterial":"Electronics","_mcPos":[-3199.4932,266.88583],"_mcDir":38.74631,"_mcColor":[0.0,0.0,1.0,1.0],"_mcHP":50000,"_mcDamage":[],"_mcType":{"tag":"McTurret","contents":{"_tuWeapon":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"NoDelay"},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[30.0,0.0],"_mzRot":0.0,"_mzInaccuracy":0.0,"_mzAmmoSlot":0,"_mzFlareType":"LasGunFlare","_mzEffect":{"tag":"MuzzleLaser"}}]},"_heldAmmoTypes":[[0,"ElectricalAmmo"]],"_heldParams":{"tag":"BeamShooterParams","_bulGunSound":[{"_getSoundID":2},2]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"LASGUN"}},"_itID":{"_unNInt":1},"_itLocation":{"tag":"OnTurret","_ilTuID":0},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":10.0,"_dimCenter":[15.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"Tweakable","_tweakParams":[[0,{"_tweakType":"TweakPhaseV","_tweakVal":1,"_tweakMax":3}]]},"_itParams":{"tag":"Refracting","_phaseV":1.0,"_lasColor":[1.0,1.0,0.0,1.0],"_lasColor2":[1.0,1.0,0.0,1.0],"_lasCycle":0,"_lasDamage":11},"_itAttachments":[]},"_tuTurnSpeed":2.0e-2,"_tuFireTime":0,"_tuDir":0.0}},"_mcMounts":[],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[1,{"_mcID":1,"_mcWallIDs":[1126,1127,1128,1129],"_mcMaterial":"Electronics","_mcPos":[297.5488,-563.35596],"_mcDir":11.519173,"_mcColor":[0.8,-0.2,0.8,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McTerminal"},"_mcMounts":[["ObTerminal",0],["ObButton",1]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[2,{"_mcID":2,"_mcWallIDs":[1402,1403,1404,1405],"_mcMaterial":"Electronics","_mcPos":[-455.78836,-407.48727],"_mcDir":10.471975,"_mcColor":[0.0,0.0,1.0,1.0],"_mcHP":50000,"_mcDamage":[],"_mcType":{"tag":"McTurret","contents":{"_tuWeapon":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"NoDelay"},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":6,"_aimTurnSpeed":1.0,"_aimRange":1.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"TwoHandUnder","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[30.0,0.0],"_mzRot":0.0,"_mzInaccuracy":0.0,"_mzAmmoSlot":0,"_mzFlareType":"LasGunFlare","_mzEffect":{"tag":"MuzzleLaser"}}]},"_heldAmmoTypes":[[0,"ElectricalAmmo"]],"_heldParams":{"tag":"BeamShooterParams","_bulGunSound":[{"_getSoundID":2},2]},"_heldTriggerType":"AutoTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"LASGUN"}},"_itID":{"_unNInt":0},"_itLocation":{"tag":"OnTurret","_ilTuID":2},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":10.0,"_dimCenter":[15.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"Tweakable","_tweakParams":[[0,{"_tweakType":"TweakPhaseV","_tweakVal":1,"_tweakMax":3}]]},"_itParams":{"tag":"Refracting","_phaseV":1.0,"_lasColor":[1.0,1.0,0.0,1.0],"_lasColor2":[1.0,1.0,0.0,1.0],"_lasCycle":0,"_lasDamage":11},"_itAttachments":[]},"_tuTurnSpeed":2.0e-2,"_tuFireTime":0,"_tuDir":0.0}},"_mcMounts":[],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[3,{"_mcID":3,"_mcWallIDs":[1434,1435,1436,1437],"_mcMaterial":"Electronics","_mcPos":[33.660294,-176.86526],"_mcDir":5.235988,"_mcColor":[0.8,-0.2,0.8,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McTerminal"},"_mcMounts":[["ObTerminal",1],["ObButton",2]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[4,{"_mcID":4,"_mcWallIDs":[1750,1751,1752,1753],"_mcMaterial":"Electronics","_mcPos":[-3112.8906,216.886],"_mcDir":41.887905,"_mcColor":[1.0,1.0,0.0,1.0],"_mcHP":1000,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"DamageSensor","_sensToggle":false,"_sensAmount":0,"_sensType":"LASERING","_sensDraw":["RED","THREELINES"],"_sensThreshold":1000}},"_mcMounts":[["ObLightSource",49],["ObTrigger",0]],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[5,{"_mcID":5,"_mcWallIDs":[1754,1755,1756,1757],"_mcMaterial":"Electronics","_mcPos":[-710.89966,-2079.8772],"_mcDir":25.656342,"_mcColor":[0.0,1.0,0.5,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"ProximitySensor","_proxStatus":"NotClose","_proxDist":40.0,"_proxRequirement":{"tag":"RequireHealth","_proxReqMinHealth":1100},"_sensToggle":false}},"_mcMounts":[["ObTerminal",2],["ObButton",3],["ObTrigger",1]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[6,{"_mcID":6,"_mcWallIDs":[1758,1759,1760,1761],"_mcMaterial":"Electronics","_mcPos":[-426.46255,-1647.1913],"_mcDir":16.755161,"_mcColor":[0.8,-0.2,0.8,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McTerminal"},"_mcMounts":[["ObTerminal",3],["ObButton",4]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[7,{"_mcID":7,"_mcWallIDs":[1762,1763,1764,1765],"_mcMaterial":"Electronics","_mcPos":[-365.27844,-1274.2552],"_mcDir":8.377581,"_mcColor":[0.0,1.0,0.5,1.0],"_mcHP":100,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"ProximitySensor","_proxStatus":"NotClose","_proxDist":40.0,"_proxRequirement":{"tag":"RequireEquipment","_proxReqEquipment":{"tag":"HELD","_ibtHeld":{"tag":"KEYCARD","contents":0}}},"_sensToggle":false}},"_mcMounts":[["ObTerminal",4],["ObButton",5],["ObTrigger",3]],"_mcName":"","_mcCloseSound":{"_getSoundID":21},"_mcWidth":10.0}],[8,{"_mcID":8,"_mcWallIDs":[1766,1767,1768,1769],"_mcMaterial":"Electronics","_mcPos":[-369.18582,-457.4873],"_mcDir":10.471975,"_mcColor":[1.0,1.0,0.0,1.0],"_mcHP":1000,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"DamageSensor","_sensToggle":false,"_sensAmount":0,"_sensType":"LASERING","_sensDraw":["RED","THREELINES"],"_sensThreshold":1000}},"_mcMounts":[["ObLightSource",54],["ObTrigger",4]],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}],[9,{"_mcID":9,"_mcWallIDs":[1770,1771,1772,1773],"_mcMaterial":"Electronics","_mcPos":[-124.28204,-83.301285],"_mcDir":8.377581,"_mcColor":[1.0,1.0,0.0,1.0],"_mcHP":1000,"_mcDamage":[],"_mcType":{"tag":"McSensor","contents":{"tag":"DamageSensor","_sensToggle":false,"_sensAmount":0,"_sensType":"ELECTRICAL","_sensDraw":["ORANGE","CIRCLE"],"_sensThreshold":500}},"_mcMounts":[["ObLightSource",56],["ObTrigger",5]],"_mcName":"","_mcCloseSound":null,"_mcWidth":10.0}]],"_terminals":[[0,{"_tmID":0,"_tmBootProgram":{"tag":"TerminalBootMempty"},"_tmButtonID":1,"_tmMachineID":1,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["WARNING:",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["LARGE BIOMASS DETECTED",[0.9,0.9,0.9,1.0]]}],"_tmMaxLines":14,"_tmTitle":"TERMINAL IN LOCATION","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[],"_tmWriteCommands":[],"_tmDeathEffect":{"tag":"TmWdId"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}],[1,{"_tmID":1,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":2,"_tmMachineID":3,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"damagecode","_tcAlias":["dcode","dc"],"_tcHelp":"Displays the shape and color associated with a given damage type.","_tcEffect":{"tag":"TerminalCommandEffectDamageCoding"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}],[2,{"_tmID":2,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":3,"_tmMachineID":5,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"sensor","_tcAlias":["sen"],"_tcHelp":"Access information concerning the connected sensor.","_tcEffect":{"tag":"TerminalCommandEffectSensorParameter"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}],[3,{"_tmID":3,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["WARNING",[1.0,0.0,0.0,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["INVISIBLE CREATURE AHEAD",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":4,"_tmMachineID":6,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"toggle","_tcAlias":["tog"],"_tcHelp":"Performs a reversable effect.","_tcEffect":{"tag":"TerminalCommandEffectLinkedObject"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{"DOOR":{"_ttTriggerID":2,"_ttDeathEffect":{"tag":"BlConst","contents":true}}},"_tmPartialCommand":null}],[4,{"_tmID":4,"_tmBootProgram":{"tag":"TerminalBootLines","contents":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdTermSound","contents":{"_getSoundID":71}}},{"tag":"TerminalLineDisplay","_tlPause":0,"_tlString":["Connecting",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["...",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineDisplay","_tlPause":10,"_tlString":["Connected",[0.9,0.9,0.9,1.0]]},{"tag":"TerminalLineTerminalEffect","_tlPause":0,"_tlTermEffect":{"tag":"TmTmSetStatus","contents":"TerminalReady"}}]},"_tmButtonID":5,"_tmMachineID":7,"_tmName":"TESTTERMINAL","_tmDisplayedLines":[],"_tmFutureLines":[],"_tmMaxLines":14,"_tmTitle":"TERMINAL","_tmInput":{"_tiText":"","_tiFocus":true,"_tiSel":[0,0]},"_tmScrollCommands":[{"_tcString":"sensor","_tcAlias":["sen"],"_tcHelp":"Access information concerning the connected sensor.","_tcEffect":{"tag":"TerminalCommandEffectSensorParameter"}},{"_tcString":"quit","_tcAlias":["q","exit","x","shutdown",""],"_tcHelp":"Disconnects the terminal.","_tcEffect":{"tag":"TerminalCommandArguments","contents":{"tag":"NoArguments","_cmdEffect":[{"tag":"TerminalLineEffect","_tlPause":0,"_tlEffect":{"tag":"TmWdWdDisconnectTerminal"}}]}}}],"_tmWriteCommands":[{"_tcString":"help","_tcAlias":["h","man"],"_tcHelp":"Displays help for a specific command.","_tcEffect":{"tag":"TerminalCommandEffectHelp"}},{"_tcString":"commands","_tcAlias":["command","com"],"_tcHelp":"Displays available commands.","_tcEffect":{"tag":"TerminalCommandEffectCommands"}}],"_tmDeathEffect":{"tag":"TmWdWdDoDeathTriggers"},"_tmStatus":"TerminalOff","_tmCommandHistory":[],"_tmToggles":{},"_tmPartialCommand":null}]],"_magnets":[],"_blocks":[[0,{"_blID":0,"_blWallIDs":[278,279,280,281],"_blHP":1000,"_blShadows":[],"_blFootprint":[[401.524,-129.02368],[410.18427,-124.02368],[415.18427,-132.68393],[406.524,-137.68393]],"_blPos":[408.35413,-130.8538],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[1,{"_blID":1,"_blWallIDs":[282,283,284,285],"_blHP":1000,"_blShadows":[],"_blFootprint":[[304.02396,39.851227],[312.68423,44.85123],[317.68423,36.19098],[309.02396,31.190975]],"_blPos":[310.8541,38.021103],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[2,{"_blID":2,"_blWallIDs":[286,287,288,289],"_blHP":1000,"_blShadows":[],"_blFootprint":[[369.024,-72.73204],[377.68427,-67.73204],[382.68427,-76.39229],[374.024,-81.39229]],"_blPos":[375.85413,-74.562164],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[3,{"_blID":3,"_blWallIDs":[290,291,292,293],"_blHP":1000,"_blShadows":[],"_blFootprint":[[336.524,-16.440413],[345.18427,-11.440411],[350.18427,-20.100664],[341.524,-25.100666]],"_blPos":[343.35413,-18.270538],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[4,{"_blID":4,"_blWallIDs":[294,295,296,297],"_blHP":1000,"_blShadows":[],"_blFootprint":[[200.14906,-170.23207],[208.80931,-165.23207],[213.80931,-173.89232],[205.14906,-178.89232]],"_blPos":[206.97919,-172.0622],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[5,{"_blID":5,"_blWallIDs":[298,299,300,301],"_blHP":1000,"_blShadows":[],"_blFootprint":[[135.14903,-57.648804],[143.80928,-52.6488],[148.80928,-61.30905],[140.14903,-66.30905]],"_blPos":[141.97916,-59.478928],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[6,{"_blID":6,"_blWallIDs":[302,303,304,305],"_blHP":1000,"_blShadows":[],"_blFootprint":[[232.64908,-226.52373],[241.30933,-221.52373],[246.30933,-230.18398],[237.64908,-235.18398]],"_blPos":[239.4792,-228.35385],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[7,{"_blID":7,"_blWallIDs":[306,307,308,309],"_blHP":1000,"_blShadows":[],"_blFootprint":[[167.64906,-113.940445],[176.30931,-108.940445],[181.30931,-117.60069],[172.64906,-122.60069]],"_blPos":[174.47919,-115.77057],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[8,{"_blID":8,"_blWallIDs":[310,311,312,313],"_blHP":1000,"_blShadows":[],"_blFootprint":[[191.44069,-25.148787],[200.10094,-20.148785],[205.10094,-28.809038],[196.44069,-33.80904]],"_blPos":[198.27081,-26.978912],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[9,{"_blID":9,"_blWallIDs":[314,315,316,317],"_blHP":1000,"_blShadows":[],"_blFootprint":[[247.73232,7.351213],[256.39258,12.351215],[261.39258,3.6909623],[252.73232,-1.3090396]],"_blPos":[254.56244,5.5210876],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[10,{"_blID":10,"_blWallIDs":[318,319,320,321],"_blHP":1000,"_blShadows":[],"_blFootprint":[[288.9407,-194.02371],[297.60098,-189.02371],[302.60098,-197.68396],[293.9407,-202.68396]],"_blPos":[295.77084,-195.85384],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[11,{"_blID":11,"_blWallIDs":[322,323,324,325],"_blHP":1000,"_blShadows":[],"_blFootprint":[[345.23236,-161.5237],[353.89264,-156.5237],[358.89264,-165.18394],[350.23236,-170.18394]],"_blPos":[352.0625,-163.35382],"_blDir":8.377581,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[12,{"_blID":12,"_blWallIDs":[334,335,336,337],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-618.01086,-998.96216],[-613.01086,-990.3019],[-604.3506,-995.3019],[-609.3506,-1003.96216]],"_blPos":[-611.1807,-997.132],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[13,{"_blID":13,"_blWallIDs":[338,339,340,341],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-505.42755,-1063.962],[-500.42755,-1055.3019],[-491.76727,-1060.3019],[-496.76727,-1068.962]],"_blPos":[-498.5974,-1062.132],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[14,{"_blID":14,"_blWallIDs":[342,343,344,345],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-561.7192,-1031.462],[-556.7192,-1022.8018],[-548.0589,-1027.8019],[-553.0589,-1036.462]],"_blPos":[-554.88904,-1029.632],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[15,{"_blID":15,"_blWallIDs":[346,347,348,349],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-674.3025,-966.46216],[-669.3025,-957.8019],[-660.6422,-962.8019],[-665.6422,-971.46216]],"_blPos":[-667.47235,-964.632],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[16,{"_blID":16,"_blWallIDs":[350,351,352,353],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-602.92755,-1232.837],[-597.92755,-1224.1769],[-589.2673,-1229.1769],[-594.2673,-1237.837]],"_blPos":[-596.0974,-1231.007],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[17,{"_blID":17,"_blWallIDs":[354,355,356,357],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-659.2192,-1200.337],[-654.2192,-1191.6769],[-645.5589,-1196.6769],[-650.5589,-1205.337]],"_blPos":[-652.38904,-1198.507],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[18,{"_blID":18,"_blWallIDs":[358,359,360,361],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-771.8024,-1135.337],[-766.8024,-1126.6769],[-758.14215,-1131.6769],[-763.14215,-1140.337]],"_blPos":[-764.9723,-1133.507],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[19,{"_blID":19,"_blWallIDs":[362,363,364,365],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-715.5108,-1167.837],[-710.5108,-1159.1769],[-701.8505,-1164.1769],[-706.8505,-1172.837]],"_blPos":[-708.68066,-1166.007],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[20,{"_blID":20,"_blWallIDs":[366,367,368,369],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-739.3025,-1079.0454],[-734.3025,-1070.3853],[-725.6422,-1075.3853],[-730.6422,-1084.0454]],"_blPos":[-732.47235,-1077.2153],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[21,{"_blID":21,"_blWallIDs":[370,371,372,373],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-706.8025,-1022.7538],[-701.8025,-1014.0935],[-693.1422,-1019.0935],[-698.1422,-1027.7538]],"_blPos":[-699.97235,-1020.92365],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[22,{"_blID":22,"_blWallIDs":[374,375,376,377],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-537.92755,-1120.2537],[-532.92755,-1111.5935],[-524.2673,-1116.5935],[-529.2673,-1125.2537]],"_blPos":[-531.0974,-1118.4236],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[23,{"_blID":23,"_blWallIDs":[378,379,380,381],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-570.42755,-1176.5454],[-565.42755,-1167.8853],[-556.7673,-1172.8853],[-561.7673,-1181.5454]],"_blPos":[-563.5974,-1174.7153],"_blDir":8.901179,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[24,{"_blID":24,"_blWallIDs":[398,399,400,401],"_blHP":1000,"_blShadows":[402,403,404,405],"_blFootprint":[[-2742.3066,-64.56617],[-2737.648,-81.95283],[-2753.7466,-86.2665],[-2758.4053,-68.879845]],"_blPos":[-2748.0266,-75.416336],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[25,{"_blID":25,"_blWallIDs":[402,403,404,405],"_blHP":1000,"_blShadows":[398,399,400,401,406,407,408,409],"_blFootprint":[[-2726.208,-60.252495],[-2721.5493,-77.63915],[-2737.648,-81.95283],[-2742.3066,-64.56617]],"_blPos":[-2731.928,-71.10266],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[26,{"_blID":26,"_blWallIDs":[406,407,408,409],"_blHP":1000,"_blShadows":[402,403,404,405,410,411,412,413],"_blFootprint":[[-2710.1091,-55.93882],[-2705.4504,-73.32548],[-2721.549,-77.63915],[-2726.2078,-60.252495]],"_blPos":[-2715.829,-66.78899],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":198,"_penEnd":201,"_penPathEdge":{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2711.2842,-96.629486],"_peDist":80.00004,"_peObstacles":[]}},{"_penStart":201,"_penEnd":198,"_penPathEdge":{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2731.99,-19.35545],"_peDist":80.00004,"_peObstacles":[]}}]}],[27,{"_blID":27,"_blWallIDs":[410,411,412,413],"_blHP":1000,"_blShadows":[406,407,408,409],"_blFootprint":[[-2694.0105,-51.625145],[-2689.3518,-69.0118],[-2705.4504,-73.32548],[-2710.1091,-55.93882]],"_blPos":[-2699.7305,-62.47531],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[28,{"_blID":28,"_blWallIDs":[414,415,416,417],"_blHP":1000,"_blShadows":[418,419,420,421],"_blFootprint":[[-2873.876,7.4487705],[-2858.2876,-1.551199],[-2867.1265,-16.860529],[-2882.7148,-7.8605595]],"_blPos":[-2870.5012,-4.705879],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[29,{"_blID":29,"_blWallIDs":[418,419,420,421],"_blHP":1000,"_blShadows":[414,415,416,417,422,423,424,425],"_blFootprint":[[-2865.037,22.7581],[-2849.4487,13.758131],[-2858.2876,-1.551199],[-2873.876,7.4487705]],"_blPos":[-2861.6624,10.603451],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":134,"_penEnd":175,"_penPathEdge":{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2825.759,17.63562],"_peDist":82.46211,"_peObstacles":[]}},{"_penStart":175,"_penEnd":134,"_penPathEdge":{"_peStart":[-2825.759,17.63562],"_peEnd":[-2908.2095,16.248486],"_peDist":82.46211,"_peObstacles":[]}}]}],[30,{"_blID":30,"_blWallIDs":[422,423,424,425],"_blHP":1000,"_blShadows":[418,419,420,421,426,427,428,429],"_blFootprint":[[-2856.1985,38.06743],[-2840.61,29.067461],[-2849.449,13.758131],[-2865.0374,22.7581]],"_blPos":[-2852.8237,25.91278],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":134,"_penEnd":175,"_penPathEdge":{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2825.759,17.63562],"_peDist":82.46211,"_peObstacles":[]}},{"_penStart":175,"_penEnd":134,"_penPathEdge":{"_peStart":[-2825.759,17.63562],"_peEnd":[-2908.2095,16.248486],"_peDist":82.46211,"_peObstacles":[]}}]}],[31,{"_blID":31,"_blWallIDs":[426,427,428,429],"_blHP":1000,"_blShadows":[422,423,424,425,430,431,432,433],"_blFootprint":[[-2847.3596,53.376762],[-2831.7712,44.376793],[-2840.61,29.067461],[-2856.1985,38.06743]],"_blPos":[-2843.9849,41.22211],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[32,{"_blID":32,"_blWallIDs":[430,431,432,433],"_blHP":1000,"_blShadows":[426,427,428,429],"_blFootprint":[[-2838.5208,68.68609],[-2822.9324,59.68612],[-2831.7712,44.376793],[-2847.3596,53.376762]],"_blPos":[-2835.146,56.53144],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[33,{"_blID":33,"_blWallIDs":[434,435,436,437],"_blHP":1000,"_blShadows":[438,439,440,441],"_blFootprint":[[-2786.0632,17.801394],[-2777.0635,33.38987],[-2761.7542,24.55107],[-2770.754,8.962593]],"_blPos":[-2773.9087,21.176231],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[34,{"_blID":34,"_blWallIDs":[438,439,440,441],"_blHP":1000,"_blShadows":[434,435,436,437,442,443,444,445],"_blFootprint":[[-2801.3726,26.640196],[-2792.3728,42.228672],[-2777.0635,33.38987],[-2786.0632,17.801395]],"_blPos":[-2789.218,30.015034],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[35,{"_blID":35,"_blWallIDs":[442,443,444,445],"_blHP":1000,"_blShadows":[438,439,440,441,446,447,448,449],"_blFootprint":[[-2816.682,35.479],[-2807.6821,51.067474],[-2792.3728,42.228672],[-2801.3726,26.640198]],"_blPos":[-2804.5273,38.853836],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[36,{"_blID":36,"_blWallIDs":[446,447,448,449],"_blHP":1000,"_blShadows":[442,443,444,445,450,451,452,453],"_blFootprint":[[-2831.9912,44.317802],[-2822.9915,59.906277],[-2807.6821,51.067474],[-2816.682,35.479]],"_blPos":[-2819.8367,47.69264],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[37,{"_blID":37,"_blWallIDs":[450,451,452,453],"_blHP":1000,"_blShadows":[446,447,448,449],"_blFootprint":[[-2847.3005,53.156605],[-2838.3008,68.74508],[-2822.9915,59.906277],[-2831.9912,44.317802]],"_blPos":[-2835.146,56.53144],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[38,{"_blID":38,"_blWallIDs":[454,455,456,457],"_blHP":1000,"_blShadows":[458,459,460,461],"_blFootprint":[[-2859.6511,-10.425904],[-2877.0376,-15.084687],[-2881.3513,1.0140619],[-2863.9648,5.672845]],"_blPos":[-2870.5012,-4.705921],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[39,{"_blID":39,"_blWallIDs":[458,459,460,461],"_blHP":1000,"_blShadows":[454,455,456,457,462,463,464,465],"_blFootprint":[[-2855.3374,-26.524658],[-2872.7239,-31.183441],[-2877.0376,-15.084691],[-2859.6511,-10.425908]],"_blPos":[-2866.1875,-20.804674],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[40,{"_blID":40,"_blWallIDs":[462,463,464,465],"_blHP":1000,"_blShadows":[458,459,460,461,466,467,468,469],"_blFootprint":[[-2851.0237,-42.62341],[-2868.4102,-47.282192],[-2872.7239,-31.183445],[-2855.3374,-26.524662]],"_blPos":[-2861.8738,-36.903427],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[41,{"_blID":41,"_blWallIDs":[466,467,468,469],"_blHP":1000,"_blShadows":[462,463,464,465,470,471,472,473],"_blFootprint":[[-2846.71,-58.72216],[-2864.0964,-63.380943],[-2868.4102,-47.282196],[-2851.0237,-42.623413]],"_blPos":[-2857.56,-53.00218],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":144,"_penEnd":178,"_penPathEdge":{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2809.264,-40.06109],"_peDist":79.99989,"_peObstacles":[]}},{"_penStart":178,"_penEnd":144,"_penPathEdge":{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2886.5378,-60.766727],"_peDist":79.99989,"_peObstacles":[]}}]}],[42,{"_blID":42,"_blWallIDs":[470,471,472,473],"_blHP":1000,"_blShadows":[466,467,468,469,474,475,476,477],"_blFootprint":[[-2842.3965,-74.82092],[-2859.783,-79.479706],[-2864.0967,-63.380955],[-2846.7102,-58.72217]],"_blPos":[-2853.2466,-69.10094],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":145,"_penEnd":178,"_penPathEdge":{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2809.264,-40.06109],"_peDist":91.787865,"_peObstacles":[]}},{"_penStart":178,"_penEnd":145,"_penPathEdge":{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2874.891,-104.233376],"_peDist":91.787865,"_peObstacles":[]}}]}],[43,{"_blID":43,"_blWallIDs":[474,475,476,477],"_blHP":1000,"_blShadows":[470,471,472,473,478,479,480,481],"_blFootprint":[[-2838.0828,-90.91966],[-2855.4692,-95.578445],[-2859.783,-79.47969],[-2842.3965,-74.82091]],"_blPos":[-2848.9329,-85.19968],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":145,"_penEnd":178,"_penPathEdge":{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2809.264,-40.06109],"_peDist":91.787865,"_peObstacles":[]}},{"_penStart":178,"_penEnd":145,"_penPathEdge":{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2874.891,-104.233376],"_peDist":91.787865,"_peObstacles":[]}}]}],[44,{"_blID":44,"_blWallIDs":[478,479,480,481],"_blHP":1000,"_blShadows":[474,475,476,477],"_blFootprint":[[-2833.769,-107.01842],[-2851.1555,-111.6772],[-2855.4692,-95.578445],[-2838.0828,-90.91966]],"_blPos":[-2844.6191,-101.29843],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[45,{"_blID":45,"_blWallIDs":[482,483,484,485],"_blHP":1000,"_blShadows":[486,487,488,489],"_blFootprint":[[-2744.6519,-87.57112],[-2760.2402,-78.57109],[-2751.4014,-63.261784],[-2735.813,-72.26181]],"_blPos":[-2748.0266,-75.41645],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[46,{"_blID":46,"_blWallIDs":[486,487,488,489],"_blHP":1000,"_blShadows":[482,483,484,485,490,491,492,493],"_blFootprint":[[-2753.4907,-102.88043],[-2769.079,-93.8804],[-2760.2402,-78.57109],[-2744.6519,-87.57112]],"_blPos":[-2756.8655,-90.72576],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":181,"_penEnd":201,"_penPathEdge":{"_peStart":[-2793.7346,-98.01662],"_peEnd":[-2711.2842,-96.629486],"_peDist":82.46211,"_peObstacles":[]}},{"_penStart":201,"_penEnd":181,"_penPathEdge":{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2793.7346,-98.01662],"_peDist":82.46211,"_peObstacles":[]}}]}],[47,{"_blID":47,"_blWallIDs":[490,491,492,493],"_blHP":1000,"_blShadows":[486,487,488,489,494,495,496,497],"_blFootprint":[[-2762.3296,-118.189735],[-2777.918,-109.189705],[-2769.079,-93.880394],[-2753.4907,-102.880424]],"_blPos":[-2765.7043,-106.035065],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":181,"_penEnd":201,"_penPathEdge":{"_peStart":[-2793.7346,-98.01662],"_peEnd":[-2711.2842,-96.629486],"_peDist":82.46211,"_peObstacles":[]}},{"_penStart":201,"_penEnd":181,"_penPathEdge":{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2793.7346,-98.01662],"_peDist":82.46211,"_peObstacles":[]}}]}],[48,{"_blID":48,"_blWallIDs":[494,495,496,497],"_blHP":1000,"_blShadows":[490,491,492,493,498,499,500,501],"_blFootprint":[[-2771.1685,-133.49904],[-2786.7568,-124.499016],[-2777.918,-109.189705],[-2762.3296,-118.189735]],"_blPos":[-2774.5432,-121.344376],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[49,{"_blID":49,"_blWallIDs":[498,499,500,501],"_blHP":1000,"_blShadows":[494,495,496,497],"_blFootprint":[[-2780.0073,-148.80835],[-2795.5957,-139.80832],[-2786.7568,-124.499016],[-2771.1685,-133.49905]],"_blPos":[-2783.382,-136.65369],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[50,{"_blID":50,"_blWallIDs":[502,503,504,505],"_blHP":1000,"_blShadows":[506,507,508,509],"_blFootprint":[[-2832.4648,-97.92351],[-2841.4646,-113.51196],[-2856.774,-104.67313],[-2847.7742,-89.08467]],"_blPos":[-2844.6194,-101.29832],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[51,{"_blID":51,"_blWallIDs":[506,507,508,509],"_blHP":1000,"_blShadows":[502,503,504,505,510,511,512,513],"_blFootprint":[[-2817.1553,-106.76235],[-2826.1553,-122.350815],[-2841.4648,-113.51197],[-2832.4648,-97.92351]],"_blPos":[-2829.31,-110.13716],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[52,{"_blID":52,"_blWallIDs":[510,511,512,513],"_blHP":1000,"_blShadows":[506,507,508,509,514,515,516,517],"_blFootprint":[[-2801.8462,-115.60119],[-2810.846,-131.18965],[-2826.1553,-122.35081],[-2817.1555,-106.762344]],"_blPos":[-2814.0007,-118.976],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[53,{"_blID":53,"_blWallIDs":[514,515,516,517],"_blHP":1000,"_blShadows":[510,511,512,513,518,519,520,521],"_blFootprint":[[-2786.5366,-124.44003],[-2795.5366,-140.02849],[-2810.8462,-131.18965],[-2801.8462,-115.6012]],"_blPos":[-2798.6914,-127.81484],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[54,{"_blID":54,"_blWallIDs":[518,519,520,521],"_blHP":1000,"_blShadows":[514,515,516,517],"_blFootprint":[[-2771.2275,-133.27887],[-2780.2273,-148.86734],[-2795.5366,-140.0285],[-2786.5369,-124.44003]],"_blPos":[-2783.382,-136.65369],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[55,{"_blID":55,"_blWallIDs":[542,543,544,545],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-3271.8135,181.6229],[-3261.8135,198.94342],[-3227.1724,178.94351],[-3237.1724,161.62299]],"_blPos":[-3249.493,180.2832],"_blDir":40.31711,"_blHeight":30.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.6,0.6,0.6,1.0],30.0,[[20.0,10.0],[20.0,-10.0],[-20.0,-10.0],[-20.0,10.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShMempty"}}]},"_blObstructs":[]}],[56,{"_blID":56,"_blWallIDs":[562,563,564,565],"_blHP":1000,"_blShadows":[566,567,568,569],"_blFootprint":[[-3461.6462,-314.44055],[-3479.6462,-314.44055],[-3479.6462,-304.44055],[-3461.6462,-304.44055]],"_blPos":[-3470.6462,-309.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[57,{"_blID":57,"_blWallIDs":[566,567,568,569],"_blHP":1000,"_blShadows":[562,563,564,565],"_blFootprint":[[-3461.6462,-324.44055],[-3479.6462,-324.44055],[-3479.6462,-314.44055],[-3461.6462,-314.44055]],"_blPos":[-3470.6462,-319.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[58,{"_blID":58,"_blWallIDs":[570,571,572,573],"_blHP":1000,"_blShadows":[574,575,576,577],"_blFootprint":[[-3512.313,-300.44055],[-3512.313,-318.44055],[-3528.9795,-318.44055],[-3528.9795,-300.44055]],"_blPos":[-3520.6462,-309.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":15,"_penEnd":16,"_penPathEdge":{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3521.236,-291.18906],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":16,"_penEnd":15,"_penPathEdge":{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3521.236,-353.4113],"_peDist":62.22223,"_peObstacles":[]}}]}],[59,{"_blID":59,"_blWallIDs":[574,575,576,577],"_blHP":1000,"_blShadows":[570,571,572,573,578,579,580,581],"_blFootprint":[[-3495.6462,-300.44055],[-3495.6462,-318.44055],[-3512.3127,-318.44055],[-3512.3127,-300.44055]],"_blPos":[-3503.9795,-309.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[60,{"_blID":60,"_blWallIDs":[578,579,580,581],"_blHP":1000,"_blShadows":[574,575,576,577,582,583,584,585],"_blFootprint":[[-3478.9797,-300.44055],[-3478.9797,-318.44055],[-3495.6462,-318.44055],[-3495.6462,-300.44055]],"_blPos":[-3487.313,-309.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[61,{"_blID":61,"_blWallIDs":[582,583,584,585],"_blHP":1000,"_blShadows":[578,579,580,581],"_blFootprint":[[-3462.313,-300.44055],[-3462.313,-318.44055],[-3478.9795,-318.44055],[-3478.9795,-300.44055]],"_blPos":[-3470.6462,-309.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[62,{"_blID":62,"_blWallIDs":[586,587,588,589],"_blHP":1000,"_blShadows":[590,591,592,593],"_blFootprint":[[-3529.6462,-314.44055],[-3511.6462,-314.44055],[-3511.6462,-324.44055],[-3529.6462,-324.44055]],"_blPos":[-3520.6462,-319.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":15,"_penEnd":16,"_penPathEdge":{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3521.236,-291.18906],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":16,"_penEnd":15,"_penPathEdge":{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3521.236,-353.4113],"_peDist":62.22223,"_peObstacles":[]}}]}],[63,{"_blID":63,"_blWallIDs":[590,591,592,593],"_blHP":1000,"_blShadows":[586,587,588,589],"_blFootprint":[[-3529.6462,-304.44055],[-3511.6462,-304.44055],[-3511.6462,-314.44055],[-3529.6462,-314.44055]],"_blPos":[-3520.6462,-309.44055],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":15,"_penEnd":16,"_penPathEdge":{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3521.236,-291.18906],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":16,"_penEnd":15,"_penPathEdge":{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3521.236,-353.4113],"_peDist":62.22223,"_peObstacles":[]}}]}],[64,{"_blID":64,"_blWallIDs":[594,595,596,597],"_blHP":1000,"_blShadows":[598,599,600,601],"_blFootprint":[[-3383.433,-131.99973],[-3401.433,-131.99973],[-3401.433,-121.999725],[-3383.433,-121.999725]],"_blPos":[-3392.433,-126.999725],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[65,{"_blID":65,"_blWallIDs":[598,599,600,601],"_blHP":1000,"_blShadows":[594,595,596,597],"_blFootprint":[[-3383.433,-141.99973],[-3401.433,-141.99973],[-3401.433,-131.99973],[-3383.433,-131.99973]],"_blPos":[-3392.433,-136.99973],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[66,{"_blID":66,"_blWallIDs":[602,603,604,605],"_blHP":1000,"_blShadows":[606,607,608,609],"_blFootprint":[[-3434.0999,-117.999725],[-3434.0999,-135.99973],[-3450.7664,-135.99973],[-3450.7664,-117.999725]],"_blPos":[-3442.433,-126.999725],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[67,{"_blID":67,"_blWallIDs":[606,607,608,609],"_blHP":1000,"_blShadows":[602,603,604,605,610,611,612,613],"_blFootprint":[[-3417.433,-117.999725],[-3417.433,-135.99973],[-3434.0996,-135.99973],[-3434.0996,-117.999725]],"_blPos":[-3425.7664,-126.999725],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[68,{"_blID":68,"_blWallIDs":[610,611,612,613],"_blHP":1000,"_blShadows":[606,607,608,609,614,615,616,617],"_blFootprint":[[-3400.7666,-117.999725],[-3400.7666,-135.99973],[-3417.433,-135.99973],[-3417.433,-117.999725]],"_blPos":[-3409.0999,-126.999725],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[69,{"_blID":69,"_blWallIDs":[614,615,616,617],"_blHP":1000,"_blShadows":[610,611,612,613],"_blFootprint":[[-3384.0999,-117.999725],[-3384.0999,-135.99973],[-3400.7664,-135.99973],[-3400.7664,-117.999725]],"_blPos":[-3392.433,-126.999725],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[70,{"_blID":70,"_blWallIDs":[618,619,620,621],"_blHP":1000,"_blShadows":[622,623,624,625],"_blFootprint":[[-3451.433,-131.99973],[-3433.433,-131.99973],[-3433.433,-141.99973],[-3451.433,-141.99973]],"_blPos":[-3442.433,-136.99973],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[71,{"_blID":71,"_blWallIDs":[622,623,624,625],"_blHP":1000,"_blShadows":[618,619,620,621],"_blFootprint":[[-3451.433,-121.999725],[-3433.433,-121.999725],[-3433.433,-131.99973],[-3451.433,-131.99973]],"_blPos":[-3442.433,-126.999725],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[72,{"_blID":72,"_blWallIDs":[626,627,628,629],"_blHP":1000,"_blShadows":[630,631,632,633],"_blFootprint":[[-3313.0713,-294.17404],[-3331.0713,-294.17404],[-3331.0713,-284.17404],[-3313.0713,-284.17404]],"_blPos":[-3322.0713,-289.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":60,"_penEnd":74,"_penPathEdge":{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":73,"_penEnd":74,"_penPathEdge":{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3314.493,-291.18903],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":74,"_penEnd":60,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":74,"_penEnd":73,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-353.41125],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":74,"_penEnd":75,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-228.96683],"_peDist":62.2222,"_peObstacles":[]}},{"_penStart":74,"_penEnd":89,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3294.493,-291.18903],"_peDist":20.0,"_peObstacles":[]}},{"_penStart":75,"_penEnd":74,"_penPathEdge":{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3314.493,-291.18903],"_peDist":62.2222,"_peObstacles":[]}},{"_penStart":89,"_penEnd":74,"_penPathEdge":{"_peStart":[-3294.493,-291.18903],"_peEnd":[-3314.493,-291.18903],"_peDist":20.0,"_peObstacles":[]}}]}],[73,{"_blID":73,"_blWallIDs":[630,631,632,633],"_blHP":1000,"_blShadows":[626,627,628,629],"_blFootprint":[[-3313.0713,-304.17404],[-3331.0713,-304.17404],[-3331.0713,-294.17404],[-3313.0713,-294.17404]],"_blPos":[-3322.0713,-299.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":73,"_penEnd":74,"_penPathEdge":{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3314.493,-291.18903],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":74,"_penEnd":73,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-353.41125],"_peDist":62.22223,"_peObstacles":[]}}]}],[74,{"_blID":74,"_blWallIDs":[634,635,636,637],"_blHP":1000,"_blShadows":[638,639,640,641],"_blFootprint":[[-3363.738,-280.17404],[-3363.738,-298.17404],[-3380.4045,-298.17404],[-3380.4045,-280.17404]],"_blPos":[-3372.0713,-289.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":60,"_penEnd":74,"_penPathEdge":{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":74,"_penEnd":60,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":[]}}]}],[75,{"_blID":75,"_blWallIDs":[638,639,640,641],"_blHP":1000,"_blShadows":[634,635,636,637,642,643,644,645],"_blFootprint":[[-3347.0713,-280.17404],[-3347.0713,-298.17404],[-3363.7378,-298.17404],[-3363.7378,-280.17404]],"_blPos":[-3355.4045,-289.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":60,"_penEnd":74,"_penPathEdge":{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":74,"_penEnd":60,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":[]}}]}],[76,{"_blID":76,"_blWallIDs":[642,643,644,645],"_blHP":1000,"_blShadows":[638,639,640,641,646,647,648,649],"_blFootprint":[[-3330.4048,-280.17404],[-3330.4048,-298.17404],[-3347.0713,-298.17404],[-3347.0713,-280.17404]],"_blPos":[-3338.738,-289.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":60,"_penEnd":74,"_penPathEdge":{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":74,"_penEnd":60,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":[]}}]}],[77,{"_blID":77,"_blWallIDs":[646,647,648,649],"_blHP":1000,"_blShadows":[642,643,644,645],"_blFootprint":[[-3313.738,-280.17404],[-3313.738,-298.17404],[-3330.4045,-298.17404],[-3330.4045,-280.17404]],"_blPos":[-3322.0713,-289.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":60,"_penEnd":74,"_penPathEdge":{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":73,"_penEnd":74,"_penPathEdge":{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3314.493,-291.18903],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":74,"_penEnd":60,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":74,"_penEnd":73,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-353.41125],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":74,"_penEnd":75,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-228.96683],"_peDist":62.2222,"_peObstacles":[]}},{"_penStart":74,"_penEnd":89,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3294.493,-291.18903],"_peDist":20.0,"_peObstacles":[]}},{"_penStart":75,"_penEnd":74,"_penPathEdge":{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3314.493,-291.18903],"_peDist":62.2222,"_peObstacles":[]}},{"_penStart":89,"_penEnd":74,"_penPathEdge":{"_peStart":[-3294.493,-291.18903],"_peEnd":[-3314.493,-291.18903],"_peDist":20.0,"_peObstacles":[]}}]}],[78,{"_blID":78,"_blWallIDs":[650,651,652,653],"_blHP":1000,"_blShadows":[654,655,656,657],"_blFootprint":[[-3381.0713,-294.17404],[-3363.0713,-294.17404],[-3363.0713,-304.17404],[-3381.0713,-304.17404]],"_blPos":[-3372.0713,-299.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[79,{"_blID":79,"_blWallIDs":[654,655,656,657],"_blHP":1000,"_blShadows":[650,651,652,653],"_blFootprint":[[-3381.0713,-284.17404],[-3363.0713,-284.17404],[-3363.0713,-294.17404],[-3381.0713,-294.17404]],"_blPos":[-3372.0713,-289.17404],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":60,"_penEnd":74,"_penPathEdge":{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":[]}},{"_penStart":74,"_penEnd":60,"_penPathEdge":{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":[]}}]}],[80,{"_blID":80,"_blWallIDs":[658,659,660,661],"_blHP":1000,"_blShadows":[662,663,664,665],"_blFootprint":[[-3344.3826,-521.79614],[-3362.3826,-521.79614],[-3362.3826,-511.79614],[-3344.3826,-511.79614]],"_blPos":[-3353.3826,-516.79614],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[81,{"_blID":81,"_blWallIDs":[662,663,664,665],"_blHP":1000,"_blShadows":[658,659,660,661],"_blFootprint":[[-3344.3826,-531.79614],[-3362.3826,-531.79614],[-3362.3826,-521.79614],[-3344.3826,-521.79614]],"_blPos":[-3353.3826,-526.79614],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[82,{"_blID":82,"_blWallIDs":[666,667,668,669],"_blHP":1000,"_blShadows":[670,671,672,673],"_blFootprint":[[-3395.0493,-507.79614],[-3395.0493,-525.79614],[-3411.7158,-525.79614],[-3411.7158,-507.79614]],"_blPos":[-3403.3826,-516.79614],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[83,{"_blID":83,"_blWallIDs":[670,671,672,673],"_blHP":1000,"_blShadows":[666,667,668,669,674,675,676,677],"_blFootprint":[[-3378.3826,-507.79614],[-3378.3826,-525.79614],[-3395.049,-525.79614],[-3395.049,-507.79614]],"_blPos":[-3386.7158,-516.79614],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":56,"_penEnd":57,"_penPathEdge":{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3383.4072,-477.8557],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":57,"_penEnd":56,"_penPathEdge":{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3383.4072,-540.07794],"_peDist":62.22223,"_peObstacles":[]}}]}],[84,{"_blID":84,"_blWallIDs":[674,675,676,677],"_blHP":1000,"_blShadows":[670,671,672,673,678,679,680,681],"_blFootprint":[[-3361.716,-507.79614],[-3361.716,-525.79614],[-3378.3826,-525.79614],[-3378.3826,-507.79614]],"_blPos":[-3370.0493,-516.79614],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[85,{"_blID":85,"_blWallIDs":[678,679,680,681],"_blHP":1000,"_blShadows":[674,675,676,677],"_blFootprint":[[-3345.0493,-507.79614],[-3345.0493,-525.79614],[-3361.7158,-525.79614],[-3361.7158,-507.79614]],"_blPos":[-3353.3826,-516.79614],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[86,{"_blID":86,"_blWallIDs":[682,683,684,685],"_blHP":1000,"_blShadows":[686,687,688,689],"_blFootprint":[[-3340.213,-815.56287],[-3340.213,-833.56287],[-3350.213,-833.56287],[-3350.213,-815.56287]],"_blPos":[-3345.213,-824.56287],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[87,{"_blID":87,"_blWallIDs":[686,687,688,689],"_blHP":1000,"_blShadows":[682,683,684,685],"_blFootprint":[[-3330.213,-815.56274],[-3330.213,-833.56274],[-3340.213,-833.56287],[-3340.213,-815.56287]],"_blPos":[-3335.213,-824.5628],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[88,{"_blID":88,"_blWallIDs":[690,691,692,693],"_blHP":1000,"_blShadows":[694,695,696,697],"_blFootprint":[[-3354.213,-866.2295],[-3336.213,-866.2295],[-3336.213,-882.8961],[-3354.213,-882.8961]],"_blPos":[-3345.213,-874.5628],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":47,"_penEnd":67,"_penPathEdge":{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3327.877,-871.9099],"_peDist":62.222412,"_peObstacles":[]}},{"_penStart":67,"_penEnd":47,"_penPathEdge":{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3390.0994,-871.9099],"_peDist":62.222412,"_peObstacles":[]}}]}],[89,{"_blID":89,"_blWallIDs":[694,695,696,697],"_blHP":1000,"_blShadows":[690,691,692,693,698,699,700,701],"_blFootprint":[[-3354.213,-849.56287],[-3336.213,-849.56287],[-3336.213,-866.2295],[-3354.213,-866.2295]],"_blPos":[-3345.213,-857.8962],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[90,{"_blID":90,"_blWallIDs":[698,699,700,701],"_blHP":1000,"_blShadows":[694,695,696,697,702,703,704,705],"_blFootprint":[[-3354.213,-832.8962],[-3336.213,-832.8962],[-3336.213,-849.5628],[-3354.213,-849.5628]],"_blPos":[-3345.213,-841.2295],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[91,{"_blID":91,"_blWallIDs":[702,703,704,705],"_blHP":1000,"_blShadows":[698,699,700,701],"_blFootprint":[[-3354.213,-816.22955],[-3336.213,-816.22955],[-3336.213,-832.8962],[-3354.213,-832.8962]],"_blPos":[-3345.213,-824.56287],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[92,{"_blID":92,"_blWallIDs":[706,707,708,709],"_blHP":1000,"_blShadows":[710,711,712,713],"_blFootprint":[[-3340.213,-883.5628],[-3340.213,-865.5628],[-3330.213,-865.5628],[-3330.213,-883.5628]],"_blPos":[-3335.213,-874.5628],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":47,"_penEnd":67,"_penPathEdge":{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3327.877,-871.9099],"_peDist":62.222412,"_peObstacles":[]}},{"_penStart":67,"_penEnd":47,"_penPathEdge":{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3390.0994,-871.9099],"_peDist":62.222412,"_peObstacles":[]}}]}],[93,{"_blID":93,"_blWallIDs":[710,711,712,713],"_blHP":1000,"_blShadows":[706,707,708,709],"_blFootprint":[[-3350.213,-883.5628],[-3350.213,-865.5628],[-3340.213,-865.5628],[-3340.213,-883.5628]],"_blPos":[-3345.213,-874.5628],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":47,"_penEnd":67,"_penPathEdge":{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3327.877,-871.9099],"_peDist":62.222412,"_peObstacles":[]}},{"_penStart":67,"_penEnd":47,"_penPathEdge":{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3390.0994,-871.9099],"_peDist":62.222412,"_peObstacles":[]}}]}],[94,{"_blID":94,"_blWallIDs":[714,715,716,717],"_blHP":1000,"_blShadows":[718,719,720,721],"_blFootprint":[[-3236.1414,-731.0731],[-3236.1414,-749.0731],[-3246.1414,-749.07324],[-3246.1414,-731.07324]],"_blPos":[-3241.1414,-740.0732],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":94,"_penEnd":100,"_penPathEdge":{"_peStart":[-3265.655,-732.17],"_peEnd":[-3203.4329,-732.1699],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":100,"_penEnd":94,"_penPathEdge":{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3265.655,-732.17],"_peDist":62.222168,"_peObstacles":[]}}]}],[95,{"_blID":95,"_blWallIDs":[718,719,720,721],"_blHP":1000,"_blShadows":[714,715,716,717],"_blFootprint":[[-3226.1414,-731.0731],[-3226.1414,-749.0731],[-3236.1414,-749.0731],[-3236.1414,-731.0731]],"_blPos":[-3231.1414,-740.0731],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":94,"_penEnd":100,"_penPathEdge":{"_peStart":[-3265.655,-732.17],"_peEnd":[-3203.4329,-732.1699],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":100,"_penEnd":94,"_penPathEdge":{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3265.655,-732.17],"_peDist":62.222168,"_peObstacles":[]}}]}],[96,{"_blID":96,"_blWallIDs":[722,723,724,725],"_blHP":1000,"_blShadows":[726,727,728,729],"_blFootprint":[[-3250.141,-781.73987],[-3232.141,-781.7398],[-3232.141,-798.4065],[-3250.141,-798.40656]],"_blPos":[-3241.141,-790.0732],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[97,{"_blID":97,"_blWallIDs":[726,727,728,729],"_blHP":1000,"_blShadows":[722,723,724,725,730,731,732,733],"_blFootprint":[[-3250.141,-765.0732],[-3232.141,-765.0731],[-3232.141,-781.7398],[-3250.141,-781.73987]],"_blPos":[-3241.141,-773.4065],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[98,{"_blID":98,"_blWallIDs":[730,731,732,733],"_blHP":1000,"_blShadows":[726,727,728,729,734,735,736,737],"_blFootprint":[[-3250.1414,-748.40656],[-3232.1414,-748.4065],[-3232.1414,-765.0732],[-3250.1414,-765.07324]],"_blPos":[-3241.1414,-756.73987],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[99,{"_blID":99,"_blWallIDs":[734,735,736,737],"_blHP":1000,"_blShadows":[730,731,732,733],"_blFootprint":[[-3250.1414,-731.73987],[-3232.1414,-731.7398],[-3232.1414,-748.4065],[-3250.1414,-748.40656]],"_blPos":[-3241.1414,-740.0732],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":94,"_penEnd":100,"_penPathEdge":{"_peStart":[-3265.655,-732.17],"_peEnd":[-3203.4329,-732.1699],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":100,"_penEnd":94,"_penPathEdge":{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3265.655,-732.17],"_peDist":62.222168,"_peObstacles":[]}}]}],[100,{"_blID":100,"_blWallIDs":[738,739,740,741],"_blHP":1000,"_blShadows":[742,743,744,745],"_blFootprint":[[-3236.141,-799.0732],[-3236.141,-781.0732],[-3226.141,-781.0732],[-3226.141,-799.0732]],"_blPos":[-3231.141,-790.0732],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[101,{"_blID":101,"_blWallIDs":[742,743,744,745],"_blHP":1000,"_blShadows":[738,739,740,741],"_blFootprint":[[-3246.141,-799.0732],[-3246.141,-781.0732],[-3236.141,-781.0732],[-3236.141,-799.0732]],"_blPos":[-3241.141,-790.0732],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[102,{"_blID":102,"_blWallIDs":[746,747,748,749],"_blHP":1000,"_blShadows":[750,751,752,753],"_blFootprint":[[-3250.8723,-635.8423],[-3250.8723,-653.8423],[-3260.8723,-653.8423],[-3260.8723,-635.8423]],"_blPos":[-3255.8723,-644.8423],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[103,{"_blID":103,"_blWallIDs":[750,751,752,753],"_blHP":1000,"_blShadows":[746,747,748,749],"_blFootprint":[[-3240.8723,-635.8423],[-3240.8723,-653.8423],[-3250.8723,-653.8423],[-3250.8723,-635.8423]],"_blPos":[-3245.8723,-644.8423],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[104,{"_blID":104,"_blWallIDs":[754,755,756,757],"_blHP":1000,"_blShadows":[758,759,760,761],"_blFootprint":[[-3264.8723,-686.509],[-3246.8723,-686.509],[-3246.8723,-703.1756],[-3264.8723,-703.1756]],"_blPos":[-3255.8723,-694.8423],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[105,{"_blID":105,"_blWallIDs":[758,759,760,761],"_blHP":1000,"_blShadows":[754,755,756,757,762,763,764,765],"_blFootprint":[[-3264.8723,-669.8423],[-3246.8723,-669.8423],[-3246.8723,-686.5089],[-3264.8723,-686.5089]],"_blPos":[-3255.8723,-678.1756],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[106,{"_blID":106,"_blWallIDs":[762,763,764,765],"_blHP":1000,"_blShadows":[758,759,760,761,766,767,768,769],"_blFootprint":[[-3264.8723,-653.17566],[-3246.8723,-653.17566],[-3246.8723,-669.8423],[-3264.8723,-669.8423]],"_blPos":[-3255.8723,-661.509],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":95,"_penEnd":101,"_penPathEdge":{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3203.4329,-662.30005],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":101,"_penEnd":95,"_penPathEdge":{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3265.655,-662.30005],"_peDist":62.222168,"_peObstacles":[]}}]}],[107,{"_blID":107,"_blWallIDs":[766,767,768,769],"_blHP":1000,"_blShadows":[762,763,764,765],"_blFootprint":[[-3264.8723,-636.509],[-3246.8723,-636.509],[-3246.8723,-653.1756],[-3264.8723,-653.1756]],"_blPos":[-3255.8723,-644.8423],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[108,{"_blID":108,"_blWallIDs":[770,771,772,773],"_blHP":1000,"_blShadows":[774,775,776,777],"_blFootprint":[[-3250.8723,-703.8423],[-3250.8723,-685.8423],[-3240.8723,-685.8423],[-3240.8723,-703.8423]],"_blPos":[-3245.8723,-694.8423],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[109,{"_blID":109,"_blWallIDs":[774,775,776,777],"_blHP":1000,"_blShadows":[770,771,772,773],"_blFootprint":[[-3260.8723,-703.8423],[-3260.8723,-685.8423],[-3250.8723,-685.8423],[-3250.8723,-703.8423]],"_blPos":[-3255.8723,-694.8423],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[110,{"_blID":110,"_blWallIDs":[778,779,780,781],"_blHP":1000,"_blShadows":[782,783,784,785],"_blFootprint":[[-2960.3962,-758.27844],[-2960.3962,-776.27844],[-2970.3962,-776.27844],[-2970.3962,-758.27844]],"_blPos":[-2965.3962,-767.27844],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[111,{"_blID":111,"_blWallIDs":[782,783,784,785],"_blHP":1000,"_blShadows":[778,779,780,781],"_blFootprint":[[-2950.3962,-758.27844],[-2950.3962,-776.27844],[-2960.3962,-776.27844],[-2960.3962,-758.27844]],"_blPos":[-2955.3962,-767.27844],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":127,"_penEnd":128,"_penPathEdge":{"_peStart":[-2954.544,-802.0397],"_peEnd":[-2954.544,-732.16974],"_peDist":69.869934,"_peObstacles":[]}},{"_penStart":128,"_penEnd":127,"_penPathEdge":{"_peStart":[-2954.544,-732.16974],"_peEnd":[-2954.544,-802.0397],"_peDist":69.869934,"_peObstacles":[]}}]}],[112,{"_blID":112,"_blWallIDs":[786,787,788,789],"_blHP":1000,"_blShadows":[790,791,792,793],"_blFootprint":[[-2974.3962,-808.9451],[-2956.3962,-808.9451],[-2956.3962,-825.61176],[-2974.3962,-825.61176]],"_blPos":[-2965.3962,-817.27844],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[113,{"_blID":113,"_blWallIDs":[790,791,792,793],"_blHP":1000,"_blShadows":[786,787,788,789,794,795,796,797],"_blFootprint":[[-2974.3962,-792.27844],[-2956.3962,-792.27844],[-2956.3962,-808.94507],[-2974.3962,-808.94507]],"_blPos":[-2965.3962,-800.61176],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":120,"_penEnd":127,"_penPathEdge":{"_peStart":[-3016.766,-802.03973],"_peEnd":[-2954.544,-802.0397],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":127,"_penEnd":120,"_penPathEdge":{"_peStart":[-2954.544,-802.0397],"_peEnd":[-3016.766,-802.03973],"_peDist":62.222168,"_peObstacles":[]}}]}],[114,{"_blID":114,"_blWallIDs":[794,795,796,797],"_blHP":1000,"_blShadows":[790,791,792,793,798,799,800,801],"_blFootprint":[[-2974.3962,-775.6118],[-2956.3962,-775.6118],[-2956.3962,-792.27844],[-2974.3962,-792.27844]],"_blPos":[-2965.3962,-783.9451],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[115,{"_blID":115,"_blWallIDs":[798,799,800,801],"_blHP":1000,"_blShadows":[794,795,796,797],"_blFootprint":[[-2974.3962,-758.9451],[-2956.3962,-758.9451],[-2956.3962,-775.61176],[-2974.3962,-775.61176]],"_blPos":[-2965.3962,-767.27844],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[116,{"_blID":116,"_blWallIDs":[802,803,804,805],"_blHP":1000,"_blShadows":[806,807,808,809],"_blFootprint":[[-2767.5396,-750.8854],[-2785.5396,-750.8854],[-2785.5396,-740.8854],[-2767.5396,-740.8854]],"_blPos":[-2776.5396,-745.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":189,"_penEnd":190,"_penPathEdge":{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":190,"_penEnd":189,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}}]}],[117,{"_blID":117,"_blWallIDs":[806,807,808,809],"_blHP":1000,"_blShadows":[802,803,804,805],"_blFootprint":[[-2767.5396,-760.8854],[-2785.5396,-760.8854],[-2785.5396,-750.8854],[-2767.5396,-750.8854]],"_blPos":[-2776.5396,-755.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":189,"_penEnd":190,"_penPathEdge":{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":190,"_penEnd":189,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}}]}],[118,{"_blID":118,"_blWallIDs":[810,811,812,813],"_blHP":1000,"_blShadows":[814,815,816,817],"_blFootprint":[[-2818.2063,-736.8854],[-2818.2063,-754.8854],[-2834.8728,-754.8854],[-2834.8728,-736.8854]],"_blPos":[-2826.5396,-745.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":159,"_penEnd":171,"_penPathEdge":{"_peStart":[-2852.3215,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":20.0,"_peObstacles":[]}},{"_penStart":170,"_penEnd":171,"_penPathEdge":{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":171,"_penEnd":159,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2852.3215,-739.8174],"_peDist":20.0,"_peObstacles":[]}},{"_penStart":171,"_penEnd":170,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-802.03955],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":171,"_penEnd":172,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-677.59515],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":171,"_penEnd":190,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}},{"_penStart":172,"_penEnd":171,"_penPathEdge":{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":190,"_penEnd":171,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":63.19995,"_peObstacles":[]}}]}],[119,{"_blID":119,"_blWallIDs":[814,815,816,817],"_blHP":1000,"_blShadows":[810,811,812,813,818,819,820,821],"_blFootprint":[[-2801.5396,-736.8854],[-2801.5396,-754.8854],[-2818.206,-754.8854],[-2818.206,-736.8854]],"_blPos":[-2809.8728,-745.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":171,"_penEnd":190,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}},{"_penStart":190,"_penEnd":171,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":63.19995,"_peObstacles":[]}}]}],[120,{"_blID":120,"_blWallIDs":[818,819,820,821],"_blHP":1000,"_blShadows":[814,815,816,817,822,823,824,825],"_blFootprint":[[-2784.873,-736.8854],[-2784.873,-754.8854],[-2801.5396,-754.8854],[-2801.5396,-736.8854]],"_blPos":[-2793.2063,-745.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":171,"_penEnd":190,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}},{"_penStart":190,"_penEnd":171,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":63.19995,"_peObstacles":[]}}]}],[121,{"_blID":121,"_blWallIDs":[822,823,824,825],"_blHP":1000,"_blShadows":[818,819,820,821],"_blFootprint":[[-2768.2063,-736.8854],[-2768.2063,-754.8854],[-2784.8728,-754.8854],[-2784.8728,-736.8854]],"_blPos":[-2776.5396,-745.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":171,"_penEnd":190,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}},{"_penStart":189,"_penEnd":190,"_penPathEdge":{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":190,"_penEnd":171,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":63.19995,"_peObstacles":[]}},{"_penStart":190,"_penEnd":189,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":190,"_penEnd":191,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-677.59515],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":190,"_penEnd":210,"_penPathEdge":{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2705.9216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}},{"_penStart":191,"_penEnd":190,"_penPathEdge":{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":210,"_penEnd":190,"_penPathEdge":{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}}]}],[122,{"_blID":122,"_blWallIDs":[826,827,828,829],"_blHP":1000,"_blShadows":[830,831,832,833],"_blFootprint":[[-2835.5396,-750.8854],[-2817.5396,-750.8854],[-2817.5396,-760.8854],[-2835.5396,-760.8854]],"_blPos":[-2826.5396,-755.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":170,"_penEnd":171,"_penPathEdge":{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":171,"_penEnd":170,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-802.03955],"_peDist":62.222168,"_peObstacles":[]}}]}],[123,{"_blID":123,"_blWallIDs":[830,831,832,833],"_blHP":1000,"_blShadows":[826,827,828,829],"_blFootprint":[[-2835.5396,-740.8854],[-2817.5396,-740.8854],[-2817.5396,-750.8854],[-2835.5396,-750.8854]],"_blPos":[-2826.5396,-745.8854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":170,"_penEnd":171,"_penPathEdge":{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.222168,"_peObstacles":[]}},{"_penStart":171,"_penEnd":170,"_penPathEdge":{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-802.03955],"_peDist":62.222168,"_peObstacles":[]}}]}],[124,{"_blID":124,"_blWallIDs":[834,835,836,837],"_blHP":1000,"_blShadows":[838,839,840,841],"_blFootprint":[[-2654.79,-854.2307],[-2672.79,-854.2307],[-2672.79,-844.2307],[-2654.79,-844.2307]],"_blPos":[-2663.79,-849.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[125,{"_blID":125,"_blWallIDs":[838,839,840,841],"_blHP":1000,"_blShadows":[834,835,836,837],"_blFootprint":[[-2654.79,-864.2307],[-2672.79,-864.2307],[-2672.79,-854.2307],[-2654.79,-854.2307]],"_blPos":[-2663.79,-859.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[126,{"_blID":126,"_blWallIDs":[842,843,844,845],"_blHP":1000,"_blShadows":[846,847,848,849],"_blFootprint":[[-2705.4568,-840.2307],[-2705.4568,-858.2307],[-2722.1233,-858.2307],[-2722.1233,-840.2307]],"_blPos":[-2713.79,-849.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":208,"_penEnd":209,"_penPathEdge":{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2705.9216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":209,"_penEnd":208,"_penPathEdge":{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2705.9216,-864.26184],"_peDist":62.22223,"_peObstacles":[]}}]}],[127,{"_blID":127,"_blWallIDs":[846,847,848,849],"_blHP":1000,"_blShadows":[842,843,844,845,850,851,852,853],"_blFootprint":[[-2688.79,-840.2307],[-2688.79,-858.2307],[-2705.4565,-858.2307],[-2705.4565,-840.2307]],"_blPos":[-2697.1233,-849.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[128,{"_blID":128,"_blWallIDs":[850,851,852,853],"_blHP":1000,"_blShadows":[846,847,848,849,854,855,856,857],"_blFootprint":[[-2672.1235,-840.2307],[-2672.1235,-858.2307],[-2688.79,-858.2307],[-2688.79,-840.2307]],"_blPos":[-2680.4568,-849.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[129,{"_blID":129,"_blWallIDs":[854,855,856,857],"_blHP":1000,"_blShadows":[850,851,852,853],"_blFootprint":[[-2655.4568,-840.2307],[-2655.4568,-858.2307],[-2672.1233,-858.2307],[-2672.1233,-840.2307]],"_blPos":[-2663.79,-849.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[130,{"_blID":130,"_blWallIDs":[858,859,860,861],"_blHP":1000,"_blShadows":[862,863,864,865],"_blFootprint":[[-2722.79,-854.2307],[-2704.79,-854.2307],[-2704.79,-864.2307],[-2722.79,-864.2307]],"_blPos":[-2713.79,-859.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":208,"_penEnd":209,"_penPathEdge":{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2705.9216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":209,"_penEnd":208,"_penPathEdge":{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2705.9216,-864.26184],"_peDist":62.22223,"_peObstacles":[]}}]}],[131,{"_blID":131,"_blWallIDs":[862,863,864,865],"_blHP":1000,"_blShadows":[858,859,860,861],"_blFootprint":[[-2722.79,-844.2307],[-2704.79,-844.2307],[-2704.79,-854.2307],[-2722.79,-854.2307]],"_blPos":[-2713.79,-849.2307],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":208,"_penEnd":209,"_penPathEdge":{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2705.9216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":209,"_penEnd":208,"_penPathEdge":{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2705.9216,-864.26184],"_peDist":62.22223,"_peObstacles":[]}}]}],[132,{"_blID":132,"_blWallIDs":[866,867,868,869],"_blHP":1000,"_blShadows":[870,871,872,873],"_blFootprint":[[-2558.8833,-897.9883],[-2576.8833,-897.9883],[-2576.8833,-887.9883],[-2558.8833,-887.9883]],"_blPos":[-2567.8833,-892.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[133,{"_blID":133,"_blWallIDs":[870,871,872,873],"_blHP":1000,"_blShadows":[866,867,868,869],"_blFootprint":[[-2558.8833,-907.9883],[-2576.8833,-907.9883],[-2576.8833,-897.9883],[-2558.8833,-897.9883]],"_blPos":[-2567.8833,-902.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[134,{"_blID":134,"_blWallIDs":[874,875,876,877],"_blHP":1000,"_blShadows":[878,879,880,881],"_blFootprint":[[-2609.55,-883.9883],[-2609.55,-901.9883],[-2626.2166,-901.9883],[-2626.2166,-883.9883]],"_blPos":[-2617.8833,-892.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[135,{"_blID":135,"_blWallIDs":[878,879,880,881],"_blHP":1000,"_blShadows":[874,875,876,877,882,883,884,885],"_blFootprint":[[-2592.8833,-883.9883],[-2592.8833,-901.9883],[-2609.5498,-901.9883],[-2609.5498,-883.9883]],"_blPos":[-2601.2166,-892.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[136,{"_blID":136,"_blWallIDs":[882,883,884,885],"_blHP":1000,"_blShadows":[878,879,880,881,886,887,888,889],"_blFootprint":[[-2576.2168,-883.9883],[-2576.2168,-901.9883],[-2592.8833,-901.9883],[-2592.8833,-883.9883]],"_blPos":[-2584.55,-892.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":227,"_penEnd":228,"_penPathEdge":{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2579.5217,-864.2618],"_peDist":62.22223,"_peObstacles":[]}},{"_penStart":228,"_penEnd":227,"_penPathEdge":{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2579.5217,-926.484],"_peDist":62.22223,"_peObstacles":[]}}]}],[137,{"_blID":137,"_blWallIDs":[886,887,888,889],"_blHP":1000,"_blShadows":[882,883,884,885],"_blFootprint":[[-2559.55,-883.9883],[-2559.55,-901.9883],[-2576.2166,-901.9883],[-2576.2166,-883.9883]],"_blPos":[-2567.8833,-892.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[138,{"_blID":138,"_blWallIDs":[890,891,892,893],"_blHP":1000,"_blShadows":[894,895,896,897],"_blFootprint":[[-2626.8833,-897.9883],[-2608.8833,-897.9883],[-2608.8833,-907.9883],[-2626.8833,-907.9883]],"_blPos":[-2617.8833,-902.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[139,{"_blID":139,"_blWallIDs":[894,895,896,897],"_blHP":1000,"_blShadows":[890,891,892,893],"_blFootprint":[[-2626.8833,-887.9883],[-2608.8833,-887.9883],[-2608.8833,-897.9883],[-2626.8833,-897.9883]],"_blPos":[-2617.8833,-892.9883],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[140,{"_blID":140,"_blWallIDs":[898,899,900,901],"_blHP":1000,"_blShadows":[902,903,904,905],"_blFootprint":[[-2714.245,-1128.5494],[-2732.245,-1128.5494],[-2732.245,-1118.5494],[-2714.245,-1118.5494]],"_blPos":[-2723.245,-1123.5494],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[141,{"_blID":141,"_blWallIDs":[902,903,904,905],"_blHP":1000,"_blShadows":[898,899,900,901],"_blFootprint":[[-2714.245,-1138.5494],[-2732.245,-1138.5494],[-2732.245,-1128.5494],[-2714.245,-1128.5494]],"_blPos":[-2723.245,-1133.5494],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[142,{"_blID":142,"_blWallIDs":[906,907,908,909],"_blHP":1000,"_blShadows":[910,911,912,913],"_blFootprint":[[-2764.9119,-1114.5494],[-2764.9119,-1132.5494],[-2781.5784,-1132.5494],[-2781.5784,-1114.5494]],"_blPos":[-2773.245,-1123.5494],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":183,"_penEnd":184,"_penPathEdge":{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2769.1216,-1113.1506],"_peDist":62.22229,"_peObstacles":[]}},{"_penStart":184,"_penEnd":183,"_penPathEdge":{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2769.1216,-1175.3729],"_peDist":62.22229,"_peObstacles":[]}}]}],[143,{"_blID":143,"_blWallIDs":[910,911,912,913],"_blHP":1000,"_blShadows":[906,907,908,909,914,915,916,917],"_blFootprint":[[-2748.245,-1114.5494],[-2748.245,-1132.5494],[-2764.9116,-1132.5494],[-2764.9116,-1114.5494]],"_blPos":[-2756.5784,-1123.5494],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[144,{"_blID":144,"_blWallIDs":[914,915,916,917],"_blHP":1000,"_blShadows":[910,911,912,913,918,919,920,921],"_blFootprint":[[-2731.5786,-1114.5494],[-2731.5786,-1132.5494],[-2748.245,-1132.5494],[-2748.245,-1114.5494]],"_blPos":[-2739.9119,-1123.5494],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[145,{"_blID":145,"_blWallIDs":[918,919,920,921],"_blHP":1000,"_blShadows":[914,915,916,917],"_blFootprint":[[-2714.9119,-1114.5494],[-2714.9119,-1132.5494],[-2731.5784,-1132.5494],[-2731.5784,-1114.5494]],"_blPos":[-2723.245,-1123.5494],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[146,{"_blID":146,"_blWallIDs":[978,979,980,981],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-888.2057,-1870.2097],[-868.20575,-1835.5686],[-902.8468,-1815.5686],[-922.84674,-1850.2097]],"_blPos":[-895.52625,-1842.8892],"_blDir":29.321533,"_blHeight":31.0,"_blMaterial":"Metal","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.8333333,0.41666666,0.0,1.0],31.0,[[20.0,20.0],[-20.0,20.0],[-20.0,-20.0],[20.0,-20.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShConst","contents":[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,15.0,41.0],[20.0,20.0,31.0],[15.0,5.0,41.0],[20.0,0.0,31.0],[5.0,5.0,41.0],[0.0,0.0,31.0],[5.0,15.0,41.0],[0.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,15.0,41.0],[0.0,20.0,31.0],[-5.0,5.0,41.0],[0.0,0.0,31.0],[-15.0,5.0,41.0],[-20.0,0.0,31.0],[-15.0,15.0,41.0],[-20.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,-5.0,41.0],[20.0,0.0,31.0],[15.0,-15.0,41.0],[20.0,-20.0,31.0],[5.0,-15.0,41.0],[0.0,-20.0,31.0],[5.0,-5.0,41.0],[0.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,-5.0,41.0],[0.0,0.0,31.0],[-5.0,-15.0,41.0],[0.0,-20.0,31.0],[-15.0,-15.0,41.0],[-20.0,-20.0,31.0],[-15.0,-5.0,41.0],[-20.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"}]}}]},"_blObstructs":[]}],[147,{"_blID":147,"_blWallIDs":[982,983,984,985],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-827.68726,-1905.1499],[-807.6873,-1870.5088],[-842.32837,-1850.5088],[-862.3283,-1885.1499]],"_blPos":[-835.0078,-1877.8293],"_blDir":29.321533,"_blHeight":31.0,"_blMaterial":"Metal","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.8333333,0.41666666,0.0,1.0],31.0,[[20.0,20.0],[-20.0,20.0],[-20.0,-20.0],[20.0,-20.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShConst","contents":[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,15.0,41.0],[20.0,20.0,31.0],[15.0,5.0,41.0],[20.0,0.0,31.0],[5.0,5.0,41.0],[0.0,0.0,31.0],[5.0,15.0,41.0],[0.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,15.0,41.0],[0.0,20.0,31.0],[-5.0,5.0,41.0],[0.0,0.0,31.0],[-15.0,5.0,41.0],[-20.0,0.0,31.0],[-15.0,15.0,41.0],[-20.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,-5.0,41.0],[20.0,0.0,31.0],[15.0,-15.0,41.0],[20.0,-20.0,31.0],[5.0,-15.0,41.0],[0.0,-20.0,31.0],[5.0,-5.0,41.0],[0.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,-5.0,41.0],[0.0,0.0,31.0],[-5.0,-15.0,41.0],[0.0,-20.0,31.0],[-15.0,-15.0,41.0],[-20.0,-20.0,31.0],[-15.0,-5.0,41.0],[-20.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"}]}}]},"_blObstructs":[]}],[148,{"_blID":148,"_blWallIDs":[986,987,988,989],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-948.7241,-1835.2693],[-928.7242,-1800.6283],[-963.36523,-1780.6284],[-983.3652,-1815.2694]],"_blPos":[-956.0447,-1807.9489],"_blDir":29.321533,"_blHeight":31.0,"_blMaterial":"Metal","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.8333333,0.41666666,0.0,1.0],31.0,[[20.0,20.0],[-20.0,20.0],[-20.0,-20.0],[20.0,-20.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShConst","contents":[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,15.0,41.0],[20.0,20.0,31.0],[15.0,5.0,41.0],[20.0,0.0,31.0],[5.0,5.0,41.0],[0.0,0.0,31.0],[5.0,15.0,41.0],[0.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,15.0,41.0],[0.0,20.0,31.0],[-5.0,5.0,41.0],[0.0,0.0,31.0],[-15.0,5.0,41.0],[-20.0,0.0,31.0],[-15.0,15.0,41.0],[-20.0,20.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[15.0,-5.0,41.0],[20.0,0.0,31.0],[15.0,-15.0,41.0],[20.0,-20.0,31.0],[5.0,-15.0,41.0],[0.0,-20.0,31.0],[5.0,-5.0,41.0],[0.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-5.0,-5.0,41.0],[0.0,0.0,31.0],[-5.0,-15.0,41.0],[0.0,-20.0,31.0],[-15.0,-15.0,41.0],[-20.0,-20.0,31.0],[-15.0,-5.0,41.0],[-20.0,0.0,31.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Large"}]}}]},"_blObstructs":[]}],[149,{"_blID":149,"_blWallIDs":[1130,1131,1132,1133],"_blHP":1000,"_blShadows":[1134,1135,1136,1137],"_blFootprint":[[219.61641,-522.163],[204.02795,-531.163],[197.36128,-519.616],[212.94974,-510.61603]],"_blPos":[208.48885,-520.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[150,{"_blID":150,"_blWallIDs":[1134,1135,1136,1137],"_blHP":1000,"_blShadows":[1130,1131,1132,1133,1138,1139,1140,1141],"_blFootprint":[[226.28308,-533.71],[210.69463,-542.71],[204.02795,-531.163],[219.61641,-522.163]],"_blPos":[215.15552,-532.4365],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":588,"_penEnd":607,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[257.46423,-513.9274],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":607,"_penEnd":588,"_penPathEdge":{"_peStart":[257.46423,-513.9274],"_peEnd":[201.24838,-546.38367],"_peDist":64.912476,"_peObstacles":[]}}]}],[151,{"_blID":151,"_blWallIDs":[1138,1139,1140,1141],"_blHP":1000,"_blShadows":[1134,1135,1136,1137,1142,1143,1144,1145],"_blFootprint":[[232.94974,-545.257],[217.36128,-554.257],[210.69461,-542.71],[226.28307,-533.71]],"_blPos":[221.82217,-543.9835],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[152,{"_blID":152,"_blWallIDs":[1142,1143,1144,1145],"_blHP":1000,"_blShadows":[1138,1139,1140,1141],"_blFootprint":[[239.61641,-556.804],[224.02795,-565.804],[217.36128,-554.257],[232.94974,-545.257]],"_blPos":[228.48885,-555.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[153,{"_blID":153,"_blWallIDs":[1146,1147,1148,1149],"_blHP":1000,"_blShadows":[1150,1151,1152,1153],"_blFootprint":[[227.21535,-566.6581],[218.21535,-551.06964],[229.76234,-544.40295],[238.76234,-559.9914]],"_blPos":[228.48885,-555.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[154,{"_blID":154,"_blWallIDs":[1150,1151,1152,1153],"_blHP":1000,"_blShadows":[1146,1147,1148,1149,1154,1155,1156,1157],"_blFootprint":[[215.66835,-573.32477],[206.66835,-557.7363],[218.21535,-551.06964],[227.21535,-566.6581]],"_blPos":[216.94185,-562.1972],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":588,"_penEnd":599,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":599,"_penEnd":588,"_penPathEdge":{"_peStart":[232.67268,-600.8122],"_peEnd":[201.24838,-546.38367],"_peDist":62.848637,"_peObstacles":[]}}]}],[155,{"_blID":155,"_blWallIDs":[1154,1155,1156,1157],"_blHP":1000,"_blShadows":[1150,1151,1152,1153,1158,1159,1160,1161],"_blFootprint":[[204.12134,-579.9914],[195.12134,-564.40295],[206.66833,-557.73627],[215.66833,-573.3247]],"_blPos":[205.39484,-568.86383],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[156,{"_blID":156,"_blWallIDs":[1158,1159,1160,1161],"_blHP":1000,"_blShadows":[1154,1155,1156,1157],"_blFootprint":[[192.57434,-586.6581],[183.57434,-571.06964],[195.12134,-564.40295],[204.12134,-579.9914]],"_blPos":[193.84784,-575.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[157,{"_blID":157,"_blWallIDs":[1162,1163,1164,1165],"_blHP":1000,"_blShadows":[1166,1167,1168,1169],"_blFootprint":[[182.72028,-574.257],[198.30873,-565.257],[204.9754,-576.804],[189.38695,-585.804]],"_blPos":[193.84784,-575.5305],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[158,{"_blID":158,"_blWallIDs":[1166,1167,1168,1169],"_blHP":1000,"_blShadows":[1162,1163,1164,1165,1170,1171,1172,1173],"_blFootprint":[[176.0536,-562.71],[191.64206,-553.71],[198.30873,-565.257],[182.72028,-574.257]],"_blPos":[187.18117,-563.9835],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[159,{"_blID":159,"_blWallIDs":[1170,1171,1172,1173],"_blHP":1000,"_blShadows":[1166,1167,1168,1169,1174,1175,1176,1177],"_blFootprint":[[169.38695,-551.163],[184.9754,-542.163],[191.64207,-553.71],[176.05362,-562.71]],"_blPos":[180.51451,-552.4365],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":570,"_penEnd":588,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":[]}},{"_penStart":588,"_penEnd":570,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":[]}}]}],[160,{"_blID":160,"_blWallIDs":[1174,1175,1176,1177],"_blHP":1000,"_blShadows":[1170,1171,1172,1173],"_blFootprint":[[162.72028,-539.616],[178.30873,-530.616],[184.9754,-542.163],[169.38695,-551.163]],"_blPos":[173.84784,-540.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[161,{"_blID":161,"_blWallIDs":[1178,1179,1180,1181],"_blHP":1000,"_blShadows":[1182,1183,1184,1185],"_blFootprint":[[175.12134,-529.76196],[184.12134,-545.3504],[172.57434,-552.0171],[163.57434,-536.42865]],"_blPos":[173.84784,-540.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[162,{"_blID":162,"_blWallIDs":[1182,1183,1184,1185],"_blHP":1000,"_blShadows":[1178,1179,1180,1181,1186,1187,1188,1189],"_blFootprint":[[186.66833,-523.0953],[195.66833,-538.6837],[184.12134,-545.3504],[175.12134,-529.76196]],"_blPos":[185.39484,-534.22284],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[163,{"_blID":163,"_blWallIDs":[1186,1187,1188,1189],"_blHP":1000,"_blShadows":[1182,1183,1184,1185,1190,1191,1192,1193],"_blFootprint":[[198.21535,-516.42865],[207.21535,-532.0171],[195.66835,-538.6838],[186.66835,-523.09534]],"_blPos":[196.94185,-527.5562],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":577,"_penEnd":588,"_penPathEdge":{"_peStart":[169.82407,-491.95514],"_peEnd":[201.24838,-546.38367],"_peDist":62.848644,"_peObstacles":[]}},{"_penStart":588,"_penEnd":577,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[169.82407,-491.95514],"_peDist":62.848644,"_peObstacles":[]}}]}],[164,{"_blID":164,"_blWallIDs":[1190,1191,1192,1193],"_blHP":1000,"_blShadows":[1186,1187,1188,1189],"_blFootprint":[[209.76234,-509.76196],[218.76234,-525.3504],[207.21535,-532.0171],[198.21535,-516.42865]],"_blPos":[208.48885,-520.8895],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[165,{"_blID":165,"_blWallIDs":[1194,1195,1196,1197],"_blHP":1000,"_blShadows":[1198,1199,1200,1201],"_blFootprint":[[145.22917,-565.11053],[129.64072,-574.11053],[122.974045,-562.56354],[138.5625,-553.56354]],"_blPos":[134.10161,-563.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":561,"_penEnd":570,"_penPathEdge":{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":570,"_penEnd":561,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":[]}}]}],[166,{"_blID":166,"_blWallIDs":[1198,1199,1200,1201],"_blHP":1000,"_blShadows":[1194,1195,1196,1197,1202,1203,1204,1205],"_blFootprint":[[151.89584,-576.65753],[136.30739,-585.65753],[129.64072,-574.11053],[145.22917,-565.11053]],"_blPos":[140.76828,-575.38403],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":547,"_penEnd":570,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":561,"_penEnd":570,"_penPathEdge":{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":570,"_penEnd":547,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":570,"_penEnd":561,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":570,"_penEnd":579,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":570,"_penEnd":588,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":[]}},{"_penStart":579,"_penEnd":570,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":588,"_penEnd":570,"_penPathEdge":{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":[]}}]}],[167,{"_blID":167,"_blWallIDs":[1202,1203,1204,1205],"_blHP":1000,"_blShadows":[1198,1199,1200,1201,1206,1207,1208,1209],"_blFootprint":[[158.5625,-588.2045],[142.97404,-597.2045],[136.30737,-585.65753],[151.89583,-576.65753]],"_blPos":[147.43494,-586.931],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":570,"_penEnd":579,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":579,"_penEnd":570,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}}]}],[168,{"_blID":168,"_blWallIDs":[1206,1207,1208,1209],"_blHP":1000,"_blShadows":[1202,1203,1204,1205],"_blFootprint":[[165.22917,-599.7515],[149.64072,-608.7515],[142.97404,-597.2045],[158.5625,-588.2045]],"_blPos":[154.10161,-598.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":570,"_penEnd":579,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":579,"_penEnd":570,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}}]}],[169,{"_blID":169,"_blWallIDs":[1210,1211,1212,1213],"_blHP":1000,"_blShadows":[1214,1215,1216,1217],"_blFootprint":[[152.82811,-609.6056],[143.82811,-594.01715],[155.3751,-587.35046],[164.3751,-602.9389]],"_blPos":[154.10161,-598.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":570,"_penEnd":579,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":579,"_penEnd":570,"_penPathEdge":{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":[]}}]}],[170,{"_blID":170,"_blWallIDs":[1214,1215,1216,1217],"_blHP":1000,"_blShadows":[1210,1211,1212,1213,1218,1219,1220,1221],"_blFootprint":[[141.28111,-616.2723],[132.28111,-600.68384],[143.82811,-594.01715],[152.82811,-609.6056]],"_blPos":[142.55461,-605.1447],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[171,{"_blID":171,"_blWallIDs":[1218,1219,1220,1221],"_blHP":1000,"_blShadows":[1214,1215,1216,1217,1222,1223,1224,1225],"_blFootprint":[[129.7341,-622.9389],[120.7341,-607.35046],[132.2811,-600.6838],[141.2811,-616.2722]],"_blPos":[131.0076,-611.81134],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[172,{"_blID":172,"_blWallIDs":[1222,1223,1224,1225],"_blHP":1000,"_blShadows":[1218,1219,1220,1221],"_blFootprint":[[118.1871,-629.6056],[109.1871,-614.01715],[120.7341,-607.35046],[129.7341,-622.9389]],"_blPos":[119.4606,-618.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[173,{"_blID":173,"_blWallIDs":[1226,1227,1228,1229],"_blHP":1000,"_blShadows":[1230,1231,1232,1233],"_blFootprint":[[108.33304,-617.2045],[123.92149,-608.2045],[130.58817,-619.7515],[114.99971,-628.7515]],"_blPos":[119.4606,-618.478],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[174,{"_blID":174,"_blWallIDs":[1230,1231,1232,1233],"_blHP":1000,"_blShadows":[1226,1227,1228,1229,1234,1235,1236,1237],"_blFootprint":[[101.666374,-605.65753],[117.25483,-596.65753],[123.9215,-608.2045],[108.333046,-617.2045]],"_blPos":[112.79394,-606.931],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[175,{"_blID":175,"_blWallIDs":[1234,1235,1236,1237],"_blHP":1000,"_blShadows":[1230,1231,1232,1233,1238,1239,1240,1241],"_blFootprint":[[94.9997,-594.11053],[110.58816,-585.11053],[117.25483,-596.65753],[101.666374,-605.65753]],"_blPos":[106.127266,-595.38403],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":547,"_penEnd":570,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":570,"_penEnd":547,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}}]}],[176,{"_blID":176,"_blWallIDs":[1238,1239,1240,1241],"_blHP":1000,"_blShadows":[1234,1235,1236,1237],"_blFootprint":[[88.33304,-582.56354],[103.92149,-573.56354],[110.588165,-585.11053],[94.99971,-594.11053]],"_blPos":[99.4606,-583.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[177,{"_blID":177,"_blWallIDs":[1242,1243,1244,1245],"_blHP":1000,"_blShadows":[1246,1247,1248,1249],"_blFootprint":[[100.7341,-572.7095],[109.7341,-588.2979],[98.1871,-594.9646],[89.1871,-579.37616]],"_blPos":[99.4606,-583.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[178,{"_blID":178,"_blWallIDs":[1246,1247,1248,1249],"_blHP":1000,"_blShadows":[1242,1243,1244,1245,1250,1251,1252,1253],"_blFootprint":[[112.281105,-566.0428],[121.28111,-581.6312],[109.73411,-588.2979],[100.7341,-572.7095]],"_blPos":[111.00761,-577.17035],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[179,{"_blID":179,"_blWallIDs":[1250,1251,1252,1253],"_blHP":1000,"_blShadows":[1246,1247,1248,1249,1254,1255,1256,1257],"_blFootprint":[[123.82811,-559.37616],[132.82811,-574.9646],[121.28111,-581.6313],[112.28111,-566.04285]],"_blPos":[122.55461,-570.5037],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[180,{"_blID":180,"_blWallIDs":[1254,1255,1256,1257],"_blHP":1000,"_blShadows":[1250,1251,1252,1253],"_blFootprint":[[135.3751,-552.7095],[144.3751,-568.2979],[132.82811,-574.9646],[123.82811,-559.37616]],"_blPos":[134.10161,-563.83704],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":561,"_penEnd":570,"_penPathEdge":{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":[]}},{"_penStart":570,"_penEnd":561,"_penPathEdge":{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":[]}}]}],[181,{"_blID":181,"_blWallIDs":[1258,1259,1260,1261],"_blHP":1000,"_blShadows":[1262,1263,1264,1265],"_blFootprint":[[70.841965,-608.058],[55.25351,-617.058],[48.586838,-605.511],[64.17529,-596.511]],"_blPos":[59.7144,-606.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[182,{"_blID":182,"_blWallIDs":[1262,1263,1264,1265],"_blHP":1000,"_blShadows":[1258,1259,1260,1261,1266,1267,1268,1269],"_blFootprint":[[77.50863,-619.605],[61.920174,-628.605],[55.2535,-617.058],[70.84196,-608.058]],"_blPos":[66.381065,-618.3315],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":516,"_penEnd":547,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":547,"_penEnd":516,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}}]}],[183,{"_blID":183,"_blWallIDs":[1266,1267,1268,1269],"_blHP":1000,"_blShadows":[1262,1263,1264,1265,1270,1271,1272,1273],"_blFootprint":[[84.1753,-631.15204],[68.586845,-640.15204],[61.920174,-628.60504],[77.50863,-619.60504]],"_blPos":[73.04774,-629.87854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[184,{"_blID":184,"_blWallIDs":[1270,1271,1272,1273],"_blHP":1000,"_blShadows":[1266,1267,1268,1269],"_blFootprint":[[90.841965,-642.69904],[75.25351,-651.69904],[68.58684,-640.15204],[84.17529,-631.15204]],"_blPos":[79.7144,-641.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[185,{"_blID":185,"_blWallIDs":[1274,1275,1276,1277],"_blHP":1000,"_blShadows":[1278,1279,1280,1281],"_blFootprint":[[78.440895,-652.5531],[69.4409,-636.96466],[80.98791,-630.298],[89.9879,-645.8864]],"_blPos":[79.7144,-641.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[186,{"_blID":186,"_blWallIDs":[1278,1279,1280,1281],"_blHP":1000,"_blShadows":[1274,1275,1276,1277,1282,1283,1284,1285],"_blFootprint":[[66.89389,-659.2198],[57.893894,-643.63135],[69.4409,-636.96466],[78.4409,-652.5531]],"_blPos":[68.1674,-648.0922],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[187,{"_blID":187,"_blWallIDs":[1282,1283,1284,1285],"_blHP":1000,"_blShadows":[1278,1279,1280,1281,1286,1287,1288,1289],"_blFootprint":[[55.34688,-665.8864],[46.34688,-650.298],[57.893887,-643.6313],[66.89389,-659.2197]],"_blPos":[56.620384,-654.75885],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[188,{"_blID":188,"_blWallIDs":[1286,1287,1288,1289],"_blHP":1000,"_blShadows":[1282,1283,1284,1285],"_blFootprint":[[43.799877,-672.5531],[34.799877,-656.96466],[46.34688,-650.298],[55.34688,-665.8864]],"_blPos":[45.07338,-661.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":516,"_penEnd":529,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":529,"_penEnd":516,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}}]}],[189,{"_blID":189,"_blWallIDs":[1290,1291,1292,1293],"_blHP":1000,"_blShadows":[1294,1295,1296,1297],"_blFootprint":[[33.945816,-660.15204],[49.534275,-651.15204],[56.200943,-662.69904],[40.612484,-671.69904]],"_blPos":[45.07338,-661.42554],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":516,"_penEnd":529,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":529,"_penEnd":516,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}}]}],[190,{"_blID":190,"_blWallIDs":[1294,1295,1296,1297],"_blHP":1000,"_blShadows":[1290,1291,1292,1293,1298,1299,1300,1301],"_blFootprint":[[27.279148,-648.60504],[42.867607,-639.60504],[49.534275,-651.15204],[33.945816,-660.15204]],"_blPos":[38.40671,-649.87854],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":516,"_penEnd":529,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":529,"_penEnd":516,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}}]}],[191,{"_blID":191,"_blWallIDs":[1298,1299,1300,1301],"_blHP":1000,"_blShadows":[1294,1295,1296,1297,1302,1303,1304,1305],"_blFootprint":[[20.612482,-637.058],[36.200943,-628.058],[42.867607,-639.605],[27.279148,-648.605]],"_blPos":[31.740046,-638.3315],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":479,"_penEnd":516,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":486,"_penEnd":516,"_penPathEdge":{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":516,"_penEnd":479,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":516,"_penEnd":486,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":516,"_penEnd":529,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":516,"_penEnd":547,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":529,"_penEnd":516,"_penPathEdge":{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":547,"_penEnd":516,"_penPathEdge":{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}}]}],[192,{"_blID":192,"_blWallIDs":[1302,1303,1304,1305],"_blHP":1000,"_blShadows":[1298,1299,1300,1301],"_blFootprint":[[13.945816,-625.511],[29.534277,-616.511],[36.200943,-628.058],[20.612482,-637.058]],"_blPos":[25.07338,-626.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":486,"_penEnd":516,"_penPathEdge":{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":516,"_penEnd":486,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":[]}}]}],[193,{"_blID":193,"_blWallIDs":[1306,1307,1308,1309],"_blHP":1000,"_blShadows":[1310,1311,1312,1313],"_blFootprint":[[26.346884,-615.6569],[35.34688,-631.24536],[23.799875,-637.91205],[14.799876,-622.3236]],"_blPos":[25.07338,-626.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":486,"_penEnd":516,"_penPathEdge":{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":516,"_penEnd":486,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":[]}}]}],[194,{"_blID":194,"_blWallIDs":[1310,1311,1312,1313],"_blHP":1000,"_blShadows":[1306,1307,1308,1309,1314,1315,1316,1317],"_blFootprint":[[37.89389,-608.99023],[46.89389,-624.5787],[35.346886,-631.24536],[26.346886,-615.6569]],"_blPos":[36.620388,-620.1178],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[195,{"_blID":195,"_blWallIDs":[1314,1315,1316,1317],"_blHP":1000,"_blShadows":[1310,1311,1312,1313,1318,1319,1320,1321],"_blFootprint":[[49.440903,-602.3236],[58.4409,-617.91205],[46.89389,-624.57874],[37.893894,-608.9903]],"_blPos":[48.167397,-613.4512],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[196,{"_blID":196,"_blWallIDs":[1318,1319,1320,1321],"_blHP":1000,"_blShadows":[1314,1315,1316,1317],"_blFootprint":[[60.987907,-595.6569],[69.98791,-611.24536],[58.440895,-617.91205],[49.4409,-602.3236]],"_blPos":[59.7144,-606.7845],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[197,{"_blID":197,"_blWallIDs":[1322,1323,1324,1325],"_blHP":1000,"_blShadows":[1326,1327,1328,1329],"_blFootprint":[[-3.5452871,-651.00543],[-19.133745,-660.00543],[-25.800415,-648.45844],[-10.211958,-639.45844]],"_blPos":[-14.672852,-649.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[198,{"_blID":198,"_blWallIDs":[1326,1327,1328,1329],"_blHP":1000,"_blShadows":[1322,1323,1324,1325,1330,1331,1332,1333],"_blFootprint":[[3.1213799,-662.5524],[-12.467078,-671.5524],[-19.133749,-660.00543],[-3.545291,-651.00543]],"_blPos":[-8.006185,-661.27893],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":479,"_penEnd":516,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":[]}},{"_penStart":516,"_penEnd":479,"_penPathEdge":{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":[]}}]}],[199,{"_blID":199,"_blWallIDs":[1330,1331,1332,1333],"_blHP":1000,"_blShadows":[1326,1327,1328,1329,1334,1335,1336,1337],"_blFootprint":[[9.788047,-674.0995],[-5.800411,-683.0995],[-12.467082,-671.5525],[3.121376,-662.5525]],"_blPos":[-1.3395176,-672.826],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[200,{"_blID":200,"_blWallIDs":[1334,1335,1336,1337],"_blHP":1000,"_blShadows":[1330,1331,1332,1333],"_blFootprint":[[16.454712,-685.6465],[0.8662548,-694.6465],[-5.800416,-683.0995],[9.788042,-674.0995]],"_blPos":[5.3271484,-684.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[201,{"_blID":201,"_blWallIDs":[1338,1339,1340,1341],"_blHP":1000,"_blShadows":[1342,1343,1344,1345],"_blFootprint":[[4.0536447,-695.50055],[-4.946354,-679.9121],[6.600652,-673.2454],[15.600651,-688.83386]],"_blPos":[5.3271484,-684.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[202,{"_blID":202,"_blWallIDs":[1342,1343,1344,1345],"_blHP":1000,"_blShadows":[1338,1339,1340,1341,1346,1347,1348,1349],"_blFootprint":[[-7.493363,-702.16724],[-16.493362,-686.5788],[-4.9463553,-679.9121],[4.053643,-695.50055]],"_blPos":[-6.219859,-691.0397],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[203,{"_blID":203,"_blWallIDs":[1346,1347,1348,1349],"_blHP":1000,"_blShadows":[1342,1343,1344,1345,1350,1351,1352,1353],"_blFootprint":[[-19.04037,-708.83386],[-28.040369,-693.2454],[-16.493362,-686.57874],[-7.4933643,-702.1672]],"_blPos":[-17.766867,-697.7063],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":479,"_penEnd":488,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[7.809265,-730.6371],"_peDist":62.848587,"_peObstacles":[]}},{"_penStart":488,"_penEnd":479,"_penPathEdge":{"_peStart":[7.809265,-730.6371],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848587,"_peObstacles":[]}}]}],[204,{"_blID":204,"_blWallIDs":[1350,1351,1352,1353],"_blHP":1000,"_blShadows":[1346,1347,1348,1349],"_blFootprint":[[-30.587378,-715.50055],[-39.587376,-699.9121],[-28.040369,-693.2454],[-19.04037,-708.83386]],"_blPos":[-29.313873,-704.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[205,{"_blID":205,"_blWallIDs":[1354,1355,1356,1357],"_blHP":1000,"_blShadows":[1358,1359,1360,1361],"_blFootprint":[[-40.441437,-703.0995],[-24.852976,-694.0995],[-18.18631,-705.6465],[-33.77477,-714.6465]],"_blPos":[-29.313873,-704.373],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[206,{"_blID":206,"_blWallIDs":[1358,1359,1360,1361],"_blHP":1000,"_blShadows":[1354,1355,1356,1357,1362,1363,1364,1365],"_blFootprint":[[-47.108105,-691.5525],[-31.519644,-682.5525],[-24.852978,-694.0995],[-40.441437,-703.0995]],"_blPos":[-35.98054,-692.826],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[207,{"_blID":207,"_blWallIDs":[1362,1363,1364,1365],"_blHP":1000,"_blShadows":[1358,1359,1360,1361,1366,1367,1368,1369],"_blFootprint":[[-53.774773,-680.00543],[-38.186314,-671.00543],[-31.519646,-682.5524],[-47.108105,-691.5524]],"_blPos":[-42.64721,-681.27893],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":458,"_penEnd":479,"_penPathEdge":{"_peStart":[-79.8309,-708.6648],"_peEnd":[-23.615036,-676.2086],"_peDist":64.91245,"_peObstacles":[]}},{"_penStart":479,"_penEnd":458,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[-79.8309,-708.6648],"_peDist":64.91245,"_peObstacles":[]}}]}],[208,{"_blID":208,"_blWallIDs":[1366,1367,1368,1369],"_blHP":1000,"_blShadows":[1362,1363,1364,1365],"_blFootprint":[[-60.441437,-668.45844],[-44.852978,-659.45844],[-38.18631,-671.00543],[-53.77477,-680.00543]],"_blPos":[-49.313873,-669.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[209,{"_blID":209,"_blWallIDs":[1370,1371,1372,1373],"_blHP":1000,"_blShadows":[1374,1375,1376,1377],"_blFootprint":[[-48.040367,-658.6044],[-39.04037,-674.1928],[-50.58738,-680.8595],[-59.587376,-665.27106]],"_blPos":[-49.313873,-669.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[210,{"_blID":210,"_blWallIDs":[1374,1375,1376,1377],"_blHP":1000,"_blShadows":[1370,1371,1372,1373,1378,1379,1380,1381],"_blFootprint":[[-36.493362,-651.9377],[-27.493362,-667.5261],[-39.040367,-674.1928],[-48.040367,-658.6044]],"_blPos":[-37.766865,-663.06525],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[{"_penStart":461,"_penEnd":479,"_penPathEdge":{"_peStart":[-55.039337,-621.7801],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848637,"_peObstacles":[]}},{"_penStart":479,"_penEnd":461,"_penPathEdge":{"_peStart":[-23.615036,-676.2086],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848637,"_peObstacles":[]}}]}],[211,{"_blID":211,"_blWallIDs":[1378,1379,1380,1381],"_blHP":1000,"_blShadows":[1374,1375,1376,1377,1382,1383,1384,1385],"_blFootprint":[[-24.946354,-645.27106],[-15.946355,-660.8595],[-27.493362,-667.5262],[-36.493362,-651.93774]],"_blPos":[-26.219858,-656.3986],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[212,{"_blID":212,"_blWallIDs":[1382,1383,1384,1385],"_blHP":1000,"_blShadows":[1378,1379,1380,1381],"_blFootprint":[[-13.399347,-638.6044],[-4.3993483,-654.1928],[-15.946356,-660.8595],[-24.946354,-645.27106]],"_blPos":[-14.672852,-649.73193],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[213,{"_blID":213,"_blWallIDs":[1406,1407,1408,1409],"_blHP":1000,"_blShadows":[],"_blFootprint":[[-383.46783,-322.2245],[-393.46783,-339.54498],[-428.10883,-319.54498],[-418.10883,-302.2245]],"_blPos":[-405.78833,-320.88474],"_blDir":12.042771,"_blHeight":30.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDraws","contents":[{"tag":"BlockDrawColHeightPoss","contents":[[0.6,0.6,0.6,1.0],30.0,[[20.0,10.0],[20.0,-10.0],[-20.0,-10.0],[-20.0,10.0]]]},{"tag":"BlockDrawBlSh","contents":{"tag":"BlShMempty"}}]},"_blObstructs":[]}],[214,{"_blID":214,"_blWallIDs":[1454,1455,1456,1457],"_blHP":1000,"_blShadows":[1458,1459,1460,1461],"_blFootprint":[[-230.0,145.99997],[-230.0,163.99997],[-220.0,163.99997],[-220.0,145.99997]],"_blPos":[-225.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[215,{"_blID":215,"_blWallIDs":[1458,1459,1460,1461],"_blHP":1000,"_blShadows":[1454,1455,1456,1457],"_blFootprint":[[-240.0,145.99997],[-240.0,163.99997],[-230.0,163.99997],[-230.0,145.99997]],"_blPos":[-235.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[216,{"_blID":216,"_blWallIDs":[1462,1463,1464,1465],"_blHP":1000,"_blShadows":[1466,1467,1468,1469],"_blFootprint":[[-244.0,159.99997],[-226.0,159.99997],[-226.0,149.99997],[-244.0,149.99997]],"_blPos":[-235.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[217,{"_blID":217,"_blWallIDs":[1466,1467,1468,1469],"_blHP":1000,"_blShadows":[1462,1463,1464,1465],"_blFootprint":[[-244.0,169.99997],[-226.0,169.99997],[-226.0,159.99997],[-244.0,159.99997]],"_blPos":[-235.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[218,{"_blID":218,"_blWallIDs":[1470,1471,1472,1473],"_blHP":1000,"_blShadows":[1474,1475,1476,1477],"_blFootprint":[[-230.0,173.99997],[-230.0,155.99997],[-240.0,155.99997],[-240.0,173.99997]],"_blPos":[-235.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[219,{"_blID":219,"_blWallIDs":[1474,1475,1476,1477],"_blHP":1000,"_blShadows":[1470,1471,1472,1473],"_blFootprint":[[-220.0,173.99997],[-220.0,155.99997],[-230.0,155.99997],[-230.0,173.99997]],"_blPos":[-225.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[220,{"_blID":220,"_blWallIDs":[1478,1479,1480,1481],"_blHP":1000,"_blShadows":[1482,1483,1484,1485],"_blFootprint":[[-216.0,159.99997],[-234.0,159.99997],[-234.0,169.99997],[-216.0,169.99997]],"_blPos":[-225.0,164.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[221,{"_blID":221,"_blWallIDs":[1482,1483,1484,1485],"_blHP":1000,"_blShadows":[1478,1479,1480,1481],"_blFootprint":[[-216.0,149.99997],[-234.0,149.99997],[-234.0,159.99997],[-216.0,159.99997]],"_blPos":[-225.0,154.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[222,{"_blID":222,"_blWallIDs":[1486,1487,1488,1489],"_blHP":1000,"_blShadows":[1490,1491,1492,1493],"_blFootprint":[[-230.00003,345.99997],[-230.00003,363.99997],[-220.00003,363.99997],[-220.00003,345.99997]],"_blPos":[-225.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[223,{"_blID":223,"_blWallIDs":[1490,1491,1492,1493],"_blHP":1000,"_blShadows":[1486,1487,1488,1489],"_blFootprint":[[-240.00003,345.99997],[-240.00003,363.99997],[-230.00003,363.99997],[-230.00003,345.99997]],"_blPos":[-235.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[224,{"_blID":224,"_blWallIDs":[1494,1495,1496,1497],"_blHP":1000,"_blShadows":[1498,1499,1500,1501],"_blFootprint":[[-244.00003,359.99997],[-226.00003,359.99997],[-226.00003,349.99997],[-244.00003,349.99997]],"_blPos":[-235.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[225,{"_blID":225,"_blWallIDs":[1498,1499,1500,1501],"_blHP":1000,"_blShadows":[1494,1495,1496,1497],"_blFootprint":[[-244.00003,369.99997],[-226.00003,369.99997],[-226.00003,359.99997],[-244.00003,359.99997]],"_blPos":[-235.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[226,{"_blID":226,"_blWallIDs":[1502,1503,1504,1505],"_blHP":1000,"_blShadows":[1506,1507,1508,1509],"_blFootprint":[[-230.00003,373.99997],[-230.00003,355.99997],[-240.00003,355.99997],[-240.00003,373.99997]],"_blPos":[-235.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[227,{"_blID":227,"_blWallIDs":[1506,1507,1508,1509],"_blHP":1000,"_blShadows":[1502,1503,1504,1505],"_blFootprint":[[-220.00003,373.99997],[-220.00003,355.99997],[-230.00003,355.99997],[-230.00003,373.99997]],"_blPos":[-225.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[228,{"_blID":228,"_blWallIDs":[1510,1511,1512,1513],"_blHP":1000,"_blShadows":[1514,1515,1516,1517],"_blFootprint":[[-216.00003,359.99997],[-234.00003,359.99997],[-234.00003,369.99997],[-216.00003,369.99997]],"_blPos":[-225.00003,364.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[229,{"_blID":229,"_blWallIDs":[1514,1515,1516,1517],"_blHP":1000,"_blShadows":[1510,1511,1512,1513],"_blFootprint":[[-216.00003,349.99997],[-234.00003,349.99997],[-234.00003,359.99997],[-216.00003,359.99997]],"_blPos":[-225.00003,354.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[230,{"_blID":230,"_blWallIDs":[1518,1519,1520,1521],"_blHP":1000,"_blShadows":[1522,1523,1524,1525],"_blFootprint":[[-130.00003,346.0],[-130.00003,364.0],[-120.00003,364.0],[-120.00003,346.0]],"_blPos":[-125.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[231,{"_blID":231,"_blWallIDs":[1522,1523,1524,1525],"_blHP":1000,"_blShadows":[1518,1519,1520,1521],"_blFootprint":[[-140.00003,346.0],[-140.00003,364.0],[-130.00003,364.0],[-130.00003,346.0]],"_blPos":[-135.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[232,{"_blID":232,"_blWallIDs":[1526,1527,1528,1529],"_blHP":1000,"_blShadows":[1530,1531,1532,1533],"_blFootprint":[[-144.00003,360.0],[-126.00003,360.0],[-126.00003,350.0],[-144.00003,350.0]],"_blPos":[-135.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[233,{"_blID":233,"_blWallIDs":[1530,1531,1532,1533],"_blHP":1000,"_blShadows":[1526,1527,1528,1529],"_blFootprint":[[-144.00003,370.0],[-126.00003,370.0],[-126.00003,360.0],[-144.00003,360.0]],"_blPos":[-135.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[234,{"_blID":234,"_blWallIDs":[1534,1535,1536,1537],"_blHP":1000,"_blShadows":[1538,1539,1540,1541],"_blFootprint":[[-130.00003,374.0],[-130.00003,356.0],[-140.00003,356.0],[-140.00003,374.0]],"_blPos":[-135.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[235,{"_blID":235,"_blWallIDs":[1538,1539,1540,1541],"_blHP":1000,"_blShadows":[1534,1535,1536,1537],"_blFootprint":[[-120.00003,374.0],[-120.00003,356.0],[-130.00003,356.0],[-130.00003,374.0]],"_blPos":[-125.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[236,{"_blID":236,"_blWallIDs":[1542,1543,1544,1545],"_blHP":1000,"_blShadows":[1546,1547,1548,1549],"_blFootprint":[[-116.00003,360.0],[-134.00003,360.0],[-134.00003,370.0],[-116.00003,370.0]],"_blPos":[-125.00003,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[237,{"_blID":237,"_blWallIDs":[1546,1547,1548,1549],"_blHP":1000,"_blShadows":[1542,1543,1544,1545],"_blFootprint":[[-116.00003,350.0],[-134.00003,350.0],[-134.00003,360.0],[-116.00003,360.0]],"_blPos":[-125.00003,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[238,{"_blID":238,"_blWallIDs":[1550,1551,1552,1553],"_blHP":1000,"_blShadows":[1554,1555,1556,1557],"_blFootprint":[[-130.00002,246.0],[-130.00002,264.0],[-120.000015,264.0],[-120.000015,246.0]],"_blPos":[-125.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[239,{"_blID":239,"_blWallIDs":[1554,1555,1556,1557],"_blHP":1000,"_blShadows":[1550,1551,1552,1553],"_blFootprint":[[-140.00002,246.0],[-140.00002,264.0],[-130.00002,264.0],[-130.00002,246.0]],"_blPos":[-135.00002,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[240,{"_blID":240,"_blWallIDs":[1558,1559,1560,1561],"_blHP":1000,"_blShadows":[1562,1563,1564,1565],"_blFootprint":[[-144.00002,260.0],[-126.000015,260.0],[-126.000015,250.0],[-144.00002,250.0]],"_blPos":[-135.00002,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[241,{"_blID":241,"_blWallIDs":[1562,1563,1564,1565],"_blHP":1000,"_blShadows":[1558,1559,1560,1561],"_blFootprint":[[-144.00002,270.0],[-126.000015,270.0],[-126.000015,260.0],[-144.00002,260.0]],"_blPos":[-135.00002,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[242,{"_blID":242,"_blWallIDs":[1566,1567,1568,1569],"_blHP":1000,"_blShadows":[1570,1571,1572,1573],"_blFootprint":[[-130.00002,274.0],[-130.00002,256.0],[-140.00002,256.0],[-140.00002,274.0]],"_blPos":[-135.00002,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[243,{"_blID":243,"_blWallIDs":[1570,1571,1572,1573],"_blHP":1000,"_blShadows":[1566,1567,1568,1569],"_blFootprint":[[-120.000015,274.0],[-120.000015,256.0],[-130.00002,256.0],[-130.00002,274.0]],"_blPos":[-125.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[244,{"_blID":244,"_blWallIDs":[1574,1575,1576,1577],"_blHP":1000,"_blShadows":[1578,1579,1580,1581],"_blFootprint":[[-116.000015,260.0],[-134.00002,260.0],[-134.00002,270.0],[-116.000015,270.0]],"_blPos":[-125.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[245,{"_blID":245,"_blWallIDs":[1578,1579,1580,1581],"_blHP":1000,"_blShadows":[1574,1575,1576,1577],"_blFootprint":[[-116.000015,250.0],[-134.00002,250.0],[-134.00002,260.0],[-116.000015,260.0]],"_blPos":[-125.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[246,{"_blID":246,"_blWallIDs":[1582,1583,1584,1585],"_blHP":1000,"_blShadows":[1586,1587,1588,1589],"_blFootprint":[[-230.00003,245.99997],[-230.00003,263.99997],[-220.00003,263.99997],[-220.00003,245.99997]],"_blPos":[-225.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[247,{"_blID":247,"_blWallIDs":[1586,1587,1588,1589],"_blHP":1000,"_blShadows":[1582,1583,1584,1585],"_blFootprint":[[-240.00003,245.99997],[-240.00003,263.99997],[-230.00003,263.99997],[-230.00003,245.99997]],"_blPos":[-235.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[248,{"_blID":248,"_blWallIDs":[1590,1591,1592,1593],"_blHP":1000,"_blShadows":[1594,1595,1596,1597],"_blFootprint":[[-244.00003,259.99997],[-226.00003,259.99997],[-226.00003,249.99997],[-244.00003,249.99997]],"_blPos":[-235.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[249,{"_blID":249,"_blWallIDs":[1594,1595,1596,1597],"_blHP":1000,"_blShadows":[1590,1591,1592,1593],"_blFootprint":[[-244.00003,269.99997],[-226.00003,269.99997],[-226.00003,259.99997],[-244.00003,259.99997]],"_blPos":[-235.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[250,{"_blID":250,"_blWallIDs":[1598,1599,1600,1601],"_blHP":1000,"_blShadows":[1602,1603,1604,1605],"_blFootprint":[[-230.00003,273.99997],[-230.00003,255.99997],[-240.00003,255.99997],[-240.00003,273.99997]],"_blPos":[-235.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[251,{"_blID":251,"_blWallIDs":[1602,1603,1604,1605],"_blHP":1000,"_blShadows":[1598,1599,1600,1601],"_blFootprint":[[-220.00003,273.99997],[-220.00003,255.99997],[-230.00003,255.99997],[-230.00003,273.99997]],"_blPos":[-225.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[252,{"_blID":252,"_blWallIDs":[1606,1607,1608,1609],"_blHP":1000,"_blShadows":[1610,1611,1612,1613],"_blFootprint":[[-216.00003,259.99997],[-234.00003,259.99997],[-234.00003,269.99997],[-216.00003,269.99997]],"_blPos":[-225.00003,264.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[253,{"_blID":253,"_blWallIDs":[1610,1611,1612,1613],"_blHP":1000,"_blShadows":[1606,1607,1608,1609],"_blFootprint":[[-216.00003,249.99997],[-234.00003,249.99997],[-234.00003,259.99997],[-216.00003,259.99997]],"_blPos":[-225.00003,254.99997],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[254,{"_blID":254,"_blWallIDs":[1614,1615,1616,1617],"_blHP":1000,"_blShadows":[1618,1619,1620,1621],"_blFootprint":[[-30.000008,146.0],[-30.000008,164.0],[-20.000008,164.0],[-20.000008,146.0]],"_blPos":[-25.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[255,{"_blID":255,"_blWallIDs":[1618,1619,1620,1621],"_blHP":1000,"_blShadows":[1614,1615,1616,1617],"_blFootprint":[[-40.000008,146.0],[-40.000008,164.0],[-30.000008,164.0],[-30.000008,146.0]],"_blPos":[-35.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[256,{"_blID":256,"_blWallIDs":[1622,1623,1624,1625],"_blHP":1000,"_blShadows":[1626,1627,1628,1629],"_blFootprint":[[-44.000008,160.0],[-26.000008,160.0],[-26.000008,150.0],[-44.000008,150.0]],"_blPos":[-35.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[257,{"_blID":257,"_blWallIDs":[1626,1627,1628,1629],"_blHP":1000,"_blShadows":[1622,1623,1624,1625],"_blFootprint":[[-44.000008,170.0],[-26.000008,170.0],[-26.000008,160.0],[-44.000008,160.0]],"_blPos":[-35.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[258,{"_blID":258,"_blWallIDs":[1630,1631,1632,1633],"_blHP":1000,"_blShadows":[1634,1635,1636,1637],"_blFootprint":[[-30.000008,174.0],[-30.000008,156.0],[-40.000008,156.0],[-40.000008,174.0]],"_blPos":[-35.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[259,{"_blID":259,"_blWallIDs":[1634,1635,1636,1637],"_blHP":1000,"_blShadows":[1630,1631,1632,1633],"_blFootprint":[[-20.000008,174.0],[-20.000008,156.0],[-30.000008,156.0],[-30.000008,174.0]],"_blPos":[-25.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[260,{"_blID":260,"_blWallIDs":[1638,1639,1640,1641],"_blHP":1000,"_blShadows":[1642,1643,1644,1645],"_blFootprint":[[-16.000008,160.0],[-34.000008,160.0],[-34.000008,170.0],[-16.000008,170.0]],"_blPos":[-25.000008,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[261,{"_blID":261,"_blWallIDs":[1642,1643,1644,1645],"_blHP":1000,"_blShadows":[1638,1639,1640,1641],"_blFootprint":[[-16.000008,150.0],[-34.000008,150.0],[-34.000008,160.0],[-16.000008,160.0]],"_blPos":[-25.000008,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[262,{"_blID":262,"_blWallIDs":[1646,1647,1648,1649],"_blHP":1000,"_blShadows":[1650,1651,1652,1653],"_blFootprint":[[-30.000015,246.0],[-30.000015,264.0],[-20.000015,264.0],[-20.000015,246.0]],"_blPos":[-25.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[263,{"_blID":263,"_blWallIDs":[1650,1651,1652,1653],"_blHP":1000,"_blShadows":[1646,1647,1648,1649],"_blFootprint":[[-40.000015,246.0],[-40.000015,264.0],[-30.000015,264.0],[-30.000015,246.0]],"_blPos":[-35.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[264,{"_blID":264,"_blWallIDs":[1654,1655,1656,1657],"_blHP":1000,"_blShadows":[1658,1659,1660,1661],"_blFootprint":[[-44.000015,260.0],[-26.000015,260.0],[-26.000015,250.0],[-44.000015,250.0]],"_blPos":[-35.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[265,{"_blID":265,"_blWallIDs":[1658,1659,1660,1661],"_blHP":1000,"_blShadows":[1654,1655,1656,1657],"_blFootprint":[[-44.000015,270.0],[-26.000015,270.0],[-26.000015,260.0],[-44.000015,260.0]],"_blPos":[-35.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[266,{"_blID":266,"_blWallIDs":[1662,1663,1664,1665],"_blHP":1000,"_blShadows":[1666,1667,1668,1669],"_blFootprint":[[-30.000015,274.0],[-30.000015,256.0],[-40.000015,256.0],[-40.000015,274.0]],"_blPos":[-35.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[267,{"_blID":267,"_blWallIDs":[1666,1667,1668,1669],"_blHP":1000,"_blShadows":[1662,1663,1664,1665],"_blFootprint":[[-20.000015,274.0],[-20.000015,256.0],[-30.000015,256.0],[-30.000015,274.0]],"_blPos":[-25.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[268,{"_blID":268,"_blWallIDs":[1670,1671,1672,1673],"_blHP":1000,"_blShadows":[1674,1675,1676,1677],"_blFootprint":[[-16.000015,260.0],[-34.000015,260.0],[-34.000015,270.0],[-16.000015,270.0]],"_blPos":[-25.000015,265.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[269,{"_blID":269,"_blWallIDs":[1674,1675,1676,1677],"_blHP":1000,"_blShadows":[1670,1671,1672,1673],"_blFootprint":[[-16.000015,250.0],[-34.000015,250.0],[-34.000015,260.0],[-16.000015,260.0]],"_blPos":[-25.000015,255.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[270,{"_blID":270,"_blWallIDs":[1678,1679,1680,1681],"_blHP":1000,"_blShadows":[1682,1683,1684,1685],"_blFootprint":[[-30.000023,346.0],[-30.000023,364.0],[-20.000023,364.0],[-20.000023,346.0]],"_blPos":[-25.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[271,{"_blID":271,"_blWallIDs":[1682,1683,1684,1685],"_blHP":1000,"_blShadows":[1678,1679,1680,1681],"_blFootprint":[[-40.000023,346.0],[-40.000023,364.0],[-30.000023,364.0],[-30.000023,346.0]],"_blPos":[-35.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[272,{"_blID":272,"_blWallIDs":[1686,1687,1688,1689],"_blHP":1000,"_blShadows":[1690,1691,1692,1693],"_blFootprint":[[-44.000023,360.0],[-26.000023,360.0],[-26.000023,350.0],[-44.000023,350.0]],"_blPos":[-35.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[273,{"_blID":273,"_blWallIDs":[1690,1691,1692,1693],"_blHP":1000,"_blShadows":[1686,1687,1688,1689],"_blFootprint":[[-44.000023,370.0],[-26.000023,370.0],[-26.000023,360.0],[-44.000023,360.0]],"_blPos":[-35.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[274,{"_blID":274,"_blWallIDs":[1694,1695,1696,1697],"_blHP":1000,"_blShadows":[1698,1699,1700,1701],"_blFootprint":[[-30.000023,374.0],[-30.000023,356.0],[-40.000023,356.0],[-40.000023,374.0]],"_blPos":[-35.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[275,{"_blID":275,"_blWallIDs":[1698,1699,1700,1701],"_blHP":1000,"_blShadows":[1694,1695,1696,1697],"_blFootprint":[[-20.000023,374.0],[-20.000023,356.0],[-30.000023,356.0],[-30.000023,374.0]],"_blPos":[-25.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[276,{"_blID":276,"_blWallIDs":[1702,1703,1704,1705],"_blHP":1000,"_blShadows":[1706,1707,1708,1709],"_blFootprint":[[-16.000023,360.0],[-34.000023,360.0],[-34.000023,370.0],[-16.000023,370.0]],"_blPos":[-25.000023,365.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[277,{"_blID":277,"_blWallIDs":[1706,1707,1708,1709],"_blHP":1000,"_blShadows":[1702,1703,1704,1705],"_blFootprint":[[-16.000023,350.0],[-34.000023,350.0],[-34.000023,360.0],[-16.000023,360.0]],"_blPos":[-25.000023,355.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[278,{"_blID":278,"_blWallIDs":[1710,1711,1712,1713],"_blHP":1000,"_blShadows":[1714,1715,1716,1717],"_blFootprint":[[-130.0,146.0],[-130.0,164.0],[-120.0,164.0],[-120.0,146.0]],"_blPos":[-125.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[279,{"_blID":279,"_blWallIDs":[1714,1715,1716,1717],"_blHP":1000,"_blShadows":[1710,1711,1712,1713],"_blFootprint":[[-140.0,146.0],[-140.0,164.0],[-130.0,164.0],[-130.0,146.0]],"_blPos":[-135.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[280,{"_blID":280,"_blWallIDs":[1718,1719,1720,1721],"_blHP":1000,"_blShadows":[1722,1723,1724,1725],"_blFootprint":[[-144.0,160.0],[-126.0,160.0],[-126.0,150.0],[-144.0,150.0]],"_blPos":[-135.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[281,{"_blID":281,"_blWallIDs":[1722,1723,1724,1725],"_blHP":1000,"_blShadows":[1718,1719,1720,1721],"_blFootprint":[[-144.0,170.0],[-126.0,170.0],[-126.0,160.0],[-144.0,160.0]],"_blPos":[-135.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[282,{"_blID":282,"_blWallIDs":[1726,1727,1728,1729],"_blHP":1000,"_blShadows":[1730,1731,1732,1733],"_blFootprint":[[-130.0,174.0],[-130.0,156.0],[-140.0,156.0],[-140.0,174.0]],"_blPos":[-135.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[283,{"_blID":283,"_blWallIDs":[1730,1731,1732,1733],"_blHP":1000,"_blShadows":[1726,1727,1728,1729],"_blFootprint":[[-120.0,174.0],[-120.0,156.0],[-130.0,156.0],[-130.0,174.0]],"_blPos":[-125.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[284,{"_blID":284,"_blWallIDs":[1734,1735,1736,1737],"_blHP":1000,"_blShadows":[1738,1739,1740,1741],"_blFootprint":[[-116.0,160.0],[-134.0,160.0],[-134.0,170.0],[-116.0,170.0]],"_blPos":[-125.0,165.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}],[285,{"_blID":285,"_blWallIDs":[1738,1739,1740,1741],"_blHP":1000,"_blShadows":[1734,1735,1736,1737],"_blFootprint":[[-116.0,150.0],[-134.0,150.0],[-134.0,160.0],[-116.0,160.0]],"_blPos":[-125.0,155.0],"_blDir":0.0,"_blHeight":100.0,"_blMaterial":"Stone","_blDraw":{"tag":"BlockDrawMempty"},"_blObstructs":[]}]],"_coordinates":[],"_triggers":[[0,false],[1,false],[2,false],[3,false],[4,false],[5,false]],"_floorItems":{"_unNIntMap":[[0,{"_flIt":{"_itUse":{"tag":"CraftUse"},"_itType":{"tag":"CRAFT","_ibtCraft":"TRANSFORMER"},"_itID":{"_unNInt":7},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":0}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[287.06247,-50.770546],"_flItRot":8.377581,"_flItID":{"_unNInt":0}}],[1,{"_flIt":{"_itUse":{"tag":"CraftUse"},"_itType":{"tag":"CRAFT","_ibtCraft":"CAN"},"_itID":{"_unNInt":6},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":1}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[340.1667,-207.74966],"_flItRot":8.377581,"_flItID":{"_unNInt":1}}],[2,{"_flIt":{"_itUse":{"tag":"CraftUse"},"_itType":{"tag":"CRAFT","_ibtCraft":"CAN"},"_itID":{"_unNInt":5},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":2}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[283.87503,-240.24966],"_flItRot":8.377581,"_flItID":{"_unNInt":2}}],[3,{"_flIt":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":8,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":0,"_aimTurnSpeed":1.0,"_aimRange":0.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"OneHand","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[20.0,0.0],"_mzRot":0.0,"_mzInaccuracy":5.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.8},"_recoil":10.0,"_torqueAfter":0.2,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"KEYCARD","contents":0}},"_itID":{"_unNInt":4},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":3}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[-623.07654,-952.7362],"_flItRot":8.901179,"_flItID":{"_unNInt":3}}],[4,{"_flIt":{"_itUse":{"tag":"ConsumeUse","_cUse":{"tag":"CHeal","contents":100}},"_itType":{"tag":"CONSUMABLE","_ibtConsumable":{"tag":"MEDKIT","contents":100}},"_itID":{"_unNInt":3},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":4}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":1,"_itDimension":{"_dimRad":2.0,"_dimCenter":[0.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[-425.37384,-2134.4214],"_flItRot":20.943953,"_flItID":{"_unNInt":4}}],[5,{"_flIt":{"_itUse":{"tag":"HeldUse","_heldDelay":{"tag":"FixedRate","_rateMax":8,"_rateTime":0},"_heldHammer":"HammerUp","_heldAim":{"_aimWeight":0,"_aimTurnSpeed":1.0,"_aimRange":0.0,"_aimZoom":{"_izMax":20.0,"_izMin":0.2,"_izFac":1.0},"_aimStance":"OneHand","_aimHandlePos":[3.0,0.0],"_aimMuzzles":[{"_mzPos":[10.0,0.0],"_mzRot":-0.3,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}},{"_mzPos":[10.0,0.0],"_mzRot":-0.10000001,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}},{"_mzPos":[10.0,0.0],"_mzRot":9.9999994e-2,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}},{"_mzPos":[10.0,0.0],"_mzRot":0.3,"_mzInaccuracy":1.0e-2,"_mzAmmoSlot":0,"_mzFlareType":"DefaultFlareType","_mzEffect":{"tag":"MuzzleShootBullet"}}]},"_heldAmmoTypes":[[0,"BulletAmmo"]],"_heldParams":{"tag":"BulletShooterParams","_muzVel":{"tag":"ConstFloat","_gfConstant":0.8},"_rifling":{"tag":"ConstFloat","_gfConstant":0.8},"_recoil":25.0,"_torqueAfter":0.26,"_randomOffset":0.0,"_sidePush":0.0,"_bulGunSound":[{"_getSoundID":59},0],"_weaponInvLock":0,"_weaponRepeat":[]},"_heldTriggerType":"HammerTrigger","_heldUsageTime":0},"_itType":{"tag":"HELD","_ibtHeld":{"tag":"BANGSTICK","_xNum":4}},"_itID":{"_unNInt":2},"_itLocation":{"tag":"OnFloor","_ilFlID":{"_unNInt":5}},"_itEffect":{"_ieInv":{"tag":"NoInvEffect"},"_ieOnInsert":{"tag":"NoInvEffect"},"_ieOnDrop":{"tag":"NoInvEffect"}},"_itInvSize":2,"_itDimension":{"_dimRad":5.0,"_dimCenter":[5.0,0.0,0.0],"_dimAttachPos":[10.0,-5.0,3.0]},"_itCurseStatus":"Uncursed","_itTweaks":{"tag":"NoTweaks"},"_itParams":{"tag":"NoParams"},"_itAttachments":[]},"_flItPos":[19.999998,110.0],"_flItRot":3.1415927,"_flItID":{"_unNInt":5}}]]},"_modifications":[[0,{"tag":"ModIDID","_mdID":0,"_mdExternalID1":48,"_mdExternalID2":0,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[1,{"tag":"ModIDID","_mdID":1,"_mdExternalID1":50,"_mdExternalID2":1,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[2,{"tag":"ModIDID","_mdID":2,"_mdExternalID1":51,"_mdExternalID2":2,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[3,{"tag":"ModIDID","_mdID":3,"_mdExternalID1":52,"_mdExternalID2":3,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[4,{"tag":"ModIDID","_mdID":4,"_mdExternalID1":53,"_mdExternalID2":4,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}],[5,{"tag":"ModIDID","_mdID":5,"_mdExternalID1":55,"_mdExternalID2":5,"_mdUpdate":{"tag":"MdTrigIf","contents":[{"tag":"MdSetLSCol","contents":[0.0,0.5,0.0]},{"tag":"MdSetLSCol","contents":[0.5,0.0,0.0]}]}}]],"_worldEvents":[{"tag":"SoundStart","contents":[{"tag":"BackgroundSound"},[0.0,0.0],{"_getSoundID":41},null]},{"tag":"MakeStartCloudAt","contents":[-5.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-5.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-4.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-3.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-2.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[-1.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[0.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[1.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[2.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[3.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[4.0,5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-5.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,-1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,0.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,1.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,2.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,3.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,4.0,5.0]},{"tag":"MakeStartCloudAt","contents":[5.0,5.0,5.0]}],"_delayedEvents":[],"_pressPlates":[],"_buttons":[[0,{"_btPict":{"tag":"DefaultDrawButton","contents":[1.0,0.16666666,0.16666666,1.0]},"_btPos":[-96.28537,-718.1648],"_btRot":11.519174,"_btEvent":{"tag":"ButtonPress","_bpState":"BtNoLabel","_bpEvent":{"tag":"ButtonDoNothing"},"_bpSound":{"_getSoundID":49},"_bpEff":{"tag":"SetLSCol","contents":[[0.0,0.5,0.0],33]}},"_btID":0,"_btText":"Button","_btState":"BtOff","_btTermMID":null,"_btName":"","_btColor":[1.0,0.0,0.0,1.0]}],[1,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[297.5488,-563.35596],"_btRot":11.519173,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":1,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":0,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[2,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[33.660294,-176.86526],"_btRot":5.235988,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":2,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":1,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[3,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[-710.89966,-2079.8772],"_btRot":25.656342,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":3,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":2,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[4,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[-426.46255,-1647.1913],"_btRot":16.755161,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":4,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":3,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}],[5,{"_btPict":{"tag":"DrawNoButton"},"_btPos":[-365.27844,-1274.2552],"_btRot":8.377581,"_btEvent":{"tag":"ButtonAccessTerminal"},"_btID":5,"_btText":"TERMINAL","_btState":"BtOff","_btTermMID":4,"_btName":"","_btColor":[0.8,-0.2,0.8,1.0]}]],"_decorations":[],"_foregroundShapes":[[0,{"_fsID":0,"_fsPos":[285.16666,-112.48688],"_fsDir":8.377581,"_fsRad":150.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-130.0,-21.5,98.0],[-130.0,-21.5,95.0],[170.0,-21.5,98.0],[170.0,-21.5,95.0],[170.0,-18.5,98.0],[170.0,-18.5,95.0],[-130.0,-18.5,98.0],[-130.0,-18.5,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[1,{"_fsID":1,"_fsPos":[265.16663,-77.84587],"_fsDir":8.377581,"_fsRad":150.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-170.0,18.5,98.0],[-170.0,18.5,95.0],[130.0,18.5,98.0],[130.0,18.5,95.0],[130.0,21.5,98.0],[130.0,21.5,95.0],[-170.0,21.5,98.0],[-170.0,21.5,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[2,{"_fsID":2,"_fsPos":[76.32808,-72.26789],"_fsDir":8.377581,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[3,{"_fsID":3,"_fsPos":[46.711525,-99.47073],"_fsDir":5.235988,"_fsRad":20.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-39.5,18.0,53.0],[-39.5,18.0,50.0],[0.5,18.0,53.0],[0.5,18.0,50.0],[0.5,21.0,53.0],[0.5,21.0,50.0],[-39.5,21.0,53.0],[-39.5,21.0,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[4,{"_fsID":4,"_fsPos":[-468.88635,-1054.1709],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-30.75,27.75,98.0],[-30.75,27.75,95.0],[29.25,27.75,98.0],[29.25,27.75,95.0],[29.25,30.75,98.0],[29.25,30.75,95.0],[-30.75,30.75,98.0],[-30.75,30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-30.75,98.0],[30.75,-30.75,95.0],[30.75,29.25,98.0],[30.75,29.25,95.0],[27.75,29.25,98.0],[27.75,29.25,95.0],[27.75,-30.75,98.0],[27.75,-30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[5,{"_fsID":5,"_fsPos":[-588.13635,-1260.718],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[210.75,-269.25,98.0],[210.75,-269.25,95.0],[210.75,-209.25,98.0],[210.75,-209.25,95.0],[207.75,-209.25,98.0],[207.75,-209.25,95.0],[207.75,-269.25,98.0],[207.75,-269.25,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[269.25,-207.75,98.0],[269.25,-207.75,95.0],[209.25,-207.75,98.0],[209.25,-207.75,95.0],[209.25,-210.75,98.0],[209.25,-210.75,95.0],[269.25,-210.75,98.0],[269.25,-210.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[6,{"_fsID":6,"_fsPos":[-794.68335,-1141.468],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-27.75,98.0],[30.75,-27.75,95.0],[-29.25,-27.75,98.0],[-29.25,-27.75,95.0],[-29.25,-30.75,98.0],[-29.25,-30.75,95.0],[30.75,-30.75,98.0],[30.75,-30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-30.75,30.75,98.0],[-30.75,30.75,95.0],[-30.75,-29.25,98.0],[-30.75,-29.25,95.0],[-27.75,-29.25,98.0],[-27.75,-29.25,95.0],[-27.75,30.75,98.0],[-27.75,30.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[7,{"_fsID":7,"_fsPos":[-675.4334,-934.92096],"_fsDir":8.901179,"_fsRad":30.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.75,269.25,98.0],[-210.75,269.25,95.0],[-210.75,209.25,98.0],[-210.75,209.25,95.0],[-207.75,209.25,98.0],[-207.75,209.25,95.0],[-207.75,269.25,98.0],[-207.75,269.25,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-269.25,207.75,98.0],[-269.25,207.75,95.0],[-209.25,207.75,98.0],[-209.25,207.75,95.0],[-209.25,210.75,98.0],[-209.25,210.75,95.0],[-269.25,210.75,98.0],[-269.25,210.75,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[8,{"_fsID":8,"_fsPos":[-383.8298,-1068.3486],"_fsDir":7.3303833,"_fsRad":20.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-39.5,18.0,53.0],[-39.5,18.0,50.0],[0.5,18.0,53.0],[0.5,18.0,50.0],[0.5,21.0,53.0],[0.5,21.0,50.0],[-39.5,21.0,53.0],[-39.5,21.0,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[9,{"_fsID":9,"_fsPos":[-1097.0258,-2042.2551],"_fsDir":35.60472,"_fsRad":20.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-39.5,18.0,53.0],[-39.5,18.0,50.0],[0.5,18.0,53.0],[0.5,18.0,50.0],[0.5,21.0,53.0],[0.5,21.0,50.0],[-39.5,21.0,53.0],[-39.5,21.0,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[10,{"_fsID":10,"_fsPos":[-2785.97,-126.99438],"_fsDir":42.6733,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-71.06066,101.06066,73.0],[-71.06066,101.06066,70.0],[-91.06066,81.06066,73.0],[-91.06066,81.06066,70.0],[-88.93934,78.93934,73.0],[-88.93934,78.93934,70.0],[-68.93934,98.93934,73.0],[-68.93934,98.93934,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-111.06066,98.93934,73.0],[-111.06066,98.93934,70.0],[-91.06066,78.93934,73.0],[-91.06066,78.93934,70.0],[-88.93934,81.06066,73.0],[-88.93934,81.06066,70.0],[-108.93934,101.06066,73.0],[-108.93934,101.06066,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[11,{"_fsID":11,"_fsPos":[-2708.696,-106.288734],"_fsDir":42.6733,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.5,20.0,73.0],[-11.5,20.0,70.0],[-11.5,0.0,73.0],[-11.5,0.0,70.0],[-8.5,0.0,73.0],[-8.5,0.0,70.0],[-8.5,20.0,73.0],[-8.5,20.0,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[12,{"_fsID":12,"_fsPos":[-2645.0566,3.9384995],"_fsDir":44.2441,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-151.06065,181.06065,73.0],[-151.06065,181.06065,70.0],[-171.06065,161.06065,73.0],[-171.06065,161.06065,70.0],[-168.93935,158.93935,73.0],[-168.93935,158.93935,70.0],[-148.93935,178.93935,73.0],[-148.93935,178.93935,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-191.06065,178.93935,73.0],[-191.06065,178.93935,70.0],[-171.06065,158.93935,73.0],[-171.06065,158.93935,70.0],[-168.93935,161.06065,73.0],[-168.93935,161.06065,70.0],[-188.93935,181.06065,73.0],[-188.93935,181.06065,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[13,{"_fsID":13,"_fsPos":[-2909.8318,26.166435],"_fsDir":45.814896,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.5,20.0,73.0],[-11.5,20.0,70.0],[-11.5,0.0,73.0],[-11.5,0.0,70.0],[-8.5,0.0,73.0],[-8.5,0.0,70.0],[-8.5,20.0,73.0],[-8.5,20.0,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[14,{"_fsID":14,"_fsPos":[-2973.4714,-84.06026],"_fsDir":47.38569,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-151.06065,181.06065,73.0],[-151.06065,181.06065,70.0],[-171.06065,161.06065,73.0],[-171.06065,161.06065,70.0],[-168.93935,158.93935,73.0],[-168.93935,158.93935,70.0],[-148.93935,178.93935,73.0],[-148.93935,178.93935,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-191.06065,178.93935,73.0],[-191.06065,178.93935,70.0],[-171.06065,158.93935,73.0],[-171.06065,158.93935,70.0],[-168.93935,161.06065,73.0],[-168.93935,161.06065,70.0],[-188.93935,181.06065,73.0],[-188.93935,181.06065,70.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[15,{"_fsID":15,"_fsPos":[-3079.589,174.56549],"_fsDir":41.887905,"_fsRad":50.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-1.5,50.0,3.0],[-1.5,50.0,0.0],[-1.5,-50.0,3.0],[-1.5,-50.0,0.0],[1.5,-50.0,3.0],[1.5,-50.0,0.0],[1.5,50.0,3.0],[1.5,50.0,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[16,{"_fsID":16,"_fsPos":[-3117.8906,208.22563],"_fsDir":41.887905,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.0,-1.5,3.0],[-10.0,-1.5,0.0],[10.0,-1.5,3.0],[10.0,-1.5,0.0],[10.0,1.5,3.0],[10.0,1.5,0.0],[-10.0,1.5,3.0],[-10.0,1.5,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[17,{"_fsID":17,"_fsPos":[-3036.2878,149.56563],"_fsDir":41.887905,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[18,{"_fsID":18,"_fsPos":[-3284.808,97.61538],"_fsDir":40.31711,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.75,10.75,98.0],[-10.75,10.75,95.0],[-10.75,-9.25,98.0],[-10.75,-9.25,95.0],[-7.75,-9.25,98.0],[-7.75,-9.25,95.0],[-7.75,10.75,98.0],[-7.75,10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-9.25,-10.75,98.0],[-9.25,-10.75,95.0],[10.75,-10.75,98.0],[10.75,-10.75,95.0],[10.75,-7.75,98.0],[10.75,-7.75,95.0],[-9.25,-7.75,98.0],[-9.25,-7.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[19,{"_fsID":19,"_fsPos":[-3341.236,-565.6144],"_fsDir":37.699112,"_fsRad":66.68579,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.0,141.81421,53.0],[-210.0,141.81421,50.0],[-76.628426,141.81421,53.0],[-76.628426,141.81421,50.0],[-76.628426,144.81421,53.0],[-76.628426,144.81421,50.0],[-210.0,144.81421,53.0],[-210.0,144.81421,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[20,{"_fsID":20,"_fsPos":[-3341.236,-432.2428],"_fsDir":37.699112,"_fsRad":66.68579,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-76.628426,8.442627,53.0],[-76.628426,8.442627,50.0],[56.743164,8.442627,53.0],[56.743164,8.442627,50.0],[56.743164,11.442627,53.0],[56.743164,11.442627,50.0],[-76.628426,11.442627,53.0],[-76.628426,11.442627,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[21,{"_fsID":21,"_fsPos":[-3442.3218,-642.3002],"_fsDir":37.699112,"_fsRad":80.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-90.0,8.5,53.0],[-90.0,8.5,50.0],[70.0,8.5,53.0],[70.0,8.5,50.0],[70.0,11.5,53.0],[70.0,11.5,50.0],[-90.0,11.5,53.0],[-90.0,11.5,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[22,{"_fsID":22,"_fsPos":[-2929.724,-691.9096],"_fsDir":39.26991,"_fsRad":67.40245,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.0,141.09755,53.0],[-210.0,141.09755,50.0],[-75.19511,141.09755,53.0],[-75.19511,141.09755,50.0],[-75.19511,144.09755,53.0],[-75.19511,144.09755,50.0],[-210.0,144.09755,53.0],[-210.0,144.09755,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[23,{"_fsID":23,"_fsPos":[-3064.529,-691.90967],"_fsDir":39.26991,"_fsRad":67.40245,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-75.19511,6.2926483,53.0],[-75.19511,6.2926483,50.0],[59.609802,6.2926483,53.0],[59.609802,6.2926483,50.0],[59.609802,9.292648,53.0],[59.609802,9.292648,50.0],[-75.19511,9.292648,53.0],[-75.19511,9.292648,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[24,{"_fsID":24,"_fsPos":[-2852.3215,-792.0396],"_fsDir":39.26991,"_fsRad":80.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-90.0,8.5,53.0],[-90.0,8.5,50.0],[70.0,8.5,53.0],[70.0,8.5,50.0],[70.0,11.5,53.0],[70.0,11.5,50.0],[-90.0,11.5,53.0],[-90.0,11.5,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[25,{"_fsID":25,"_fsPos":[-2652.3215,-1127.173],"_fsDir":37.699112,"_fsRad":78.19998,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-210.0,130.30002,53.0],[-210.0,130.30002,50.0],[-53.600037,130.30002,53.0],[-53.600037,130.30002,50.0],[-53.600037,133.30002,53.0],[-53.600037,133.30002,50.0],[-210.0,133.30002,53.0],[-210.0,133.30002,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[26,{"_fsID":26,"_fsPos":[-2652.3215,-970.77295],"_fsDir":37.699112,"_fsRad":78.19998,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-53.600037,-26.099945,53.0],[-53.600037,-26.099945,50.0],[102.79993,-26.099945,53.0],[102.79993,-26.099945,50.0],[102.79993,-23.099945,53.0],[102.79993,-23.099945,50.0],[-53.600037,-23.099945,53.0],[-53.600037,-23.099945,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[27,{"_fsID":27,"_fsPos":[-1011.07196,-1854.8785],"_fsDir":27.750736,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.75,10.75,98.0],[-10.75,10.75,95.0],[-10.75,-9.25,98.0],[-10.75,-9.25,95.0],[-7.75,-9.25,98.0],[-7.75,-9.25,95.0],[-7.75,10.75,98.0],[-7.75,10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-9.25,-10.75,98.0],[-9.25,-10.75,95.0],[10.75,-10.75,98.0],[10.75,-10.75,95.0],[10.75,-7.75,98.0],[10.75,-7.75,95.0],[-9.25,-7.75,98.0],[-9.25,-7.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[28,{"_fsID":28,"_fsPos":[-802.1961,-1952.3785],"_fsDir":29.321533,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[29,{"_fsID":29,"_fsPos":[-1021.8219,-1873.4982],"_fsDir":27.750736,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[30,{"_fsID":30,"_fsPos":[-724.55994,-2076.217],"_fsDir":25.656342,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[31,{"_fsID":31,"_fsPos":[-464.74045,-2144.7366],"_fsDir":24.085546,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[32,{"_fsID":32,"_fsPos":[-435.12384,-2117.534],"_fsDir":20.943953,"_fsRad":20.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-39.5,18.0,53.0],[-39.5,18.0,50.0],[0.5,18.0,53.0],[0.5,18.0,50.0],[0.5,21.0,53.0],[0.5,21.0,50.0],[-39.5,21.0,53.0],[-39.5,21.0,50.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[33,{"_fsID":33,"_fsPos":[-300.73312,-1764.4214],"_fsDir":20.420353,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[34,{"_fsID":34,"_fsPos":[-289.98285,-2125.1714],"_fsDir":20.420353,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.75,10.75,98.0],[-10.75,10.75,95.0],[-10.75,-9.25,98.0],[-10.75,-9.25,95.0],[-7.75,-9.25,98.0],[-7.75,-9.25,95.0],[-7.75,10.75,98.0],[-7.75,10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-9.25,-10.75,98.0],[-9.25,-10.75,95.0],[10.75,-10.75,98.0],[10.75,-10.75,95.0],[10.75,-7.75,98.0],[10.75,-7.75,95.0],[-9.25,-7.75,98.0],[-9.25,-7.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[35,{"_fsID":35,"_fsPos":[-507.7772,-1391.5322],"_fsDir":12.042772,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[36,{"_fsID":36,"_fsPos":[-368.93866,-1287.9155],"_fsDir":8.377581,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[37,{"_fsID":37,"_fsPos":[-27.213402,-1101.301],"_fsDir":11.519174,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.75,10.75,98.0],[-10.75,10.75,95.0],[-10.75,-9.25,98.0],[-10.75,-9.25,95.0],[-7.75,-9.25,98.0],[-7.75,-9.25,95.0],[-7.75,10.75,98.0],[-7.75,10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-9.25,-10.75,98.0],[-9.25,-10.75,95.0],[10.75,-10.75,98.0],[10.75,-10.75,95.0],[10.75,-7.75,98.0],[10.75,-7.75,95.0],[-9.25,-7.75,98.0],[-9.25,-7.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[38,{"_fsID":38,"_fsPos":[-88.1514,-734.25323],"_fsDir":8.377581,"_fsRad":21.5,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[9.5,-38.0,45.0],[9.5,-38.0,42.0],[9.5,0.0,45.0],[9.5,0.0,42.0],[6.5,0.0,45.0],[6.5,0.0,42.0],[6.5,-38.0,45.0],[6.5,-38.0,42.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.5,-38.0,45.0],[29.5,-38.0,42.0],[29.5,0.0,45.0],[29.5,0.0,42.0],[26.5,0.0,45.0],[26.5,0.0,42.0],[26.5,-38.0,45.0],[26.5,-38.0,42.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,-36.5,44.0],[28.0,-36.5,41.0],[8.0,-36.5,44.0],[8.0,-36.5,41.0],[8.0,-39.5,44.0],[8.0,-39.5,41.0],[28.0,-39.5,44.0],[28.0,-39.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,-16.5,44.0],[28.0,-16.5,41.0],[8.0,-16.5,44.0],[8.0,-16.5,41.0],[8.0,-19.5,44.0],[8.0,-19.5,41.0],[28.0,-19.5,44.0],[28.0,-19.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.0,3.5,44.0],[28.0,3.5,41.0],[8.0,3.5,44.0],[8.0,3.5,41.0],[8.0,0.5,44.0],[8.0,0.5,41.0],[28.0,0.5,44.0],[28.0,0.5,41.0]],"_sfColor":[1.0,0.16666666,0.16666666,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[39,{"_fsID":39,"_fsPos":[-167.36427,-578.55255],"_fsDir":13.08997,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-20.75,98.0],[29.25,-20.75,95.0],[32.25,-20.75,98.0],[32.25,-20.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.68934,-19.689339,98.0],[29.68934,-19.689339,95.0],[19.689339,-29.68934,98.0],[19.689339,-29.68934,95.0],[21.810661,-31.81066,98.0],[21.810661,-31.81066,95.0],[31.81066,-21.810661,98.0],[31.81066,-21.810661,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.75,-29.25,98.0],[20.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[20.75,-32.25,98.0],[20.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[40,{"_fsID":40,"_fsPos":[96.39444,-1053.8961],"_fsDir":8.377581,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[41,{"_fsID":41,"_fsPos":[-335.88458,-499.8078],"_fsDir":10.471975,"_fsRad":50.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-1.5,50.0,3.0],[-1.5,50.0,0.0],[-1.5,-50.0,3.0],[-1.5,-50.0,0.0],[1.5,-50.0,3.0],[1.5,-50.0,0.0],[1.5,50.0,3.0],[1.5,50.0,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[42,{"_fsID":42,"_fsPos":[-374.18585,-466.14752],"_fsDir":10.471975,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.0,-1.5,3.0],[-10.0,-1.5,0.0],[10.0,-1.5,3.0],[10.0,-1.5,0.0],[10.0,1.5,3.0],[10.0,1.5,0.0],[-10.0,1.5,3.0],[-10.0,1.5,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[43,{"_fsID":43,"_fsPos":[-292.5833,-524.8078],"_fsDir":10.471975,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[44,{"_fsID":44,"_fsPos":[-359.72308,-219.59744],"_fsDir":12.042771,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[45,{"_fsID":45,"_fsPos":[-177.5833,-90.98082],"_fsDir":8.377581,"_fsRad":50.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-1.5,50.0,3.0],[-1.5,50.0,0.0],[-1.5,-50.0,3.0],[-1.5,-50.0,0.0],[1.5,-50.0,3.0],[1.5,-50.0,0.0],[1.5,50.0,3.0],[1.5,50.0,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[46,{"_fsID":46,"_fsPos":[-129.28203,-74.64106],"_fsDir":8.377581,"_fsRad":10.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-10.0,-1.5,3.0],[-10.0,-1.5,0.0],[10.0,-1.5,3.0],[10.0,-1.5,0.0],[10.0,1.5,3.0],[10.0,1.5,0.0],[-10.0,1.5,3.0],[-10.0,1.5,0.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[47,{"_fsID":47,"_fsPos":[-220.88455,-115.98083],"_fsDir":8.377581,"_fsRad":2.0,"_fsSPic":[[{"_sfType":{"tag":"Cylinder","_cylinderSize":4},"_sfVs":[[-2.5330493e-8,-2.9802322e-8,0.0],[-2.5330493e-8,-2.9802322e-8,80.0],[1.5,0.0,0.0],[1.5,0.0,80.0],[-6.556708e-8,1.5,0.0],[-6.556708e-8,1.5,80.0],[-1.5,-1.3113416e-7,0.0],[-1.5,-1.3113416e-7,80.0],[1.788732e-8,-1.5,0.0],[1.788732e-8,-1.5,80.0]],"_sfColor":[1.0,1.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[48,{"_fsID":48,"_fsPos":[-79.68482,-22.045979],"_fsDir":6.8067846,"_fsRad":10.75,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[29.25,-10.75,98.0],[29.25,-10.75,95.0],[29.25,-30.75,98.0],[29.25,-30.75,95.0],[32.25,-30.75,98.0],[32.25,-30.75,95.0],[32.25,-10.75,98.0],[32.25,-10.75,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[30.75,-29.25,98.0],[30.75,-29.25,95.0],[10.75,-29.25,98.0],[10.75,-29.25,95.0],[10.75,-32.25,98.0],[10.75,-32.25,95.0],[30.75,-32.25,98.0],[30.75,-32.25,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[49,{"_fsID":49,"_fsPos":[-2.679493,-93.923004],"_fsDir":5.235988,"_fsRad":21.06066,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[28.93934,1.0606602,98.0],[28.93934,1.0606602,95.0],[8.93934,-18.93934,98.0],[8.93934,-18.93934,95.0],[11.06066,-21.06066,98.0],[11.06066,-21.06066,95.0],[31.06066,-1.0606602,98.0],[31.06066,-1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-11.060659,-1.0606602,98.0],[-11.060659,-1.0606602,95.0],[8.93934,-21.06066,98.0],[8.93934,-21.06066,95.0],[11.06066,-18.93934,98.0],[11.06066,-18.93934,95.0],[-8.939341,1.0606602,98.0],[-8.939341,1.0606602,95.0]],"_sfColor":[0.0,0.0,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[50,{"_fsID":50,"_fsPos":[-80.000015,260.0],"_fsDir":3.1415927,"_fsRad":170.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.0,-168.5,99.0],[20.0,-168.5,96.0],[-20.0,-168.5,99.0],[-20.0,-168.5,96.0],[-20.0,-171.5,99.0],[-20.0,-171.5,96.0],[20.0,-171.5,99.0],[20.0,-171.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[20.0,171.5,99.0],[20.0,171.5,96.0],[-20.0,171.5,99.0],[-20.0,171.5,96.0],[-20.0,168.5,99.0],[-20.0,168.5,96.0],[20.0,168.5,99.0],[20.0,168.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-8.5,-170.0,99.0],[-8.5,-170.0,96.0],[-8.5,170.0,99.0],[-8.5,170.0,96.0],[-11.5,170.0,99.0],[-11.5,170.0,96.0],[-11.5,-170.0,99.0],[-11.5,-170.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.5,-170.0,99.0],[11.5,-170.0,96.0],[11.5,170.0,99.0],[11.5,170.0,96.0],[8.5,170.0,99.0],[8.5,170.0,96.0],[8.5,-170.0,99.0],[8.5,-170.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[10.0,-168.5,98.0],[10.0,-168.5,95.0],[-10.0,-168.5,98.0],[-10.0,-168.5,95.0],[-10.0,-171.5,98.0],[-10.0,-171.5,95.0],[10.0,-171.5,98.0],[10.0,-171.5,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-168.93935,98.0],[11.06066,-168.93935,95.0],[-8.93934,-148.93935,98.0],[-8.93934,-148.93935,95.0],[-11.06066,-151.06065,98.0],[-11.06066,-151.06065,95.0],[8.93934,-171.06065,98.0],[8.93934,-171.06065,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-128.93935,98.0],[8.93934,-128.93935,95.0],[-11.06066,-148.93935,98.0],[-11.06066,-148.93935,95.0],[-8.93934,-151.06065,98.0],[-8.93934,-151.06065,95.0],[11.06066,-131.06065,98.0],[11.06066,-131.06065,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-128.93935,98.0],[11.06066,-128.93935,95.0],[-8.93934,-108.93934,98.0],[-8.93934,-108.93934,95.0],[-11.06066,-111.06066,98.0],[-11.06066,-111.06066,95.0],[8.93934,-131.06065,98.0],[8.93934,-131.06065,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-88.93934,98.0],[8.93934,-88.93934,95.0],[-11.06066,-108.93934,98.0],[-11.06066,-108.93934,95.0],[-8.93934,-111.06066,98.0],[-8.93934,-111.06066,95.0],[11.06066,-91.06066,98.0],[11.06066,-91.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-88.93934,98.0],[11.06066,-88.93934,95.0],[-8.93934,-68.93934,98.0],[-8.93934,-68.93934,95.0],[-11.06066,-71.06066,98.0],[-11.06066,-71.06066,95.0],[8.93934,-91.06066,98.0],[8.93934,-91.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-48.93934,98.0],[8.93934,-48.93934,95.0],[-11.06066,-68.93934,98.0],[-11.06066,-68.93934,95.0],[-8.93934,-71.06066,98.0],[-8.93934,-71.06066,95.0],[11.06066,-51.06066,98.0],[11.06066,-51.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-48.93934,98.0],[11.06066,-48.93934,95.0],[-8.93934,-28.93934,98.0],[-8.93934,-28.93934,95.0],[-11.06066,-31.06066,98.0],[-11.06066,-31.06066,95.0],[8.93934,-51.06066,98.0],[8.93934,-51.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,-8.93934,98.0],[8.93934,-8.93934,95.0],[-11.06066,-28.93934,98.0],[-11.06066,-28.93934,95.0],[-8.93934,-31.06066,98.0],[-8.93934,-31.06066,95.0],[11.06066,-11.06066,98.0],[11.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,-8.93934,98.0],[11.06066,-8.93934,95.0],[-8.93934,11.06066,98.0],[-8.93934,11.06066,95.0],[-11.06066,8.93934,98.0],[-11.06066,8.93934,95.0],[8.93934,-11.06066,98.0],[8.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,31.06066,98.0],[8.93934,31.06066,95.0],[-11.06066,11.06066,98.0],[-11.06066,11.06066,95.0],[-8.93934,8.93934,98.0],[-8.93934,8.93934,95.0],[11.06066,28.93934,98.0],[11.06066,28.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,31.06066,98.0],[11.06066,31.06066,95.0],[-8.93934,51.06066,98.0],[-8.93934,51.06066,95.0],[-11.06066,48.93934,98.0],[-11.06066,48.93934,95.0],[8.93934,28.93934,98.0],[8.93934,28.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,71.06066,98.0],[8.93934,71.06066,95.0],[-11.06066,51.06066,98.0],[-11.06066,51.06066,95.0],[-8.93934,48.93934,98.0],[-8.93934,48.93934,95.0],[11.06066,68.93934,98.0],[11.06066,68.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,71.06066,98.0],[11.06066,71.06066,95.0],[-8.93934,91.06066,98.0],[-8.93934,91.06066,95.0],[-11.06066,88.93934,98.0],[-11.06066,88.93934,95.0],[8.93934,68.93934,98.0],[8.93934,68.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,111.06066,98.0],[8.93934,111.06066,95.0],[-11.06066,91.06066,98.0],[-11.06066,91.06066,95.0],[-8.93934,88.93934,98.0],[-8.93934,88.93934,95.0],[11.06066,108.93934,98.0],[11.06066,108.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,111.06066,98.0],[11.06066,111.06066,95.0],[-8.93934,131.06065,98.0],[-8.93934,131.06065,95.0],[-11.06066,128.93935,98.0],[-11.06066,128.93935,95.0],[8.93934,108.93934,98.0],[8.93934,108.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[8.93934,151.06065,98.0],[8.93934,151.06065,95.0],[-11.06066,131.06065,98.0],[-11.06066,131.06065,95.0],[-8.93934,128.93935,98.0],[-8.93934,128.93935,95.0],[11.06066,148.93935,98.0],[11.06066,148.93935,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[11.06066,151.06065,98.0],[11.06066,151.06065,95.0],[-8.93934,171.06065,98.0],[-8.93934,171.06065,95.0],[-11.06066,168.93935,98.0],[-11.06066,168.93935,95.0],[8.93934,148.93935,98.0],[8.93934,148.93935,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[51,{"_fsID":51,"_fsPos":[-195.00002,309.99997],"_fsDir":3.1415927,"_fsRad":105.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-20.0,99.0],[-103.5,-20.0,96.0],[-103.5,20.0,99.0],[-103.5,20.0,96.0],[-106.5,20.0,99.0],[-106.5,20.0,96.0],[-106.5,-20.0,99.0],[-106.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[106.5,-20.0,99.0],[106.5,-20.0,96.0],[106.5,20.0,99.0],[106.5,20.0,96.0],[103.5,20.0,99.0],[103.5,20.0,96.0],[103.5,-20.0,99.0],[103.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,8.5,99.0],[-105.0,8.5,96.0],[105.0,8.5,99.0],[105.0,8.5,96.0],[105.0,11.5,99.0],[105.0,11.5,96.0],[-105.0,11.5,99.0],[-105.0,11.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,-11.5,99.0],[-105.0,-11.5,96.0],[105.0,-11.5,99.0],[105.0,-11.5,96.0],[105.0,-8.5,99.0],[105.0,-8.5,96.0],[-105.0,-8.5,99.0],[-105.0,-8.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-10.0,98.0],[-103.5,-10.0,95.0],[-103.5,10.0,98.0],[-103.5,10.0,95.0],[-106.5,10.0,98.0],[-106.5,10.0,95.0],[-106.5,-10.0,98.0],[-106.5,-10.0,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.93934,-11.06066,98.0],[-103.93934,-11.06066,95.0],[-83.93934,8.93934,98.0],[-83.93934,8.93934,95.0],[-86.06066,11.06066,98.0],[-86.06066,11.06066,95.0],[-106.06066,-8.93934,98.0],[-106.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-8.93934,98.0],[-63.93934,-8.93934,95.0],[-83.93934,11.06066,98.0],[-83.93934,11.06066,95.0],[-86.06066,8.93934,98.0],[-86.06066,8.93934,95.0],[-66.06066,-11.06066,98.0],[-66.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-11.06066,98.0],[-63.93934,-11.06066,95.0],[-43.93934,8.93934,98.0],[-43.93934,8.93934,95.0],[-46.06066,11.06066,98.0],[-46.06066,11.06066,95.0],[-66.06066,-8.93934,98.0],[-66.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-8.93934,98.0],[-23.93934,-8.93934,95.0],[-43.93934,11.06066,98.0],[-43.93934,11.06066,95.0],[-46.06066,8.93934,98.0],[-46.06066,8.93934,95.0],[-26.06066,-11.06066,98.0],[-26.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-11.06066,98.0],[-23.93934,-11.06066,95.0],[-3.9393396,8.93934,98.0],[-3.9393396,8.93934,95.0],[-6.0606604,11.06066,98.0],[-6.0606604,11.06066,95.0],[-26.06066,-8.93934,98.0],[-26.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-8.93934,98.0],[16.06066,-8.93934,95.0],[-3.9393396,11.06066,98.0],[-3.9393396,11.06066,95.0],[-6.0606604,8.93934,98.0],[-6.0606604,8.93934,95.0],[13.93934,-11.06066,98.0],[13.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-11.06066,98.0],[16.06066,-11.06066,95.0],[36.06066,8.93934,98.0],[36.06066,8.93934,95.0],[33.93934,11.06066,98.0],[33.93934,11.06066,95.0],[13.93934,-8.93934,98.0],[13.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-8.93934,98.0],[56.06066,-8.93934,95.0],[36.06066,11.06066,98.0],[36.06066,11.06066,95.0],[33.93934,8.93934,98.0],[33.93934,8.93934,95.0],[53.93934,-11.06066,98.0],[53.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-11.06066,98.0],[56.06066,-11.06066,95.0],[76.06066,8.93934,98.0],[76.06066,8.93934,95.0],[73.93934,11.06066,98.0],[73.93934,11.06066,95.0],[53.93934,-8.93934,98.0],[53.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-8.93934,98.0],[96.06066,-8.93934,95.0],[76.06066,11.06066,98.0],[76.06066,11.06066,95.0],[73.93934,8.93934,98.0],[73.93934,8.93934,95.0],[93.93934,-11.06066,98.0],[93.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-11.06066,98.0],[96.06066,-11.06066,95.0],[116.06066,8.93934,98.0],[116.06066,8.93934,95.0],[113.93934,11.06066,98.0],[113.93934,11.06066,95.0],[93.93934,-8.93934,98.0],[93.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[52,{"_fsID":52,"_fsPos":[-15.000011,210.0],"_fsDir":3.1415927,"_fsRad":55.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[53.5,19.999998,99.0],[53.5,19.999998,96.0],[53.5,-19.999998,99.0],[53.5,-19.999998,96.0],[56.5,-19.999998,99.0],[56.5,-19.999998,96.0],[56.5,19.999998,99.0],[56.5,19.999998,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-56.5,19.999998,99.0],[-56.5,19.999998,96.0],[-56.5,-19.999998,99.0],[-56.5,-19.999998,96.0],[-53.5,-19.999998,99.0],[-53.5,-19.999998,96.0],[-53.5,19.999998,99.0],[-53.5,19.999998,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[55.0,-8.499999,99.0],[55.0,-8.499999,96.0],[-55.0,-8.499999,99.0],[-55.0,-8.499999,96.0],[-55.0,-11.499999,99.0],[-55.0,-11.499999,96.0],[55.0,-11.499999,99.0],[55.0,-11.499999,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[55.0,11.499999,99.0],[55.0,11.499999,96.0],[-55.0,11.499999,99.0],[-55.0,11.499999,96.0],[-55.0,8.499999,99.0],[-55.0,8.499999,96.0],[55.0,8.499999,99.0],[55.0,8.499999,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[53.5,9.999999,98.0],[53.5,9.999999,95.0],[53.5,-9.999999,98.0],[53.5,-9.999999,95.0],[56.5,-9.999999,98.0],[56.5,-9.999999,95.0],[56.5,9.999999,98.0],[56.5,9.999999,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[53.93934,11.060659,98.0],[53.93934,11.060659,95.0],[33.93934,-8.939339,98.0],[33.93934,-8.939339,95.0],[36.06066,-11.060659,98.0],[36.06066,-11.060659,95.0],[56.06066,8.939339,98.0],[56.06066,8.939339,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[13.939343,8.939339,98.0],[13.939343,8.939339,95.0],[33.93934,-11.060659,98.0],[33.93934,-11.060659,95.0],[36.06066,-8.939339,98.0],[36.06066,-8.939339,95.0],[16.060663,11.060659,98.0],[16.060663,11.060659,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[13.939343,11.060659,98.0],[13.939343,11.060659,95.0],[-6.0606565,-8.939339,98.0],[-6.0606565,-8.939339,95.0],[-3.939336,-11.060659,98.0],[-3.939336,-11.060659,95.0],[16.060663,8.939339,98.0],[16.060663,8.939339,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-26.060652,8.939339,98.0],[-26.060652,8.939339,95.0],[-6.0606565,-11.060659,98.0],[-6.0606565,-11.060659,95.0],[-3.9393358,-8.939339,98.0],[-3.9393358,-8.939339,95.0],[-23.939333,11.060659,98.0],[-23.939333,11.060659,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-26.060652,11.060659,98.0],[-26.060652,11.060659,95.0],[-46.060654,-8.939339,98.0],[-46.060654,-8.939339,95.0],[-43.93933,-11.060659,98.0],[-43.93933,-11.060659,95.0],[-23.939333,8.939339,98.0],[-23.939333,8.939339,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-66.06065,8.939339,98.0],[-66.06065,8.939339,95.0],[-46.060654,-11.060659,98.0],[-46.060654,-11.060659,95.0],[-43.93933,-8.939339,98.0],[-43.93933,-8.939339,95.0],[-63.93933,11.060659,98.0],[-63.93933,11.060659,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}],[53,{"_fsID":53,"_fsPos":[-195.00003,409.99997],"_fsDir":3.1415927,"_fsRad":105.0,"_fsSPic":[[{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-20.0,99.0],[-103.5,-20.0,96.0],[-103.5,20.0,99.0],[-103.5,20.0,96.0],[-106.5,20.0,99.0],[-106.5,20.0,96.0],[-106.5,-20.0,99.0],[-106.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[106.5,-20.0,99.0],[106.5,-20.0,96.0],[106.5,20.0,99.0],[106.5,20.0,96.0],[103.5,20.0,99.0],[103.5,20.0,96.0],[103.5,-20.0,99.0],[103.5,-20.0,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,8.5,99.0],[-105.0,8.5,96.0],[105.0,8.5,99.0],[105.0,8.5,96.0],[105.0,11.5,99.0],[105.0,11.5,96.0],[-105.0,11.5,99.0],[-105.0,11.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-105.0,-11.5,99.0],[-105.0,-11.5,96.0],[105.0,-11.5,99.0],[105.0,-11.5,96.0],[105.0,-8.5,99.0],[105.0,-8.5,96.0],[-105.0,-8.5,99.0],[-105.0,-8.5,96.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.5,-10.0,98.0],[-103.5,-10.0,95.0],[-103.5,10.0,98.0],[-103.5,10.0,95.0],[-106.5,10.0,98.0],[-106.5,10.0,95.0],[-106.5,-10.0,98.0],[-106.5,-10.0,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-103.93934,-11.06066,98.0],[-103.93934,-11.06066,95.0],[-83.93934,8.93934,98.0],[-83.93934,8.93934,95.0],[-86.06066,11.06066,98.0],[-86.06066,11.06066,95.0],[-106.06066,-8.93934,98.0],[-106.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-8.93934,98.0],[-63.93934,-8.93934,95.0],[-83.93934,11.06066,98.0],[-83.93934,11.06066,95.0],[-86.06066,8.93934,98.0],[-86.06066,8.93934,95.0],[-66.06066,-11.06066,98.0],[-66.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-63.93934,-11.06066,98.0],[-63.93934,-11.06066,95.0],[-43.93934,8.93934,98.0],[-43.93934,8.93934,95.0],[-46.06066,11.06066,98.0],[-46.06066,11.06066,95.0],[-66.06066,-8.93934,98.0],[-66.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-8.93934,98.0],[-23.93934,-8.93934,95.0],[-43.93934,11.06066,98.0],[-43.93934,11.06066,95.0],[-46.06066,8.93934,98.0],[-46.06066,8.93934,95.0],[-26.06066,-11.06066,98.0],[-26.06066,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[-23.93934,-11.06066,98.0],[-23.93934,-11.06066,95.0],[-3.9393396,8.93934,98.0],[-3.9393396,8.93934,95.0],[-6.0606604,11.06066,98.0],[-6.0606604,11.06066,95.0],[-26.06066,-8.93934,98.0],[-26.06066,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-8.93934,98.0],[16.06066,-8.93934,95.0],[-3.9393396,11.06066,98.0],[-3.9393396,11.06066,95.0],[-6.0606604,8.93934,98.0],[-6.0606604,8.93934,95.0],[13.93934,-11.06066,98.0],[13.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[16.06066,-11.06066,98.0],[16.06066,-11.06066,95.0],[36.06066,8.93934,98.0],[36.06066,8.93934,95.0],[33.93934,11.06066,98.0],[33.93934,11.06066,95.0],[13.93934,-8.93934,98.0],[13.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-8.93934,98.0],[56.06066,-8.93934,95.0],[36.06066,11.06066,98.0],[36.06066,11.06066,95.0],[33.93934,8.93934,98.0],[33.93934,8.93934,95.0],[53.93934,-11.06066,98.0],[53.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[56.06066,-11.06066,98.0],[56.06066,-11.06066,95.0],[76.06066,8.93934,98.0],[76.06066,8.93934,95.0],[73.93934,11.06066,98.0],[73.93934,11.06066,95.0],[53.93934,-8.93934,98.0],[53.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-8.93934,98.0],[96.06066,-8.93934,95.0],[76.06066,11.06066,98.0],[76.06066,11.06066,95.0],[73.93934,8.93934,98.0],[73.93934,8.93934,95.0],[93.93934,-11.06066,98.0],[93.93934,-11.06066,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"},{"_sfType":{"tag":"FlatFaces","_topBoxSize":4},"_sfVs":[[96.06066,-11.06066,98.0],[96.06066,-11.06066,95.0],[116.06066,8.93934,98.0],[116.06066,8.93934,95.0],[113.93934,11.06066,98.0],[113.93934,11.06066,95.0],[93.93934,-8.93934,98.0],[93.93934,-8.93934,95.0]],"_sfColor":[1.0,0.5,0.0,1.0],"_sfShadowImportance":"Typical","_sfSize":"Medium"}],[]]}]],"_corpses":[],"_lightSources":[[0,{"_lsID":0,"_lsParam":{"_lsPos":[292.48715,-85.16636,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":8.377581,"_lsPict":[]}],[1,{"_lsID":1,"_lsParam":{"_lsPos":[257.84613,-105.16637,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":8.377581,"_lsPict":[]}],[2,{"_lsID":2,"_lsParam":{"_lsPos":[97.58807,-47.483223,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.377581,"_lsPict":[]}],[3,{"_lsID":3,"_lsParam":{"_lsPos":[53.849014,-72.83323,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":5.235988,"_lsPict":[]}],[4,{"_lsID":4,"_lsParam":{"_lsPos":[-508.873,-1064.9724,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[5,{"_lsID":5,"_lsParam":{"_lsPos":[-664.6319,-974.9076,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[6,{"_lsID":6,"_lsParam":{"_lsPos":[-754.6968,-1130.6665,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[7,{"_lsID":7,"_lsParam":{"_lsPos":[-598.93787,-1220.7313,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.901179,"_lsPict":[]}],[8,{"_lsID":8,"_lsParam":{"_lsPos":[-410.4673,-1075.4861,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":7.3303833,"_lsPict":[]}],[9,{"_lsID":9,"_lsParam":{"_lsPos":[-1070.3883,-2035.1176,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":35.60472,"_lsPict":[]}],[10,{"_lsID":10,"_lsParam":{"_lsPos":[-2732.0203,-19.450714,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":42.6733,"_lsPict":[]}],[11,{"_lsID":11,"_lsParam":{"_lsPos":[-2711.3147,-96.72475,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":42.6733,"_lsPict":[]}],[12,{"_lsID":12,"_lsParam":{"_lsPos":[-2850.58,114.456535,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":44.2441,"_lsPict":[]}],[13,{"_lsID":13,"_lsParam":{"_lsPos":[-2907.2131,16.602444,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":45.814896,"_lsPict":[]}],[14,{"_lsID":14,"_lsParam":{"_lsPos":[-2767.9482,-194.57883,69.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":47.38569,"_lsPict":[]}],[15,{"_lsID":15,"_lsParam":{"_lsPos":[-3289.5388,111.089966,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":40.31711,"_lsPict":[]}],[16,{"_lsID":16,"_lsParam":{"_lsPos":[-3484.5503,-422.30017,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":37.699112,"_lsPict":[]}],[17,{"_lsID":17,"_lsParam":{"_lsPos":[-3351.1787,-422.30017,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":37.699112,"_lsPict":[]}],[18,{"_lsID":18,"_lsParam":{"_lsPos":[-3452.3218,-632.3002,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":37.699112,"_lsPict":[]}],[19,{"_lsID":19,"_lsParam":{"_lsPos":[-3072.3215,-834.50726,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":39.26991,"_lsPict":[]}],[20,{"_lsID":20,"_lsParam":{"_lsPos":[-3072.3218,-699.70233,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":39.26991,"_lsPict":[]}],[21,{"_lsID":21,"_lsParam":{"_lsPos":[-2862.3215,-802.0396,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":39.26991,"_lsPict":[]}],[22,{"_lsID":22,"_lsParam":{"_lsPos":[-2784.1216,-995.3729,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":37.699112,"_lsPict":[]}],[23,{"_lsID":23,"_lsParam":{"_lsPos":[-2627.7217,-995.3729,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":37.699112,"_lsPict":[]}],[24,{"_lsID":24,"_lsParam":{"_lsPos":[-1015.8026,-1841.4039,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":27.750736,"_lsPict":[]}],[25,{"_lsID":25,"_lsParam":{"_lsPos":[-834.2902,-1946.3593,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":29.321533,"_lsPict":[]}],[26,{"_lsID":26,"_lsParam":{"_lsPos":[-1015.8026,-1841.4039,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":27.750736,"_lsPict":[]}],[27,{"_lsID":27,"_lsParam":{"_lsPos":[-486.00037,-2169.5212,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":24.085546,"_lsPict":[]}],[28,{"_lsID":28,"_lsParam":{"_lsPos":[-442.26132,-2144.1714,45.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":20.943953,"_lsPict":[]}],[29,{"_lsID":29,"_lsParam":{"_lsPos":[-280.6791,-1754.3373,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":20.420353,"_lsPict":[]}],[30,{"_lsID":30,"_lsParam":{"_lsPos":[-280.67883,-2114.3372,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":20.420353,"_lsPict":[]}],[31,{"_lsID":31,"_lsParam":{"_lsPos":[-513.7966,-1423.6265,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":12.042772,"_lsPict":[]}],[32,{"_lsID":32,"_lsParam":{"_lsPos":[-29.853846,-1115.3357,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":11.519174,"_lsPict":[]}],[33,{"_lsID":33,"_lsParam":{"_lsPos":[-62.505665,-698.5649,39.0],"_lsRad":50.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":8.377581,"_lsPict":[]}],[34,{"_lsID":34,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[35,{"_lsID":35,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[36,{"_lsID":36,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[37,{"_lsID":37,"_lsParam":{"_lsPos":[201.93613,-377.7499,50.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":9.948377,"_lsPict":[]}],[38,{"_lsID":38,"_lsParam":{"_lsPos":[-142.5796,-599.8125,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":13.08997,"_lsPict":[]}],[39,{"_lsID":39,"_lsParam":{"_lsPos":[108.719666,-1035.136,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":8.377581,"_lsPict":[]}],[40,{"_lsID":40,"_lsParam":{"_lsPos":[-365.7425,-251.69157,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":12.042771,"_lsPict":[]}],[41,{"_lsID":41,"_lsParam":{"_lsPos":[-54.900146,-43.30596,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":6.8067846,"_lsPict":[]}],[42,{"_lsID":42,"_lsParam":{"_lsPos":[-15.004709,-112.68315,94.0],"_lsRad":200.0,"_lsCol":[0.6,0.6,0.6]},"_lsDir":5.235988,"_lsPict":[]}],[43,{"_lsID":43,"_lsParam":{"_lsPos":[-180.00002,309.99997,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[44,{"_lsID":44,"_lsParam":{"_lsPos":[-80.0,110.0,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[45,{"_lsID":45,"_lsParam":{"_lsPos":[19.999989,210.0,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[46,{"_lsID":46,"_lsParam":{"_lsPos":[-280.00003,409.99997,90.0],"_lsRad":450.0,"_lsCol":[0.75,0.75,0.75]},"_lsDir":3.1415927,"_lsPict":[]}],[47,{"_lsID":47,"_lsParam":{"_lsPos":[20.0,1.0,90.0],"_lsRad":200.0,"_lsCol":[0.0,0.5,0.1]},"_lsDir":0.0,"_lsPict":[]}],[48,{"_lsID":48,"_lsParam":{"_lsPos":[-3037.703,152.11467,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":41.887905,"_lsPict":[]}],[49,{"_lsID":49,"_lsParam":{"_lsPos":[-3112.8906,216.886,30.0],"_lsRad":450.0,"_lsCol":[0.1,0.1,0.1]},"_lsDir":41.887905,"_lsPict":[]}],[50,{"_lsID":50,"_lsParam":{"_lsPos":[-724.609,-2079.132,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":25.656342,"_lsPict":[]}],[51,{"_lsID":51,"_lsParam":{"_lsPos":[-442.05228,-1694.1935,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":16.755161,"_lsPict":[]}],[52,{"_lsID":52,"_lsParam":{"_lsPos":[-366.02362,-1287.9646,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":8.377581,"_lsPict":[]}],[53,{"_lsID":53,"_lsParam":{"_lsPos":[-293.99835,-522.2588,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":10.471975,"_lsPict":[]}],[54,{"_lsID":54,"_lsParam":{"_lsPos":[-369.18582,-457.4873,30.0],"_lsRad":450.0,"_lsCol":[0.1,0.1,0.1]},"_lsDir":10.471975,"_lsPict":[]}],[55,{"_lsID":55,"_lsParam":{"_lsPos":[-217.96951,-116.02986,78.0],"_lsRad":75.0,"_lsCol":[0.5,0.0,0.0]},"_lsDir":8.377581,"_lsPict":[]}],[56,{"_lsID":56,"_lsParam":{"_lsPos":[-124.28204,-83.301285,30.0],"_lsRad":450.0,"_lsCol":[0.1,0.1,0.1]},"_lsDir":8.377581,"_lsPict":[]}]],"_tempLightSources":[],"_seenLocations":[[0,[{"tag":"WdYouPos"},"CURRENT POSITION"]],[1,[{"tag":"WdP2Const","contents":[0.0,0.0]},"START POSITION"]]],"_selLocation":0,"_distortions":[],"_lClock":0,"_lTestString":[],"_lTestInt":0},"_cwGen":{"_cwgParams":{"_sensorCoding":[["FLAMING",["AZURE","SQUARE"]],["LASERING",["RED","THREELINES"]],["ELECTRICAL",["ORANGE","CIRCLE"]]]},"_cwgWorldBounds":{"_bdMinX":-3541.236,"_bdMaxX":480.07047,"_bdMinY":-2474.0483,"_bdMaxY":481.51233},"_cwgGameRooms":[{"_grViewpoints":[[40.0,60.0],[0.0,60.0],[0.0,0.0],[40.0,0.0],[20.0,60.0],[40.0,40.0],[20.0,0.0],[20.0,0.0],[0.0,20.0],[0.0,40.0],[40.0,20.0]],"_grViewpointsEx":[[30.0,60.0],[10.0,60.0]],"_grBound":[[80.35534,-40.35534],[80.35534,100.35534],[-40.35534,100.35534],[-40.35534,-40.35534]],"_grDir":0.0,"_grLinkDirs":[1.5707964],"_grName":"rezBox"},{"_grViewpoints":[[40.0,95.0],[0.0,95.0],[0.0,55.0],[40.0,55.0]],"_grViewpointsEx":[[30.0,90.0],[10.0,90.0],[10.0,60.0],[30.0,60.0]],"_grBound":[[75.35534,19.64466],[75.35534,130.35535],[-35.35534,130.35535],[-35.35534,19.64466]],"_grDir":3.1415927,"_grLinkDirs":[1.5707964,4.712389],"_grName":"autoDoor"},{"_grViewpoints":[[-300.0,89.99997],[40.0,90.0],[39.99997,430.0],[-300.00003,429.99997],[-300.00003,409.99997],[-180.0,89.99997],[39.99997,410.0],[-300.0,109.99997],[19.99997,430.0],[39.999996,110.0],[-180.00003,429.99997],[-280.0,89.99997],[-300.0,209.99997],[39.99998,310.0],[-280.00003,429.99997],[-300.00003,309.99997],[-80.00003,430.0],[39.99999,210.0]],"_grViewpointsEx":[[10.0,90.0],[30.0,90.0],[-90.0,90.0],[-70.0,90.0]],"_grBound":[[-340.35538,470.35532],[-340.35535,49.644623],[80.35535,49.644653],[80.3553,470.35535]],"_grDir":3.1415927,"_grLinkDirs":[4.712389,4.712389],"_grName":"rectPillars"},{"_grViewpoints":[[-100.0,54.999996],[-59.999996,55.0],[-60.0,95.0],[-100.0,95.0]],"_grViewpointsEx":[[-90.0,59.999996],[-70.0,60.0],[-70.0,90.0],[-90.0,90.0]],"_grBound":[[-135.35535,130.35533],[-135.35533,19.644653],[-24.644653,19.64466],[-24.644665,130.35535]],"_grDir":6.2831855,"_grLinkDirs":[4.712389,7.853982],"_grName":"autoDoor"},{"_grViewpoints":[[-99.99999,-10.0],[-59.999992,-10.0],[-60.0,70.0],[-100.0,70.0],[-79.99999,0.0],[-79.99999,0.0]],"_grViewpointsEx":[[-70.0,60.0],[-90.0,59.999996],[-88.66025,-5.0],[-71.33974,5.0]],"_grBound":[[-132.31876,108.150986],[-154.82964,44.124035],[-154.82962,15.87595],[-132.31874,-48.15101],[-27.68124,-48.151],[-5.1703644,15.875961],[-5.1703644,44.124046],[-27.681255,108.151]],"_grDir":6.2831855,"_grLinkDirs":[7.853982,5.2359877],"_grName":"Corridor"},{"_grViewpoints":[[-79.820496,-40.31089],[-45.17948,-20.31088],[-65.17949,14.33013],[-99.820496,-5.669878]],"_grViewpointsEx":[[-73.66024,-30.98076],[-56.339737,-20.980757],[-71.339745,5.000002],[-88.66025,-5.000004]],"_grBound":[[-148.11679,7.271061],[-92.76143,-88.607185],[3.1168137,-33.251823],[-52.23855,62.62642]],"_grDir":6.8067846,"_grLinkDirs":[5.235988,8.377581],"_grName":"autoDoor"},{"_grViewpoints":[[-47.679535,-15.980713],[-220.88457,-115.98082],[-120.884476,-289.18585],[52.320557,-189.18576],[42.32054,-171.86526],[-103.56397,-279.18585],[-134.28204,-65.980774],[-170.88452,-202.58334],[-203.56406,-105.980804],[35.000046,-199.18576],[-37.679527,-33.30124],[-34.28196,-239.1858],[-130.88449,-271.86536]],"_grViewpointsEx":[[-215.88457,-124.64107],[-205.88455,-141.96158],[7.320511,-111.2435],[-2.6794968,-93.923004],[-56.339783,-20.980713],[-73.66029,-30.980743]],"_grBound":[[107.44699,-203.9568],[-32.908485,39.14572],[-276.011,-101.20976],[-135.65552,-344.3123]],"_grDir":6.8067846,"_grLinkDirs":[9.948378,6.8067846,8.377581],"_grName":"ELECautoRect"},{"_grViewpoints":[[-251.19545,-133.48083],[-231.19543,-168.12186],[-196.55443,-148.12184],[-216.55444,-113.480835]],"_grViewpointsEx":[[-205.88455,-141.9616],[-215.88457,-124.64108],[-241.86533,-139.64108],[-231.86531,-156.9616]],"_grBound":[[-203.6135,-65.18454],[-299.49176,-120.5399],[-244.13638,-216.41815],[-148.25813,-161.06277]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-277.1762,-148.48085],[-257.1762,-183.12186],[-222.5352,-163.12186],[-242.53522,-128.48085]],"_grViewpointsEx":[[-267.8461,-154.6411],[-257.8461,-171.96161],[-231.86533,-156.96161],[-241.86534,-139.6411]],"_grBound":[[-229.59427,-80.184555],[-325.47253,-135.53992],[-270.11716,-231.41815],[-174.2389,-176.0628]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"autoDoor"},{"_grViewpoints":[[-303.15698,-163.48087],[-283.15698,-198.12189],[-248.51598,-178.12187],[-268.516,-143.48087]],"_grViewpointsEx":[[-293.82687,-169.64111],[-283.82687,-186.96162],[-257.8461,-171.96162],[-267.8461,-154.64111]],"_grBound":[[-255.57504,-95.18457],[-351.4533,-150.53993],[-296.09793,-246.41818],[-200.21968,-191.0628]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"autoDoor"},{"_grViewpoints":[[-359.44867,-195.9809],[-339.44864,-230.6219],[-270.16663,-190.62189],[-290.16663,-155.98088],[-340.7884,-208.30139],[-340.7884,-208.30139]],"_grViewpointsEx":[[-283.82687,-186.96164],[-293.82687,-169.64113],[-349.44867,-203.30139],[-332.12814,-213.30139]],"_grBound":[[-273.2863,-108.91652],[-339.9907,-121.435005],[-364.45425,-135.55905],[-408.64777,-187.06755],[-356.329,-277.68628],[-289.62457,-265.16776],[-265.16104,-251.04372],[-220.96753,-199.53523]],"_grDir":11.519174,"_grLinkDirs":[13.08997,10.471975],"_grName":"Corridor"},{"_grViewpoints":[[-375.60892,-228.61229],[-340.9679,-248.61229],[-320.9679,-213.97127],[-355.60892,-193.97127]],"_grViewpointsEx":[[-364.44867,-229.28217],[-347.12814,-239.28217],[-332.12814,-213.30139],[-349.44867,-203.30139]],"_grBound":[[-368.54987,-145.67499],[-423.9052,-241.55325],[-328.02695,-296.90857],[-272.6716,-201.0303]],"_grDir":12.042772,"_grLinkDirs":[10.471975,13.613568],"_grName":"autoDoor"},{"_grViewpoints":[[-484.0445,-622.1137],[-324.00467,-579.23114],[-241.16193,-435.7434],[-284.04443,-275.70355],[-427.5322,-192.86084],[-587.5721,-235.74335],[-670.4148,-379.23114],[-627.5322,-539.271],[-628.9934,-307.48724],[-262.60318,-355.7235],[-648.9735,-459.25107],[-404.02454,-600.6724],[-555.7884,-580.6923],[-507.55212,-214.3021]],"_grViewpointsEx":[[-287.5833,-516.1476],[-277.5833,-498.82706],[-347.12808,-239.28221],[-364.44858,-229.28221]],"_grBound":[[-719.98706,-372.70483],[-667.19995,-569.70905],[-490.5708,-671.686],[-293.5666,-618.8988],[-191.58969,-442.26974],[-244.37677,-245.26549],[-421.0059,-143.2886],[-618.01013,-196.07568]],"_grDir":12.042771,"_grLinkDirs":[12.042771,13.613568],"_grName":"8gon"},{"_grViewpoints":[[-262.2724,-542.30786],[-242.2724,-507.6668],[-276.91342,-487.6668],[-296.91342,-522.3078]],"_grViewpointsEx":[[-261.60254,-531.1476],[-251.60254,-513.8271],[-277.5833,-498.82706],[-287.5833,-516.1476]],"_grBound":[[-345.20972,-535.2488],[-249.33147,-590.6041],[-193.9761,-494.72586],[-289.85437,-439.3705]],"_grDir":13.613568,"_grLinkDirs":[12.042771,15.184364],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-236.29166,-557.30786],[-216.29166,-522.6668],[-250.93266,-502.6668],[-270.93268,-537.3078]],"_grViewpointsEx":[[-251.60254,-513.8271],[-261.60254,-531.1476],[-235.62178,-546.1476],[-225.62178,-528.8271]],"_grBound":[[-319.22897,-550.2488],[-223.35071,-605.6041],[-167.99536,-509.72586],[-263.8736,-454.3705]],"_grDir":13.613568,"_grLinkDirs":[15.184364,12.042771],"_grName":"autoDoor"},{"_grViewpoints":[[-210.3109,-572.30786],[-190.31088,-537.6668],[-224.9519,-517.6668],[-244.9519,-552.3078]],"_grViewpointsEx":[[-225.62178,-528.8271],[-235.62178,-546.1476],[-209.64102,-561.1476],[-199.64102,-543.8271]],"_grBound":[[-293.2482,-565.2488],[-197.36995,-620.6041],[-142.01459,-524.7259],[-237.89285,-469.3705]],"_grDir":13.613568,"_grLinkDirs":[15.184364,12.042771],"_grName":"autoDoor"},{"_grViewpoints":[[-154.01926,-604.80786],[-134.01924,-570.1668],[-203.30127,-530.1668],[-223.30127,-564.8078],[-152.6795,-582.4873],[-152.6795,-582.4873]],"_grViewpointsEx":[[-199.64102,-543.8271],[-209.64102,-561.1476],[-161.33975,-587.4873],[-144.01926,-577.4873]],"_grBound":[[-272.50037,-573.7212],[-228.30687,-625.2297],[-203.8433,-639.3537],[-137.13889,-651.8722],[-84.82013,-561.2535],[-129.01366,-509.745],[-153.4772,-495.62094],[-220.18163,-483.10245]],"_grDir":13.613568,"_grLinkDirs":[15.184364,11.519173],"_grName":"Corridor"},{"_grViewpoints":[[101.39444,-1062.5564],[473.3306,-847.819],[201.93613,-377.7499],[-170.00003,-592.4873],[-97.1514,-718.6648],[231.14667,-987.6439],[118.714966,-1052.5564],[306.20905,-558.35596],[15.968048,-485.1186],[-2.878479,-881.9504],[431.90628,-776.06995],[343.57837,-922.73145],[-65.72711,-773.0934],[369.05768,-667.213],[337.63336,-612.7844],[59.970123,-990.8074],[287.36252,-955.18774],[-128.57571,-664.2363],[399.79425,-890.27527],[456.01007,-857.819],[211.93613,-395.0704],[28.545807,-936.3788],[-160.00003,-609.8078],[128.39977,-420.20615],[174.93082,-1020.1002],[243.36044,-449.49893],[-96.46365,-550.03107],[184.61562,-387.7499],[-34.302795,-827.52185],[72.1839,-452.66238],[274.78473,-503.92743],[463.3306,-830.4985],[-40.247803,-517.5748],[400.48196,-721.6415]],"_grViewpointsEx":[[-144.01926,-577.4873],[-161.33978,-587.4873],[86.39444,-1036.5756],[96.39444,-1053.8961]],"_grBound":[[-218.89157,-563.62317],[-260.08704,-961.17725],[-238.3063,-997.5658],[104.00305,-1119.1891],[521.07166,-878.3945],[586.8975,-521.1343],[566.2744,-484.07727],[201.38487,-320.97653]],"_grDir":13.08997,"_grLinkDirs":[14.660766,9.948377],"_grName":"autoRect"},{"_grViewpoints":[[51.083553,-1045.4154],[71.08356,-1080.0564],[105.72457,-1060.0564],[85.72456,-1025.4154]],"_grViewpointsEx":[[96.39444,-1053.8961],[86.39444,-1036.5757],[60.41368,-1051.5757],[70.41368,-1068.8961]],"_grBound":[[98.665504,-977.1191],[2.7872543,-1032.4745],[58.142616,-1128.3527],[154.02086,-1072.9973]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"autoDoor"},{"_grViewpoints":[[-5.2080917,-1077.9154],[14.791916,-1112.5564],[84.07394,-1072.5564],[64.07393,-1037.9154],[13.452164,-1090.236],[13.452164,-1090.236]],"_grViewpointsEx":[[70.41368,-1068.8961],[60.413677,-1051.5757],[8.452164,-1081.5757],[18.452164,-1098.8961]],"_grBound":[[80.95428,-990.851],[14.24987,-1003.3695],[-10.213684,-1017.4936],[-54.407204,-1069.0021],[-2.08844,-1159.6207],[64.615974,-1147.1023],[89.07953,-1132.9783],[133.27304,-1081.4697]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"Corridor"},{"_grViewpoints":[[-26.858725,-1090.4155],[-6.858717,-1125.0565],[27.782293,-1105.0565],[7.7822857,-1070.4155]],"_grViewpointsEx":[[18.452166,-1098.8962],[8.45216,-1081.5758],[-17.528597,-1096.5758],[-7.528593,-1113.8962]],"_grBound":[[20.723225,-1022.1192],[-75.15502,-1077.4746],[-19.799662,-1173.3528],[76.07858,-1117.9974]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"autoDoor"},{"_grViewpoints":[[-70.2637,-1005.2359],[-301.20377,-1005.23596],[-416.67377,-1205.2361],[-301.20358,-1405.2361],[-70.26347,-1405.2358],[45.20642,-1205.2358],[-185.73354,-1405.236],[-185.7337,-1005.23596],[-12.528503,-1305.2358]],"_grViewpointsEx":[[-7.52861,-1113.8961],[-17.528625,-1096.5756],[-363.9387,-1296.5758],[-353.93866,-1313.8964],[-353.93878,-1096.5758],[-363.93878,-1113.8962]],"_grBound":[[95.20642,-1205.2358],[-45.263718,-961.9346],[-326.2038,-961.9347],[-466.67377,-1205.2361],[-326.20355,-1448.5374],[-45.263443,-1448.5371]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948378,8.901179],"_grName":"6gon"},{"_grViewpoints":[[-399.24954,-1305.4156],[-379.24954,-1340.0566],[-344.60852,-1320.0566],[-364.60852,-1285.4156]],"_grViewpointsEx":[[-389.9194,-1311.5759],[-379.9194,-1328.8964],[-353.93866,-1313.8964],[-363.93866,-1296.5759]],"_grBound":[[-351.6676,-1237.1194],[-447.54584,-1292.4747],[-392.1905,-1388.3529],[-296.31223,-1332.9976]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-425.2303,-1320.4156],[-405.2303,-1355.0566],[-370.58926,-1335.0566],[-390.58926,-1300.4156]],"_grViewpointsEx":[[-415.90015,-1326.5759],[-405.90015,-1343.8964],[-379.9194,-1328.8964],[-389.9194,-1311.5759]],"_grBound":[[-377.64835,-1252.1194],[-473.52658,-1307.4747],[-418.1712,-1403.3529],[-322.29297,-1347.9976]],"_grDir":11.519174,"_grLinkDirs":[9.948377,13.08997],"_grName":"autoDoor"},{"_grViewpoints":[[-451.21103,-1335.4156],[-431.21103,-1370.0566],[-396.57,-1350.0566],[-416.57,-1315.4156]],"_grViewpointsEx":[[-405.90015,-1343.8964],[-415.90015,-1326.5759],[-441.8809,-1341.5759],[-431.8809,-1358.8964]],"_grBound":[[-403.6291,-1267.1194],[-499.50732,-1322.4747],[-444.15198,-1418.3529],[-348.2737,-1362.9976]],"_grDir":11.519174,"_grLinkDirs":[13.08997,9.948377],"_grName":"autoDoor"},{"_grViewpoints":[[-507.5027,-1367.9156],[-487.50266,-1402.5566],[-418.22064,-1362.5566],[-438.22064,-1327.9156],[-488.8424,-1380.2362],[-488.8424,-1380.2362]],"_grViewpointsEx":[[-431.8809,-1358.8964],[-441.8809,-1341.5759],[-497.5027,-1375.2362],[-480.18216,-1385.2361]],"_grBound":[[-421.3403,-1280.8513],[-488.0447,-1293.3698],[-512.50824,-1307.4938],[-556.7018,-1359.0023],[-504.38303,-1449.621],[-437.6786,-1437.1025],[-413.21506,-1422.9785],[-369.02155,-1371.47]],"_grDir":11.519174,"_grLinkDirs":[13.08997,10.471975],"_grName":"Corridor"},{"_grViewpoints":[[-523.6629,-1400.5471],[-489.0219,-1420.5471],[-469.0219,-1385.9061],[-503.66293,-1365.9061]],"_grViewpointsEx":[[-512.5027,-1401.217],[-495.18216,-1411.217],[-480.18216,-1385.2362],[-497.5027,-1375.2362]],"_grBound":[[-516.6039,-1317.6099],[-571.9592,-1413.4882],[-476.08096,-1468.8434],[-420.72562,-1372.9652]],"_grDir":12.042772,"_grLinkDirs":[10.471975,13.613568],"_grName":"autoDoor"},{"_grViewpoints":[[-389.21588,-1607.6781],[-432.09857,-1447.6383],[-575.5863,-1364.7957],[-735.62616,-1407.6782],[-818.46875,-1551.1661],[-775.5862,-1711.2059],[-632.0983,-1794.0486],[-472.05853,-1751.1659],[-703.8423,-1752.6272],[-797.02747,-1631.186],[-410.65723,-1527.6582],[-777.0475,-1479.4222],[-655.60626,-1386.2369],[-552.0784,-1772.6072]],"_grViewpointsEx":[[-435.6372,-1688.0823],[-425.6372,-1670.7618],[-495.18216,-1411.217],[-512.5027,-1401.217]],"_grBound":[[-638.62463,-1843.6208],[-441.62045,-1790.8335],[-339.64365,-1614.2043],[-392.4309,-1417.2002],[-569.06006,-1315.2234],[-766.0643,-1368.0106],[-868.041,-1544.6398],[-815.25385,-1741.644]],"_grDir":12.042772,"_grLinkDirs":[18.325958,13.613568],"_grName":"warningTerm-8gon"},{"_grViewpoints":[[-410.3263,-1714.2424],[-390.32632,-1679.6014],[-424.96735,-1659.6014],[-444.96732,-1694.2424]],"_grViewpointsEx":[[-409.65643,-1703.0822],[-399.65643,-1685.7617],[-425.6372,-1670.7617],[-435.6372,-1688.0822]],"_grBound":[[-493.2636,-1707.1835],[-397.38535,-1762.5387],[-342.03003,-1666.6604],[-437.90833,-1611.3052]],"_grDir":19.896753,"_grLinkDirs":[18.325958,21.46755],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-384.34552,-1729.2423],[-364.34555,-1694.6013],[-398.98657,-1674.6013],[-418.98654,-1709.2423]],"_grViewpointsEx":[[-399.65643,-1685.7616],[-409.65643,-1703.082],[-383.67566,-1718.082],[-373.67566,-1700.7616]],"_grBound":[[-467.28284,-1722.1833],[-371.40457,-1777.5386],[-316.04926,-1681.6603],[-411.92755,-1626.305]],"_grDir":19.896753,"_grLinkDirs":[21.46755,18.325958],"_grName":"autoDoor"},{"_grViewpoints":[[-358.36475,-1744.2423],[-338.36478,-1709.6013],[-373.0058,-1689.6013],[-393.00577,-1724.2423]],"_grViewpointsEx":[[-357.6949,-1733.082],[-347.6949,-1715.7616],[-373.67566,-1700.7616],[-383.67566,-1718.082]],"_grBound":[[-441.30206,-1737.1833],[-345.4238,-1792.5386],[-290.06848,-1696.6603],[-385.94678,-1641.305]],"_grDir":19.896753,"_grLinkDirs":[18.325958,21.46755],"_grName":"autoDoor"},{"_grViewpoints":[[-302.0731,-1776.7423],[-282.07312,-1742.1013],[-351.35516,-1702.1013],[-371.35513,-1736.7423],[-300.73337,-1754.4218],[-300.73337,-1754.4218]],"_grViewpointsEx":[[-300.73337,-1764.4218],[-300.73337,-1744.4218],[-347.69492,-1715.7616],[-357.6949,-1733.082]],"_grBound":[[-420.55426,-1745.6558],[-376.3607,-1797.1642],[-351.89713,-1811.2882],[-285.19272,-1823.8066],[-232.87401,-1733.1879],[-277.06757,-1681.6794],[-301.53113,-1667.5554],[-368.23553,-1655.037]],"_grDir":19.896753,"_grLinkDirs":[18.849556,21.46755],"_grName":"Corridor"},{"_grViewpoints":[[-300.73312,-1734.4214],[-300.73285,-2134.4214],[99.26715,-2134.4211],[99.26688,-1734.4211],[19.266876,-1734.4211],[99.26689,-1754.4211],[-160.73312,-1734.4214],[-40.73285,-2134.4211],[-300.73294,-1994.4214],[99.2671,-2054.4211],[-280.73285,-2134.4214],[-40.733124,-1734.4213],[-280.73312,-1734.4214],[-220.73312,-1734.4214],[-100.73312,-1734.4213],[-300.7329,-2054.4214],[-300.733,-1934.4214],[99.26705,-1994.4211],[-220.73285,-2134.4214],[-300.73303,-1874.4214],[99.26693,-1814.4211],[-300.73306,-1814.4214],[99.266975,-1874.4211],[79.26688,-1734.4211],[-100.73285,-2134.4214],[99.26701,-1934.4211],[-160.73285,-2134.4214],[99.267136,-2114.4211],[79.26715,-2134.4211],[19.26715,-2134.4211]],"_grViewpointsEx":[[-300.73312,-1744.4214],[-300.7331,-1764.4214],[-300.73288,-2104.4214],[-300.73285,-2124.4214]],"_grBound":[[139.6222,-1694.0658],[-341.0885,-1694.0662],[-341.08817,-2174.7769],[139.62251,-2174.7764]],"_grDir":20.420353,"_grLinkDirs":[21.99115,21.99115],"_grName":"autoRect"},{"_grViewpoints":[[-335.73288,-2094.4214],[-335.73285,-2134.4214],[-295.73285,-2134.4214],[-295.73288,-2094.4214]],"_grViewpointsEx":[[-300.73285,-2124.4214],[-300.73288,-2104.4214],[-330.73288,-2104.4214],[-330.73285,-2124.4214]],"_grBound":[[-260.37756,-2059.066],[-371.08826,-2059.0662],[-371.08817,-2169.7769],[-260.3775,-2169.7766]],"_grDir":23.561945,"_grLinkDirs":[25.132742,21.99115],"_grName":"autoDoor"},{"_grViewpoints":[[-400.73288,-2094.4214],[-400.73285,-2134.4214],[-320.73285,-2134.4214],[-320.73288,-2094.4214],[-390.73285,-2114.4214],[-390.73285,-2114.4214]],"_grViewpointsEx":[[-330.73285,-2124.4214],[-330.73288,-2104.4214],[-395.73288,-2105.7612],[-385.73285,-2123.0818]],"_grBound":[[-282.5819,-2062.1025],[-346.6089,-2039.5918],[-374.85696,-2039.5918],[-438.8839,-2062.1028],[-438.88382,-2166.7402],[-374.85684,-2189.251],[-346.60876,-2189.251],[-282.58182,-2166.74]],"_grDir":23.561945,"_grLinkDirs":[25.132742,22.514748],"_grName":"Corridor"},{"_grViewpoints":[[-431.04376,-2114.601],[-411.0437,-2149.242],[-376.4027,-2129.242],[-396.40277,-2094.601]],"_grViewpointsEx":[[-385.73285,-2123.0818],[-395.73288,-2105.7612],[-421.71362,-2120.7612],[-411.7136,-2138.0818]],"_grBound":[[-383.46188,-2046.3047],[-479.34006,-2101.6602],[-423.98456,-2197.5383],[-328.10638,-2142.1829]],"_grDir":24.085545,"_grLinkDirs":[25.656342,22.51475],"_grName":"autoDoor"},{"_grViewpoints":[[-487.33533,-2147.101],[-467.33527,-2181.742],[-398.0533,-2141.742],[-418.05338,-2107.101],[-468.67505,-2159.4216],[-468.67505,-2159.4216]],"_grViewpointsEx":[[-411.71356,-2138.0818],[-421.7136,-2120.7612],[-473.67508,-2150.7612],[-463.67505,-2168.0818]],"_grBound":[[-401.1731,-2060.0366],[-467.87747,-2072.5552],[-492.341,-2086.6792],[-536.5344,-2138.1877],[-484.21558,-2228.8064],[-417.51117,-2216.2878],[-393.04764,-2202.1638],[-348.8542,-2150.6553]],"_grDir":24.085545,"_grLinkDirs":[25.656342,22.51475],"_grName":"Corridor"},{"_grViewpoints":[[-613.62335,-2474.0483],[-470.1358,-2391.205],[-427.25366,-2231.1653],[-510.09674,-2087.6777],[-670.13666,-2044.7955],[-813.62427,-2127.6387],[-856.50635,-2287.6785],[-773.66327,-2431.166],[-448.6947,-2311.1853],[-590.1167,-2066.2366],[-693.6433,-2452.6072],[-815.08484,-2359.4224],[-541.8795,-2432.6267],[-835.0653,-2207.6584]],"_grViewpointsEx":[[-463.67514,-2168.0818],[-473.6752,-2150.7612],[-733.2202,-2081.217],[-750.5407,-2091.217]],"_grBound":[[-906.0786,-2294.205],[-804.1012,-2470.8337],[-607.0969,-2523.6204],[-430.46802,-2421.643],[-377.68143,-2224.639],[-479.65875,-2048.0098],[-676.6631,-1995.2233],[-853.292,-2097.2007]],"_grDir":24.085546,"_grLinkDirs":[25.656342,27.227139],"_grName":"8gon"},{"_grViewpoints":[[-742.06,-2045.9061],[-776.701,-2065.9063],[-756.7009,-2100.547],[-722.05994,-2080.547]],"_grViewpointsEx":[[-748.2202,-2055.2363],[-765.5407,-2065.2363],[-750.5407,-2091.217],[-733.2202,-2081.217]],"_grBound":[[-673.7637,-2093.488],[-729.11914,-1997.6097],[-824.9973,-2052.9653],[-769.6418,-2148.8435]],"_grDir":28.797934,"_grLinkDirs":[27.227139,30.36873],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-757.06006,-2019.9254],[-791.70105,-2039.9254],[-771.701,-2074.5664],[-737.06,-2054.5664]],"_grViewpointsEx":[[-763.2203,-2029.2555],[-780.5408,-2039.2555],[-765.5408,-2065.2363],[-748.2203,-2055.2363]],"_grBound":[[-688.7637,-2067.5073],[-744.1192,-1971.629],[-839.9974,-2026.9845],[-784.64185,-2122.8628]],"_grDir":28.797934,"_grLinkDirs":[27.227139,30.36873],"_grName":"autoDoor"},{"_grViewpoints":[[-772.0601,-1993.9447],[-806.7011,-2013.9447],[-786.70105,-2048.5857],[-752.06006,-2028.5857]],"_grViewpointsEx":[[-778.22034,-2003.2748],[-795.54083,-2013.2748],[-780.54083,-2039.2556],[-763.22034,-2029.2555]],"_grBound":[[-703.7638,-2041.5265],[-759.11926,-1945.6483],[-854.99744,-2001.0038],[-799.6419,-2096.882]],"_grDir":28.797934,"_grLinkDirs":[27.227139,30.36873],"_grName":"autoDoor"},{"_grViewpoints":[[-804.56024,-1937.6531],[-839.20123,-1957.6531],[-799.2011,-2026.935],[-764.5601,-2006.935],[-816.88074,-1956.3134],[-816.88074,-1956.3134]],"_grViewpointsEx":[[-811.88074,-1947.6531],[-821.8807,-1964.9736],[-795.5409,-2013.2748],[-778.2204,-2003.2748]],"_grBound":[[-717.4957,-2023.8153],[-730.01434,-1957.1108],[-744.1384,-1932.6473],[-795.647,-1888.4539],[-886.2656,-1940.7728],[-873.747,-2007.4772],[-859.6229,-2031.9407],[-808.1144,-2076.1343]],"_grDir":28.797934,"_grLinkDirs":[27.750736,30.36873],"_grName":"Corridor"},{"_grViewpoints":[[-826.88086,-1973.6339],[-747.9752,-1836.9648],[-964.17163,-1712.1443],[-1043.0773,-1848.8134],[-757.9752,-1854.2854],[-765.2958,-1826.9648],[-844.2014,-1963.6339],[-825.8142,-1792.0247],[-1033.0773,-1831.4929],[-974.17163,-1729.4648],[-886.33264,-1757.0845],[-904.71985,-1928.6937],[-946.8511,-1722.1443],[-965.2383,-1893.7535]],"_grViewpointsEx":[[-821.88086,-1964.9736],[-811.8809,-1947.6531],[-1034.417,-1853.8134],[-1017.09644,-1863.8134]],"_grBound":[[-1098.2036,-1863.5846],[-812.1097,-2028.7603],[-692.8489,-1822.1936],[-978.9428,-1657.018]],"_grDir":29.321533,"_grLinkDirs":[30.89233,29.321533],"_grName":"tanksRoom"},{"_grViewpoints":[[-1060.5773,-1879.1243],[-1025.9362,-1899.1241],[-1005.9362,-1864.4832],[-1040.5773,-1844.4832]],"_grViewpointsEx":[[-1049.417,-1879.7941],[-1032.0964,-1889.7941],[-1017.0965,-1863.8132],[-1034.417,-1853.8134]],"_grBound":[[-1053.5183,-1796.1869],[-1108.8735,-1892.0652],[-1012.9952,-1947.4204],[-957.63995,-1851.5421]],"_grDir":30.892328,"_grLinkDirs":[29.321533,32.463127],"_grName":"autoDoor"},{"_grViewpoints":[[-1093.0771,-1935.4159],[-1058.4362,-1955.4159],[-1018.4362,-1886.1338],[-1053.0773,-1866.1338],[-1070.7567,-1936.7556],[-1070.7567,-1936.7556]],"_grViewpointsEx":[[-1079.417,-1931.7556],[-1062.0964,-1941.7556],[-1032.0964,-1889.7941],[-1049.417,-1879.7941]],"_grBound":[[-1061.9907,-1816.9347],[-1113.4991,-1861.1283],[-1127.6232,-1885.5919],[-1140.1415,-1952.2964],[-1049.5227,-2004.615],[-998.0143,-1960.4214],[-983.89026,-1935.9578],[-971.3719,-1869.2534]],"_grDir":30.892328,"_grLinkDirs":[29.321533,32.463127],"_grName":"Corridor"},{"_grViewpoints":[[-1105.5771,-1957.0665],[-1070.9362,-1977.0664],[-1050.9362,-1942.4254],[-1085.5771,-1922.4254]],"_grViewpointsEx":[[-1062.0964,-1941.7556],[-1079.417,-1931.7556],[-1094.4169,-1957.7363],[-1077.0964,-1967.7363]],"_grBound":[[-1098.5182,-1874.1292],[-1153.8734,-1970.0074],[-1057.9951,-2025.3628],[-1002.6399,-1929.4844]],"_grDir":30.892328,"_grLinkDirs":[32.463127,29.321533],"_grName":"autoDoor"},{"_grViewpoints":[[-2202.0825,-1266.2686],[-2224.5823,-1305.2397],[-2284.582,-1409.163],[-2427.4763,-1326.6633],[-2404.9766,-1287.6921],[-2344.9768,-1183.769],[-2367.4766,-1222.7402],[-2428.0986,-1187.7404],[-2465.5984,-1252.6924],[-2262.082,-1370.1918],[-1105.936,-2037.6882],[-1068.4363,-1972.7362],[-1078.4362,-1990.0568],[-1123.2566,-2027.6882],[-2438.0986,-1205.0609],[-2410.778,-1197.7402],[-2448.2778,-1262.6924]],"_grViewpointsEx":[[-1100.936,-2029.028],[-1090.9362,-2011.7074],[-2450.5986,-1226.7115],[-2460.5984,-1244.0321],[-1077.0966,-1967.7362],[-1094.417,-1957.7363]],"_grBound":[[-1013.12213,-1958.687],[-2176.4392,-1223.3451],[-2331.2256,-1135.6971],[-2454.197,-1137.1947],[-2522.4214,-1255.3638],[-2462.232,-1362.6085],[-2308.9329,-1452.8325],[-1090.4457,-2092.6162]],"_grDir":30.89233,"_grLinkDirs":[37.175514,34.033924,32.463127],"_grName":"rect"},{"_grViewpoints":[[-2475.9094,-1200.5514],[-2495.9094,-1235.1925],[-2461.2683,-1255.1924],[-2441.2683,-1220.5513]],"_grViewpointsEx":[[-2460.5984,-1244.0321],[-2450.5986,-1226.7115],[-2476.5793,-1211.7117],[-2486.5793,-1229.0322]],"_grBound":[[-2392.9722,-1207.6102],[-2488.8506,-1152.2551],[-2544.2056,-1248.1335],[-2448.3271,-1303.4886]],"_grDir":35.60472,"_grLinkDirs":[37.175514,34.033924],"_grName":"autoDoor"},{"_grViewpoints":[[-2501.8904,-1185.5515],[-2521.8904,-1220.1926],[-2487.2493,-1240.1925],[-2467.2493,-1205.5514]],"_grViewpointsEx":[[-2486.5793,-1229.0322],[-2476.5796,-1211.7117],[-2502.5603,-1196.7118],[-2512.5603,-1214.0323]],"_grBound":[[-2418.9531,-1192.6104],[-2514.8315,-1137.2552],[-2570.1865,-1233.1337],[-2474.308,-1288.4888]],"_grDir":35.60472,"_grLinkDirs":[37.175514,34.033924],"_grName":"autoDoor"},{"_grViewpoints":[[-2558.1821,-1153.0518],[-2578.1821,-1187.6929],[-2508.9,-1227.6926],[-2488.9,-1193.0515],[-2559.5217,-1175.3723],[-2559.5217,-1175.3723]],"_grViewpointsEx":[[-2559.522,-1165.3723],[-2559.5217,-1185.3723],[-2512.5603,-1214.0323],[-2502.5603,-1196.7118]],"_grBound":[[-2439.701,-1184.1381],[-2483.8945,-1132.6296],[-2508.3582,-1118.5057],[-2575.0627,-1105.9874],[-2627.381,-1196.6063],[-2583.1875,-1248.1147],[-2558.7239,-1262.2386],[-2492.0193,-1274.757]],"_grDir":35.60472,"_grLinkDirs":[34.55752,37.175514],"_grName":"Corridor"},{"_grViewpoints":[[-2559.5217,-595.3729],[-2852.3215,-595.3729],[-2852.3215,-1195.3729],[-2559.5215,-1195.3729],[-2852.3215,-1175.3729],[-2559.5215,-1050.9285],[-2642.7217,-595.3729],[-2705.9216,-1195.3729],[-2642.7217,-1195.3729],[-2559.5217,-677.59515],[-2579.5217,-595.3729],[-2559.5215,-1113.1506],[-2559.5217,-739.8174],[-2559.5217,-864.2618],[-2705.9216,-595.3729],[-2852.3215,-1113.1508],[-2559.5217,-802.03955],[-2852.3215,-615.3729],[-2852.3215,-739.8174],[-2852.3215,-988.7063],[-2852.3215,-926.484],[-2852.3215,-864.26184],[-2559.5217,-615.3729],[-2852.3215,-677.59515],[-2579.5215,-1195.3729],[-2769.1216,-595.3729],[-2769.1216,-1195.3729],[-2852.3215,-1050.9285],[-2559.5217,-988.70624],[-2832.3215,-1195.3729],[-2832.3215,-595.3729],[-2559.5217,-926.484]],"_grViewpointsEx":[[-2852.3215,-792.0396],[-2852.3215,-812.0396],[-2559.5215,-1185.3729],[-2559.5215,-1165.3729]],"_grBound":[[-2519.1663,-1235.7283],[-2519.1663,-555.0175],[-2892.677,-555.0176],[-2892.6768,-1235.7283]],"_grDir":36.128315,"_grLinkDirs":[40.840706,37.699112],"_grName":"autoRect"},{"_grViewpoints":[[-2892.3215,-722.0397],[-2892.3215,-882.0397],[-2812.3215,-882.03955],[-2812.3215,-722.03955]],"_grViewpointsEx":[[-2872.3215,-792.0396],[-2872.3215,-812.0396],[-2852.3215,-812.0396],[-2852.3215,-792.0396]],"_grBound":[[-2776.9663,-686.6842],[-2927.677,-686.6843],[-2927.6768,-917.395],[-2776.966,-917.3949]],"_grDir":42.411503,"_grLinkDirs":[40.840706,43.9823],"_grName":"defaultRoom"},{"_grViewpoints":[[-3472.3218,-642.3002],[-3472.3215,-891.91],[-2872.3215,-891.90955],[-2872.3218,-642.29974],[-3327.877,-891.90985],[-2872.3215,-732.1697],[-3016.7659,-891.90967],[-2954.5437,-891.9096],[-3472.3218,-732.17017],[-3327.8772,-642.3001],[-3472.3215,-871.91],[-3141.2107,-642.2999],[-2872.3215,-871.90955],[-3390.0996,-642.3002],[-3472.3215,-802.04004],[-3078.9883,-891.90967],[-3265.6548,-891.90985],[-3016.766,-642.29987],[-3203.4329,-642.3],[-3472.3218,-662.30023],[-3265.655,-642.30005],[-3203.4326,-891.9098],[-2872.3218,-662.2998],[-3390.0994,-891.9099],[-2954.544,-642.2998],[-3078.9883,-642.2999],[-3452.3215,-891.91],[-2892.3218,-642.2998],[-2892.3215,-891.90955],[-3141.2104,-891.9097]],"_grViewpointsEx":[[-2872.3215,-812.0396],[-2872.3215,-792.0396],[-3442.3218,-642.3002],[-3462.3218,-642.3002]],"_grBound":[[-2831.9663,-601.9444],[-3512.677,-601.9449],[-3512.6768,-932.2654],[-2831.966,-932.26483]],"_grDir":42.411503,"_grLinkDirs":[43.9823,39.26991],"_grName":"autoRect"},{"_grViewpoints":[[-3372.3218,-602.3002],[-3532.3218,-602.3002],[-3532.3218,-682.3002],[-3372.3218,-682.3002]],"_grViewpointsEx":[[-3442.3218,-622.3002],[-3462.3218,-622.3002],[-3462.3218,-642.3002],[-3442.3218,-642.3002]],"_grBound":[[-3336.9663,-717.6555],[-3336.9666,-566.9448],[-3567.6772,-566.9448],[-3567.677,-717.6555]],"_grDir":40.840706,"_grLinkDirs":[39.26991,42.4115],"_grName":"defaultRoom"},{"_grViewpoints":[[-3294.493,-22.30017],[-3541.236,-22.30017],[-3541.236,-622.3002],[-3294.493,-622.3002],[-3314.493,-622.3002],[-3294.493,-353.41125],[-3294.493,-415.63348],[-3383.4075,-22.30017],[-3452.3218,-22.30017],[-3541.236,-540.07794],[-3541.236,-166.74463],[-3541.236,-228.96686],[-3541.236,-415.6335],[-3541.236,-353.4113],[-3541.236,-104.5224],[-3521.236,-622.3002],[-3294.493,-104.5224],[-3541.236,-477.8557],[-3541.236,-42.30017],[-3383.4072,-622.3002],[-3294.493,-228.96683],[-3541.236,-602.3002],[-3521.236,-22.30017],[-3294.493,-602.3002],[-3294.493,-42.30017],[-3294.493,-477.8557],[-3294.493,-166.7446],[-3294.493,-291.18903],[-3294.493,-540.07794],[-3541.236,-291.18906]],"_grViewpointsEx":[[-3462.3218,-622.3002],[-3442.3218,-622.3002],[-3304.493,-22.30017],[-3324.493,-22.30017]],"_grBound":[[-3254.1377,-662.65546],[-3254.1377,18.055176],[-3581.5916,18.055176],[-3581.5913,-662.6555]],"_grDir":40.840706,"_grLinkDirs":[42.4115,39.26991],"_grName":"autoRect"},{"_grViewpoints":[[-3294.493,12.699831],[-3334.493,12.699827],[-3334.493,-27.300173],[-3294.493,-27.300169]],"_grViewpointsEx":[[-3304.493,7.699831],[-3324.493,7.699827],[-3324.493,-22.300173],[-3304.493,-22.300169]],"_grBound":[[-3259.1377,-62.655502],[-3259.1377,48.055176],[-3369.8481,48.05517],[-3369.8481,-62.655518]],"_grDir":40.840706,"_grLinkDirs":[39.26991,42.4115],"_grName":"autoDoor"},{"_grViewpoints":[[-3294.493,77.69984],[-3334.493,77.69983],[-3334.493,-2.300171],[-3294.493,-2.300167],[-3314.493,67.69983],[-3314.493,67.69983]],"_grViewpointsEx":[[-3324.493,7.699829],[-3304.493,7.699833],[-3305.8328,62.69983],[-3323.153,72.69983]],"_grBound":[[-3262.174,-40.45116],[-3239.6633,23.575796],[-3239.6633,51.82388],[-3262.174,115.85084],[-3366.8118,115.85083],[-3389.3225,51.823868],[-3389.3225,23.57578],[-3366.8118,-40.45117]],"_grDir":40.840706,"_grLinkDirs":[42.4115,38.74631],"_grName":"Corridor"},{"_grViewpoints":[[-3279.6724,88.010765],[-3314.3135,108.01073],[-3334.3135,73.36968],[-3299.6724,53.36972]],"_grViewpointsEx":[[-3290.8328,88.68062],[-3308.1533,98.6806],[-3323.1533,72.69982],[-3305.8328,62.699844]],"_grBound":[[-3286.7314,5.073448],[-3231.3762,100.95177],[-3327.2546,156.307],[-3382.6099,60.428673]],"_grDir":40.31711,"_grLinkDirs":[38.74631,41.8879],"_grName":"autoDoor"},{"_grViewpoints":[[-3171.2375,481.51233],[-3331.277,438.62946],[-3414.1196,295.14154],[-3371.2368,135.10178],[-3227.749,52.259354],[-3067.709,95.14218],[-2984.8667,238.63013],[-3027.7495,398.6699],[-3099.4934,440.0911],[-3006.308,318.65002],[-3372.6985,366.88553],[-3251.2573,460.0709],[-3392.6782,215.12167],[-3147.729,73.700775]],"_grViewpointsEx":[[-3308.153,98.68056],[-3290.8325,88.68059],[-3031.2878,158.22589],[-3021.2878,175.54642]],"_grBound":[[-2935.2944,232.10391],[-2988.082,429.10803],[-3164.7112,531.0846],[-3361.7153,478.29706],[-3463.692,301.6678],[-3410.9043,104.663635],[-3234.2751,2.6871033],[-3037.271,55.47458]],"_grDir":40.31711,"_grLinkDirs":[41.887905,43.458702],"_grName":"8gon"},{"_grViewpoints":[[-3005.9768,132.06572],[-2985.9768,166.7068],[-3020.618,186.7067],[-3040.618,152.06561]],"_grViewpointsEx":[[-3021.2878,175.54645],[-3031.2876,158.2259],[-3005.307,143.22598],[-2995.307,160.54652]],"_grBound":[[-3088.914,139.12451],[-2993.0356,83.76947],[-2937.6807,179.6479],[-3033.559,235.00294]],"_grDir":45.0295,"_grLinkDirs":[46.600296,43.458702],"_grName":"triggerDoorRoom"},{"_grViewpoints":[[-2979.9958,117.065796],[-2959.9958,151.70688],[-2994.637,171.70677],[-3014.637,137.06569]],"_grViewpointsEx":[[-2979.326,128.22606],[-2969.326,145.5466],[-2995.307,160.54651],[-3005.3066,143.22598]],"_grBound":[[-3062.933,124.124596],[-2967.0547,68.76955],[-2911.6997,164.64798],[-3007.5781,220.00302]],"_grDir":45.0295,"_grLinkDirs":[43.458702,46.600296],"_grName":"autoDoor"},{"_grViewpoints":[[-2954.015,102.06587],[-2934.015,136.70695],[-2968.656,156.70685],[-2988.656,122.065765]],"_grViewpointsEx":[[-2969.326,145.5466],[-2979.3257,128.22606],[-2953.345,113.226135],[-2943.345,130.54668]],"_grBound":[[-3036.9521,109.12467],[-2941.0737,53.769623],[-2885.7188,149.64806],[-2981.5972,205.0031]],"_grDir":45.0295,"_grLinkDirs":[46.600296,43.458702],"_grName":"autoDoor"},{"_grViewpoints":[[-2897.7231,69.56604],[-2877.7231,104.20712],[-2947.0054,144.20691],[-2967.0054,109.56583],[-2896.3835,91.88656],[-2896.3835,91.88656]],"_grViewpointsEx":[[-2901.3833,83.22629],[-2891.3835,100.54683],[-2943.345,130.54666],[-2953.345,113.22613]],"_grBound":[[-3016.2043,100.65232],[-2972.0107,49.143982],[-2947.547,35.02002],[-2880.8425,22.50174],[-2828.5242,113.12063],[-2872.7178,164.62897],[-2897.1814,178.75293],[-2963.886,191.27121]],"_grDir":45.0295,"_grLinkDirs":[43.458702,46.600296],"_grName":"Corridor"},{"_grViewpoints":[[-2931.7385,30.649399],[-2686.7893,-110.77158],[-2738.5535,82.413506],[-2861.028,153.124],[-2757.4998,-233.24619],[-2879.9744,-162.53568],[-2722.1445,-172.00888],[-2799.7908,117.76876],[-2712.6714,-14.179041],[-2905.8564,-65.943146],[-2818.737,-197.89093]],"_grViewpointsEx":[[-2891.3833,100.546974],[-2901.3833,83.22643]],"_grBound":[[-2919.642,-192.97382],[-2744.5588,-281.54245],[-2637.217,-117.29782],[-2698.8857,112.85163],[-2873.969,201.42029],[-2981.3108,37.17563]],"_grDir":45.029495,"_grLinkDirs":[46.600292],"_grName":"defaultRoom"},{"_grViewpoints":[[-1045.3141,-2072.688],[-1025.3142,-2038.0469],[-1094.5964,-1998.0471],[-1114.5963,-2032.6882],[-1043.9744,-2050.3674],[-1043.9744,-2050.3674]],"_grViewpointsEx":[[-1090.9362,-2011.7074],[-1100.936,-2029.028],[-1048.9744,-2059.0276],[-1038.9745,-2041.7072]],"_grBound":[[-1163.7954,-2041.6018],[-1119.6016,-2093.11],[-1095.138,-2107.2341],[-1028.4335,-2119.7522],[-976.1152,-2029.1333],[-1020.3089,-1977.625],[-1044.7726,-1963.501],[-1111.477,-1950.9828]],"_grDir":38.746315,"_grLinkDirs":[40.31711,37.175518],"_grName":"Corridor"},{"_grViewpoints":[[-1023.6633,-2085.1877],[-1003.66345,-2050.5466],[-1038.3046,-2030.5469],[-1058.3044,-2065.188],[-1017.9935,-2065.3672]],"_grViewpointsEx":[[-1038.9744,-2041.7072],[-1048.9744,-2059.0276]],"_grBound":[[-1106.6007,-2078.1292],[-1010.72217,-2133.4841],[-955.36725,-2037.6056],[-1051.2457,-1982.2506]],"_grDir":38.746315,"_grLinkDirs":[40.31711],"_grName":"autoDoor"},{"_grViewpoints":[[-379.2497,-1070.4156],[-399.24966,-1105.0566],[-364.60864,-1125.0566],[-344.60864,-1090.4156]],"_grViewpointsEx":[[-363.93878,-1113.8964],[-353.93878,-1096.5759],[-379.91956,-1081.5759],[-389.91956,-1098.8964]],"_grBound":[[-296.31238,-1077.4746],[-392.19064,-1022.1194],[-447.54596,-1117.9977],[-351.66766,-1173.3529]],"_grDir":10.471976,"_grLinkDirs":[12.042772,8.901179],"_grName":"autoDoor"},{"_grViewpoints":[[-435.54135,-1037.9156],[-455.54132,-1072.5566],[-386.25928,-1112.5566],[-366.25928,-1077.9156],[-436.88107,-1060.2362],[-436.88107,-1060.2362]],"_grViewpointsEx":[[-389.91953,-1098.8964],[-379.91956,-1081.5759],[-431.88107,-1051.5759],[-441.88107,-1068.8964]],"_grBound":[[-317.06018,-1069.0022],[-361.25375,-1017.4938],[-385.71732,-1003.36975],[-452.42172,-990.8513],[-504.74042,-1081.4701],[-460.54688,-1132.9785],[-436.0833,-1147.1025],[-369.3789,-1159.621]],"_grDir":10.471976,"_grLinkDirs":[12.042772,8.901179],"_grName":"Corridor"},{"_grViewpoints":[[-836.6887,-1152.7234],[-576.88104,-1302.7233],[-426.88107,-1042.9156],[-686.6887,-892.91565],[-566.88104,-1285.4028],[-696.6887,-910.2362],[-729.1887,-966.52783],[-763.07654,-1195.2234],[-444.20157,-1032.9156],[-650.49316,-1260.2233],[-534.38104,-1229.1111],[-556.7849,-967.91565],[-500.49323,-1000.41565],[-761.6887,-1022.8195],[-794.1887,-1079.1111],[-594.20154,-1292.7233],[-819.36816,-1162.7234],[-669.36816,-902.91565],[-826.6887,-1135.4028],[-706.7849,-1227.7233],[-613.07654,-935.41565],[-469.38107,-1116.5278],[-501.88104,-1172.8195]],"_grViewpointsEx":[[-441.88107,-1068.8964],[-431.88107,-1051.5759]],"_grBound":[[-701.4598,-837.7893],[-891.81506,-1167.4944],[-562.11,-1357.8497],[-371.75467,-1028.1445]],"_grDir":10.471975,"_grLinkDirs":[12.042772],"_grName":"autoRect"},{"_grViewpoints":[[42.6314,-102.40374],[22.631384,-67.76273],[-12.009623,-87.76275],[7.9903927,-122.403755]],"_grViewpointsEx":[[-2.679493,-93.923],[7.3205147,-111.2435],[33.30127,-96.24349],[23.301264,-78.92299]],"_grBound":[[-4.9505405,-170.70004],[90.9277,-115.34467],[35.57232,-19.466438],[-60.305916,-74.821815]],"_grDir":8.377581,"_grLinkDirs":[9.948378,6.8067846],"_grName":"autoDoor"},{"_grViewpoints":[[98.923035,-69.90372],[78.92302,-35.26271],[9.641008,-75.26274],[29.641024,-109.90375],[80.26278,-57.583218],[80.26278,-57.583218]],"_grViewpointsEx":[[85.26278,-66.24347],[75.26277,-48.922966],[23.301264,-78.92299],[33.30127,-96.24349]],"_grBound":[[12.760683,-156.96811],[79.46509,-144.44962],[103.92864,-130.32556],[148.12215,-78.81706],[95.80337,11.801651],[29.098957,-0.7168579],[4.6354046,-14.840908],[-39.558105,-66.3494]],"_grDir":8.377581,"_grLinkDirs":[6.8067846,9.948378],"_grName":"Corridor"},{"_grViewpoints":[[70.26282,-40.262604],[220.26288,-300.0702],[480.07047,-150.07013],[330.0704,109.73746],[112.76285,-113.874756],[87.58334,-30.262589],[210.26288,-282.7497],[437.57043,-76.457985],[256.45825,67.23744],[143.87497,2.2374268],[312.74988,99.73746],[462.74997,-160.07013],[177.76285,-226.45804],[350.1667,-225.07016],[372.57043,36.125305],[200.1666,34.737427],[145.26285,-170.1664],[406.4583,-192.57014],[405.07043,-20.166336],[293.87503,-257.57016],[237.58339,-290.0702],[470.07047,-132.74962],[340.07043,92.41695]],"_grViewpointsEx":[[75.26285,-48.922867],[85.26285,-66.24336]],"_grBound":[[344.8415,164.86386],[15.136414,-25.491547],[205.49182,-355.1966],[535.1969,-164.84119]],"_grDir":8.377581,"_grLinkDirs":[9.948377],"_grName":"autoRect"}],"_cwgRoomClipping":[{"_cpPoints":[[-2809.264,-40.06109],[-2686.7893,-110.77158],[-2738.5535,82.413506]],"_cpCen":[-2744.869,-22.806389],"_cpRad":105.40927},{"_cpPoints":[[-2809.264,-40.06109],[-2738.5535,82.413506],[-2861.028,153.124],[-2931.7385,30.649399]],"_cpCen":[-2835.146,56.531452],"_cpRad":100.00001},{"_cpPoints":[[-2809.264,-40.06109],[-2931.7385,30.649399],[-2879.9744,-162.53568]],"_cpCen":[-2873.659,-57.315784],"_cpRad":105.409256},{"_cpPoints":[[-2809.264,-40.06109],[-2879.9744,-162.53568],[-2757.4998,-233.24619],[-2686.7893,-110.77158]],"_cpCen":[-2783.3818,-136.65364],"_cpRad":100.000015},{"_cpPoints":[[-2901.204,123.53718],[-2918.5247,133.53712],[-2943.5244,90.23578],[-2926.2039,80.23583]],"_cpCen":[-2922.3643,106.88648],"_cpRad":26.925817},{"_cpPoints":[[-2950.4695,146.20691],[-2952.2014,147.2069],[-2972.2014,112.56582],[-2970.4692,111.56583]],"_cpCen":[-2961.3354,129.38637],"_cpRad":20.025026},{"_cpPoints":[[-2976.4504,161.20683],[-2978.1824,162.20682],[-2998.1824,127.56574],[-2996.4502,126.56575]],"_cpCen":[-2987.3164,144.38628],"_cpRad":20.025042},{"_cpPoints":[[-3414.1196,295.14154],[-3371.2368,135.10178],[-3227.749,52.259354],[-3067.709,95.14218],[-2984.8667,238.63013],[-3027.7495,398.6699],[-3171.2375,481.51233],[-3331.277,438.62946]],"_cpCen":[-3199.4934,266.88583],"_cpRad":216.47867},{"_cpPoints":[[-3323.8135,91.55623],[-3324.8135,89.82417],[-3290.1724,69.82422],[-3289.1724,71.55627]],"_cpCen":[-3306.9927,80.69022],"_cpRad":20.025232},{"_cpPoints":[[-3339.493,47.69983],[-3339.493,27.69983],[-3289.493,27.699833],[-3289.493,47.699833]],"_cpCen":[-3314.493,37.69983],"_cpRad":26.925825},{"_cpPoints":[[-3334.493,-6.300173],[-3334.493,-8.300173],[-3294.493,-8.300169],[-3294.493,-6.300169]],"_cpCen":[-3314.493,-7.300171],"_cpRad":20.024984},{"_cpPoints":[[-3546.236,-17.30017],[-3546.236,-627.3002],[-3289.493,-627.3002],[-3289.493,-17.30017]],"_cpCen":[-3417.8645,-322.30017],"_cpRad":330.91428},{"_cpPoints":[[-3477.3215,-896.91],[-2867.3215,-896.90955],[-2867.3218,-637.29974],[-3477.3218,-637.3002]],"_cpCen":[-3172.3218,-767.10486],"_cpRad":331.47308},{"_cpPoints":[[-2857.3215,-590.3729],[-2857.3215,-1200.3729],[-2554.5215,-1200.3729],[-2554.5217,-590.3729]],"_cpCen":[-2705.9214,-895.3729],"_cpRad":340.50992},{"_cpPoints":[[-2554.7012,-1207.023],[-2537.3806,-1217.0228],[-2512.3809,-1173.7214],[-2529.7014,-1163.7216]],"_cpCen":[-2533.541,-1190.3722],"_cpRad":26.925821},{"_cpPoints":[[-1020.118,-2041.0468],[-1021.85004,-2040.0468],[-1041.8499,-2074.688],[-1040.1178,-2075.688]],"_cpCen":[-1030.9839,-2057.8672],"_cpRad":20.025215},{"_cpPoints":[[-2505.4358,-1229.6925],[-2503.7039,-1230.6925],[-2483.7039,-1196.0515],[-2485.436,-1195.0515]],"_cpCen":[-2494.5698,-1212.8721],"_cpRad":20.024994},{"_cpPoints":[[-1048.795,-2018.7168],[-1066.1156,-2008.7169],[-1091.1155,-2052.0183],[-1073.7949,-2062.018]],"_cpCen":[-1069.9553,-2035.3676],"_cpRad":26.925919},{"_cpPoints":[[-2479.4548,-1244.6924],[-2477.723,-1245.6924],[-2457.723,-1211.0514],[-2459.455,-1210.0514]],"_cpCen":[-2468.5889,-1227.8718],"_cpRad":20.025055},{"_cpPoints":[[-2472.4285,-1254.5225],[-1104.1058,-2044.5183],[-1061.6061,-1970.906],[-2429.9287,-1180.9102]],"_cpCen":[-1767.0172,-1612.7142],"_cpRad":791.1425},{"_cpPoints":[[-1061.4362,-1960.6119],[-1060.4362,-1958.8799],[-1095.0771,-1938.88],[-1096.0771,-1940.612]],"_cpCen":[-1078.2566,-1949.7458],"_cpRad":20.024958},{"_cpPoints":[[-1039.1061,-1931.935],[-1029.1061,-1914.6145],[-1072.4073,-1889.6146],[-1082.4073,-1906.9352]],"_cpCen":[-1055.7567,-1910.7748],"_cpRad":26.925844},{"_cpPoints":[[-1016.4362,-1882.6697],[-1015.4362,-1880.9376],[-1050.0773,-1860.9377],[-1051.0773,-1862.6698]],"_cpCen":[-1033.2567,-1871.8037],"_cpRad":20.024998},{"_cpPoints":[[-741.14514,-1835.1346],[-966.0018,-1705.3142],[-1049.9073,-1850.6436],[-825.0507,-1980.4641]],"_cpCen":[-895.52625,-1842.8892],"_cpRad":154.57578},{"_cpPoints":[[-828.5313,-1986.1338],[-818.53125,-2003.4543],[-775.23004,-1978.4542],[-785.23004,-1961.1338]],"_cpCen":[-801.8806,-1982.2941],"_cpRad":26.92588},{"_cpPoints":[[-797.20105,-2030.3992],[-796.20105,-2032.1312],[-761.5601,-2012.1312],[-762.5601,-2010.3992]],"_cpCen":[-779.38055,-2021.2651],"_cpRad":20.02501},{"_cpPoints":[[-782.201,-2056.38],[-781.201,-2058.1118],[-746.56006,-2038.1119],[-747.56006,-2036.3799]],"_cpCen":[-764.3805,-2047.2458],"_cpRad":20.025},{"_cpPoints":[[-427.25366,-2231.1653],[-510.09674,-2087.6777],[-670.13666,-2044.7955],[-813.62427,-2127.6387],[-856.50635,-2287.6785],[-773.66327,-2431.166],[-613.62335,-2474.0483],[-470.1358,-2391.205]],"_cpCen":[-641.88,-2259.4219],"_cpRad":216.47853},{"_cpPoints":[[-438.85455,-2171.072],[-421.53406,-2161.072],[-446.53412,-2117.771],[-463.8546,-2127.771]],"_cpCen":[-442.69434,-2144.4214],"_cpRad":26.925844},{"_cpPoints":[[-394.58923,-2139.742],[-392.85718,-2138.742],[-412.85724,-2104.101],[-414.5893,-2105.101]],"_cpCen":[-403.72327,-2121.9214],"_cpRad":20.025059},{"_cpPoints":[[-370.73285,-2139.4214],[-350.73285,-2139.4214],[-350.73288,-2089.4214],[-370.73288,-2089.4214]],"_cpCen":[-360.73288,-2114.4214],"_cpRad":26.925835},{"_cpPoints":[[-316.73285,-2134.4214],[-314.73285,-2134.4214],[-314.73288,-2094.4214],[-316.73288,-2094.4214]],"_cpCen":[-315.73288,-2114.4214],"_cpRad":20.024986},{"_cpPoints":[[-305.73285,-2139.4214],[104.26715,-2139.4211],[104.26688,-1729.4211],[-305.73312,-1729.4214]],"_cpCen":[-100.73299,-1934.4213],"_cpRad":289.9138},{"_cpPoints":[[-305.5539,-1722.7711],[-322.8744,-1712.7711],[-347.8744,-1756.0725],[-330.55386,-1766.0725]],"_cpCen":[-326.71414,-1739.4219],"_cpRad":26.925945},{"_cpPoints":[[-354.81927,-1700.1013],[-356.5513,-1699.1013],[-376.5513,-1733.7423],[-374.81924,-1734.7423]],"_cpCen":[-365.68527,-1716.9218],"_cpRad":20.025026},{"_cpPoints":[[-380.80005,-1685.1013],[-382.53207,-1684.1013],[-402.53207,-1718.7423],[-400.80002,-1719.7423]],"_cpCen":[-391.66608,-1701.9218],"_cpRad":20.025013},{"_cpPoints":[[-575.5863,-1364.7957],[-735.62616,-1407.6782],[-818.46875,-1551.1661],[-775.5862,-1711.2059],[-632.0983,-1794.0486],[-472.05853,-1751.1659],[-389.21588,-1607.6781],[-432.09857,-1447.6383]],"_cpCen":[-603.84235,-1579.4221],"_cpRad":216.47849},{"_cpPoints":[[-479.5219,-1404.0927],[-478.5219,-1402.3606],[-513.1629,-1382.3606],[-514.1629,-1384.0927]],"_cpCen":[-496.3424,-1393.2266],"_cpRad":20.02501},{"_cpPoints":[[-459.0219,-1391.8867],[-441.70142,-1381.8867],[-466.70142,-1338.5854],[-484.0219,-1348.5856]],"_cpCen":[-462.8617,-1365.2361],"_cpRad":26.925844},{"_cpPoints":[[-575.0509,-1309.5535],[-420.05093,-1041.0856],[-688.5188,-886.0856],[-843.5188,-1154.5535]],"_cpCen":[-631.78485,-1097.8196],"_cpRad":219.20317},{"_cpPoints":[[-414.75653,-1360.5566],[-413.02448,-1359.5566],[-433.0245,-1324.9156],[-434.75653,-1325.9156]],"_cpCen":[-423.8905,-1342.7361],"_cpRad":20.025026},{"_cpPoints":[[-432.06055,-1091.8868],[-414.74005,-1101.8867],[-389.74005,-1058.5854],[-407.06058,-1048.5854]],"_cpCen":[-410.9003,-1075.2361],"_cpRad":26.925894},{"_cpPoints":[[-388.7758,-1345.5566],[-387.04373,-1344.5566],[-407.04376,-1309.9156],[-408.77582,-1310.9156]],"_cpCen":[-397.9098,-1327.7361],"_cpRad":20.025043},{"_cpPoints":[[-382.79517,-1114.5566],[-381.06314,-1115.5566],[-361.06314,-1080.9156],[-362.7952,-1079.9156]],"_cpCen":[-371.92914,-1097.7361],"_cpRad":20.025042},{"_cpPoints":[[-416.67377,-1205.2361],[-301.20358,-1405.2361],[-70.26347,-1405.2358],[45.20642,-1205.2358],[-70.2637,-1005.2359],[-301.20377,-1005.23596]],"_cpCen":[-185.73364,-1205.236],"_cpRad":230.94017},{"_cpPoints":[[9.595762,-1115.5565],[11.327814,-1114.5565],[-8.672194,-1079.9155],[-10.404245,-1080.9155]],"_cpCen":[0.46178436,-1097.7361],"_cpRad":20.025028},{"_cpPoints":[[43.272675,-1101.8865],[60.593178,-1091.8865],[35.59317,-1048.5852],[18.272667,-1058.5853]],"_cpCen":[39.432922,-1075.2358],"_cpRad":26.925825},{"_cpPoints":[[87.53804,-1070.5564],[89.270096,-1069.5564],[69.27008,-1034.9154],[67.53803,-1035.9154]],"_cpCen":[78.40406,-1052.736],"_cpRad":20.02503},{"_cpPoints":[[537.64307,-529.73663],[532.64307,-521.07635],[-211.22922,-950.55115],[-206.22922,-959.2114]],"_cpCen":[163.20691,-740.1439],"_cpRad":429.504},{"_cpPoints":[[480.16074,-849.6491],[203.76625,-370.91977],[-176.83014,-590.65717],[99.56433,-1069.3865]],"_cpCen":[151.6653,-720.15314],"_cpRad":353.09836},{"_cpPoints":[[-157.5,-550.8367],[-174.82051,-540.8367],[-199.82051,-584.13794],[-182.50002,-594.13794]],"_cpCen":[-178.66025,-567.4873],"_cpRad":26.92583},{"_cpPoints":[[-206.76538,-528.1668],[-208.49742,-527.1668],[-228.49744,-561.8078],[-226.76538,-562.8078]],"_cpCen":[-217.63141,-544.9873],"_cpRad":20.024979},{"_cpPoints":[[-232.74612,-513.1668],[-234.47818,-512.1668],[-254.4782,-546.8078],[-252.74614,-547.8078]],"_cpCen":[-243.61217,-529.9873],"_cpRad":20.024984},{"_cpPoints":[[-241.16193,-435.7434],[-284.04443,-275.70355],[-427.5322,-192.86084],[-587.5721,-235.74335],[-670.4148,-379.23114],[-627.5322,-539.271],[-484.0445,-622.1137],[-324.00467,-579.23114]],"_cpCen":[-455.78833,-407.48727],"_cpRad":216.47849},{"_cpPoints":[[-331.4679,-232.1578],[-330.4679,-230.42575],[-365.10892,-210.42575],[-366.10892,-212.1578]],"_cpCen":[-348.2884,-221.29178],"_cpRad":20.025},{"_cpPoints":[[-310.9679,-219.95203],[-293.6474,-209.95203],[-318.6474,-166.65076],[-335.9679,-176.65076]],"_cpCen":[-314.80765,-193.30139],"_cpRad":26.925825},{"_cpPoints":[[218.43277,-306.90033],[486.9006,-151.90025],[331.9005,116.567566],[63.43271,-38.432495]],"_cpCen":[275.16666,-95.16638],"_cpRad":219.20311},{"_cpPoints":[[-266.7025,-188.62187],[-264.97046,-187.62187],[-284.97046,-152.98087],[-286.7025,-153.98087]],"_cpCen":[-275.8365,-170.80136],"_cpRad":20.024988},{"_cpPoints":[[50.44227,-45.9326],[33.121765,-55.932606],[58.12178,-99.233864],[75.44228,-89.23386]],"_cpCen":[54.28203,-72.58323],"_cpRad":26.925825},{"_cpPoints":[[-240.72174,-173.62186],[-238.98969,-172.62186],[-258.9897,-137.98085],[-260.72174,-138.98085]],"_cpCen":[-249.85571,-155.80135],"_cpRad":20.024988},{"_cpPoints":[[6.1769066,-77.26274],[4.4448566,-78.26274],[24.444872,-112.90375],[26.176924,-111.90375]],"_cpCen":[15.31089,-95.083244],"_cpRad":20.024984},{"_cpPoints":[[-227.71469,-114.150696],[-122.7146,-296.016],[59.15068,-191.01587],[-45.84942,-9.150604]],"_cpCen":[-84.28201,-152.58328],"_cpRad":148.49245},{"_cpPoints":[[-54.679485,-3.8564014],[-55.679485,-2.1243496],[-90.320496,-22.124357],[-89.320496,-23.85641]],"_cpCen":[-72.49999,-12.990379],"_cpRad":20.024986},{"_cpPoints":[[-54.999996,20.0],[-54.999996,40.0],[-105.0,39.999996],[-105.0,19.999996]],"_cpCen":[-80.0,30.0],"_cpRad":26.925827},{"_cpPoints":[[-60.0,74.0],[-60.0,76.0],[-100.0,76.0],[-100.0,74.0]],"_cpCen":[-80.0,75.0],"_cpRad":20.024984},{"_cpPoints":[[45.0,85.0],[44.99997,435.0],[-305.00003,434.99997],[-305.0,84.99997]],"_cpCen":[-130.00002,260.0],"_cpRad":247.4874},{"_cpPoints":[[0.0,76.0],[0.0,74.0],[40.0,74.0],[40.0,76.0]],"_cpCen":[20.0,75.0],"_cpRad":20.024984},{"_cpPoints":[[-5.0,65.0],[-5.0,-5.0],[45.0,-5.0],[45.0,65.0]],"_cpCen":[20.0,30.0],"_cpRad":43.011627}],"_cwgSeed":7114951007332849727},"_cClock":0,"_seenWalls":[],"_cwTiles":[{"_tilePoly":[[0.0,60.0],[0.0,0.0],[40.0,0.0],[40.0,60.0]],"_tileZero":[0.0,0.0],"_tileTangentPos":[50.0,0.0],"_tileArrayZ":16.0},{"_tilePoly":[[40.0,95.0],[0.0,95.0],[0.0,55.0],[40.0,55.0]],"_tileZero":[0.0,55.0],"_tileTangentPos":[50.0,55.0],"_tileArrayZ":16.0},{"_tilePoly":[[40.0,90.0],[39.99997,430.0],[-300.00003,429.99997],[-300.0,89.99997]],"_tileZero":[39.99997,430.0],"_tileTangentPos":[-10.0000305,430.0],"_tileArrayZ":16.0},{"_tilePoly":[[-100.0,54.999996],[-59.999996,55.0],[-60.0,95.0],[-100.0,95.0]],"_tileZero":[-60.0,95.0],"_tileTangentPos":[-110.0,94.99999],"_tileArrayZ":16.0},{"_tilePoly":[[-59.999992,-10.0],[-60.0,70.0],[-100.0,70.0],[-99.99999,-10.0]],"_tileZero":[-59.999992,-10.0],"_tileTangentPos":[-59.999996,40.0],"_tileArrayZ":5.0},{"_tilePoly":[[-79.820496,-40.31089],[-45.17948,-20.31088],[-65.17949,14.33013],[-99.820496,-5.669878]],"_tileZero":[-25.179474,-54.95189],"_tileTangentPos":[-50.17948,-11.650629],"_tileArrayZ":5.0},{"_tilePoly":[[-220.88457,-115.98082],[-120.884476,-289.18585],[52.320557,-189.18576],[-47.679535,-15.980713]],"_tileZero":[-120.884476,-289.18585],"_tileTangentPos":[-77.58322,-264.18582],"_tileArrayZ":16.0},{"_tilePoly":[[-251.19545,-133.48083],[-231.19543,-168.12186],[-196.55443,-148.12184],[-216.55444,-113.480835]],"_tileZero":[-196.55443,-148.12184],"_tileTangentPos":[-221.55444,-104.82058],"_tileArrayZ":16.0},{"_tilePoly":[[-277.1762,-148.48085],[-257.1762,-183.12186],[-222.5352,-163.12186],[-242.53522,-128.48085]],"_tileZero":[-222.5352,-163.12186],"_tileTangentPos":[-247.53522,-119.820595],"_tileArrayZ":16.0},{"_tilePoly":[[-303.15698,-163.48087],[-283.15698,-198.12189],[-248.51598,-178.12187],[-268.516,-143.48087]],"_tileZero":[-248.51598,-178.12187],"_tileTangentPos":[-273.516,-134.82062],"_tileArrayZ":16.0},{"_tilePoly":[[-339.44864,-230.6219],[-270.16663,-190.62189],[-290.16663,-155.98088],[-359.44867,-195.9809]],"_tileZero":[-339.44864,-230.6219],"_tileTangentPos":[-296.1474,-205.62189],"_tileArrayZ":5.0},{"_tilePoly":[[-375.60892,-228.61229],[-340.9679,-248.61229],[-320.9679,-213.97127],[-355.60892,-193.97127]],"_tileZero":[-360.9679,-283.2533],"_tileTangentPos":[-335.9679,-239.95203],"_tileArrayZ":5.0},{"_tilePoly":[[-241.16193,-435.7434],[-284.04443,-275.70355],[-427.5322,-192.86084],[-587.5721,-235.74335],[-670.4148,-379.23114],[-627.5322,-539.271],[-484.0445,-622.1137],[-324.00467,-579.23114]],"_tileZero":[-241.16193,-435.7434],"_tileTangentPos":[-254.10287,-387.44714],"_tileArrayZ":2.0},{"_tilePoly":[[-262.2724,-542.30786],[-242.2724,-507.6668],[-276.91342,-487.6668],[-296.91342,-522.3078]],"_tileZero":[-62.286987,-515.923],"_tileTangentPos":[-75.227936,-467.62665],"_tileArrayZ":2.0},{"_tilePoly":[[-236.29166,-557.30786],[-216.29166,-522.6668],[-250.93266,-502.6668],[-270.93268,-537.3078]],"_tileZero":[-36.30623,-530.923],"_tileTangentPos":[-49.247177,-482.62665],"_tileArrayZ":2.0},{"_tilePoly":[[-210.3109,-572.30786],[-190.31088,-537.6668],[-224.9519,-517.6668],[-244.9519,-552.3078]],"_tileZero":[-10.32547,-545.923],"_tileTangentPos":[-23.266418,-497.62665],"_tileArrayZ":2.0},{"_tilePoly":[[-134.01924,-570.1668],[-203.30127,-530.1668],[-223.30127,-564.8078],[-154.01926,-604.80786]],"_tileZero":[-134.01924,-570.1668],"_tileTangentPos":[-177.32051,-545.1668],"_tileArrayZ":5.0},{"_tilePoly":[[473.3306,-847.819],[201.93613,-377.7499],[-170.00003,-592.4873],[101.39444,-1062.5564]],"_tileZero":[201.93613,-377.7499],"_tileTangentPos":[158.63486,-402.7499],"_tileArrayZ":16.0},{"_tilePoly":[[51.083553,-1045.4154],[71.08356,-1080.0564],[105.72457,-1060.0564],[85.72456,-1025.4154]],"_tileZero":[105.72457,-1060.0564],"_tileTangentPos":[80.72456,-1016.7551],"_tileArrayZ":16.0},{"_tilePoly":[[14.791916,-1112.5564],[84.07394,-1072.5564],[64.07393,-1037.9154],[-5.2080917,-1077.9154]],"_tileZero":[14.791916,-1112.5564],"_tileTangentPos":[58.093178,-1087.5564],"_tileArrayZ":5.0},{"_tilePoly":[[-26.858725,-1090.4155],[-6.858717,-1125.0565],[27.782293,-1105.0565],[7.7822857,-1070.4155]],"_tileZero":[-41.499725,-1145.0565],"_tileTangentPos":[1.8015347,-1120.0565],"_tileArrayZ":5.0},{"_tilePoly":[[-416.67377,-1205.2361],[-301.20358,-1405.2361],[-70.26347,-1405.2358],[45.20642,-1205.2358],[-70.2637,-1005.2359],[-301.20377,-1005.23596]],"_tileZero":[-416.67377,-1205.2361],"_tileTangentPos":[-391.67374,-1248.5374],"_tileArrayZ":2.0},{"_tilePoly":[[-399.24954,-1305.4156],[-379.24954,-1340.0566],[-344.60852,-1320.0566],[-364.60852,-1285.4156]],"_tileZero":[-460.07852,-1520.0566],"_tileTangentPos":[-410.07852,-1520.0566],"_tileArrayZ":2.0},{"_tilePoly":[[-425.2303,-1320.4156],[-405.2303,-1355.0566],[-370.58926,-1335.0566],[-390.58926,-1300.4156]],"_tileZero":[-486.05927,-1535.0566],"_tileTangentPos":[-436.05927,-1535.0566],"_tileArrayZ":2.0},{"_tilePoly":[[-451.21103,-1335.4156],[-431.21103,-1370.0566],[-396.57,-1350.0566],[-416.57,-1315.4156]],"_tileZero":[-512.04004,-1550.0566],"_tileTangentPos":[-462.04,-1550.0566],"_tileArrayZ":2.0},{"_tilePoly":[[-487.50266,-1402.5566],[-418.22064,-1362.5566],[-438.22064,-1327.9156],[-507.5027,-1367.9156]],"_tileZero":[-487.50266,-1402.5566],"_tileTangentPos":[-444.20142,-1377.5566],"_tileArrayZ":5.0},{"_tilePoly":[[-523.6629,-1400.5471],[-489.0219,-1420.5471],[-469.0219,-1385.9061],[-503.66293,-1365.9061]],"_tileZero":[-509.0219,-1455.1881],"_tileTangentPos":[-484.0219,-1411.8868],"_tileArrayZ":5.0},{"_tilePoly":[[-575.5863,-1364.7957],[-735.62616,-1407.6782],[-818.46875,-1551.1661],[-775.5862,-1711.2059],[-632.0983,-1794.0486],[-472.05853,-1751.1659],[-389.21588,-1607.6781],[-432.09857,-1447.6383]],"_tileZero":[-575.5863,-1364.7957],"_tileTangentPos":[-623.8826,-1377.7367],"_tileArrayZ":2.0},{"_tilePoly":[[-410.3263,-1714.2424],[-390.32632,-1679.6014],[-424.96735,-1659.6014],[-444.96732,-1694.2424]],"_tileZero":[-210.3409,-1687.8574],"_tileTangentPos":[-223.28189,-1639.5612],"_tileArrayZ":2.0},{"_tilePoly":[[-384.34552,-1729.2423],[-364.34555,-1694.6013],[-398.98657,-1674.6013],[-418.98654,-1709.2423]],"_tileZero":[-184.36012,-1702.8573],"_tileTangentPos":[-197.30112,-1654.561],"_tileArrayZ":2.0},{"_tilePoly":[[-358.36475,-1744.2423],[-338.36478,-1709.6013],[-373.0058,-1689.6013],[-393.00577,-1724.2423]],"_tileZero":[-158.37935,-1717.8573],"_tileTangentPos":[-171.32034,-1669.561],"_tileArrayZ":2.0},{"_tilePoly":[[-282.07312,-1742.1013],[-351.35516,-1702.1013],[-371.35513,-1736.7423],[-302.0731,-1776.7423]],"_tileZero":[-282.07312,-1742.1013],"_tileTangentPos":[-325.3744,-1717.1013],"_tileArrayZ":5.0},{"_tilePoly":[[-300.73285,-2134.4214],[99.26715,-2134.4211],[99.26688,-1734.4211],[-300.73312,-1734.4214]],"_tileZero":[99.26715,-2134.4211],"_tileTangentPos":[99.26711,-2084.4211],"_tileArrayZ":16.0},{"_tilePoly":[[-335.73288,-2094.4214],[-335.73285,-2134.4214],[-295.73285,-2134.4214],[-295.73288,-2094.4214]],"_tileZero":[-295.73285,-2134.4214],"_tileTangentPos":[-295.73288,-2084.4214],"_tileArrayZ":16.0},{"_tilePoly":[[-400.73285,-2134.4214],[-320.73285,-2134.4214],[-320.73288,-2094.4214],[-400.73288,-2094.4214]],"_tileZero":[-400.73285,-2134.4214],"_tileTangentPos":[-350.73285,-2134.4214],"_tileArrayZ":5.0},{"_tilePoly":[[-431.04376,-2114.601],[-411.0437,-2149.242],[-376.4027,-2129.242],[-396.40277,-2094.601]],"_tileZero":[-445.6847,-2169.242],"_tileTangentPos":[-402.38345,-2144.242],"_tileArrayZ":5.0},{"_tilePoly":[[-467.33527,-2181.742],[-398.0533,-2141.742],[-418.05338,-2107.101],[-487.33533,-2147.101]],"_tileZero":[-467.33527,-2181.742],"_tileTangentPos":[-424.03406,-2156.742],"_tileArrayZ":5.0},{"_tilePoly":[[-427.25366,-2231.1653],[-510.09674,-2087.6777],[-670.13666,-2044.7955],[-813.62427,-2127.6387],[-856.50635,-2287.6785],[-773.66327,-2431.166],[-613.62335,-2474.0483],[-470.1358,-2391.205]],"_tileZero":[-427.25366,-2231.1653],"_tileTangentPos":[-452.25375,-2187.864],"_tileArrayZ":2.0},{"_tilePoly":[[-742.06,-2045.9061],[-776.701,-2065.9063],[-756.7009,-2100.547],[-722.05994,-2080.547]],"_tileZero":[-928.445,-1968.7637],"_tileTangentPos":[-941.38586,-2017.0599],"_tileArrayZ":2.0},{"_tilePoly":[[-757.06006,-2019.9254],[-791.70105,-2039.9254],[-771.701,-2074.5664],[-737.06,-2054.5664]],"_tileZero":[-943.44507,-1942.783],"_tileTangentPos":[-956.386,-1991.0792],"_tileArrayZ":2.0},{"_tilePoly":[[-772.0601,-1993.9447],[-806.7011,-2013.9447],[-786.70105,-2048.5857],[-752.06006,-2028.5857]],"_tileZero":[-958.4451,-1916.8022],"_tileTangentPos":[-971.386,-1965.0985],"_tileArrayZ":2.0},{"_tilePoly":[[-839.20123,-1957.6531],[-799.2011,-2026.935],[-764.5601,-2006.935],[-804.56024,-1937.6531]],"_tileZero":[-839.20123,-1957.6531],"_tileTangentPos":[-814.2012,-2000.9543],"_tileArrayZ":5.0},{"_tilePoly":[[-747.9752,-1836.9648],[-964.17163,-1712.1443],[-1043.0773,-1848.8134],[-826.88086,-1973.6339]],"_tileZero":[-964.17163,-1712.1443],"_tileTangentPos":[-989.1716,-1755.4456],"_tileArrayZ":16.0},{"_tilePoly":[[-1060.5773,-1879.1243],[-1025.9362,-1899.1241],[-1005.9362,-1864.4832],[-1040.5773,-1844.4832]],"_tileZero":[-1005.9362,-1864.4832],"_tileTangentPos":[-1049.2375,-1839.4832],"_tileArrayZ":16.0},{"_tilePoly":[[-1058.4362,-1955.4159],[-1018.4362,-1886.1338],[-1053.0773,-1866.1338],[-1093.0771,-1935.4159]],"_tileZero":[-1058.4362,-1955.4159],"_tileTangentPos":[-1033.4362,-1912.1146],"_tileArrayZ":5.0},{"_tilePoly":[[-1105.5771,-1957.0665],[-1070.9362,-1977.0664],[-1050.9362,-1942.4254],[-1085.5771,-1922.4254]],"_tileZero":[-1090.936,-2011.7075],"_tileTangentPos":[-1065.9362,-1968.4063],"_tileArrayZ":5.0},{"_tilePoly":[[-2202.0825,-1266.2686],[-2344.9768,-1183.769],[-2428.0986,-1187.7404],[-2465.5984,-1252.6924],[-2427.4763,-1326.6633],[-2284.582,-1409.163],[-1105.936,-2037.6882],[-1068.4363,-1972.7362]],"_tileZero":[-1175.2181,-1997.6885],"_tileTangentPos":[-1131.9169,-2022.6884],"_tileArrayZ":5.0},{"_tilePoly":[[-2475.9094,-1200.5514],[-2495.9094,-1235.1925],[-2461.2683,-1255.1924],[-2441.2683,-1220.5513]],"_tileZero":[-2530.5505,-1215.1926],"_tileTangentPos":[-2487.249,-1240.1925],"_tileArrayZ":5.0},{"_tilePoly":[[-2501.8904,-1185.5515],[-2521.8904,-1220.1926],[-2487.2493,-1240.1925],[-2467.2493,-1205.5514]],"_tileZero":[-2556.5315,-1200.1927],"_tileTangentPos":[-2513.23,-1225.1926],"_tileArrayZ":5.0},{"_tilePoly":[[-2578.1821,-1187.6929],[-2508.9,-1227.6926],[-2488.9,-1193.0515],[-2558.1821,-1153.0518]],"_tileZero":[-2578.1821,-1187.6929],"_tileTangentPos":[-2534.8806,-1212.6927],"_tileArrayZ":5.0},{"_tilePoly":[[-2852.3215,-595.3729],[-2852.3215,-1195.3729],[-2559.5215,-1195.3729],[-2559.5217,-595.3729]],"_tileZero":[-2852.3215,-1195.3729],"_tileTangentPos":[-2802.3215,-1195.3729],"_tileArrayZ":16.0},{"_tilePoly":[[-2892.3215,-722.0397],[-2892.3215,-882.0397],[-2812.3215,-882.03955],[-2812.3215,-722.03955]],"_tileZero":[-2852.3215,-802.0396],"_tileTangentPos":[-2852.3215,-752.0396],"_tileArrayZ":16.0},{"_tilePoly":[[-3472.3215,-891.91],[-2872.3215,-891.90955],[-2872.3218,-642.29974],[-3472.3218,-642.3002]],"_tileZero":[-2872.3215,-891.90955],"_tileTangentPos":[-2872.3215,-841.90955],"_tileArrayZ":16.0},{"_tilePoly":[[-3372.3218,-602.3002],[-3532.3218,-602.3002],[-3532.3218,-682.3002],[-3372.3218,-682.3002]],"_tileZero":[-3452.3218,-642.3002],"_tileTangentPos":[-3402.3218,-642.3002],"_tileArrayZ":16.0},{"_tilePoly":[[-3541.236,-22.30017],[-3541.236,-622.3002],[-3294.493,-622.3002],[-3294.493,-22.30017]],"_tileZero":[-3541.236,-622.3002],"_tileTangentPos":[-3491.236,-622.3002],"_tileArrayZ":16.0},{"_tilePoly":[[-3294.493,12.699831],[-3334.493,12.699827],[-3334.493,-27.300173],[-3294.493,-27.300169]],"_tileZero":[-3334.493,-27.300173],"_tileTangentPos":[-3284.493,-27.300167],"_tileArrayZ":16.0},{"_tilePoly":[[-3334.493,77.69983],[-3334.493,-2.300171],[-3294.493,-2.300167],[-3294.493,77.69984]],"_tileZero":[-3334.493,77.69983],"_tileTangentPos":[-3334.493,27.69983],"_tileArrayZ":5.0},{"_tilePoly":[[-3279.6724,88.010765],[-3314.3135,108.01073],[-3334.3135,73.36968],[-3299.6724,53.36972]],"_tileZero":[-3294.3135,142.65176],"_tileTangentPos":[-3319.3135,99.350464],"_tileArrayZ":5.0},{"_tilePoly":[[-3414.1196,295.14154],[-3371.2368,135.10178],[-3227.749,52.259354],[-3067.709,95.14218],[-2984.8667,238.63013],[-3027.7495,398.6699],[-3171.2375,481.51233],[-3331.277,438.62946]],"_tileZero":[-3414.1196,295.14154],"_tileTangentPos":[-3401.1787,246.84529],"_tileArrayZ":2.0},{"_tilePoly":[[-3005.9768,132.06572],[-2985.9768,166.7068],[-3020.618,186.7067],[-3040.618,152.06561]],"_tileZero":[-2805.9915,158.45125],"_tileTangentPos":[-2818.9326,206.7475],"_tileArrayZ":2.0},{"_tilePoly":[[-2979.9958,117.065796],[-2959.9958,151.70688],[-2994.637,171.70677],[-3014.637,137.06569]],"_tileZero":[-2780.0105,143.45132],"_tileTangentPos":[-2792.9517,191.74757],"_tileArrayZ":2.0},{"_tilePoly":[[-2954.015,102.06587],[-2934.015,136.70695],[-2968.656,156.70685],[-2988.656,122.065765]],"_tileZero":[-2754.0295,128.4514],"_tileTangentPos":[-2766.9707,176.74765],"_tileArrayZ":2.0},{"_tilePoly":[[-2877.7231,104.20712],[-2947.0054,144.20691],[-2967.0054,109.56583],[-2897.7231,69.56604]],"_tileZero":[-2877.7231,104.20712],"_tileTangentPos":[-2921.0247,129.20699],"_tileArrayZ":5.0},{"_tilePoly":[[-2757.4998,-233.24619],[-2686.7893,-110.77158],[-2738.5535,82.413506],[-2861.028,153.124],[-2931.7385,30.649399],[-2879.9744,-162.53568]],"_tileZero":[-2731.99,-19.35545],"_tileTangentPos":[-2780.2861,-32.296474],"_tileArrayZ":5.0},{"_tilePoly":[[-1025.3142,-2038.0469],[-1094.5964,-1998.0471],[-1114.5963,-2032.6882],[-1045.3141,-2072.688]],"_tileZero":[-1025.3142,-2038.0469],"_tileTangentPos":[-1068.6156,-2013.047],"_tileArrayZ":5.0},{"_tilePoly":[[-1023.6633,-2085.1877],[-1003.66345,-2050.5466],[-1038.3046,-2030.5469],[-1058.3044,-2065.188]],"_tileZero":[-969.02234,-2070.5466],"_tileTangentPos":[-1012.3237,-2045.5468],"_tileArrayZ":5.0},{"_tilePoly":[[-379.2497,-1070.4156],[-399.24966,-1105.0566],[-364.60864,-1125.0566],[-344.60864,-1090.4156]],"_tileZero":[-595.54877,-1125.0568],"_tileTangentPos":[-570.5487,-1168.358],"_tileArrayZ":2.0},{"_tilePoly":[[-455.54132,-1072.5566],[-386.25928,-1112.5566],[-366.25928,-1077.9156],[-435.54135,-1037.9156]],"_tileZero":[-455.54132,-1072.5566],"_tileTangentPos":[-412.24005,-1097.5566],"_tileArrayZ":5.0},{"_tilePoly":[[-576.88104,-1302.7233],[-426.88107,-1042.9156],[-686.6887,-892.91565],[-836.6887,-1152.7234]],"_tileZero":[-426.88107,-1042.9156],"_tileTangentPos":[-470.18234,-1017.91565],"_tileArrayZ":16.0},{"_tilePoly":[[42.6314,-102.40374],[22.631384,-67.76273],[-12.009623,-87.76275],[7.9903927,-122.403755]],"_tileZero":[-12.009623,-87.76275],"_tileTangentPos":[12.990395,-131.06401],"_tileArrayZ":16.0},{"_tilePoly":[[78.92302,-35.26271],[9.641008,-75.26274],[29.641024,-109.90375],[98.923035,-69.90372]],"_tileZero":[78.92302,-35.26271],"_tileTangentPos":[35.621765,-60.26273],"_tileArrayZ":5.0},{"_tilePoly":[[220.26288,-300.0702],[480.07047,-150.07013],[330.0704,109.73746],[70.26282,-40.262604]],"_tileZero":[480.07047,-150.07013],"_tileTangentPos":[455.07047,-106.76887],"_tileArrayZ":16.0}],"_pathGraph":[[0,[[[11,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3541.236,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-602.3002],[[11,[{"_peStart":[-3541.236,-602.3002],"_peEnd":[-3521.236,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[1,[[[12,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3541.236,-540.07794],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-540.07794],[[12,[{"_peStart":[-3541.236,-540.07794],"_peEnd":[-3521.236,-540.07794],"_peDist":20.0,"_peObstacles":[]}]]]]],[2,[[[13,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3541.236,-477.8557],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-477.8557],[[13,[{"_peStart":[-3541.236,-477.8557],"_peEnd":[-3521.236,-477.8557],"_peDist":20.0,"_peObstacles":[]}]]]]],[3,[[[14,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3541.236,-415.6335],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-415.6335],[[14,[{"_peStart":[-3541.236,-415.6335],"_peEnd":[-3521.236,-415.6335],"_peDist":20.0,"_peObstacles":[]}]]]]],[4,[[[15,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3541.236,-353.4113],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-353.4113],[[15,[{"_peStart":[-3541.236,-353.4113],"_peEnd":[-3521.236,-353.4113],"_peDist":20.0,"_peObstacles":[]}]]]]],[5,[[[16,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3541.236,-291.18906],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-291.18906],[[16,[{"_peStart":[-3541.236,-291.18906],"_peEnd":[-3521.236,-291.18906],"_peDist":20.0,"_peObstacles":[]}]]]]],[6,[[[17,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3541.236,-228.96686],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-228.96686],[[17,[{"_peStart":[-3541.236,-228.96686],"_peEnd":[-3521.236,-228.96683],"_peDist":20.0,"_peObstacles":[]}]]]]],[7,[[[18,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3541.236,-166.74463],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-166.74463],[[18,[{"_peStart":[-3541.236,-166.74463],"_peEnd":[-3521.236,-166.74463],"_peDist":20.0,"_peObstacles":[]}]]]]],[8,[[[19,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3541.236,-104.5224],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-104.5224],[[19,[{"_peStart":[-3541.236,-104.5224],"_peEnd":[-3521.236,-104.5224],"_peDist":20.0,"_peObstacles":[]}]]]]],[9,[[[20,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3541.236,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]],[-3541.236,-42.30017],[[20,[{"_peStart":[-3541.236,-42.30017],"_peEnd":[-3521.236,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]]]],[10,[[[11,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3521.236,-622.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3521.236,-622.3002],[[11,[{"_peStart":[-3521.236,-622.3002],"_peEnd":[-3521.236,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[11,[[[0,[{"_peStart":[-3541.236,-602.3002],"_peEnd":[-3521.236,-602.3002],"_peDist":20.0,"_peObstacles":[]}]],[10,[{"_peStart":[-3521.236,-622.3002],"_peEnd":[-3521.236,-602.3002],"_peDist":20.0,"_peObstacles":[]}]],[12,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3521.236,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[30,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3521.236,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-602.3002],[[0,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3541.236,-602.3002],"_peDist":20.0,"_peObstacles":[]}]],[10,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3521.236,-622.3002],"_peDist":20.0,"_peObstacles":[]}]],[12,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3521.236,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[30,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3452.3218,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]]]]],[12,[[[1,[{"_peStart":[-3541.236,-540.07794],"_peEnd":[-3521.236,-540.07794],"_peDist":20.0,"_peObstacles":[]}]],[11,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3521.236,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[13,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3521.236,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[31,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3521.236,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-540.07794],[[1,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3541.236,-540.07794],"_peDist":20.0,"_peObstacles":[]}]],[11,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3521.236,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[13,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3521.236,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[31,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3452.3218,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]]]]],[13,[[[2,[{"_peStart":[-3541.236,-477.8557],"_peEnd":[-3521.236,-477.8557],"_peDist":20.0,"_peObstacles":[]}]],[12,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3521.236,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[14,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3521.236,-477.8557],"_peDist":62.2222,"_peObstacles":[]}]],[32,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3521.236,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-477.8557],[[2,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3541.236,-477.8557],"_peDist":20.0,"_peObstacles":[]}]],[12,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3521.236,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[14,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3521.236,-415.6335],"_peDist":62.2222,"_peObstacles":[]}]],[32,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3452.3218,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]]]]],[14,[[[3,[{"_peStart":[-3541.236,-415.6335],"_peEnd":[-3521.236,-415.6335],"_peDist":20.0,"_peObstacles":[]}]],[13,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3521.236,-415.6335],"_peDist":62.2222,"_peObstacles":[]}]],[15,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3521.236,-415.6335],"_peDist":62.22223,"_peObstacles":[]}]],[33,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3521.236,-415.6335],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-415.6335],[[3,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3541.236,-415.6335],"_peDist":20.0,"_peObstacles":[]}]],[13,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3521.236,-477.8557],"_peDist":62.2222,"_peObstacles":[]}]],[15,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3521.236,-353.4113],"_peDist":62.22223,"_peObstacles":[]}]],[33,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3452.3218,-415.63348],"_peDist":68.91431,"_peObstacles":[]}]]]]],[15,[[[4,[{"_peStart":[-3541.236,-353.4113],"_peEnd":[-3521.236,-353.4113],"_peDist":20.0,"_peObstacles":[]}]],[14,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3521.236,-353.4113],"_peDist":62.22223,"_peObstacles":[]}]],[16,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3521.236,-353.4113],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[34,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3521.236,-353.4113],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-353.4113],[[4,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3541.236,-353.4113],"_peDist":20.0,"_peObstacles":[]}]],[14,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3521.236,-415.6335],"_peDist":62.22223,"_peObstacles":[]}]],[16,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3521.236,-291.18906],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[34,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3452.3218,-353.4113],"_peDist":68.91431,"_peObstacles":[]}]]]]],[16,[[[5,[{"_peStart":[-3541.236,-291.18906],"_peEnd":[-3521.236,-291.18906],"_peDist":20.0,"_peObstacles":[]}]],[15,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3521.236,-291.18906],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[17,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3521.236,-291.18906],"_peDist":62.22223,"_peObstacles":[]}]],[35,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3521.236,-291.18906],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-291.18906],[[5,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3541.236,-291.18906],"_peDist":20.0,"_peObstacles":[]}]],[15,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3521.236,-353.4113],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[17,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3521.236,-228.96683],"_peDist":62.22223,"_peObstacles":[]}]],[35,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3452.3218,-291.18906],"_peDist":68.91431,"_peObstacles":[]}]]]]],[17,[[[6,[{"_peStart":[-3541.236,-228.96686],"_peEnd":[-3521.236,-228.96683],"_peDist":20.0,"_peObstacles":[]}]],[16,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3521.236,-228.96683],"_peDist":62.22223,"_peObstacles":[]}]],[18,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3521.236,-228.96683],"_peDist":62.2222,"_peObstacles":[]}]],[36,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3521.236,-228.96683],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-228.96683],[[6,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3541.236,-228.96686],"_peDist":20.0,"_peObstacles":[]}]],[16,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3521.236,-291.18906],"_peDist":62.22223,"_peObstacles":[]}]],[18,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3521.236,-166.74463],"_peDist":62.2222,"_peObstacles":[]}]],[36,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3452.3218,-228.96686],"_peDist":68.91431,"_peObstacles":[]}]]]]],[18,[[[7,[{"_peStart":[-3541.236,-166.74463],"_peEnd":[-3521.236,-166.74463],"_peDist":20.0,"_peObstacles":[]}]],[17,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3521.236,-166.74463],"_peDist":62.2222,"_peObstacles":[]}]],[19,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3521.236,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[37,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3521.236,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-166.74463],[[7,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3541.236,-166.74463],"_peDist":20.0,"_peObstacles":[]}]],[17,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3521.236,-228.96683],"_peDist":62.2222,"_peObstacles":[]}]],[19,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3521.236,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[37,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3452.3218,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]]]]],[19,[[[8,[{"_peStart":[-3541.236,-104.5224],"_peEnd":[-3521.236,-104.5224],"_peDist":20.0,"_peObstacles":[]}]],[18,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3521.236,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[20,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3521.236,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[38,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3521.236,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-104.5224],[[8,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3541.236,-104.5224],"_peDist":20.0,"_peObstacles":[]}]],[18,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3521.236,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[20,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3521.236,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[38,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3452.3218,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]]]]],[20,[[[9,[{"_peStart":[-3541.236,-42.30017],"_peEnd":[-3521.236,-42.30017],"_peDist":20.0,"_peObstacles":[]}]],[19,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3521.236,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[21,[{"_peStart":[-3521.236,-22.30017],"_peEnd":[-3521.236,-42.30017],"_peDist":20.0,"_peObstacles":[]}]],[39,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3521.236,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]]],[-3521.236,-42.30017],[[9,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3541.236,-42.30017],"_peDist":20.0,"_peObstacles":[]}]],[19,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3521.236,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[21,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3521.236,-22.30017],"_peDist":20.0,"_peObstacles":[]}]],[39,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3452.3218,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]]]]],[21,[[[20,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3521.236,-22.30017],"_peDist":20.0,"_peObstacles":[]}]]],[-3521.236,-22.30017],[[20,[{"_peStart":[-3521.236,-22.30017],"_peEnd":[-3521.236,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]]]],[22,[[[26,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3472.3218,-732.17017],"_peDist":20.0,"_peObstacles":[]}]]],[-3472.3218,-732.17017],[[26,[{"_peStart":[-3472.3218,-732.17017],"_peEnd":[-3452.3218,-732.1701],"_peDist":20.0,"_peObstacles":[]}]]]]],[23,[[[27,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3472.3218,-662.30023],"_peDist":20.0,"_peObstacles":[]}]]],[-3472.3218,-662.30023],[[27,[{"_peStart":[-3472.3218,-662.30023],"_peEnd":[-3452.3218,-662.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[24,[[[42,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3472.3215,-871.91],"_peDist":20.0,"_peObstacles":[]}]]],[-3472.3215,-871.91],[[42,[{"_peStart":[-3472.3215,-871.91],"_peEnd":[-3452.3215,-871.91],"_peDist":20.0,"_peObstacles":[]}]]]]],[25,[[[43,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3472.3215,-802.04004],"_peDist":20.0,"_peObstacles":[]}]]],[-3472.3215,-802.04004],[[43,[{"_peStart":[-3472.3215,-802.04004],"_peEnd":[-3452.3215,-802.04004],"_peDist":20.0,"_peObstacles":[]}]]]]],[26,[[[22,[{"_peStart":[-3472.3218,-732.17017],"_peEnd":[-3452.3218,-732.1701],"_peDist":20.0,"_peObstacles":[]}]],[27,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3452.3218,-732.1701],"_peDist":69.869934,"_peObstacles":[]}]],[43,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3452.3218,-732.1701],"_peDist":69.869934,"_peObstacles":[]}]],[49,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3452.3218,-732.1701],"_peDist":62.222412,"_peObstacles":[]}]]],[-3452.3218,-732.1701],[[22,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3472.3218,-732.17017],"_peDist":20.0,"_peObstacles":[]}]],[27,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3452.3218,-662.3002],"_peDist":69.869934,"_peObstacles":[]}]],[43,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3452.3215,-802.04004],"_peDist":69.869934,"_peObstacles":[]}]],[49,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3390.0994,-732.17004],"_peDist":62.222412,"_peObstacles":[]}]]]]],[27,[[[23,[{"_peStart":[-3472.3218,-662.30023],"_peEnd":[-3452.3218,-662.3002],"_peDist":20.0,"_peObstacles":[]}]],[26,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3452.3218,-662.3002],"_peDist":69.869934,"_peObstacles":[]}]],[28,[{"_peStart":[-3452.3218,-642.3002],"_peEnd":[-3452.3218,-662.3002],"_peDist":20.0,"_peObstacles":[]}]],[44,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3452.3218,-662.3002],"_peDist":62.222168,"_peObstacles":[]}]]],[-3452.3218,-662.3002],[[23,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3472.3218,-662.30023],"_peDist":20.0,"_peObstacles":[]}]],[26,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3452.3218,-732.1701],"_peDist":69.869934,"_peObstacles":[]}]],[28,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3452.3218,-642.3002],"_peDist":20.0,"_peObstacles":[]}]],[44,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3390.0996,-662.3002],"_peDist":62.222168,"_peObstacles":[]}]]]]],[28,[[[27,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3452.3218,-642.3002],"_peDist":20.0,"_peObstacles":[]}]],[29,[{"_peStart":[-3452.3218,-622.3002],"_peEnd":[-3452.3218,-642.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3452.3218,-642.3002],[[27,[{"_peStart":[-3452.3218,-642.3002],"_peEnd":[-3452.3218,-662.3002],"_peDist":20.0,"_peObstacles":[]}]],[29,[{"_peStart":[-3452.3218,-642.3002],"_peEnd":[-3452.3218,-622.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[29,[[[28,[{"_peStart":[-3452.3218,-642.3002],"_peEnd":[-3452.3218,-622.3002],"_peDist":20.0,"_peObstacles":[]}]],[30,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3452.3218,-622.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3452.3218,-622.3002],[[28,[{"_peStart":[-3452.3218,-622.3002],"_peEnd":[-3452.3218,-642.3002],"_peDist":20.0,"_peObstacles":[]}]],[30,[{"_peStart":[-3452.3218,-622.3002],"_peEnd":[-3452.3218,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[30,[[[11,[{"_peStart":[-3521.236,-602.3002],"_peEnd":[-3452.3218,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]],[29,[{"_peStart":[-3452.3218,-622.3002],"_peEnd":[-3452.3218,-602.3002],"_peDist":20.0,"_peObstacles":[]}]],[31,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3452.3218,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[55,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3452.3218,-602.3002],"_peDist":68.91455,"_peObstacles":[]}]]],[-3452.3218,-602.3002],[[11,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3521.236,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]],[29,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3452.3218,-622.3002],"_peDist":20.0,"_peObstacles":[]}]],[31,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3452.3218,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[55,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3383.4072,-602.3002],"_peDist":68.91455,"_peObstacles":[]}]]]]],[31,[[[12,[{"_peStart":[-3521.236,-540.07794],"_peEnd":[-3452.3218,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]],[30,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3452.3218,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[32,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3452.3218,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[56,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3452.3218,-540.07794],"_peDist":68.91455,"_peObstacles":[]}]]],[-3452.3218,-540.07794],[[12,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3521.236,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]],[30,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3452.3218,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[32,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3452.3218,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[56,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3383.4072,-540.07794],"_peDist":68.91455,"_peObstacles":[]}]]]]],[32,[[[13,[{"_peStart":[-3521.236,-477.8557],"_peEnd":[-3452.3218,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]],[31,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3452.3218,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[33,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3452.3218,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[57,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3452.3218,-477.8557],"_peDist":68.91455,"_peObstacles":[]}]]],[-3452.3218,-477.8557],[[13,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3521.236,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]],[31,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3452.3218,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[33,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3452.3218,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[57,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3383.4072,-477.8557],"_peDist":68.91455,"_peObstacles":[]}]]]]],[33,[[[14,[{"_peStart":[-3521.236,-415.6335],"_peEnd":[-3452.3218,-415.63348],"_peDist":68.91431,"_peObstacles":[]}]],[32,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3452.3218,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[34,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3452.3218,-415.63348],"_peDist":62.2222,"_peObstacles":[]}]],[58,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3452.3218,-415.63348],"_peDist":68.91455,"_peObstacles":[]}]]],[-3452.3218,-415.63348],[[14,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3521.236,-415.6335],"_peDist":68.91431,"_peObstacles":[]}]],[32,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3452.3218,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[34,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3452.3218,-353.4113],"_peDist":62.2222,"_peObstacles":[]}]],[58,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3383.4072,-415.63348],"_peDist":68.91455,"_peObstacles":[]}]]]]],[34,[[[15,[{"_peStart":[-3521.236,-353.4113],"_peEnd":[-3452.3218,-353.4113],"_peDist":68.91431,"_peObstacles":[]}]],[33,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3452.3218,-353.4113],"_peDist":62.2222,"_peObstacles":[]}]],[35,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3452.3218,-353.4113],"_peDist":62.22223,"_peObstacles":[]}]],[59,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3452.3218,-353.4113],"_peDist":68.91455,"_peObstacles":[]}]]],[-3452.3218,-353.4113],[[15,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3521.236,-353.4113],"_peDist":68.91431,"_peObstacles":[]}]],[33,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3452.3218,-415.63348],"_peDist":62.2222,"_peObstacles":[]}]],[35,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3452.3218,-291.18906],"_peDist":62.22223,"_peObstacles":[]}]],[59,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3383.4072,-353.4113],"_peDist":68.91455,"_peObstacles":[]}]]]]],[35,[[[16,[{"_peStart":[-3521.236,-291.18906],"_peEnd":[-3452.3218,-291.18906],"_peDist":68.91431,"_peObstacles":[]}]],[34,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3452.3218,-291.18906],"_peDist":62.22223,"_peObstacles":[]}]],[36,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3452.3218,-291.18906],"_peDist":62.2222,"_peObstacles":[]}]],[60,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3452.3218,-291.18906],"_peDist":68.91455,"_peObstacles":[]}]]],[-3452.3218,-291.18906],[[16,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3521.236,-291.18906],"_peDist":68.91431,"_peObstacles":[]}]],[34,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3452.3218,-353.4113],"_peDist":62.22223,"_peObstacles":[]}]],[36,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3452.3218,-228.96686],"_peDist":62.2222,"_peObstacles":[]}]],[60,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91455,"_peObstacles":[]}]]]]],[36,[[[17,[{"_peStart":[-3521.236,-228.96683],"_peEnd":[-3452.3218,-228.96686],"_peDist":68.91431,"_peObstacles":[]}]],[35,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3452.3218,-228.96686],"_peDist":62.2222,"_peObstacles":[]}]],[37,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3452.3218,-228.96686],"_peDist":62.22223,"_peObstacles":[]}]],[61,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3452.3218,-228.96686],"_peDist":68.91455,"_peObstacles":[]}]]],[-3452.3218,-228.96686],[[17,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3521.236,-228.96683],"_peDist":68.91431,"_peObstacles":[]}]],[35,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3452.3218,-291.18906],"_peDist":62.2222,"_peObstacles":[]}]],[37,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3452.3218,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[61,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3383.4072,-228.96686],"_peDist":68.91455,"_peObstacles":[]}]]]]],[37,[[[18,[{"_peStart":[-3521.236,-166.74463],"_peEnd":[-3452.3218,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]],[36,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3452.3218,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[38,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3452.3218,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[50,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3452.3218,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]]],[-3452.3218,-166.74463],[[18,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3521.236,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]],[36,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3452.3218,-228.96686],"_peDist":62.22223,"_peObstacles":[]}]],[38,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3452.3218,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[50,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3383.4075,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]]]]],[38,[[[19,[{"_peStart":[-3521.236,-104.5224],"_peEnd":[-3452.3218,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]],[37,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3452.3218,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[39,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3452.3218,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[51,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3452.3218,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]]],[-3452.3218,-104.5224],[[19,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3521.236,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]],[37,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3452.3218,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[39,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3452.3218,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[51,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3383.4075,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]]]]],[39,[[[20,[{"_peStart":[-3521.236,-42.30017],"_peEnd":[-3452.3218,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]],[38,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3452.3218,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[40,[{"_peStart":[-3452.3218,-22.30017],"_peEnd":[-3452.3218,-42.30017],"_peDist":20.0,"_peObstacles":[]}]],[52,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3452.3218,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]]],[-3452.3218,-42.30017],[[20,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3521.236,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]],[38,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3452.3218,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[40,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3452.3218,-22.30017],"_peDist":20.0,"_peObstacles":[]}]],[52,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3383.4075,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]]]]],[40,[[[39,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3452.3218,-22.30017],"_peDist":20.0,"_peObstacles":[]}]]],[-3452.3218,-22.30017],[[39,[{"_peStart":[-3452.3218,-22.30017],"_peEnd":[-3452.3218,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]]]],[41,[[[42,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3452.3215,-891.91],"_peDist":20.0,"_peObstacles":[]}]]],[-3452.3215,-891.91],[[42,[{"_peStart":[-3452.3215,-891.91],"_peEnd":[-3452.3215,-871.91],"_peDist":20.0,"_peObstacles":[]}]]]]],[42,[[[24,[{"_peStart":[-3472.3215,-871.91],"_peEnd":[-3452.3215,-871.91],"_peDist":20.0,"_peObstacles":[]}]],[41,[{"_peStart":[-3452.3215,-891.91],"_peEnd":[-3452.3215,-871.91],"_peDist":20.0,"_peObstacles":[]}]],[43,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3452.3215,-871.91],"_peDist":69.869934,"_peObstacles":[]}]],[47,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3452.3215,-871.91],"_peDist":62.222168,"_peObstacles":[]}]]],[-3452.3215,-871.91],[[24,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3472.3215,-871.91],"_peDist":20.0,"_peObstacles":[]}]],[41,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3452.3215,-891.91],"_peDist":20.0,"_peObstacles":[]}]],[43,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3452.3215,-802.04004],"_peDist":69.869934,"_peObstacles":[]}]],[47,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3390.0994,-871.9099],"_peDist":62.222168,"_peObstacles":[]}]]]]],[43,[[[25,[{"_peStart":[-3472.3215,-802.04004],"_peEnd":[-3452.3215,-802.04004],"_peDist":20.0,"_peObstacles":[]}]],[26,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3452.3215,-802.04004],"_peDist":69.869934,"_peObstacles":[]}]],[42,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3452.3215,-802.04004],"_peDist":69.869934,"_peObstacles":[]}]],[48,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3452.3215,-802.04004],"_peDist":62.222168,"_peObstacles":[]}]]],[-3452.3215,-802.04004],[[25,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3472.3215,-802.04004],"_peDist":20.0,"_peObstacles":[]}]],[26,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3452.3218,-732.1701],"_peDist":69.869934,"_peObstacles":[]}]],[42,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3452.3215,-871.91],"_peDist":69.869934,"_peObstacles":[]}]],[48,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3390.0994,-802.04],"_peDist":62.222168,"_peObstacles":[]}]]]]],[44,[[[27,[{"_peStart":[-3452.3218,-662.3002],"_peEnd":[-3390.0996,-662.3002],"_peDist":62.222168,"_peObstacles":[]}]],[45,[{"_peStart":[-3390.0996,-642.3002],"_peEnd":[-3390.0996,-662.3002],"_peDist":20.0,"_peObstacles":[]}]],[49,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3390.0996,-662.3002],"_peDist":69.86987,"_peObstacles":[]}]],[64,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3390.0996,-662.3002],"_peDist":62.222412,"_peObstacles":[]}]]],[-3390.0996,-662.3002],[[27,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3452.3218,-662.3002],"_peDist":62.222168,"_peObstacles":[]}]],[45,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3390.0996,-642.3002],"_peDist":20.0,"_peObstacles":[]}]],[49,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3390.0994,-732.17004],"_peDist":69.86987,"_peObstacles":[]}]],[64,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3327.8772,-662.3001],"_peDist":62.222412,"_peObstacles":[]}]]]]],[45,[[[44,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3390.0996,-642.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3390.0996,-642.3002],[[44,[{"_peStart":[-3390.0996,-642.3002],"_peEnd":[-3390.0996,-662.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[46,[[[47,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3390.0994,-891.9099],"_peDist":20.0,"_peObstacles":[]}]]],[-3390.0994,-891.9099],[[47,[{"_peStart":[-3390.0994,-891.9099],"_peEnd":[-3390.0994,-871.9099],"_peDist":20.0,"_peObstacles":[]}]]]]],[47,[[[42,[{"_peStart":[-3452.3215,-871.91],"_peEnd":[-3390.0994,-871.9099],"_peDist":62.222168,"_peObstacles":[]}]],[46,[{"_peStart":[-3390.0994,-891.9099],"_peEnd":[-3390.0994,-871.9099],"_peDist":20.0,"_peObstacles":[]}]],[48,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3390.0994,-871.9099],"_peDist":69.869934,"_peObstacles":[]}]],[67,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3390.0994,-871.9099],"_peDist":62.222412,"_peObstacles":["BlockObstacle"]}]]],[-3390.0994,-871.9099],[[42,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3452.3215,-871.91],"_peDist":62.222168,"_peObstacles":[]}]],[46,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3390.0994,-891.9099],"_peDist":20.0,"_peObstacles":[]}]],[48,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3390.0994,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[67,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3327.877,-871.9099],"_peDist":62.222412,"_peObstacles":["BlockObstacle"]}]]]]],[48,[[[43,[{"_peStart":[-3452.3215,-802.04004],"_peEnd":[-3390.0994,-802.04],"_peDist":62.222168,"_peObstacles":[]}]],[47,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3390.0994,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[49,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3390.0994,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[62,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3390.0994,-802.04],"_peDist":62.222168,"_peObstacles":[]}]]],[-3390.0994,-802.04],[[43,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3452.3215,-802.04004],"_peDist":62.222168,"_peObstacles":[]}]],[47,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3390.0994,-871.9099],"_peDist":69.869934,"_peObstacles":[]}]],[49,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3390.0994,-732.17004],"_peDist":69.869934,"_peObstacles":[]}]],[62,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3327.8772,-802.04],"_peDist":62.222168,"_peObstacles":[]}]]]]],[49,[[[26,[{"_peStart":[-3452.3218,-732.1701],"_peEnd":[-3390.0994,-732.17004],"_peDist":62.222412,"_peObstacles":[]}]],[44,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3390.0994,-732.17004],"_peDist":69.86987,"_peObstacles":[]}]],[48,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3390.0994,-732.17004],"_peDist":69.869934,"_peObstacles":[]}]],[63,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3390.0994,-732.17004],"_peDist":62.222168,"_peObstacles":[]}]]],[-3390.0994,-732.17004],[[26,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3452.3218,-732.1701],"_peDist":62.222412,"_peObstacles":[]}]],[44,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3390.0996,-662.3002],"_peDist":69.86987,"_peObstacles":[]}]],[48,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3390.0994,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[63,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3327.8772,-732.17004],"_peDist":62.222168,"_peObstacles":[]}]]]]],[50,[[[37,[{"_peStart":[-3452.3218,-166.74463],"_peEnd":[-3383.4075,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]],[51,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3383.4075,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[61,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3383.4075,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[76,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3383.4075,-166.74463],"_peDist":68.91455,"_peObstacles":[]}]]],[-3383.4075,-166.74463],[[37,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3452.3218,-166.74463],"_peDist":68.91431,"_peObstacles":[]}]],[51,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3383.4075,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[61,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3383.4072,-228.96686],"_peDist":62.22223,"_peObstacles":[]}]],[76,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3314.493,-166.7446],"_peDist":68.91455,"_peObstacles":[]}]]]]],[51,[[[38,[{"_peStart":[-3452.3218,-104.5224],"_peEnd":[-3383.4075,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]],[50,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3383.4075,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[52,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3383.4075,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[77,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3383.4075,-104.5224],"_peDist":68.91455,"_peObstacles":[]}]]],[-3383.4075,-104.5224],[[38,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3452.3218,-104.5224],"_peDist":68.91431,"_peObstacles":[]}]],[50,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3383.4075,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[52,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3383.4075,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[77,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3314.493,-104.5224],"_peDist":68.91455,"_peObstacles":[]}]]]]],[52,[[[39,[{"_peStart":[-3452.3218,-42.30017],"_peEnd":[-3383.4075,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]],[51,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3383.4075,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[53,[{"_peStart":[-3383.4075,-22.30017],"_peEnd":[-3383.4075,-42.30017],"_peDist":20.0,"_peObstacles":[]}]],[78,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3383.4075,-42.30017],"_peDist":68.91455,"_peObstacles":[]}]]],[-3383.4075,-42.30017],[[39,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3452.3218,-42.30017],"_peDist":68.91431,"_peObstacles":[]}]],[51,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3383.4075,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[53,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3383.4075,-22.30017],"_peDist":20.0,"_peObstacles":[]}]],[78,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3314.493,-42.30017],"_peDist":68.91455,"_peObstacles":[]}]]]]],[53,[[[52,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3383.4075,-22.30017],"_peDist":20.0,"_peObstacles":[]}]]],[-3383.4075,-22.30017],[[52,[{"_peStart":[-3383.4075,-22.30017],"_peEnd":[-3383.4075,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]]]],[54,[[[55,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3383.4072,-622.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3383.4072,-622.3002],[[55,[{"_peStart":[-3383.4072,-622.3002],"_peEnd":[-3383.4072,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[55,[[[30,[{"_peStart":[-3452.3218,-602.3002],"_peEnd":[-3383.4072,-602.3002],"_peDist":68.91455,"_peObstacles":[]}]],[54,[{"_peStart":[-3383.4072,-622.3002],"_peEnd":[-3383.4072,-602.3002],"_peDist":20.0,"_peObstacles":[]}]],[56,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3383.4072,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[69,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3383.4072,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]]],[-3383.4072,-602.3002],[[30,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3452.3218,-602.3002],"_peDist":68.91455,"_peObstacles":[]}]],[54,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3383.4072,-622.3002],"_peDist":20.0,"_peObstacles":[]}]],[56,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3383.4072,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[69,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3314.493,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]]]]],[56,[[[31,[{"_peStart":[-3452.3218,-540.07794],"_peEnd":[-3383.4072,-540.07794],"_peDist":68.91455,"_peObstacles":[]}]],[55,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3383.4072,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[57,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3383.4072,-540.07794],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[70,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3383.4072,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]]],[-3383.4072,-540.07794],[[31,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3452.3218,-540.07794],"_peDist":68.91455,"_peObstacles":[]}]],[55,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3383.4072,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[57,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3383.4072,-477.8557],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[70,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3314.493,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]]]]],[57,[[[32,[{"_peStart":[-3452.3218,-477.8557],"_peEnd":[-3383.4072,-477.8557],"_peDist":68.91455,"_peObstacles":[]}]],[56,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3383.4072,-477.8557],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[58,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3383.4072,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[71,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3383.4072,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]]],[-3383.4072,-477.8557],[[32,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3452.3218,-477.8557],"_peDist":68.91455,"_peObstacles":[]}]],[56,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3383.4072,-540.07794],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[58,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3383.4072,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[71,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3314.493,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]]]]],[58,[[[33,[{"_peStart":[-3452.3218,-415.63348],"_peEnd":[-3383.4072,-415.63348],"_peDist":68.91455,"_peObstacles":[]}]],[57,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3383.4072,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[59,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3383.4072,-415.63348],"_peDist":62.2222,"_peObstacles":[]}]],[72,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3383.4072,-415.63348],"_peDist":68.91431,"_peObstacles":[]}]]],[-3383.4072,-415.63348],[[33,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3452.3218,-415.63348],"_peDist":68.91455,"_peObstacles":[]}]],[57,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3383.4072,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[59,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3383.4072,-353.4113],"_peDist":62.2222,"_peObstacles":[]}]],[72,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3314.493,-415.63348],"_peDist":68.91431,"_peObstacles":[]}]]]]],[59,[[[34,[{"_peStart":[-3452.3218,-353.4113],"_peEnd":[-3383.4072,-353.4113],"_peDist":68.91455,"_peObstacles":[]}]],[58,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3383.4072,-353.4113],"_peDist":62.2222,"_peObstacles":[]}]],[60,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3383.4072,-353.4113],"_peDist":62.22223,"_peObstacles":[]}]],[73,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3383.4072,-353.4113],"_peDist":68.91431,"_peObstacles":[]}]]],[-3383.4072,-353.4113],[[34,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3452.3218,-353.4113],"_peDist":68.91455,"_peObstacles":[]}]],[58,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3383.4072,-415.63348],"_peDist":62.2222,"_peObstacles":[]}]],[60,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3383.4072,-291.18906],"_peDist":62.22223,"_peObstacles":[]}]],[73,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3314.493,-353.41125],"_peDist":68.91431,"_peObstacles":[]}]]]]],[60,[[[35,[{"_peStart":[-3452.3218,-291.18906],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91455,"_peObstacles":[]}]],[59,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3383.4072,-291.18906],"_peDist":62.22223,"_peObstacles":[]}]],[61,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3383.4072,-291.18906],"_peDist":62.2222,"_peObstacles":[]}]],[74,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":["BlockObstacle"]}]]],[-3383.4072,-291.18906],[[35,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3452.3218,-291.18906],"_peDist":68.91455,"_peObstacles":[]}]],[59,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3383.4072,-353.4113],"_peDist":62.22223,"_peObstacles":[]}]],[61,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3383.4072,-228.96686],"_peDist":62.2222,"_peObstacles":[]}]],[74,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":["BlockObstacle"]}]]]]],[61,[[[36,[{"_peStart":[-3452.3218,-228.96686],"_peEnd":[-3383.4072,-228.96686],"_peDist":68.91455,"_peObstacles":[]}]],[50,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3383.4072,-228.96686],"_peDist":62.22223,"_peObstacles":[]}]],[60,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3383.4072,-228.96686],"_peDist":62.2222,"_peObstacles":[]}]],[75,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3383.4072,-228.96686],"_peDist":68.91431,"_peObstacles":[]}]]],[-3383.4072,-228.96686],[[36,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3452.3218,-228.96686],"_peDist":68.91455,"_peObstacles":[]}]],[50,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3383.4075,-166.74463],"_peDist":62.22223,"_peObstacles":[]}]],[60,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3383.4072,-291.18906],"_peDist":62.2222,"_peObstacles":[]}]],[75,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3314.493,-228.96683],"_peDist":68.91431,"_peObstacles":[]}]]]]],[62,[[[48,[{"_peStart":[-3390.0994,-802.04],"_peEnd":[-3327.8772,-802.04],"_peDist":62.222168,"_peObstacles":[]}]],[63,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3327.8772,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[67,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3327.8772,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[99,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3327.8772,-802.04],"_peDist":62.222412,"_peObstacles":[]}]]],[-3327.8772,-802.04],[[48,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3390.0994,-802.04],"_peDist":62.222168,"_peObstacles":[]}]],[63,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3327.8772,-732.17004],"_peDist":69.869934,"_peObstacles":[]}]],[67,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3327.877,-871.9099],"_peDist":69.869934,"_peObstacles":[]}]],[99,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3265.6548,-802.0399],"_peDist":62.222412,"_peObstacles":[]}]]]]],[63,[[[49,[{"_peStart":[-3390.0994,-732.17004],"_peEnd":[-3327.8772,-732.17004],"_peDist":62.222168,"_peObstacles":[]}]],[62,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3327.8772,-732.17004],"_peDist":69.869934,"_peObstacles":[]}]],[64,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3327.8772,-732.17004],"_peDist":69.869934,"_peObstacles":[]}]],[94,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3327.8772,-732.17004],"_peDist":62.222168,"_peObstacles":[]}]]],[-3327.8772,-732.17004],[[49,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3390.0994,-732.17004],"_peDist":62.222168,"_peObstacles":[]}]],[62,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3327.8772,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[64,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3327.8772,-662.3001],"_peDist":69.869934,"_peObstacles":[]}]],[94,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3265.655,-732.17],"_peDist":62.222168,"_peObstacles":[]}]]]]],[64,[[[44,[{"_peStart":[-3390.0996,-662.3002],"_peEnd":[-3327.8772,-662.3001],"_peDist":62.222412,"_peObstacles":[]}]],[63,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3327.8772,-662.3001],"_peDist":69.869934,"_peObstacles":[]}]],[65,[{"_peStart":[-3327.8772,-642.3001],"_peEnd":[-3327.8772,-662.3001],"_peDist":20.0,"_peObstacles":[]}]],[95,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3327.8772,-662.3001],"_peDist":62.222168,"_peObstacles":[]}]]],[-3327.8772,-662.3001],[[44,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3390.0996,-662.3002],"_peDist":62.222412,"_peObstacles":[]}]],[63,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3327.8772,-732.17004],"_peDist":69.869934,"_peObstacles":[]}]],[65,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3327.8772,-642.3001],"_peDist":20.0,"_peObstacles":[]}]],[95,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3265.655,-662.30005],"_peDist":62.222168,"_peObstacles":[]}]]]]],[65,[[[64,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3327.8772,-642.3001],"_peDist":20.0,"_peObstacles":[]}]]],[-3327.8772,-642.3001],[[64,[{"_peStart":[-3327.8772,-642.3001],"_peEnd":[-3327.8772,-662.3001],"_peDist":20.0,"_peObstacles":[]}]]]]],[66,[[[67,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3327.877,-891.90985],"_peDist":19.999939,"_peObstacles":[]}]]],[-3327.877,-891.90985],[[67,[{"_peStart":[-3327.877,-891.90985],"_peEnd":[-3327.877,-871.9099],"_peDist":19.999939,"_peObstacles":[]}]]]]],[67,[[[47,[{"_peStart":[-3390.0994,-871.9099],"_peEnd":[-3327.877,-871.9099],"_peDist":62.222412,"_peObstacles":["BlockObstacle"]}]],[62,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3327.877,-871.9099],"_peDist":69.869934,"_peObstacles":[]}]],[66,[{"_peStart":[-3327.877,-891.90985],"_peEnd":[-3327.877,-871.9099],"_peDist":19.999939,"_peObstacles":[]}]],[98,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3327.877,-871.9099],"_peDist":62.222168,"_peObstacles":[]}]]],[-3327.877,-871.9099],[[47,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3390.0994,-871.9099],"_peDist":62.222412,"_peObstacles":["BlockObstacle"]}]],[62,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3327.8772,-802.04],"_peDist":69.869934,"_peObstacles":[]}]],[66,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3327.877,-891.90985],"_peDist":19.999939,"_peObstacles":[]}]],[98,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3265.6548,-871.90985],"_peDist":62.222168,"_peObstacles":[]}]]]]],[68,[[[69,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3314.493,-622.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-622.3002],[[69,[{"_peStart":[-3314.493,-622.3002],"_peEnd":[-3314.493,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[69,[[[55,[{"_peStart":[-3383.4072,-602.3002],"_peEnd":[-3314.493,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]],[68,[{"_peStart":[-3314.493,-622.3002],"_peEnd":[-3314.493,-602.3002],"_peDist":20.0,"_peObstacles":[]}]],[70,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3314.493,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[84,[{"_peStart":[-3294.493,-602.3002],"_peEnd":[-3314.493,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-602.3002],[[55,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3383.4072,-602.3002],"_peDist":68.91431,"_peObstacles":[]}]],[68,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3314.493,-622.3002],"_peDist":20.0,"_peObstacles":[]}]],[70,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3314.493,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[84,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3294.493,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[70,[[[56,[{"_peStart":[-3383.4072,-540.07794],"_peEnd":[-3314.493,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]],[69,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3314.493,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[71,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3314.493,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[85,[{"_peStart":[-3294.493,-540.07794],"_peEnd":[-3314.493,-540.07794],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-540.07794],[[56,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3383.4072,-540.07794],"_peDist":68.91431,"_peObstacles":[]}]],[69,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3314.493,-602.3002],"_peDist":62.22223,"_peObstacles":[]}]],[71,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3314.493,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[85,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3294.493,-540.07794],"_peDist":20.0,"_peObstacles":[]}]]]]],[71,[[[57,[{"_peStart":[-3383.4072,-477.8557],"_peEnd":[-3314.493,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]],[70,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3314.493,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[72,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3314.493,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[86,[{"_peStart":[-3294.493,-477.8557],"_peEnd":[-3314.493,-477.8557],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-477.8557],[[57,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3383.4072,-477.8557],"_peDist":68.91431,"_peObstacles":[]}]],[70,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3314.493,-540.07794],"_peDist":62.22223,"_peObstacles":[]}]],[72,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3314.493,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[86,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3294.493,-477.8557],"_peDist":20.0,"_peObstacles":[]}]]]]],[72,[[[58,[{"_peStart":[-3383.4072,-415.63348],"_peEnd":[-3314.493,-415.63348],"_peDist":68.91431,"_peObstacles":[]}]],[71,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3314.493,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[73,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3314.493,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[87,[{"_peStart":[-3294.493,-415.63348],"_peEnd":[-3314.493,-415.63348],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-415.63348],[[58,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3383.4072,-415.63348],"_peDist":68.91431,"_peObstacles":[]}]],[71,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3314.493,-477.8557],"_peDist":62.22223,"_peObstacles":[]}]],[73,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3314.493,-353.41125],"_peDist":62.22223,"_peObstacles":[]}]],[87,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3294.493,-415.63348],"_peDist":20.0,"_peObstacles":[]}]]]]],[73,[[[59,[{"_peStart":[-3383.4072,-353.4113],"_peEnd":[-3314.493,-353.41125],"_peDist":68.91431,"_peObstacles":[]}]],[72,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3314.493,-353.41125],"_peDist":62.22223,"_peObstacles":[]}]],[74,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-353.41125],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[88,[{"_peStart":[-3294.493,-353.41125],"_peEnd":[-3314.493,-353.41125],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-353.41125],[[59,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3383.4072,-353.4113],"_peDist":68.91431,"_peObstacles":[]}]],[72,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3314.493,-415.63348],"_peDist":62.22223,"_peObstacles":[]}]],[74,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3314.493,-291.18903],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[88,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3294.493,-353.41125],"_peDist":20.0,"_peObstacles":[]}]]]]],[74,[[[60,[{"_peStart":[-3383.4072,-291.18906],"_peEnd":[-3314.493,-291.18903],"_peDist":68.91431,"_peObstacles":["BlockObstacle"]}]],[73,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3314.493,-291.18903],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[75,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3314.493,-291.18903],"_peDist":62.2222,"_peObstacles":["BlockObstacle"]}]],[89,[{"_peStart":[-3294.493,-291.18903],"_peEnd":[-3314.493,-291.18903],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]]],[-3314.493,-291.18903],[[60,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3383.4072,-291.18906],"_peDist":68.91431,"_peObstacles":["BlockObstacle"]}]],[73,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-353.41125],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[75,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-228.96683],"_peDist":62.2222,"_peObstacles":["BlockObstacle"]}]],[89,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3294.493,-291.18903],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]]]]],[75,[[[61,[{"_peStart":[-3383.4072,-228.96686],"_peEnd":[-3314.493,-228.96683],"_peDist":68.91431,"_peObstacles":[]}]],[74,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3314.493,-228.96683],"_peDist":62.2222,"_peObstacles":["BlockObstacle"]}]],[76,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3314.493,-228.96683],"_peDist":62.22223,"_peObstacles":[]}]],[90,[{"_peStart":[-3294.493,-228.96683],"_peEnd":[-3314.493,-228.96683],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-228.96683],[[61,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3383.4072,-228.96686],"_peDist":68.91431,"_peObstacles":[]}]],[74,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3314.493,-291.18903],"_peDist":62.2222,"_peObstacles":["BlockObstacle"]}]],[76,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3314.493,-166.7446],"_peDist":62.22223,"_peObstacles":[]}]],[90,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3294.493,-228.96683],"_peDist":20.0,"_peObstacles":[]}]]]]],[76,[[[50,[{"_peStart":[-3383.4075,-166.74463],"_peEnd":[-3314.493,-166.7446],"_peDist":68.91455,"_peObstacles":[]}]],[75,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3314.493,-166.7446],"_peDist":62.22223,"_peObstacles":[]}]],[77,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3314.493,-166.7446],"_peDist":62.2222,"_peObstacles":[]}]],[91,[{"_peStart":[-3294.493,-166.7446],"_peEnd":[-3314.493,-166.7446],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-166.7446],[[50,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3383.4075,-166.74463],"_peDist":68.91455,"_peObstacles":[]}]],[75,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3314.493,-228.96683],"_peDist":62.22223,"_peObstacles":[]}]],[77,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3314.493,-104.5224],"_peDist":62.2222,"_peObstacles":[]}]],[91,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3294.493,-166.7446],"_peDist":20.0,"_peObstacles":[]}]]]]],[77,[[[51,[{"_peStart":[-3383.4075,-104.5224],"_peEnd":[-3314.493,-104.5224],"_peDist":68.91455,"_peObstacles":[]}]],[76,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3314.493,-104.5224],"_peDist":62.2222,"_peObstacles":[]}]],[78,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3314.493,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[92,[{"_peStart":[-3294.493,-104.5224],"_peEnd":[-3314.493,-104.5224],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-104.5224],[[51,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3383.4075,-104.5224],"_peDist":68.91455,"_peObstacles":[]}]],[76,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3314.493,-166.7446],"_peDist":62.2222,"_peObstacles":[]}]],[78,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3314.493,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[92,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3294.493,-104.5224],"_peDist":20.0,"_peObstacles":[]}]]]]],[78,[[[52,[{"_peStart":[-3383.4075,-42.30017],"_peEnd":[-3314.493,-42.30017],"_peDist":68.91455,"_peObstacles":[]}]],[77,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3314.493,-42.30017],"_peDist":62.22223,"_peObstacles":[]}]],[79,[{"_peStart":[-3314.493,-22.30017],"_peEnd":[-3314.493,-42.30017],"_peDist":20.0,"_peObstacles":[]}]],[93,[{"_peStart":[-3294.493,-42.30017],"_peEnd":[-3314.493,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]],[-3314.493,-42.30017],[[52,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3383.4075,-42.30017],"_peDist":68.91455,"_peObstacles":[]}]],[77,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3314.493,-104.5224],"_peDist":62.22223,"_peObstacles":[]}]],[79,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3314.493,-22.30017],"_peDist":20.0,"_peObstacles":[]}]],[93,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3294.493,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]]]],[79,[[[78,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3314.493,-22.30017],"_peDist":20.0,"_peObstacles":[]}]],[80,[{"_peStart":[-3314.493,7.699831],"_peEnd":[-3314.493,-22.30017],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]],[-3314.493,-22.30017],[[78,[{"_peStart":[-3314.493,-22.30017],"_peEnd":[-3314.493,-42.30017],"_peDist":20.0,"_peObstacles":[]}]],[80,[{"_peStart":[-3314.493,-22.30017],"_peEnd":[-3314.493,7.699831],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]]]],[80,[[[79,[{"_peStart":[-3314.493,-22.30017],"_peEnd":[-3314.493,7.699831],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[81,[{"_peStart":[-3314.493,57.699833],"_peEnd":[-3314.493,7.699831],"_peDist":50.0,"_peObstacles":[]}]]],[-3314.493,7.699831],[[79,[{"_peStart":[-3314.493,7.699831],"_peEnd":[-3314.493,-22.30017],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[81,[{"_peStart":[-3314.493,7.699831],"_peEnd":[-3314.493,57.699833],"_peDist":50.0,"_peObstacles":[]}]]]]],[81,[[[80,[{"_peStart":[-3314.493,7.699831],"_peEnd":[-3314.493,57.699833],"_peDist":50.0,"_peObstacles":[]}]],[82,[{"_peStart":[-3314.493,67.69983],"_peEnd":[-3314.493,57.699833],"_peDist":9.999996,"_peObstacles":[]}]]],[-3314.493,57.699833],[[80,[{"_peStart":[-3314.493,57.699833],"_peEnd":[-3314.493,7.699831],"_peDist":50.0,"_peObstacles":[]}]],[82,[{"_peStart":[-3314.493,57.699833],"_peEnd":[-3314.493,67.69983],"_peDist":9.999996,"_peObstacles":[]}]]]]],[82,[[[81,[{"_peStart":[-3314.493,57.699833],"_peEnd":[-3314.493,67.69983],"_peDist":9.999996,"_peObstacles":[]}]],[83,[{"_peStart":[-3299.493,93.68061],"_peEnd":[-3314.493,67.69983],"_peDist":30.000017,"_peObstacles":["AutoDoorObstacle"]}]]],[-3314.493,67.69983],[[81,[{"_peStart":[-3314.493,67.69983],"_peEnd":[-3314.493,57.699833],"_peDist":9.999996,"_peObstacles":[]}]],[83,[{"_peStart":[-3314.493,67.69983],"_peEnd":[-3299.493,93.68061],"_peDist":30.000017,"_peObstacles":["AutoDoorObstacle"]}]]]]],[83,[[[82,[{"_peStart":[-3314.493,67.69983],"_peEnd":[-3299.493,93.68061],"_peDist":30.000017,"_peObstacles":["AutoDoorObstacle"]}]]],[-3299.493,93.68061],[[82,[{"_peStart":[-3299.493,93.68061],"_peEnd":[-3314.493,67.69983],"_peDist":30.000017,"_peObstacles":["AutoDoorObstacle"]}]]]]],[84,[[[69,[{"_peStart":[-3314.493,-602.3002],"_peEnd":[-3294.493,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-602.3002],[[69,[{"_peStart":[-3294.493,-602.3002],"_peEnd":[-3314.493,-602.3002],"_peDist":20.0,"_peObstacles":[]}]]]]],[85,[[[70,[{"_peStart":[-3314.493,-540.07794],"_peEnd":[-3294.493,-540.07794],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-540.07794],[[70,[{"_peStart":[-3294.493,-540.07794],"_peEnd":[-3314.493,-540.07794],"_peDist":20.0,"_peObstacles":[]}]]]]],[86,[[[71,[{"_peStart":[-3314.493,-477.8557],"_peEnd":[-3294.493,-477.8557],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-477.8557],[[71,[{"_peStart":[-3294.493,-477.8557],"_peEnd":[-3314.493,-477.8557],"_peDist":20.0,"_peObstacles":[]}]]]]],[87,[[[72,[{"_peStart":[-3314.493,-415.63348],"_peEnd":[-3294.493,-415.63348],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-415.63348],[[72,[{"_peStart":[-3294.493,-415.63348],"_peEnd":[-3314.493,-415.63348],"_peDist":20.0,"_peObstacles":[]}]]]]],[88,[[[73,[{"_peStart":[-3314.493,-353.41125],"_peEnd":[-3294.493,-353.41125],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-353.41125],[[73,[{"_peStart":[-3294.493,-353.41125],"_peEnd":[-3314.493,-353.41125],"_peDist":20.0,"_peObstacles":[]}]]]]],[89,[[[74,[{"_peStart":[-3314.493,-291.18903],"_peEnd":[-3294.493,-291.18903],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]]],[-3294.493,-291.18903],[[74,[{"_peStart":[-3294.493,-291.18903],"_peEnd":[-3314.493,-291.18903],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]]]]],[90,[[[75,[{"_peStart":[-3314.493,-228.96683],"_peEnd":[-3294.493,-228.96683],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-228.96683],[[75,[{"_peStart":[-3294.493,-228.96683],"_peEnd":[-3314.493,-228.96683],"_peDist":20.0,"_peObstacles":[]}]]]]],[91,[[[76,[{"_peStart":[-3314.493,-166.7446],"_peEnd":[-3294.493,-166.7446],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-166.7446],[[76,[{"_peStart":[-3294.493,-166.7446],"_peEnd":[-3314.493,-166.7446],"_peDist":20.0,"_peObstacles":[]}]]]]],[92,[[[77,[{"_peStart":[-3314.493,-104.5224],"_peEnd":[-3294.493,-104.5224],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-104.5224],[[77,[{"_peStart":[-3294.493,-104.5224],"_peEnd":[-3314.493,-104.5224],"_peDist":20.0,"_peObstacles":[]}]]]]],[93,[[[78,[{"_peStart":[-3314.493,-42.30017],"_peEnd":[-3294.493,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]],[-3294.493,-42.30017],[[78,[{"_peStart":[-3294.493,-42.30017],"_peEnd":[-3314.493,-42.30017],"_peDist":20.0,"_peObstacles":[]}]]]]],[94,[[[63,[{"_peStart":[-3327.8772,-732.17004],"_peEnd":[-3265.655,-732.17],"_peDist":62.222168,"_peObstacles":[]}]],[95,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3265.655,-732.17],"_peDist":69.869934,"_peObstacles":[]}]],[99,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3265.655,-732.17],"_peDist":69.869934,"_peObstacles":[]}]],[100,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3265.655,-732.17],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]]],[-3265.655,-732.17],[[63,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3327.8772,-732.17004],"_peDist":62.222168,"_peObstacles":[]}]],[95,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3265.655,-662.30005],"_peDist":69.869934,"_peObstacles":[]}]],[99,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3265.6548,-802.0399],"_peDist":69.869934,"_peObstacles":[]}]],[100,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3203.4329,-732.1699],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]]]]],[95,[[[64,[{"_peStart":[-3327.8772,-662.3001],"_peEnd":[-3265.655,-662.30005],"_peDist":62.222168,"_peObstacles":[]}]],[94,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3265.655,-662.30005],"_peDist":69.869934,"_peObstacles":[]}]],[96,[{"_peStart":[-3265.655,-642.30005],"_peEnd":[-3265.655,-662.30005],"_peDist":20.0,"_peObstacles":[]}]],[101,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3265.655,-662.30005],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]]],[-3265.655,-662.30005],[[64,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3327.8772,-662.3001],"_peDist":62.222168,"_peObstacles":[]}]],[94,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3265.655,-732.17],"_peDist":69.869934,"_peObstacles":[]}]],[96,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3265.655,-642.30005],"_peDist":20.0,"_peObstacles":[]}]],[101,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3203.4329,-662.30005],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]]]]],[96,[[[95,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3265.655,-642.30005],"_peDist":20.0,"_peObstacles":[]}]]],[-3265.655,-642.30005],[[95,[{"_peStart":[-3265.655,-642.30005],"_peEnd":[-3265.655,-662.30005],"_peDist":20.0,"_peObstacles":[]}]]]]],[97,[[[98,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3265.6548,-891.90985],"_peDist":20.0,"_peObstacles":[]}]]],[-3265.6548,-891.90985],[[98,[{"_peStart":[-3265.6548,-891.90985],"_peEnd":[-3265.6548,-871.90985],"_peDist":20.0,"_peObstacles":[]}]]]]],[98,[[[67,[{"_peStart":[-3327.877,-871.9099],"_peEnd":[-3265.6548,-871.90985],"_peDist":62.222168,"_peObstacles":[]}]],[97,[{"_peStart":[-3265.6548,-891.90985],"_peEnd":[-3265.6548,-871.90985],"_peDist":20.0,"_peObstacles":[]}]],[99,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3265.6548,-871.90985],"_peDist":69.869934,"_peObstacles":[]}]],[104,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3265.6548,-871.90985],"_peDist":62.222168,"_peObstacles":[]}]]],[-3265.6548,-871.90985],[[67,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3327.877,-871.9099],"_peDist":62.222168,"_peObstacles":[]}]],[97,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3265.6548,-891.90985],"_peDist":20.0,"_peObstacles":[]}]],[99,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3265.6548,-802.0399],"_peDist":69.869934,"_peObstacles":[]}]],[104,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3203.4326,-871.9098],"_peDist":62.222168,"_peObstacles":[]}]]]]],[99,[[[62,[{"_peStart":[-3327.8772,-802.04],"_peEnd":[-3265.6548,-802.0399],"_peDist":62.222412,"_peObstacles":[]}]],[94,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3265.6548,-802.0399],"_peDist":69.869934,"_peObstacles":[]}]],[98,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3265.6548,-802.0399],"_peDist":69.869934,"_peObstacles":[]}]],[105,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3265.6548,-802.0399],"_peDist":62.222168,"_peObstacles":[]}]]],[-3265.6548,-802.0399],[[62,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3327.8772,-802.04],"_peDist":62.222412,"_peObstacles":[]}]],[94,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3265.655,-732.17],"_peDist":69.869934,"_peObstacles":[]}]],[98,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3265.6548,-871.90985],"_peDist":69.869934,"_peObstacles":[]}]],[105,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3203.4326,-802.03986],"_peDist":62.222168,"_peObstacles":[]}]]]]],[100,[[[94,[{"_peStart":[-3265.655,-732.17],"_peEnd":[-3203.4329,-732.1699],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[101,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3203.4329,-732.1699],"_peDist":69.86987,"_peObstacles":[]}]],[105,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3203.4329,-732.1699],"_peDist":69.869934,"_peObstacles":[]}]],[111,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3203.4329,-732.1699],"_peDist":62.222412,"_peObstacles":[]}]]],[-3203.4329,-732.1699],[[94,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3265.655,-732.17],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[101,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3203.4329,-662.30005],"_peDist":69.86987,"_peObstacles":[]}]],[105,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3203.4326,-802.03986],"_peDist":69.869934,"_peObstacles":[]}]],[111,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3141.2104,-732.1699],"_peDist":62.222412,"_peObstacles":[]}]]]]],[101,[[[95,[{"_peStart":[-3265.655,-662.30005],"_peEnd":[-3203.4329,-662.30005],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[100,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3203.4329,-662.30005],"_peDist":69.86987,"_peObstacles":[]}]],[102,[{"_peStart":[-3203.4329,-642.3],"_peEnd":[-3203.4329,-662.30005],"_peDist":20.000061,"_peObstacles":[]}]],[106,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3203.4329,-662.30005],"_peDist":62.222168,"_peObstacles":[]}]]],[-3203.4329,-662.30005],[[95,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3265.655,-662.30005],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[100,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3203.4329,-732.1699],"_peDist":69.86987,"_peObstacles":[]}]],[102,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3203.4329,-642.3],"_peDist":20.000061,"_peObstacles":[]}]],[106,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3141.2107,-662.3],"_peDist":62.222168,"_peObstacles":[]}]]]]],[102,[[[101,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3203.4329,-642.3],"_peDist":20.000061,"_peObstacles":[]}]]],[-3203.4329,-642.3],[[101,[{"_peStart":[-3203.4329,-642.3],"_peEnd":[-3203.4329,-662.30005],"_peDist":20.000061,"_peObstacles":[]}]]]]],[103,[[[104,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3203.4326,-891.9098],"_peDist":20.0,"_peObstacles":[]}]]],[-3203.4326,-891.9098],[[104,[{"_peStart":[-3203.4326,-891.9098],"_peEnd":[-3203.4326,-871.9098],"_peDist":20.0,"_peObstacles":[]}]]]]],[104,[[[98,[{"_peStart":[-3265.6548,-871.90985],"_peEnd":[-3203.4326,-871.9098],"_peDist":62.222168,"_peObstacles":[]}]],[103,[{"_peStart":[-3203.4326,-891.9098],"_peEnd":[-3203.4326,-871.9098],"_peDist":20.0,"_peObstacles":[]}]],[105,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3203.4326,-871.9098],"_peDist":69.869934,"_peObstacles":[]}]],[109,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3203.4326,-871.9098],"_peDist":62.222168,"_peObstacles":[]}]]],[-3203.4326,-871.9098],[[98,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3265.6548,-871.90985],"_peDist":62.222168,"_peObstacles":[]}]],[103,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3203.4326,-891.9098],"_peDist":20.0,"_peObstacles":[]}]],[105,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3203.4326,-802.03986],"_peDist":69.869934,"_peObstacles":[]}]],[109,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3141.2104,-871.9097],"_peDist":62.222168,"_peObstacles":[]}]]]]],[105,[[[99,[{"_peStart":[-3265.6548,-802.0399],"_peEnd":[-3203.4326,-802.03986],"_peDist":62.222168,"_peObstacles":[]}]],[100,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3203.4326,-802.03986],"_peDist":69.869934,"_peObstacles":[]}]],[104,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3203.4326,-802.03986],"_peDist":69.869934,"_peObstacles":[]}]],[110,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3203.4326,-802.03986],"_peDist":62.222168,"_peObstacles":[]}]]],[-3203.4326,-802.03986],[[99,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3265.6548,-802.0399],"_peDist":62.222168,"_peObstacles":[]}]],[100,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3203.4329,-732.1699],"_peDist":69.869934,"_peObstacles":[]}]],[104,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3203.4326,-871.9098],"_peDist":69.869934,"_peObstacles":[]}]],[110,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3141.2104,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]]]]],[106,[[[101,[{"_peStart":[-3203.4329,-662.30005],"_peEnd":[-3141.2107,-662.3],"_peDist":62.222168,"_peObstacles":[]}]],[107,[{"_peStart":[-3141.2107,-642.2999],"_peEnd":[-3141.2107,-662.3],"_peDist":20.000061,"_peObstacles":[]}]],[111,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3141.2107,-662.3],"_peDist":69.869934,"_peObstacles":[]}]],[116,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3141.2107,-662.3],"_peDist":62.222412,"_peObstacles":[]}]]],[-3141.2107,-662.3],[[101,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3203.4329,-662.30005],"_peDist":62.222168,"_peObstacles":[]}]],[107,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3141.2107,-642.2999],"_peDist":20.000061,"_peObstacles":[]}]],[111,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3141.2104,-732.1699],"_peDist":69.869934,"_peObstacles":[]}]],[116,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3078.9883,-662.2999],"_peDist":62.222412,"_peObstacles":[]}]]]]],[107,[[[106,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3141.2107,-642.2999],"_peDist":20.000061,"_peObstacles":[]}]]],[-3141.2107,-642.2999],[[106,[{"_peStart":[-3141.2107,-642.2999],"_peEnd":[-3141.2107,-662.3],"_peDist":20.000061,"_peObstacles":[]}]]]]],[108,[[[109,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3141.2104,-891.9097],"_peDist":20.0,"_peObstacles":[]}]]],[-3141.2104,-891.9097],[[109,[{"_peStart":[-3141.2104,-891.9097],"_peEnd":[-3141.2104,-871.9097],"_peDist":20.0,"_peObstacles":[]}]]]]],[109,[[[104,[{"_peStart":[-3203.4326,-871.9098],"_peEnd":[-3141.2104,-871.9097],"_peDist":62.222168,"_peObstacles":[]}]],[108,[{"_peStart":[-3141.2104,-891.9097],"_peEnd":[-3141.2104,-871.9097],"_peDist":20.0,"_peObstacles":[]}]],[110,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3141.2104,-871.9097],"_peDist":69.869934,"_peObstacles":[]}]],[113,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3141.2104,-871.9097],"_peDist":62.222168,"_peObstacles":[]}]]],[-3141.2104,-871.9097],[[104,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3203.4326,-871.9098],"_peDist":62.222168,"_peObstacles":[]}]],[108,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3141.2104,-891.9097],"_peDist":20.0,"_peObstacles":[]}]],[110,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3141.2104,-802.0398],"_peDist":69.869934,"_peObstacles":[]}]],[113,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3078.9883,-871.90967],"_peDist":62.222168,"_peObstacles":[]}]]]]],[110,[[[105,[{"_peStart":[-3203.4326,-802.03986],"_peEnd":[-3141.2104,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]],[109,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3141.2104,-802.0398],"_peDist":69.869934,"_peObstacles":[]}]],[111,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3141.2104,-802.0398],"_peDist":69.86987,"_peObstacles":[]}]],[114,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3141.2104,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]]],[-3141.2104,-802.0398],[[105,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3203.4326,-802.03986],"_peDist":62.222168,"_peObstacles":[]}]],[109,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3141.2104,-871.9097],"_peDist":69.869934,"_peObstacles":[]}]],[111,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3141.2104,-732.1699],"_peDist":69.86987,"_peObstacles":[]}]],[114,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3078.9883,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]]]]],[111,[[[100,[{"_peStart":[-3203.4329,-732.1699],"_peEnd":[-3141.2104,-732.1699],"_peDist":62.222412,"_peObstacles":[]}]],[106,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3141.2104,-732.1699],"_peDist":69.869934,"_peObstacles":[]}]],[110,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3141.2104,-732.1699],"_peDist":69.86987,"_peObstacles":[]}]],[115,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3141.2104,-732.1699],"_peDist":62.222168,"_peObstacles":[]}]]],[-3141.2104,-732.1699],[[100,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3203.4329,-732.1699],"_peDist":62.222412,"_peObstacles":[]}]],[106,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3141.2107,-662.3],"_peDist":69.869934,"_peObstacles":[]}]],[110,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3141.2104,-802.0398],"_peDist":69.86987,"_peObstacles":[]}]],[115,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3078.9883,-732.16986],"_peDist":62.222168,"_peObstacles":[]}]]]]],[112,[[[113,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3078.9883,-891.90967],"_peDist":20.0,"_peObstacles":[]}]]],[-3078.9883,-891.90967],[[113,[{"_peStart":[-3078.9883,-891.90967],"_peEnd":[-3078.9883,-871.90967],"_peDist":20.0,"_peObstacles":[]}]]]]],[113,[[[109,[{"_peStart":[-3141.2104,-871.9097],"_peEnd":[-3078.9883,-871.90967],"_peDist":62.222168,"_peObstacles":[]}]],[112,[{"_peStart":[-3078.9883,-891.90967],"_peEnd":[-3078.9883,-871.90967],"_peDist":20.0,"_peObstacles":[]}]],[114,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3078.9883,-871.90967],"_peDist":69.86987,"_peObstacles":[]}]],[119,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-3078.9883,-871.90967],"_peDist":62.222168,"_peObstacles":[]}]]],[-3078.9883,-871.90967],[[109,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3141.2104,-871.9097],"_peDist":62.222168,"_peObstacles":[]}]],[112,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3078.9883,-891.90967],"_peDist":20.0,"_peObstacles":[]}]],[114,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3078.9883,-802.0398],"_peDist":69.86987,"_peObstacles":[]}]],[119,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3016.766,-871.90967],"_peDist":62.222168,"_peObstacles":[]}]]]]],[114,[[[110,[{"_peStart":[-3141.2104,-802.0398],"_peEnd":[-3078.9883,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]],[113,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3078.9883,-802.0398],"_peDist":69.86987,"_peObstacles":[]}]],[115,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3078.9883,-802.0398],"_peDist":69.869934,"_peObstacles":[]}]],[120,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-3078.9883,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]]],[-3078.9883,-802.0398],[[110,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3141.2104,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]],[113,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3078.9883,-871.90967],"_peDist":69.86987,"_peObstacles":[]}]],[115,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3078.9883,-732.16986],"_peDist":69.869934,"_peObstacles":[]}]],[120,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3016.766,-802.03973],"_peDist":62.222168,"_peObstacles":[]}]]]]],[115,[[[111,[{"_peStart":[-3141.2104,-732.1699],"_peEnd":[-3078.9883,-732.16986],"_peDist":62.222168,"_peObstacles":[]}]],[114,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3078.9883,-732.16986],"_peDist":69.869934,"_peObstacles":[]}]],[116,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3078.9883,-732.16986],"_peDist":69.869934,"_peObstacles":[]}]],[121,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-3078.9883,-732.16986],"_peDist":62.222168,"_peObstacles":[]}]]],[-3078.9883,-732.16986],[[111,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3141.2104,-732.1699],"_peDist":62.222168,"_peObstacles":[]}]],[114,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3078.9883,-802.0398],"_peDist":69.869934,"_peObstacles":[]}]],[116,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3078.9883,-662.2999],"_peDist":69.869934,"_peObstacles":[]}]],[121,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3016.766,-732.1698],"_peDist":62.222168,"_peObstacles":[]}]]]]],[116,[[[106,[{"_peStart":[-3141.2107,-662.3],"_peEnd":[-3078.9883,-662.2999],"_peDist":62.222412,"_peObstacles":[]}]],[115,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3078.9883,-662.2999],"_peDist":69.869934,"_peObstacles":[]}]],[117,[{"_peStart":[-3078.9883,-642.2999],"_peEnd":[-3078.9883,-662.2999],"_peDist":20.0,"_peObstacles":[]}]],[122,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-3078.9883,-662.2999],"_peDist":62.222168,"_peObstacles":[]}]]],[-3078.9883,-662.2999],[[106,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3141.2107,-662.3],"_peDist":62.222412,"_peObstacles":[]}]],[115,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3078.9883,-732.16986],"_peDist":69.869934,"_peObstacles":[]}]],[117,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3078.9883,-642.2999],"_peDist":20.0,"_peObstacles":[]}]],[122,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3016.766,-662.29987],"_peDist":62.222168,"_peObstacles":[]}]]]]],[117,[[[116,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3078.9883,-642.2999],"_peDist":20.0,"_peObstacles":[]}]]],[-3078.9883,-642.2999],[[116,[{"_peStart":[-3078.9883,-642.2999],"_peEnd":[-3078.9883,-662.2999],"_peDist":20.0,"_peObstacles":[]}]]]]],[118,[[[125,[{"_peStart":[-3000.307,151.88625],"_peEnd":[-3026.2878,166.88617],"_peDist":30.00013,"_peObstacles":["DoorObstacle"]}]]],[-3026.2878,166.88617],[[125,[{"_peStart":[-3026.2878,166.88617],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":["DoorObstacle"]}]]]]],[119,[[[113,[{"_peStart":[-3078.9883,-871.90967],"_peEnd":[-3016.766,-871.90967],"_peDist":62.222168,"_peObstacles":[]}]],[120,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-3016.766,-871.90967],"_peDist":69.869934,"_peObstacles":[]}]],[124,[{"_peStart":[-3016.7659,-891.90967],"_peEnd":[-3016.766,-871.90967],"_peDist":20.0,"_peObstacles":[]}]],[132,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-3016.766,-871.90967],"_peDist":62.222412,"_peObstacles":[]}]]],[-3016.766,-871.90967],[[113,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-3078.9883,-871.90967],"_peDist":62.222168,"_peObstacles":[]}]],[120,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-3016.766,-802.03973],"_peDist":69.869934,"_peObstacles":[]}]],[124,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-3016.7659,-891.90967],"_peDist":20.0,"_peObstacles":[]}]],[132,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-2954.5437,-871.9096],"_peDist":62.222412,"_peObstacles":[]}]]]]],[120,[[[114,[{"_peStart":[-3078.9883,-802.0398],"_peEnd":[-3016.766,-802.03973],"_peDist":62.222168,"_peObstacles":[]}]],[119,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-3016.766,-802.03973],"_peDist":69.869934,"_peObstacles":[]}]],[121,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-3016.766,-802.03973],"_peDist":69.869934,"_peObstacles":[]}]],[127,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-3016.766,-802.03973],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]]],[-3016.766,-802.03973],[[114,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-3078.9883,-802.0398],"_peDist":62.222168,"_peObstacles":[]}]],[119,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-3016.766,-871.90967],"_peDist":69.869934,"_peObstacles":[]}]],[121,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-3016.766,-732.1698],"_peDist":69.869934,"_peObstacles":[]}]],[127,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-2954.544,-802.0397],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]]]]],[121,[[[115,[{"_peStart":[-3078.9883,-732.16986],"_peEnd":[-3016.766,-732.1698],"_peDist":62.222168,"_peObstacles":[]}]],[120,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-3016.766,-732.1698],"_peDist":69.869934,"_peObstacles":[]}]],[122,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-3016.766,-732.1698],"_peDist":69.869934,"_peObstacles":[]}]],[128,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-3016.766,-732.1698],"_peDist":62.222168,"_peObstacles":[]}]]],[-3016.766,-732.1698],[[115,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-3078.9883,-732.16986],"_peDist":62.222168,"_peObstacles":[]}]],[120,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-3016.766,-802.03973],"_peDist":69.869934,"_peObstacles":[]}]],[122,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-3016.766,-662.29987],"_peDist":69.869934,"_peObstacles":[]}]],[128,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-2954.544,-732.16974],"_peDist":62.222168,"_peObstacles":[]}]]]]],[122,[[[116,[{"_peStart":[-3078.9883,-662.2999],"_peEnd":[-3016.766,-662.29987],"_peDist":62.222168,"_peObstacles":[]}]],[121,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-3016.766,-662.29987],"_peDist":69.869934,"_peObstacles":[]}]],[123,[{"_peStart":[-3016.766,-642.29987],"_peEnd":[-3016.766,-662.29987],"_peDist":20.0,"_peObstacles":[]}]],[129,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-3016.766,-662.29987],"_peDist":62.222168,"_peObstacles":[]}]]],[-3016.766,-662.29987],[[116,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-3078.9883,-662.2999],"_peDist":62.222168,"_peObstacles":[]}]],[121,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-3016.766,-732.1698],"_peDist":69.869934,"_peObstacles":[]}]],[123,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-3016.766,-642.29987],"_peDist":20.0,"_peObstacles":[]}]],[129,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-2954.544,-662.2998],"_peDist":62.222168,"_peObstacles":[]}]]]]],[123,[[[122,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-3016.766,-642.29987],"_peDist":20.0,"_peObstacles":[]}]]],[-3016.766,-642.29987],[[122,[{"_peStart":[-3016.766,-642.29987],"_peEnd":[-3016.766,-662.29987],"_peDist":20.0,"_peObstacles":[]}]]]]],[124,[[[119,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-3016.7659,-891.90967],"_peDist":20.0,"_peObstacles":[]}]]],[-3016.7659,-891.90967],[[119,[{"_peStart":[-3016.7659,-891.90967],"_peEnd":[-3016.766,-871.90967],"_peDist":20.0,"_peObstacles":[]}]]]]],[125,[[[118,[{"_peStart":[-3026.2878,166.88617],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":["DoorObstacle"]}]],[126,[{"_peStart":[-2974.326,136.88632],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]]],[-3000.307,151.88625],[[118,[{"_peStart":[-3000.307,151.88625],"_peEnd":[-3026.2878,166.88617],"_peDist":30.00013,"_peObstacles":["DoorObstacle"]}]],[126,[{"_peStart":[-3000.307,151.88625],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]]]]],[126,[[[125,[{"_peStart":[-3000.307,151.88625],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]],[133,[{"_peStart":[-2948.345,121.8864],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]]],[-2974.326,136.88632],[[125,[{"_peStart":[-2974.326,136.88632],"_peEnd":[-3000.307,151.88625],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]],[133,[{"_peStart":[-2974.326,136.88632],"_peEnd":[-2948.345,121.8864],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]]]]],[127,[[[120,[{"_peStart":[-3016.766,-802.03973],"_peEnd":[-2954.544,-802.0397],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[128,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-2954.544,-802.0397],"_peDist":69.869934,"_peObstacles":["BlockObstacle"]}]],[132,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-2954.544,-802.0397],"_peDist":69.869934,"_peObstacles":[]}]],[142,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2954.544,-802.0397],"_peDist":62.222412,"_peObstacles":[]}]]],[-2954.544,-802.0397],[[120,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-3016.766,-802.03973],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[128,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-2954.544,-732.16974],"_peDist":69.869934,"_peObstacles":["BlockObstacle"]}]],[132,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-2954.5437,-871.9096],"_peDist":69.869934,"_peObstacles":[]}]],[142,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-2892.3215,-802.0396],"_peDist":62.222412,"_peObstacles":[]}]]]]],[128,[[[121,[{"_peStart":[-3016.766,-732.1698],"_peEnd":[-2954.544,-732.16974],"_peDist":62.222168,"_peObstacles":[]}]],[127,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-2954.544,-732.16974],"_peDist":69.869934,"_peObstacles":["BlockObstacle"]}]],[129,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-2954.544,-732.16974],"_peDist":69.869934,"_peObstacles":[]}]],[143,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2954.544,-732.16974],"_peDist":62.222412,"_peObstacles":[]}]]],[-2954.544,-732.16974],[[121,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-3016.766,-732.1698],"_peDist":62.222168,"_peObstacles":[]}]],[127,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-2954.544,-802.0397],"_peDist":69.869934,"_peObstacles":["BlockObstacle"]}]],[129,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-2954.544,-662.2998],"_peDist":69.869934,"_peObstacles":[]}]],[143,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-2892.3215,-732.1697],"_peDist":62.222412,"_peObstacles":[]}]]]]],[129,[[[122,[{"_peStart":[-3016.766,-662.29987],"_peEnd":[-2954.544,-662.2998],"_peDist":62.222168,"_peObstacles":[]}]],[128,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-2954.544,-662.2998],"_peDist":69.869934,"_peObstacles":[]}]],[130,[{"_peStart":[-2954.544,-642.2998],"_peEnd":[-2954.544,-662.2998],"_peDist":20.0,"_peObstacles":[]}]],[138,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2954.544,-662.2998],"_peDist":62.222168,"_peObstacles":[]}]]],[-2954.544,-662.2998],[[122,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-3016.766,-662.29987],"_peDist":62.222168,"_peObstacles":[]}]],[128,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-2954.544,-732.16974],"_peDist":69.869934,"_peObstacles":[]}]],[130,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-2954.544,-642.2998],"_peDist":20.0,"_peObstacles":[]}]],[138,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-2892.3218,-662.2998],"_peDist":62.222168,"_peObstacles":[]}]]]]],[130,[[[129,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-2954.544,-642.2998],"_peDist":20.0,"_peObstacles":[]}]]],[-2954.544,-642.2998],[[129,[{"_peStart":[-2954.544,-642.2998],"_peEnd":[-2954.544,-662.2998],"_peDist":20.0,"_peObstacles":[]}]]]]],[131,[[[132,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-2954.5437,-891.9096],"_peDist":20.0,"_peObstacles":[]}]]],[-2954.5437,-891.9096],[[132,[{"_peStart":[-2954.5437,-891.9096],"_peEnd":[-2954.5437,-871.9096],"_peDist":20.0,"_peObstacles":[]}]]]]],[132,[[[119,[{"_peStart":[-3016.766,-871.90967],"_peEnd":[-2954.5437,-871.9096],"_peDist":62.222412,"_peObstacles":[]}]],[127,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-2954.5437,-871.9096],"_peDist":69.869934,"_peObstacles":[]}]],[131,[{"_peStart":[-2954.5437,-891.9096],"_peEnd":[-2954.5437,-871.9096],"_peDist":20.0,"_peObstacles":[]}]],[141,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2954.5437,-871.9096],"_peDist":62.222168,"_peObstacles":[]}]]],[-2954.5437,-871.9096],[[119,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-3016.766,-871.90967],"_peDist":62.222412,"_peObstacles":[]}]],[127,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-2954.544,-802.0397],"_peDist":69.869934,"_peObstacles":[]}]],[131,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-2954.5437,-891.9096],"_peDist":20.0,"_peObstacles":[]}]],[141,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-2892.3215,-871.90955],"_peDist":62.222168,"_peObstacles":[]}]]]]],[133,[[[126,[{"_peStart":[-2974.326,136.88632],"_peEnd":[-2948.345,121.8864],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]],[136,[{"_peStart":[-2905.0437,96.88653],"_peEnd":[-2948.345,121.8864],"_peDist":49.999935,"_peObstacles":[]}]]],[-2948.345,121.8864],[[126,[{"_peStart":[-2948.345,121.8864],"_peEnd":[-2974.326,136.88632],"_peDist":30.00013,"_peObstacles":["AutoDoorObstacle"]}]],[136,[{"_peStart":[-2948.345,121.8864],"_peEnd":[-2905.0437,96.88653],"_peDist":49.999935,"_peObstacles":[]}]]]]],[134,[[[144,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2908.2095,16.248486],"_peDist":80.00627,"_peObstacles":[]}]],[146,[{"_peStart":[-2872.8542,77.48579],"_peEnd":[-2908.2095,16.248486],"_peDist":70.71067,"_peObstacles":[]}]],[175,[{"_peStart":[-2825.759,17.63562],"_peEnd":[-2908.2095,16.248486],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]]],[-2908.2095,16.248486],[[144,[{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2886.5378,-60.766727],"_peDist":80.00627,"_peObstacles":[]}]],[146,[{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2872.8542,77.48579],"_peDist":70.71067,"_peObstacles":[]}]],[175,[{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2825.759,17.63562],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]]]]],[135,[[[144,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2905.8564,-65.94314],"_peDist":20.000092,"_peObstacles":[]}]]],[-2905.8564,-65.94314],[[144,[{"_peStart":[-2905.8564,-65.94314],"_peEnd":[-2886.5378,-60.766727],"_peDist":20.000092,"_peObstacles":[]}]]]]],[136,[[[133,[{"_peStart":[-2948.345,121.8864],"_peEnd":[-2905.0437,96.88653],"_peDist":49.999935,"_peObstacles":[]}]],[137,[{"_peStart":[-2896.3835,91.88656],"_peEnd":[-2905.0437,96.88653],"_peDist":9.9999,"_peObstacles":[]}]]],[-2905.0437,96.88653],[[133,[{"_peStart":[-2905.0437,96.88653],"_peEnd":[-2948.345,121.8864],"_peDist":49.999935,"_peObstacles":[]}]],[137,[{"_peStart":[-2905.0437,96.88653],"_peEnd":[-2896.3835,91.88656],"_peDist":9.9999,"_peObstacles":[]}]]]]],[137,[[[136,[{"_peStart":[-2905.0437,96.88653],"_peEnd":[-2896.3835,91.88656],"_peDist":9.9999,"_peObstacles":[]}]],[146,[{"_peStart":[-2872.8542,77.48579],"_peEnd":[-2896.3835,91.88656],"_peDist":27.58641,"_peObstacles":[]}]]],[-2896.3835,91.88656],[[136,[{"_peStart":[-2896.3835,91.88656],"_peEnd":[-2905.0437,96.88653],"_peDist":9.9999,"_peObstacles":[]}]],[146,[{"_peStart":[-2896.3835,91.88656],"_peEnd":[-2872.8542,77.48579],"_peDist":27.58641,"_peObstacles":[]}]]]]],[138,[[[129,[{"_peStart":[-2954.544,-662.2998],"_peEnd":[-2892.3218,-662.2998],"_peDist":62.222168,"_peObstacles":[]}]],[139,[{"_peStart":[-2892.3218,-642.2998],"_peEnd":[-2892.3218,-662.2998],"_peDist":20.0,"_peObstacles":[]}]],[143,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2892.3218,-662.2998],"_peDist":69.86987,"_peObstacles":[]}]],[147,[{"_peStart":[-2872.3218,-662.2998],"_peEnd":[-2892.3218,-662.2998],"_peDist":20.0,"_peObstacles":[]}]]],[-2892.3218,-662.2998],[[129,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2954.544,-662.2998],"_peDist":62.222168,"_peObstacles":[]}]],[139,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2892.3218,-642.2998],"_peDist":20.0,"_peObstacles":[]}]],[143,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2892.3215,-732.1697],"_peDist":69.86987,"_peObstacles":[]}]],[147,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2872.3218,-662.2998],"_peDist":20.0,"_peObstacles":[]}]]]]],[139,[[[138,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2892.3218,-642.2998],"_peDist":20.0,"_peObstacles":[]}]]],[-2892.3218,-642.2998],[[138,[{"_peStart":[-2892.3218,-642.2998],"_peEnd":[-2892.3218,-662.2998],"_peDist":20.0,"_peObstacles":[]}]]]]],[140,[[[141,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2892.3215,-891.90955],"_peDist":20.0,"_peObstacles":[]}]]],[-2892.3215,-891.90955],[[141,[{"_peStart":[-2892.3215,-891.90955],"_peEnd":[-2892.3215,-871.90955],"_peDist":20.0,"_peObstacles":[]}]]]]],[141,[[[132,[{"_peStart":[-2954.5437,-871.9096],"_peEnd":[-2892.3215,-871.90955],"_peDist":62.222168,"_peObstacles":[]}]],[140,[{"_peStart":[-2892.3215,-891.90955],"_peEnd":[-2892.3215,-871.90955],"_peDist":20.0,"_peObstacles":[]}]],[142,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2892.3215,-871.90955],"_peDist":69.869934,"_peObstacles":[]}]],[148,[{"_peStart":[-2872.3215,-871.90955],"_peEnd":[-2892.3215,-871.90955],"_peDist":20.0,"_peObstacles":[]}]]],[-2892.3215,-871.90955],[[132,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2954.5437,-871.9096],"_peDist":62.222168,"_peObstacles":[]}]],[140,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2892.3215,-891.90955],"_peDist":20.0,"_peObstacles":[]}]],[142,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2892.3215,-802.0396],"_peDist":69.869934,"_peObstacles":[]}]],[148,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2872.3215,-871.90955],"_peDist":20.0,"_peObstacles":[]}]]]]],[142,[[[127,[{"_peStart":[-2954.544,-802.0397],"_peEnd":[-2892.3215,-802.0396],"_peDist":62.222412,"_peObstacles":[]}]],[141,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2892.3215,-802.0396],"_peDist":69.869934,"_peObstacles":[]}]],[143,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2892.3215,-802.0396],"_peDist":69.869934,"_peObstacles":[]}]],[149,[{"_peStart":[-2872.3215,-802.0396],"_peEnd":[-2892.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]]],[-2892.3215,-802.0396],[[127,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2954.544,-802.0397],"_peDist":62.222412,"_peObstacles":[]}]],[141,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2892.3215,-871.90955],"_peDist":69.869934,"_peObstacles":[]}]],[143,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2892.3215,-732.1697],"_peDist":69.869934,"_peObstacles":[]}]],[149,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2872.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]]]]],[143,[[[128,[{"_peStart":[-2954.544,-732.16974],"_peEnd":[-2892.3215,-732.1697],"_peDist":62.222412,"_peObstacles":[]}]],[138,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2892.3215,-732.1697],"_peDist":69.86987,"_peObstacles":[]}]],[142,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2892.3215,-732.1697],"_peDist":69.869934,"_peObstacles":[]}]],[150,[{"_peStart":[-2872.3215,-732.1697],"_peEnd":[-2892.3215,-732.1697],"_peDist":20.0,"_peObstacles":[]}]]],[-2892.3215,-732.1697],[[128,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2954.544,-732.16974],"_peDist":62.222412,"_peObstacles":[]}]],[138,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2892.3218,-662.2998],"_peDist":69.86987,"_peObstacles":[]}]],[142,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2892.3215,-802.0396],"_peDist":69.869934,"_peObstacles":[]}]],[150,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2872.3215,-732.1697],"_peDist":20.0,"_peObstacles":[]}]]]]],[144,[[[134,[{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2886.5378,-60.766727],"_peDist":80.00627,"_peObstacles":[]}]],[135,[{"_peStart":[-2905.8564,-65.94314],"_peEnd":[-2886.5378,-60.766727],"_peDist":20.000092,"_peObstacles":[]}]],[145,[{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2886.5378,-60.766727],"_peDist":44.999954,"_peObstacles":[]}]],[178,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2886.5378,-60.766727],"_peDist":79.99989,"_peObstacles":["BlockObstacle"]}]]],[-2886.5378,-60.766727],[[134,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2908.2095,16.248486],"_peDist":80.00627,"_peObstacles":[]}]],[135,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2905.8564,-65.94314],"_peDist":20.000092,"_peObstacles":[]}]],[145,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2874.891,-104.233376],"_peDist":44.999954,"_peObstacles":[]}]],[178,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2809.264,-40.06109],"_peDist":79.99989,"_peObstacles":["BlockObstacle"]}]]]]],[145,[[[144,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2874.891,-104.233376],"_peDist":44.999954,"_peObstacles":[]}]],[151,[{"_peStart":[-2865.8323,-138.04077],"_peEnd":[-2874.891,-104.233376],"_peDist":35.00004,"_peObstacles":[]}]],[178,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2874.891,-104.233376],"_peDist":91.787865,"_peObstacles":["BlockObstacle"]}]]],[-2874.891,-104.233376],[[144,[{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2886.5378,-60.766727],"_peDist":44.999954,"_peObstacles":[]}]],[151,[{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2865.8323,-138.04077],"_peDist":35.00004,"_peObstacles":[]}]],[178,[{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2809.264,-40.06109],"_peDist":91.787865,"_peObstacles":["BlockObstacle"]}]]]]],[146,[[[134,[{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2872.8542,77.48579],"_peDist":70.71067,"_peObstacles":[]}]],[137,[{"_peStart":[-2896.3835,91.88656],"_peEnd":[-2872.8542,77.48579],"_peDist":27.58641,"_peObstacles":[]}]],[162,[{"_peStart":[-2851.641,114.22816],"_peEnd":[-2872.8542,77.48579],"_peDist":42.426395,"_peObstacles":[]}]]],[-2872.8542,77.48579],[[134,[{"_peStart":[-2872.8542,77.48579],"_peEnd":[-2908.2095,16.248486],"_peDist":70.71067,"_peObstacles":[]}]],[137,[{"_peStart":[-2872.8542,77.48579],"_peEnd":[-2896.3835,91.88656],"_peDist":27.58641,"_peObstacles":[]}]],[162,[{"_peStart":[-2872.8542,77.48579],"_peEnd":[-2851.641,114.22816],"_peDist":42.426395,"_peObstacles":[]}]]]]],[147,[[[138,[{"_peStart":[-2892.3218,-662.2998],"_peEnd":[-2872.3218,-662.2998],"_peDist":20.0,"_peObstacles":[]}]]],[-2872.3218,-662.2998],[[138,[{"_peStart":[-2872.3218,-662.2998],"_peEnd":[-2892.3218,-662.2998],"_peDist":20.0,"_peObstacles":[]}]]]]],[148,[[[141,[{"_peStart":[-2892.3215,-871.90955],"_peEnd":[-2872.3215,-871.90955],"_peDist":20.0,"_peObstacles":[]}]]],[-2872.3215,-871.90955],[[141,[{"_peStart":[-2872.3215,-871.90955],"_peEnd":[-2892.3215,-871.90955],"_peDist":20.0,"_peObstacles":[]}]]]]],[149,[[[142,[{"_peStart":[-2892.3215,-802.0396],"_peEnd":[-2872.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]],[158,[{"_peStart":[-2852.3215,-802.0396],"_peEnd":[-2872.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]]],[-2872.3215,-802.0396],[[142,[{"_peStart":[-2872.3215,-802.0396],"_peEnd":[-2892.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]],[158,[{"_peStart":[-2872.3215,-802.0396],"_peEnd":[-2852.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]]]]],[150,[[[143,[{"_peStart":[-2892.3215,-732.1697],"_peEnd":[-2872.3215,-732.1697],"_peDist":20.0,"_peObstacles":[]}]]],[-2872.3215,-732.1697],[[143,[{"_peStart":[-2872.3215,-732.1697],"_peEnd":[-2892.3215,-732.1697],"_peDist":20.0,"_peObstacles":[]}]]]]],[151,[[[145,[{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2865.8323,-138.04077],"_peDist":35.00004,"_peObstacles":[]}]],[179,[{"_peStart":[-2804.595,-173.39603],"_peEnd":[-2865.8323,-138.04077],"_peDist":70.710686,"_peObstacles":[]}]]],[-2865.8323,-138.04077],[[145,[{"_peStart":[-2865.8323,-138.04077],"_peEnd":[-2874.891,-104.233376],"_peDist":35.00004,"_peObstacles":[]}]],[179,[{"_peStart":[-2865.8323,-138.04077],"_peEnd":[-2804.595,-173.39603],"_peDist":70.710686,"_peObstacles":[]}]]]]],[152,[[[164,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2852.3215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-1175.3729],[[164,[{"_peStart":[-2852.3215,-1175.3729],"_peEnd":[-2832.3215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[153,[[[165,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2852.3215,-1113.1508],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-1113.1508],[[165,[{"_peStart":[-2852.3215,-1113.1508],"_peEnd":[-2832.3215,-1113.1508],"_peDist":20.0,"_peObstacles":[]}]]]]],[154,[[[166,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2852.3215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-1050.9285],[[166,[{"_peStart":[-2852.3215,-1050.9285],"_peEnd":[-2832.3215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]]]]],[155,[[[167,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2852.3215,-988.7063],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-988.7063],[[167,[{"_peStart":[-2852.3215,-988.7063],"_peEnd":[-2832.3215,-988.7063],"_peDist":20.0,"_peObstacles":[]}]]]]],[156,[[[168,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2852.3215,-926.484],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-926.484],[[168,[{"_peStart":[-2852.3215,-926.484],"_peEnd":[-2832.3215,-926.484],"_peDist":20.0,"_peObstacles":[]}]]]]],[157,[[[169,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2852.3215,-864.26184],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-864.26184],[[169,[{"_peStart":[-2852.3215,-864.26184],"_peEnd":[-2832.3215,-864.26184],"_peDist":20.0,"_peObstacles":[]}]]]]],[158,[[[149,[{"_peStart":[-2872.3215,-802.0396],"_peEnd":[-2852.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]],[170,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2852.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-802.0396],[[149,[{"_peStart":[-2852.3215,-802.0396],"_peEnd":[-2872.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]],[170,[{"_peStart":[-2852.3215,-802.0396],"_peEnd":[-2832.3215,-802.03955],"_peDist":20.0,"_peObstacles":[]}]]]]],[159,[[[171,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2852.3215,-739.8174],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]]],[-2852.3215,-739.8174],[[171,[{"_peStart":[-2852.3215,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]]]]],[160,[[[172,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2852.3215,-677.59515],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-677.59515],[[172,[{"_peStart":[-2852.3215,-677.59515],"_peEnd":[-2832.3215,-677.59515],"_peDist":20.0,"_peObstacles":[]}]]]]],[161,[[[173,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2852.3215,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2852.3215,-615.3729],[[173,[{"_peStart":[-2852.3215,-615.3729],"_peEnd":[-2832.3215,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[162,[[[146,[{"_peStart":[-2872.8542,77.48579],"_peEnd":[-2851.641,114.22816],"_peDist":42.426395,"_peObstacles":[]}]],[177,[{"_peStart":[-2814.8987,93.01502],"_peEnd":[-2851.641,114.22816],"_peDist":42.426445,"_peObstacles":[]}]]],[-2851.641,114.22816],[[146,[{"_peStart":[-2851.641,114.22816],"_peEnd":[-2872.8542,77.48579],"_peDist":42.426395,"_peObstacles":[]}]],[177,[{"_peStart":[-2851.641,114.22816],"_peEnd":[-2814.8987,93.01502],"_peDist":42.426445,"_peObstacles":[]}]]]]],[163,[[[164,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2832.3215,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2832.3215,-1195.3729],[[164,[{"_peStart":[-2832.3215,-1195.3729],"_peEnd":[-2832.3215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[164,[[[152,[{"_peStart":[-2852.3215,-1175.3729],"_peEnd":[-2832.3215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[163,[{"_peStart":[-2832.3215,-1195.3729],"_peEnd":[-2832.3215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[165,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2832.3215,-1175.3729],"_peDist":62.222168,"_peObstacles":[]}]],[183,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2832.3215,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-1175.3729],[[152,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2852.3215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[163,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2832.3215,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]],[165,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2832.3215,-1113.1508],"_peDist":62.222168,"_peObstacles":[]}]],[183,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2769.1216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]]]]],[165,[[[153,[{"_peStart":[-2852.3215,-1113.1508],"_peEnd":[-2832.3215,-1113.1508],"_peDist":20.0,"_peObstacles":[]}]],[164,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2832.3215,-1113.1508],"_peDist":62.222168,"_peObstacles":[]}]],[166,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2832.3215,-1113.1508],"_peDist":62.22229,"_peObstacles":[]}]],[184,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2832.3215,-1113.1508],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-1113.1508],[[153,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2852.3215,-1113.1508],"_peDist":20.0,"_peObstacles":[]}]],[164,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2832.3215,-1175.3729],"_peDist":62.222168,"_peObstacles":[]}]],[166,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2832.3215,-1050.9285],"_peDist":62.22229,"_peObstacles":[]}]],[184,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2769.1216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]]]]],[166,[[[154,[{"_peStart":[-2852.3215,-1050.9285],"_peEnd":[-2832.3215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]],[165,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2832.3215,-1050.9285],"_peDist":62.22229,"_peObstacles":[]}]],[167,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2832.3215,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[185,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2832.3215,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-1050.9285],[[154,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2852.3215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]],[165,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2832.3215,-1113.1508],"_peDist":62.22229,"_peObstacles":[]}]],[167,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2832.3215,-988.7063],"_peDist":62.222168,"_peObstacles":[]}]],[185,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2769.1216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]]]]],[167,[[[155,[{"_peStart":[-2852.3215,-988.7063],"_peEnd":[-2832.3215,-988.7063],"_peDist":20.0,"_peObstacles":[]}]],[166,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2832.3215,-988.7063],"_peDist":62.222168,"_peObstacles":[]}]],[168,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2832.3215,-988.7063],"_peDist":62.22229,"_peObstacles":[]}]],[186,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2832.3215,-988.7063],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-988.7063],[[155,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2852.3215,-988.7063],"_peDist":20.0,"_peObstacles":[]}]],[166,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2832.3215,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[168,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2832.3215,-926.484],"_peDist":62.22229,"_peObstacles":[]}]],[186,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2769.1216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]]]]],[168,[[[156,[{"_peStart":[-2852.3215,-926.484],"_peEnd":[-2832.3215,-926.484],"_peDist":20.0,"_peObstacles":[]}]],[167,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2832.3215,-926.484],"_peDist":62.22229,"_peObstacles":[]}]],[169,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2832.3215,-926.484],"_peDist":62.222168,"_peObstacles":[]}]],[187,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2832.3215,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-926.484],[[156,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2852.3215,-926.484],"_peDist":20.0,"_peObstacles":[]}]],[167,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2832.3215,-988.7063],"_peDist":62.22229,"_peObstacles":[]}]],[169,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2832.3215,-864.26184],"_peDist":62.222168,"_peObstacles":[]}]],[187,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2769.1216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]]]],[169,[[[157,[{"_peStart":[-2852.3215,-864.26184],"_peEnd":[-2832.3215,-864.26184],"_peDist":20.0,"_peObstacles":[]}]],[168,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2832.3215,-864.26184],"_peDist":62.222168,"_peObstacles":[]}]],[170,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2832.3215,-864.26184],"_peDist":62.22229,"_peObstacles":[]}]],[188,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2832.3215,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-864.26184],[[157,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2852.3215,-864.26184],"_peDist":20.0,"_peObstacles":[]}]],[168,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2832.3215,-926.484],"_peDist":62.222168,"_peObstacles":[]}]],[170,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2832.3215,-802.03955],"_peDist":62.22229,"_peObstacles":[]}]],[188,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2769.1216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]]]]],[170,[[[158,[{"_peStart":[-2852.3215,-802.0396],"_peEnd":[-2832.3215,-802.03955],"_peDist":20.0,"_peObstacles":[]}]],[169,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2832.3215,-802.03955],"_peDist":62.22229,"_peObstacles":[]}]],[171,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-802.03955],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[189,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2832.3215,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-802.03955],[[158,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2852.3215,-802.0396],"_peDist":20.0,"_peObstacles":[]}]],[169,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2832.3215,-864.26184],"_peDist":62.22229,"_peObstacles":[]}]],[171,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[189,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2769.1216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]]]]],[171,[[[159,[{"_peStart":[-2852.3215,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]],[170,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[172,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[190,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]]],[-2832.3215,-739.8174],[[159,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2852.3215,-739.8174],"_peDist":20.0,"_peObstacles":["BlockObstacle"]}]],[170,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-802.03955],"_peDist":62.222168,"_peObstacles":["BlockObstacle"]}]],[172,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-677.59515],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[190,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]]]]],[172,[[[160,[{"_peStart":[-2852.3215,-677.59515],"_peEnd":[-2832.3215,-677.59515],"_peDist":20.0,"_peObstacles":[]}]],[171,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2832.3215,-677.59515],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[173,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2832.3215,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[191,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2832.3215,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-677.59515],[[160,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2852.3215,-677.59515],"_peDist":20.0,"_peObstacles":[]}]],[171,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2832.3215,-739.8174],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[173,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2832.3215,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[191,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2769.1216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]]]],[173,[[[161,[{"_peStart":[-2852.3215,-615.3729],"_peEnd":[-2832.3215,-615.3729],"_peDist":20.0,"_peObstacles":[]}]],[172,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2832.3215,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[174,[{"_peStart":[-2832.3215,-595.3729],"_peEnd":[-2832.3215,-615.3729],"_peDist":20.0,"_peObstacles":[]}]],[192,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2832.3215,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]],[-2832.3215,-615.3729],[[161,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2852.3215,-615.3729],"_peDist":20.0,"_peObstacles":[]}]],[172,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2832.3215,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[174,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2832.3215,-595.3729],"_peDist":20.0,"_peObstacles":[]}]],[192,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2769.1216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]]]],[174,[[[173,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2832.3215,-595.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2832.3215,-595.3729],[[173,[{"_peStart":[-2832.3215,-595.3729],"_peEnd":[-2832.3215,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[175,[[[134,[{"_peStart":[-2908.2095,16.248486],"_peEnd":[-2825.759,17.63562],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]],[178,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2825.759,17.63562],"_peDist":60.008324,"_peObstacles":[]}]]],[-2825.759,17.63562],[[134,[{"_peStart":[-2825.759,17.63562],"_peEnd":[-2908.2095,16.248486],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]],[178,[{"_peStart":[-2825.759,17.63562],"_peEnd":[-2809.264,-40.06109],"_peDist":60.008324,"_peObstacles":[]}]]]]],[176,[[[179,[{"_peStart":[-2804.595,-173.39603],"_peEnd":[-2818.737,-197.89093],"_peDist":28.284254,"_peObstacles":[]}]]],[-2818.737,-197.89093],[[179,[{"_peStart":[-2818.737,-197.89093],"_peEnd":[-2804.595,-173.39603],"_peDist":28.284254,"_peObstacles":[]}]]]]],[177,[[[162,[{"_peStart":[-2851.641,114.22816],"_peEnd":[-2814.8987,93.01502],"_peDist":42.426445,"_peObstacles":[]}]],[180,[{"_peStart":[-2800.7566,117.50994],"_peEnd":[-2814.8987,93.01502],"_peDist":28.284267,"_peObstacles":[]}]],[195,[{"_peStart":[-2752.6956,57.918587],"_peEnd":[-2814.8987,93.01502],"_peDist":71.4212,"_peObstacles":[]}]]],[-2814.8987,93.01502],[[162,[{"_peStart":[-2814.8987,93.01502],"_peEnd":[-2851.641,114.22816],"_peDist":42.426445,"_peObstacles":[]}]],[180,[{"_peStart":[-2814.8987,93.01502],"_peEnd":[-2800.7566,117.50994],"_peDist":28.284267,"_peObstacles":[]}]],[195,[{"_peStart":[-2814.8987,93.01502],"_peEnd":[-2752.6956,57.918587],"_peDist":71.4212,"_peObstacles":[]}]]]]],[178,[[[144,[{"_peStart":[-2886.5378,-60.766727],"_peEnd":[-2809.264,-40.06109],"_peDist":79.99989,"_peObstacles":["BlockObstacle"]}]],[145,[{"_peStart":[-2874.891,-104.233376],"_peEnd":[-2809.264,-40.06109],"_peDist":91.787865,"_peObstacles":["BlockObstacle"]}]],[175,[{"_peStart":[-2825.759,17.63562],"_peEnd":[-2809.264,-40.06109],"_peDist":60.008324,"_peObstacles":[]}]],[181,[{"_peStart":[-2793.7346,-98.01662],"_peEnd":[-2809.264,-40.06109],"_peDist":60.00002,"_peObstacles":[]}]],[197,[{"_peStart":[-2743.6367,24.111198],"_peEnd":[-2809.264,-40.06109],"_peDist":91.787865,"_peObstacles":[]}]],[198,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2809.264,-40.06109],"_peDist":79.99989,"_peObstacles":[]}]]],[-2809.264,-40.06109],[[144,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2886.5378,-60.766727],"_peDist":79.99989,"_peObstacles":["BlockObstacle"]}]],[145,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2874.891,-104.233376],"_peDist":91.787865,"_peObstacles":["BlockObstacle"]}]],[175,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2825.759,17.63562],"_peDist":60.008324,"_peObstacles":[]}]],[181,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2793.7346,-98.01662],"_peDist":60.00002,"_peObstacles":[]}]],[197,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2743.6367,24.111198],"_peDist":91.787865,"_peObstacles":[]}]],[198,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2731.99,-19.35545],"_peDist":79.99989,"_peObstacles":[]}]]]]],[179,[[[151,[{"_peStart":[-2865.8323,-138.04077],"_peEnd":[-2804.595,-173.39603],"_peDist":70.710686,"_peObstacles":[]}]],[176,[{"_peStart":[-2818.737,-197.89093],"_peEnd":[-2804.595,-173.39603],"_peDist":28.284254,"_peObstacles":[]}]],[194,[{"_peStart":[-2767.8525,-194.60916],"_peEnd":[-2804.595,-173.39603],"_peDist":42.426445,"_peObstacles":[]}]]],[-2804.595,-173.39603],[[151,[{"_peStart":[-2804.595,-173.39603],"_peEnd":[-2865.8323,-138.04077],"_peDist":70.710686,"_peObstacles":[]}]],[176,[{"_peStart":[-2804.595,-173.39603],"_peEnd":[-2818.737,-197.89093],"_peDist":28.284254,"_peObstacles":[]}]],[194,[{"_peStart":[-2804.595,-173.39603],"_peEnd":[-2767.8525,-194.60916],"_peDist":42.426445,"_peObstacles":[]}]]]]],[180,[[[177,[{"_peStart":[-2814.8987,93.01502],"_peEnd":[-2800.7566,117.50994],"_peDist":28.284267,"_peObstacles":[]}]]],[-2800.7566,117.50994],[[177,[{"_peStart":[-2800.7566,117.50994],"_peEnd":[-2814.8987,93.01502],"_peDist":28.284267,"_peObstacles":[]}]]]]],[181,[[[178,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2793.7346,-98.01662],"_peDist":60.00002,"_peObstacles":[]}]],[201,[{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2793.7346,-98.01662],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]]],[-2793.7346,-98.01662],[[178,[{"_peStart":[-2793.7346,-98.01662],"_peEnd":[-2809.264,-40.06109],"_peDist":60.00002,"_peObstacles":[]}]],[201,[{"_peStart":[-2793.7346,-98.01662],"_peEnd":[-2711.2842,-96.629486],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]]]]],[182,[[[183,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2769.1216,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2769.1216,-1195.3729],[[183,[{"_peStart":[-2769.1216,-1195.3729],"_peEnd":[-2769.1216,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[183,[[[164,[{"_peStart":[-2832.3215,-1175.3729],"_peEnd":[-2769.1216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]],[182,[{"_peStart":[-2769.1216,-1195.3729],"_peEnd":[-2769.1216,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[184,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2769.1216,-1175.3729],"_peDist":62.22229,"_peObstacles":["BlockObstacle"]}]],[203,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2769.1216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-1175.3729],[[164,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2832.3215,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]],[182,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2769.1216,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]],[184,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2769.1216,-1113.1506],"_peDist":62.22229,"_peObstacles":["BlockObstacle"]}]],[203,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2705.9216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]]]]],[184,[[[165,[{"_peStart":[-2832.3215,-1113.1508],"_peEnd":[-2769.1216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]],[183,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2769.1216,-1113.1506],"_peDist":62.22229,"_peObstacles":["BlockObstacle"]}]],[185,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2769.1216,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[204,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2769.1216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-1113.1506],[[165,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2832.3215,-1113.1508],"_peDist":63.19995,"_peObstacles":[]}]],[183,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2769.1216,-1175.3729],"_peDist":62.22229,"_peObstacles":["BlockObstacle"]}]],[185,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2769.1216,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[204,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2705.9216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]]]]],[185,[[[166,[{"_peStart":[-2832.3215,-1050.9285],"_peEnd":[-2769.1216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]],[184,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2769.1216,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[186,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2769.1216,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[205,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2769.1216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-1050.9285],[[166,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2832.3215,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]],[184,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2769.1216,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[186,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2769.1216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[205,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2705.9216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]]]]],[186,[[[167,[{"_peStart":[-2832.3215,-988.7063],"_peEnd":[-2769.1216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]],[185,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2769.1216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[187,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2769.1216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[206,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2769.1216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-988.70624],[[167,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2832.3215,-988.7063],"_peDist":63.19995,"_peObstacles":[]}]],[185,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2769.1216,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[187,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2769.1216,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[206,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2705.9216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]]]]],[187,[[[168,[{"_peStart":[-2832.3215,-926.484],"_peEnd":[-2769.1216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[186,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2769.1216,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[188,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2769.1216,-926.484],"_peDist":62.222168,"_peObstacles":[]}]],[207,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2769.1216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-926.484],[[168,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2832.3215,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[186,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2769.1216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[188,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2769.1216,-864.26184],"_peDist":62.222168,"_peObstacles":[]}]],[207,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2705.9216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]]]],[188,[[[169,[{"_peStart":[-2832.3215,-864.26184],"_peEnd":[-2769.1216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]],[187,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2769.1216,-864.26184],"_peDist":62.222168,"_peObstacles":[]}]],[189,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2769.1216,-864.26184],"_peDist":62.22223,"_peObstacles":[]}]],[208,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2769.1216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-864.26184],[[169,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2832.3215,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]],[187,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2769.1216,-926.484],"_peDist":62.222168,"_peObstacles":[]}]],[189,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2769.1216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}]],[208,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2705.9216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]]]]],[189,[[[170,[{"_peStart":[-2832.3215,-802.03955],"_peEnd":[-2769.1216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]],[188,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2769.1216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}]],[190,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-802.0396],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[209,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2769.1216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-802.0396],[[170,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2832.3215,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]],[188,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2769.1216,-864.26184],"_peDist":62.22223,"_peObstacles":[]}]],[190,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[209,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2705.9216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]]]]],[190,[[[171,[{"_peStart":[-2832.3215,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]],[189,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[191,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[210,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]]],[-2769.1216,-739.8174],[[171,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2832.3215,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]],[189,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-802.0396],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[191,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-677.59515],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[210,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2705.9216,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]]]]],[191,[[[172,[{"_peStart":[-2832.3215,-677.59515],"_peEnd":[-2769.1216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[190,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2769.1216,-677.59515],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[192,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2769.1216,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[211,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2769.1216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-677.59515],[[172,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2832.3215,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[190,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2769.1216,-739.8174],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[192,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2769.1216,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[211,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2705.9216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]]]],[192,[[[173,[{"_peStart":[-2832.3215,-615.3729],"_peEnd":[-2769.1216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[191,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2769.1216,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[193,[{"_peStart":[-2769.1216,-595.3729],"_peEnd":[-2769.1216,-615.3729],"_peDist":20.0,"_peObstacles":[]}]],[212,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2769.1216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]],[-2769.1216,-615.3729],[[173,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2832.3215,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[191,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2769.1216,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[193,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2769.1216,-595.3729],"_peDist":20.0,"_peObstacles":[]}]],[212,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2705.9216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]]]],[193,[[[192,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2769.1216,-595.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2769.1216,-595.3729],[[192,[{"_peStart":[-2769.1216,-595.3729],"_peEnd":[-2769.1216,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[194,[[[179,[{"_peStart":[-2804.595,-173.39603],"_peEnd":[-2767.8525,-194.60916],"_peDist":42.426445,"_peObstacles":[]}]],[196,[{"_peStart":[-2746.6394,-157.86679],"_peEnd":[-2767.8525,-194.60916],"_peDist":42.426395,"_peObstacles":[]}]]],[-2767.8525,-194.60916],[[179,[{"_peStart":[-2767.8525,-194.60916],"_peEnd":[-2804.595,-173.39603],"_peDist":42.426445,"_peObstacles":[]}]],[196,[{"_peStart":[-2767.8525,-194.60916],"_peEnd":[-2746.6394,-157.86679],"_peDist":42.426395,"_peObstacles":[]}]]]]],[195,[[[177,[{"_peStart":[-2814.8987,93.01502],"_peEnd":[-2752.6956,57.918587],"_peDist":71.4212,"_peObstacles":[]}]],[197,[{"_peStart":[-2743.6367,24.111198],"_peEnd":[-2752.6956,57.918587],"_peDist":35.000027,"_peObstacles":[]}]]],[-2752.6956,57.918587],[[177,[{"_peStart":[-2752.6956,57.918587],"_peEnd":[-2814.8987,93.01502],"_peDist":71.4212,"_peObstacles":[]}]],[197,[{"_peStart":[-2752.6956,57.918587],"_peEnd":[-2743.6367,24.111198],"_peDist":35.000027,"_peObstacles":[]}]]]]],[196,[[[194,[{"_peStart":[-2767.8525,-194.60916],"_peEnd":[-2746.6394,-157.86679],"_peDist":42.426395,"_peObstacles":[]}]],[199,[{"_peStart":[-2722.1445,-172.00888],"_peEnd":[-2746.6394,-157.86679],"_peDist":28.284227,"_peObstacles":[]}]],[201,[{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2746.6394,-157.86679],"_peDist":70.71068,"_peObstacles":[]}]]],[-2746.6394,-157.86679],[[194,[{"_peStart":[-2746.6394,-157.86679],"_peEnd":[-2767.8525,-194.60916],"_peDist":42.426395,"_peObstacles":[]}]],[199,[{"_peStart":[-2746.6394,-157.86679],"_peEnd":[-2722.1445,-172.00888],"_peDist":28.284227,"_peObstacles":[]}]],[201,[{"_peStart":[-2746.6394,-157.86679],"_peEnd":[-2711.2842,-96.629486],"_peDist":70.71068,"_peObstacles":[]}]]]]],[197,[[[178,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2743.6367,24.111198],"_peDist":91.787865,"_peObstacles":[]}]],[195,[{"_peStart":[-2752.6956,57.918587],"_peEnd":[-2743.6367,24.111198],"_peDist":35.000027,"_peObstacles":[]}]],[198,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2743.6367,24.111198],"_peDist":44.999954,"_peObstacles":[]}]]],[-2743.6367,24.111198],[[178,[{"_peStart":[-2743.6367,24.111198],"_peEnd":[-2809.264,-40.06109],"_peDist":91.787865,"_peObstacles":[]}]],[195,[{"_peStart":[-2743.6367,24.111198],"_peEnd":[-2752.6956,57.918587],"_peDist":35.000027,"_peObstacles":[]}]],[198,[{"_peStart":[-2743.6367,24.111198],"_peEnd":[-2731.99,-19.35545],"_peDist":44.999954,"_peObstacles":[]}]]]]],[198,[[[178,[{"_peStart":[-2809.264,-40.06109],"_peEnd":[-2731.99,-19.35545],"_peDist":79.99989,"_peObstacles":[]}]],[197,[{"_peStart":[-2743.6367,24.111198],"_peEnd":[-2731.99,-19.35545],"_peDist":44.999954,"_peObstacles":[]}]],[200,[{"_peStart":[-2712.6714,-14.179041],"_peEnd":[-2731.99,-19.35545],"_peDist":20.000092,"_peObstacles":[]}]],[201,[{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2731.99,-19.35545],"_peDist":80.00004,"_peObstacles":["BlockObstacle"]}]]],[-2731.99,-19.35545],[[178,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2809.264,-40.06109],"_peDist":79.99989,"_peObstacles":[]}]],[197,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2743.6367,24.111198],"_peDist":44.999954,"_peObstacles":[]}]],[200,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2712.6714,-14.179041],"_peDist":20.000092,"_peObstacles":[]}]],[201,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2711.2842,-96.629486],"_peDist":80.00004,"_peObstacles":["BlockObstacle"]}]]]]],[199,[[[196,[{"_peStart":[-2746.6394,-157.86679],"_peEnd":[-2722.1445,-172.00888],"_peDist":28.284227,"_peObstacles":[]}]]],[-2722.1445,-172.00888],[[196,[{"_peStart":[-2722.1445,-172.00888],"_peEnd":[-2746.6394,-157.86679],"_peDist":28.284227,"_peObstacles":[]}]]]]],[200,[[[198,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2712.6714,-14.179041],"_peDist":20.000092,"_peObstacles":[]}]]],[-2712.6714,-14.179041],[[198,[{"_peStart":[-2712.6714,-14.179041],"_peEnd":[-2731.99,-19.35545],"_peDist":20.000092,"_peObstacles":[]}]]]]],[201,[[[181,[{"_peStart":[-2793.7346,-98.01662],"_peEnd":[-2711.2842,-96.629486],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]],[196,[{"_peStart":[-2746.6394,-157.86679],"_peEnd":[-2711.2842,-96.629486],"_peDist":70.71068,"_peObstacles":[]}]],[198,[{"_peStart":[-2731.99,-19.35545],"_peEnd":[-2711.2842,-96.629486],"_peDist":80.00004,"_peObstacles":["BlockObstacle"]}]]],[-2711.2842,-96.629486],[[181,[{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2793.7346,-98.01662],"_peDist":82.46211,"_peObstacles":["BlockObstacle"]}]],[196,[{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2746.6394,-157.86679],"_peDist":70.71068,"_peObstacles":[]}]],[198,[{"_peStart":[-2711.2842,-96.629486],"_peEnd":[-2731.99,-19.35545],"_peDist":80.00004,"_peObstacles":["BlockObstacle"]}]]]]],[202,[[[203,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2705.9216,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2705.9216,-1195.3729],[[203,[{"_peStart":[-2705.9216,-1195.3729],"_peEnd":[-2705.9216,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[203,[[[183,[{"_peStart":[-2769.1216,-1175.3729],"_peEnd":[-2705.9216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]],[202,[{"_peStart":[-2705.9216,-1195.3729],"_peEnd":[-2705.9216,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[204,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2705.9216,-1175.3729],"_peDist":62.22229,"_peObstacles":[]}]],[215,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2705.9216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-1175.3729],[[183,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2769.1216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]],[202,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2705.9216,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]],[204,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2705.9216,-1113.1506],"_peDist":62.22229,"_peObstacles":[]}]],[215,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2642.7217,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]]]]],[204,[[[184,[{"_peStart":[-2769.1216,-1113.1506],"_peEnd":[-2705.9216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]],[203,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2705.9216,-1113.1506],"_peDist":62.22229,"_peObstacles":[]}]],[205,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2705.9216,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[216,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2705.9216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-1113.1506],[[184,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2769.1216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]],[203,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2705.9216,-1175.3729],"_peDist":62.22229,"_peObstacles":[]}]],[205,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2705.9216,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[216,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2642.7217,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]]]]],[205,[[[185,[{"_peStart":[-2769.1216,-1050.9285],"_peEnd":[-2705.9216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]],[204,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2705.9216,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[206,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2705.9216,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[217,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2705.9216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-1050.9285],[[185,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2769.1216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]],[204,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2705.9216,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[206,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2705.9216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[217,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2642.7217,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]]]]],[206,[[[186,[{"_peStart":[-2769.1216,-988.70624],"_peEnd":[-2705.9216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]],[205,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2705.9216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[207,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2705.9216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[218,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2705.9216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-988.70624],[[186,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2769.1216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]],[205,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2705.9216,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[207,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2705.9216,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[218,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2642.7217,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]]]]],[207,[[[187,[{"_peStart":[-2769.1216,-926.484],"_peEnd":[-2705.9216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[206,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2705.9216,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[208,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2705.9216,-926.484],"_peDist":62.222168,"_peObstacles":[]}]],[219,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2705.9216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-926.484],[[187,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2769.1216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[206,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2705.9216,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[208,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2705.9216,-864.26184],"_peDist":62.222168,"_peObstacles":[]}]],[219,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2642.7217,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]]]],[208,[[[188,[{"_peStart":[-2769.1216,-864.26184],"_peEnd":[-2705.9216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]],[207,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2705.9216,-864.26184],"_peDist":62.222168,"_peObstacles":[]}]],[209,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2705.9216,-864.26184],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[220,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2705.9216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-864.26184],[[188,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2769.1216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]],[207,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2705.9216,-926.484],"_peDist":62.222168,"_peObstacles":[]}]],[209,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2705.9216,-802.0396],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[220,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2642.7217,-864.2618],"_peDist":63.19995,"_peObstacles":[]}]]]]],[209,[[[189,[{"_peStart":[-2769.1216,-802.0396],"_peEnd":[-2705.9216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]],[208,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2705.9216,-802.0396],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[210,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2705.9216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}]],[221,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2705.9216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-802.0396],[[189,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2769.1216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]],[208,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2705.9216,-864.26184],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[210,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2705.9216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[221,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2642.7217,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]]]]],[210,[[[190,[{"_peStart":[-2769.1216,-739.8174],"_peEnd":[-2705.9216,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]],[209,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2705.9216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[211,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2705.9216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[222,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2705.9216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-739.8174],[[190,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2769.1216,-739.8174],"_peDist":63.19995,"_peObstacles":["BlockObstacle"]}]],[209,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2705.9216,-802.0396],"_peDist":62.22223,"_peObstacles":[]}]],[211,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2705.9216,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[222,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2642.7217,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]]]]],[211,[[[191,[{"_peStart":[-2769.1216,-677.59515],"_peEnd":[-2705.9216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[210,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2705.9216,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[212,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2705.9216,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[223,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2705.9216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-677.59515],[[191,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2769.1216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[210,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2705.9216,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[212,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2705.9216,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[223,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2642.7217,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]]]],[212,[[[192,[{"_peStart":[-2769.1216,-615.3729],"_peEnd":[-2705.9216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[211,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2705.9216,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[213,[{"_peStart":[-2705.9216,-595.3729],"_peEnd":[-2705.9216,-615.3729],"_peDist":20.0,"_peObstacles":[]}]],[224,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2705.9216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]],[-2705.9216,-615.3729],[[192,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2769.1216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[211,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2705.9216,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[213,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2705.9216,-595.3729],"_peDist":20.0,"_peObstacles":[]}]],[224,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2642.7217,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]]]],[213,[[[212,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2705.9216,-595.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2705.9216,-595.3729],[[212,[{"_peStart":[-2705.9216,-595.3729],"_peEnd":[-2705.9216,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[214,[[[215,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2642.7217,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2642.7217,-1195.3729],[[215,[{"_peStart":[-2642.7217,-1195.3729],"_peEnd":[-2642.7217,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[215,[[[203,[{"_peStart":[-2705.9216,-1175.3729],"_peEnd":[-2642.7217,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]],[214,[{"_peStart":[-2642.7217,-1195.3729],"_peEnd":[-2642.7217,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[216,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2642.7217,-1175.3729],"_peDist":62.22229,"_peObstacles":[]}]],[235,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2642.7217,-1175.3729],"_peDist":63.200195,"_peObstacles":[]}]]],[-2642.7217,-1175.3729],[[203,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2705.9216,-1175.3729],"_peDist":63.19995,"_peObstacles":[]}]],[214,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2642.7217,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]],[216,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2642.7217,-1113.1506],"_peDist":62.22229,"_peObstacles":[]}]],[235,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2579.5215,-1175.3729],"_peDist":63.200195,"_peObstacles":[]}]]]]],[216,[[[204,[{"_peStart":[-2705.9216,-1113.1506],"_peEnd":[-2642.7217,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]],[215,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2642.7217,-1113.1506],"_peDist":62.22229,"_peObstacles":[]}]],[217,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2642.7217,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[236,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2642.7217,-1113.1506],"_peDist":63.200195,"_peObstacles":[]}]]],[-2642.7217,-1113.1506],[[204,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2705.9216,-1113.1506],"_peDist":63.19995,"_peObstacles":[]}]],[215,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2642.7217,-1175.3729],"_peDist":62.22229,"_peObstacles":[]}]],[217,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2642.7217,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[236,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2579.5215,-1113.1506],"_peDist":63.200195,"_peObstacles":[]}]]]]],[217,[[[205,[{"_peStart":[-2705.9216,-1050.9285],"_peEnd":[-2642.7217,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]],[216,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2642.7217,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[218,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2642.7217,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[237,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2642.7217,-1050.9285],"_peDist":63.200195,"_peObstacles":[]}]]],[-2642.7217,-1050.9285],[[205,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2705.9216,-1050.9285],"_peDist":63.19995,"_peObstacles":[]}]],[216,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2642.7217,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[218,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2642.7217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[237,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2579.5215,-1050.9285],"_peDist":63.200195,"_peObstacles":[]}]]]]],[218,[[[206,[{"_peStart":[-2705.9216,-988.70624],"_peEnd":[-2642.7217,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]],[217,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2642.7217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[219,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2642.7217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[226,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2642.7217,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]]],[-2642.7217,-988.70624],[[206,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2705.9216,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]],[217,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2642.7217,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[219,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2642.7217,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[226,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2579.5217,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]]]]],[219,[[[207,[{"_peStart":[-2705.9216,-926.484],"_peEnd":[-2642.7217,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[218,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2642.7217,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[220,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2642.7217,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[227,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2642.7217,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]],[-2642.7217,-926.484],[[207,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2705.9216,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[218,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2642.7217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[220,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2642.7217,-864.2618],"_peDist":62.22223,"_peObstacles":[]}]],[227,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2579.5217,-926.484],"_peDist":63.19995,"_peObstacles":[]}]]]]],[220,[[[208,[{"_peStart":[-2705.9216,-864.26184],"_peEnd":[-2642.7217,-864.2618],"_peDist":63.19995,"_peObstacles":[]}]],[219,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2642.7217,-864.2618],"_peDist":62.22223,"_peObstacles":[]}]],[221,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2642.7217,-864.2618],"_peDist":62.22223,"_peObstacles":[]}]],[228,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2642.7217,-864.2618],"_peDist":63.19995,"_peObstacles":[]}]]],[-2642.7217,-864.2618],[[208,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2705.9216,-864.26184],"_peDist":63.19995,"_peObstacles":[]}]],[219,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2642.7217,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[221,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2642.7217,-802.03955],"_peDist":62.22223,"_peObstacles":[]}]],[228,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2579.5217,-864.2618],"_peDist":63.19995,"_peObstacles":[]}]]]]],[221,[[[209,[{"_peStart":[-2705.9216,-802.0396],"_peEnd":[-2642.7217,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]],[220,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2642.7217,-802.03955],"_peDist":62.22223,"_peObstacles":[]}]],[222,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2642.7217,-802.03955],"_peDist":62.222168,"_peObstacles":[]}]],[229,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2642.7217,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]]],[-2642.7217,-802.03955],[[209,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2705.9216,-802.0396],"_peDist":63.19995,"_peObstacles":[]}]],[220,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2642.7217,-864.2618],"_peDist":62.22223,"_peObstacles":[]}]],[222,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2642.7217,-739.8174],"_peDist":62.222168,"_peObstacles":[]}]],[229,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2579.5217,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]]]]],[222,[[[210,[{"_peStart":[-2705.9216,-739.8174],"_peEnd":[-2642.7217,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]],[221,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2642.7217,-739.8174],"_peDist":62.222168,"_peObstacles":[]}]],[223,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2642.7217,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[230,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2642.7217,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]]],[-2642.7217,-739.8174],[[210,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2705.9216,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]],[221,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2642.7217,-802.03955],"_peDist":62.222168,"_peObstacles":[]}]],[223,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2642.7217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[230,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2579.5217,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]]]]],[223,[[[211,[{"_peStart":[-2705.9216,-677.59515],"_peEnd":[-2642.7217,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[222,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2642.7217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[224,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2642.7217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[231,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2642.7217,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]],[-2642.7217,-677.59515],[[211,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2705.9216,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[222,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2642.7217,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[224,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2642.7217,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[231,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2579.5217,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]]]]],[224,[[[212,[{"_peStart":[-2705.9216,-615.3729],"_peEnd":[-2642.7217,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[223,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2642.7217,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[225,[{"_peStart":[-2642.7217,-595.3729],"_peEnd":[-2642.7217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]],[232,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2642.7217,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]],[-2642.7217,-615.3729],[[212,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2705.9216,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[223,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2642.7217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[225,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2642.7217,-595.3729],"_peDist":20.0,"_peObstacles":[]}]],[232,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2579.5217,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]]]]],[225,[[[224,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2642.7217,-595.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2642.7217,-595.3729],[[224,[{"_peStart":[-2642.7217,-595.3729],"_peEnd":[-2642.7217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[226,[[[218,[{"_peStart":[-2642.7217,-988.70624],"_peEnd":[-2579.5217,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]],[227,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2579.5217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[237,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2579.5217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[238,[{"_peStart":[-2559.5217,-988.70624],"_peEnd":[-2579.5217,-988.70624],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-988.70624],[[218,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2642.7217,-988.70624],"_peDist":63.19995,"_peObstacles":[]}]],[227,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2579.5217,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[237,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2579.5215,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[238,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2559.5217,-988.70624],"_peDist":20.0,"_peObstacles":[]}]]]]],[227,[[[219,[{"_peStart":[-2642.7217,-926.484],"_peEnd":[-2579.5217,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[226,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2579.5217,-926.484],"_peDist":62.22223,"_peObstacles":[]}]],[228,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2579.5217,-926.484],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[239,[{"_peStart":[-2559.5217,-926.484],"_peEnd":[-2579.5217,-926.484],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-926.484],[[219,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2642.7217,-926.484],"_peDist":63.19995,"_peObstacles":[]}]],[226,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2579.5217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[228,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2579.5217,-864.2618],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[239,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2559.5217,-926.484],"_peDist":20.0,"_peObstacles":[]}]]]]],[228,[[[220,[{"_peStart":[-2642.7217,-864.2618],"_peEnd":[-2579.5217,-864.2618],"_peDist":63.19995,"_peObstacles":[]}]],[227,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2579.5217,-864.2618],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[229,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2579.5217,-864.2618],"_peDist":62.22223,"_peObstacles":[]}]],[240,[{"_peStart":[-2559.5217,-864.2618],"_peEnd":[-2579.5217,-864.2618],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-864.2618],[[220,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2642.7217,-864.2618],"_peDist":63.19995,"_peObstacles":[]}]],[227,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2579.5217,-926.484],"_peDist":62.22223,"_peObstacles":["BlockObstacle"]}]],[229,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2579.5217,-802.03955],"_peDist":62.22223,"_peObstacles":[]}]],[240,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2559.5217,-864.2618],"_peDist":20.0,"_peObstacles":[]}]]]]],[229,[[[221,[{"_peStart":[-2642.7217,-802.03955],"_peEnd":[-2579.5217,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]],[228,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2579.5217,-802.03955],"_peDist":62.22223,"_peObstacles":[]}]],[230,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2579.5217,-802.03955],"_peDist":62.222168,"_peObstacles":[]}]],[241,[{"_peStart":[-2559.5217,-802.03955],"_peEnd":[-2579.5217,-802.03955],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-802.03955],[[221,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2642.7217,-802.03955],"_peDist":63.19995,"_peObstacles":[]}]],[228,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2579.5217,-864.2618],"_peDist":62.22223,"_peObstacles":[]}]],[230,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2579.5217,-739.8174],"_peDist":62.222168,"_peObstacles":[]}]],[241,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2559.5217,-802.03955],"_peDist":20.0,"_peObstacles":[]}]]]]],[230,[[[222,[{"_peStart":[-2642.7217,-739.8174],"_peEnd":[-2579.5217,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]],[229,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2579.5217,-739.8174],"_peDist":62.222168,"_peObstacles":[]}]],[231,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2579.5217,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[242,[{"_peStart":[-2559.5217,-739.8174],"_peEnd":[-2579.5217,-739.8174],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-739.8174],[[222,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2642.7217,-739.8174],"_peDist":63.19995,"_peObstacles":[]}]],[229,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2579.5217,-802.03955],"_peDist":62.222168,"_peObstacles":[]}]],[231,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2579.5217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[242,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2559.5217,-739.8174],"_peDist":20.0,"_peObstacles":[]}]]]]],[231,[[[223,[{"_peStart":[-2642.7217,-677.59515],"_peEnd":[-2579.5217,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[230,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2579.5217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[232,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2579.5217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[243,[{"_peStart":[-2559.5217,-677.59515],"_peEnd":[-2579.5217,-677.59515],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-677.59515],[[223,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2642.7217,-677.59515],"_peDist":63.19995,"_peObstacles":[]}]],[230,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2579.5217,-739.8174],"_peDist":62.22223,"_peObstacles":[]}]],[232,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2579.5217,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[243,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2559.5217,-677.59515],"_peDist":20.0,"_peObstacles":[]}]]]]],[232,[[[224,[{"_peStart":[-2642.7217,-615.3729],"_peEnd":[-2579.5217,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[231,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2579.5217,-615.3729],"_peDist":62.22223,"_peObstacles":[]}]],[233,[{"_peStart":[-2579.5217,-595.3729],"_peEnd":[-2579.5217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]],[244,[{"_peStart":[-2559.5217,-615.3729],"_peEnd":[-2579.5217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-615.3729],[[224,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2642.7217,-615.3729],"_peDist":63.19995,"_peObstacles":[]}]],[231,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2579.5217,-677.59515],"_peDist":62.22223,"_peObstacles":[]}]],[233,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2579.5217,-595.3729],"_peDist":20.0,"_peObstacles":[]}]],[244,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2559.5217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[233,[[[232,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2579.5217,-595.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5217,-595.3729],[[232,[{"_peStart":[-2579.5217,-595.3729],"_peEnd":[-2579.5217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[234,[[[235,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2579.5215,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5215,-1195.3729],[[235,[{"_peStart":[-2579.5215,-1195.3729],"_peEnd":[-2579.5215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[235,[[[215,[{"_peStart":[-2642.7217,-1175.3729],"_peEnd":[-2579.5215,-1175.3729],"_peDist":63.200195,"_peObstacles":[]}]],[234,[{"_peStart":[-2579.5215,-1195.3729],"_peEnd":[-2579.5215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[236,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2579.5215,-1175.3729],"_peDist":62.22229,"_peObstacles":[]}]],[245,[{"_peStart":[-2559.5215,-1175.3729],"_peEnd":[-2579.5215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5215,-1175.3729],[[215,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2642.7217,-1175.3729],"_peDist":63.200195,"_peObstacles":[]}]],[234,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2579.5215,-1195.3729],"_peDist":20.0,"_peObstacles":[]}]],[236,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2579.5215,-1113.1506],"_peDist":62.22229,"_peObstacles":[]}]],[245,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2559.5215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[236,[[[216,[{"_peStart":[-2642.7217,-1113.1506],"_peEnd":[-2579.5215,-1113.1506],"_peDist":63.200195,"_peObstacles":[]}]],[235,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2579.5215,-1113.1506],"_peDist":62.22229,"_peObstacles":[]}]],[237,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2579.5215,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[246,[{"_peStart":[-2559.5215,-1113.1506],"_peEnd":[-2579.5215,-1113.1506],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5215,-1113.1506],[[216,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2642.7217,-1113.1506],"_peDist":63.200195,"_peObstacles":[]}]],[235,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2579.5215,-1175.3729],"_peDist":62.22229,"_peObstacles":[]}]],[237,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2579.5215,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[246,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2559.5215,-1113.1506],"_peDist":20.0,"_peObstacles":[]}]]]]],[237,[[[217,[{"_peStart":[-2642.7217,-1050.9285],"_peEnd":[-2579.5215,-1050.9285],"_peDist":63.200195,"_peObstacles":[]}]],[226,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2579.5215,-1050.9285],"_peDist":62.22223,"_peObstacles":[]}]],[236,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2579.5215,-1050.9285],"_peDist":62.222168,"_peObstacles":[]}]],[247,[{"_peStart":[-2559.5215,-1050.9285],"_peEnd":[-2579.5215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]]],[-2579.5215,-1050.9285],[[217,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2642.7217,-1050.9285],"_peDist":63.200195,"_peObstacles":[]}]],[226,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2579.5217,-988.70624],"_peDist":62.22223,"_peObstacles":[]}]],[236,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2579.5215,-1113.1506],"_peDist":62.222168,"_peObstacles":[]}]],[247,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2559.5215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]]]]],[238,[[[226,[{"_peStart":[-2579.5217,-988.70624],"_peEnd":[-2559.5217,-988.70624],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5217,-988.70624],[[226,[{"_peStart":[-2559.5217,-988.70624],"_peEnd":[-2579.5217,-988.70624],"_peDist":20.0,"_peObstacles":[]}]]]]],[239,[[[227,[{"_peStart":[-2579.5217,-926.484],"_peEnd":[-2559.5217,-926.484],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5217,-926.484],[[227,[{"_peStart":[-2559.5217,-926.484],"_peEnd":[-2579.5217,-926.484],"_peDist":20.0,"_peObstacles":[]}]]]]],[240,[[[228,[{"_peStart":[-2579.5217,-864.2618],"_peEnd":[-2559.5217,-864.2618],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5217,-864.2618],[[228,[{"_peStart":[-2559.5217,-864.2618],"_peEnd":[-2579.5217,-864.2618],"_peDist":20.0,"_peObstacles":[]}]]]]],[241,[[[229,[{"_peStart":[-2579.5217,-802.03955],"_peEnd":[-2559.5217,-802.03955],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5217,-802.03955],[[229,[{"_peStart":[-2559.5217,-802.03955],"_peEnd":[-2579.5217,-802.03955],"_peDist":20.0,"_peObstacles":[]}]]]]],[242,[[[230,[{"_peStart":[-2579.5217,-739.8174],"_peEnd":[-2559.5217,-739.8174],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5217,-739.8174],[[230,[{"_peStart":[-2559.5217,-739.8174],"_peEnd":[-2579.5217,-739.8174],"_peDist":20.0,"_peObstacles":[]}]]]]],[243,[[[231,[{"_peStart":[-2579.5217,-677.59515],"_peEnd":[-2559.5217,-677.59515],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5217,-677.59515],[[231,[{"_peStart":[-2559.5217,-677.59515],"_peEnd":[-2579.5217,-677.59515],"_peDist":20.0,"_peObstacles":[]}]]]]],[244,[[[232,[{"_peStart":[-2579.5217,-615.3729],"_peEnd":[-2559.5217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5217,-615.3729],[[232,[{"_peStart":[-2559.5217,-615.3729],"_peEnd":[-2579.5217,-615.3729],"_peDist":20.0,"_peObstacles":[]}]]]]],[245,[[[235,[{"_peStart":[-2579.5215,-1175.3729],"_peEnd":[-2559.5215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[248,[{"_peStart":[-2550.8616,-1180.3722],"_peEnd":[-2559.5215,-1175.3729],"_peDist":9.999338,"_peObstacles":[]}]]],[-2559.5215,-1175.3729],[[235,[{"_peStart":[-2559.5215,-1175.3729],"_peEnd":[-2579.5215,-1175.3729],"_peDist":20.0,"_peObstacles":[]}]],[248,[{"_peStart":[-2559.5215,-1175.3729],"_peEnd":[-2550.8616,-1180.3722],"_peDist":9.999338,"_peObstacles":[]}]]]]],[246,[[[236,[{"_peStart":[-2579.5215,-1113.1506],"_peEnd":[-2559.5215,-1113.1506],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5215,-1113.1506],[[236,[{"_peStart":[-2559.5215,-1113.1506],"_peEnd":[-2579.5215,-1113.1506],"_peDist":20.0,"_peObstacles":[]}]]]]],[247,[[[237,[{"_peStart":[-2579.5215,-1050.9285],"_peEnd":[-2559.5215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]]],[-2559.5215,-1050.9285],[[237,[{"_peStart":[-2559.5215,-1050.9285],"_peEnd":[-2579.5215,-1050.9285],"_peDist":20.0,"_peObstacles":[]}]]]]],[248,[[[245,[{"_peStart":[-2559.5215,-1175.3729],"_peEnd":[-2550.8616,-1180.3722],"_peDist":9.999338,"_peObstacles":[]}]],[249,[{"_peStart":[-2507.5603,-1205.3721],"_peEnd":[-2550.8616,-1180.3722],"_peDist":49.99994,"_peObstacles":[]}]]],[-2550.8616,-1180.3722],[[245,[{"_peStart":[-2550.8616,-1180.3722],"_peEnd":[-2559.5215,-1175.3729],"_peDist":9.999338,"_peObstacles":[]}]],[249,[{"_peStart":[-2550.8616,-1180.3722],"_peEnd":[-2507.5603,-1205.3721],"_peDist":49.99994,"_peObstacles":[]}]]]]],[249,[[[248,[{"_peStart":[-2550.8616,-1180.3722],"_peEnd":[-2507.5603,-1205.3721],"_peDist":49.99994,"_peObstacles":[]}]],[250,[{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2507.5603,-1205.3721],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]]],[-2507.5603,-1205.3721],[[248,[{"_peStart":[-2507.5603,-1205.3721],"_peEnd":[-2550.8616,-1180.3722],"_peDist":49.99994,"_peObstacles":[]}]],[250,[{"_peStart":[-2507.5603,-1205.3721],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]]]]],[250,[[[249,[{"_peStart":[-2507.5603,-1205.3721],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]],[251,[{"_peStart":[-2455.5984,-1235.3718],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]]],[-2481.5793,-1220.372],[[249,[{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2507.5603,-1205.3721],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]],[251,[{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2455.5984,-1235.3718],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]]]]],[251,[[[250,[{"_peStart":[-2481.5793,-1220.372],"_peEnd":[-2455.5984,-1235.3718],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]],[253,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-2455.5984,-1235.3718],"_peDist":20.000042,"_peObstacles":[]}]]],[-2455.5984,-1235.3718],[[250,[{"_peStart":[-2455.5984,-1235.3718],"_peEnd":[-2481.5793,-1220.372],"_peDist":30.000109,"_peObstacles":["AutoDoorObstacle"]}]],[253,[{"_peStart":[-2455.5984,-1235.3718],"_peEnd":[-2438.2778,-1245.3718],"_peDist":20.000042,"_peObstacles":[]}]]]]],[252,[[[253,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-2448.2778,-1262.6924],"_peDist":20.000042,"_peObstacles":[]}]]],[-2448.2778,-1262.6924],[[253,[{"_peStart":[-2448.2778,-1262.6924],"_peEnd":[-2438.2778,-1245.3718],"_peDist":20.000042,"_peObstacles":[]}]]]]],[253,[[[251,[{"_peStart":[-2455.5984,-1235.3718],"_peEnd":[-2438.2778,-1245.3718],"_peDist":20.000042,"_peObstacles":[]}]],[252,[{"_peStart":[-2448.2778,-1262.6924],"_peEnd":[-2438.2778,-1245.3718],"_peDist":20.000042,"_peObstacles":[]}]],[255,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-2438.2778,-1245.3718],"_peDist":35.000126,"_peObstacles":[]}]],[258,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-2438.2778,-1245.3718],"_peDist":1530.0,"_peObstacles":["WallObstacle"]}]]],[-2438.2778,-1245.3718],[[251,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-2455.5984,-1235.3718],"_peDist":20.000042,"_peObstacles":[]}]],[252,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-2448.2778,-1262.6924],"_peDist":20.000042,"_peObstacles":[]}]],[255,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-2420.7778,-1215.0608],"_peDist":35.000126,"_peObstacles":[]}]],[258,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-1113.2566,-2010.3678],"_peDist":1530.0,"_peObstacles":["WallObstacle"]}]]]]],[254,[[[255,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-2438.0986,-1205.0609],"_peDist":20.000193,"_peObstacles":[]}]]],[-2438.0986,-1205.0609],[[255,[{"_peStart":[-2438.0986,-1205.0609],"_peEnd":[-2420.7778,-1215.0608],"_peDist":20.000193,"_peObstacles":[]}]]]]],[255,[[[253,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-2420.7778,-1215.0608],"_peDist":35.000126,"_peObstacles":[]}]],[254,[{"_peStart":[-2438.0986,-1205.0609],"_peEnd":[-2420.7778,-1215.0608],"_peDist":20.000193,"_peObstacles":[]}]],[256,[{"_peStart":[-2410.778,-1197.7402],"_peEnd":[-2420.7778,-1215.0608],"_peDist":19.99992,"_peObstacles":[]}]],[260,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-2420.7778,-1215.0608],"_peDist":1529.9999,"_peObstacles":["WallObstacle"]}]]],[-2420.7778,-1215.0608],[[253,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-2438.2778,-1245.3718],"_peDist":35.000126,"_peObstacles":[]}]],[254,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-2438.0986,-1205.0609],"_peDist":20.000193,"_peObstacles":[]}]],[256,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-2410.778,-1197.7402],"_peDist":19.99992,"_peObstacles":[]}]],[260,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-1095.7567,-1980.0568],"_peDist":1529.9999,"_peObstacles":["WallObstacle"]}]]]]],[256,[[[255,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-2410.778,-1197.7402],"_peDist":19.99992,"_peObstacles":[]}]]],[-2410.778,-1197.7402],[[255,[{"_peStart":[-2410.778,-1197.7402],"_peEnd":[-2420.7778,-1215.0608],"_peDist":19.99992,"_peObstacles":[]}]]]]],[257,[[[258,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-1123.2566,-2027.6882],"_peDist":19.999937,"_peObstacles":[]}]]],[-1123.2566,-2027.6882],[[258,[{"_peStart":[-1123.2566,-2027.6882],"_peEnd":[-1113.2566,-2010.3678],"_peDist":19.999937,"_peObstacles":[]}]]]]],[258,[[[253,[{"_peStart":[-2438.2778,-1245.3718],"_peEnd":[-1113.2566,-2010.3678],"_peDist":1530.0,"_peObstacles":["WallObstacle"]}]],[257,[{"_peStart":[-1123.2566,-2027.6882],"_peEnd":[-1113.2566,-2010.3678],"_peDist":19.999937,"_peObstacles":[]}]],[259,[{"_peStart":[-1095.936,-2020.3677],"_peEnd":[-1113.2566,-2010.3678],"_peDist":19.99998,"_peObstacles":[]}]],[260,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-1113.2566,-2010.3678],"_peDist":35.000065,"_peObstacles":[]}]]],[-1113.2566,-2010.3678],[[253,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-2438.2778,-1245.3718],"_peDist":1530.0,"_peObstacles":["WallObstacle"]}]],[257,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-1123.2566,-2027.6882],"_peDist":19.999937,"_peObstacles":[]}]],[259,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-1095.936,-2020.3677],"_peDist":19.99998,"_peObstacles":[]}]],[260,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-1095.7567,-1980.0568],"_peDist":35.000065,"_peObstacles":[]}]]]]],[259,[[[258,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-1095.936,-2020.3677],"_peDist":19.99998,"_peObstacles":[]}]],[265,[{"_peStart":[-1052.6348,-2045.3674],"_peEnd":[-1095.936,-2020.3677],"_peDist":49.999878,"_peObstacles":[]}]]],[-1095.936,-2020.3677],[[258,[{"_peStart":[-1095.936,-2020.3677],"_peEnd":[-1113.2566,-2010.3678],"_peDist":19.99998,"_peObstacles":[]}]],[265,[{"_peStart":[-1095.936,-2020.3677],"_peEnd":[-1052.6348,-2045.3674],"_peDist":49.999878,"_peObstacles":[]}]]]]],[260,[[[255,[{"_peStart":[-2420.7778,-1215.0608],"_peEnd":[-1095.7567,-1980.0568],"_peDist":1529.9999,"_peObstacles":["WallObstacle"]}]],[258,[{"_peStart":[-1113.2566,-2010.3678],"_peEnd":[-1095.7567,-1980.0568],"_peDist":35.000065,"_peObstacles":[]}]],[261,[{"_peStart":[-1085.7567,-1962.7363],"_peEnd":[-1095.7567,-1980.0568],"_peDist":19.999937,"_peObstacles":[]}]],[262,[{"_peStart":[-1078.4362,-1990.0568],"_peEnd":[-1095.7567,-1980.0568],"_peDist":20.000042,"_peObstacles":[]}]]],[-1095.7567,-1980.0568],[[255,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-2420.7778,-1215.0608],"_peDist":1529.9999,"_peObstacles":["WallObstacle"]}]],[258,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-1113.2566,-2010.3678],"_peDist":35.000065,"_peObstacles":[]}]],[261,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-1085.7567,-1962.7363],"_peDist":19.999937,"_peObstacles":[]}]],[262,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-1078.4362,-1990.0568],"_peDist":20.000042,"_peObstacles":[]}]]]]],[261,[[[260,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-1085.7567,-1962.7363],"_peDist":19.999937,"_peObstacles":[]}]],[263,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1085.7567,-1962.7363],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]],[-1085.7567,-1962.7363],[[260,[{"_peStart":[-1085.7567,-1962.7363],"_peEnd":[-1095.7567,-1980.0568],"_peDist":19.999937,"_peObstacles":[]}]],[263,[{"_peStart":[-1085.7567,-1962.7363],"_peEnd":[-1070.7567,-1936.7556],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]]]],[262,[[[260,[{"_peStart":[-1095.7567,-1980.0568],"_peEnd":[-1078.4362,-1990.0568],"_peDist":20.000042,"_peObstacles":[]}]]],[-1078.4362,-1990.0568],[[260,[{"_peStart":[-1078.4362,-1990.0568],"_peEnd":[-1095.7567,-1980.0568],"_peDist":20.000042,"_peObstacles":[]}]]]]],[263,[[[261,[{"_peStart":[-1085.7567,-1962.7363],"_peEnd":[-1070.7567,-1936.7556],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[264,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1070.7567,-1936.7556],"_peDist":10.000021,"_peObstacles":[]}]]],[-1070.7567,-1936.7556],[[261,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1085.7567,-1962.7363],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[264,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1065.7567,-1928.0953],"_peDist":10.000021,"_peObstacles":[]}]]]]],[264,[[[263,[{"_peStart":[-1070.7567,-1936.7556],"_peEnd":[-1065.7567,-1928.0953],"_peDist":10.000021,"_peObstacles":[]}]],[267,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1065.7567,-1928.0953],"_peDist":50.0,"_peObstacles":[]}]]],[-1065.7567,-1928.0953],[[263,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1070.7567,-1936.7556],"_peDist":10.000021,"_peObstacles":[]}]],[267,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1040.7567,-1884.7941],"_peDist":50.0,"_peObstacles":[]}]]]]],[265,[[[259,[{"_peStart":[-1095.936,-2020.3677],"_peEnd":[-1052.6348,-2045.3674],"_peDist":49.999878,"_peObstacles":[]}]],[266,[{"_peStart":[-1043.9744,-2050.3674],"_peEnd":[-1052.6348,-2045.3674],"_peDist":10.000127,"_peObstacles":[]}]]],[-1052.6348,-2045.3674],[[259,[{"_peStart":[-1052.6348,-2045.3674],"_peEnd":[-1095.936,-2020.3677],"_peDist":49.999878,"_peObstacles":[]}]],[266,[{"_peStart":[-1052.6348,-2045.3674],"_peEnd":[-1043.9744,-2050.3674],"_peDist":10.000127,"_peObstacles":[]}]]]]],[266,[[[265,[{"_peStart":[-1052.6348,-2045.3674],"_peEnd":[-1043.9744,-2050.3674],"_peDist":10.000127,"_peObstacles":[]}]],[270,[{"_peStart":[-1017.9935,-2065.3672],"_peEnd":[-1043.9744,-2050.3674],"_peDist":29.99994,"_peObstacles":["AutoDoorObstacle"]}]]],[-1043.9744,-2050.3674],[[265,[{"_peStart":[-1043.9744,-2050.3674],"_peEnd":[-1052.6348,-2045.3674],"_peDist":10.000127,"_peObstacles":[]}]],[270,[{"_peStart":[-1043.9744,-2050.3674],"_peEnd":[-1017.9935,-2065.3672],"_peDist":29.99994,"_peObstacles":["AutoDoorObstacle"]}]]]]],[267,[[[264,[{"_peStart":[-1065.7567,-1928.0953],"_peEnd":[-1040.7567,-1884.7941],"_peDist":50.0,"_peObstacles":[]}]],[269,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]],[-1040.7567,-1884.7941],[[264,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1065.7567,-1928.0953],"_peDist":50.0,"_peObstacles":[]}]],[269,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]]]]],[268,[[[271,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1033.0773,-1831.4929],"_peDist":19.999928,"_peObstacles":[]}]]],[-1033.0773,-1831.4929],[[271,[{"_peStart":[-1033.0773,-1831.4929],"_peEnd":[-1015.7568,-1841.4928],"_peDist":19.999928,"_peObstacles":[]}]]]]],[269,[[[267,[{"_peStart":[-1040.7567,-1884.7941],"_peEnd":[-1025.7567,-1858.8134],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[271,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1025.7567,-1858.8134],"_peDist":20.000011,"_peObstacles":[]}]]],[-1025.7567,-1858.8134],[[267,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1040.7567,-1884.7941],"_peDist":29.999958,"_peObstacles":["AutoDoorObstacle"]}]],[271,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1015.7568,-1841.4928],"_peDist":20.000011,"_peObstacles":[]}]]]]],[270,[[[266,[{"_peStart":[-1043.9744,-2050.3674],"_peEnd":[-1017.9935,-2065.3672],"_peDist":29.99994,"_peObstacles":["AutoDoorObstacle"]}]]],[-1017.9935,-2065.3672],[[266,[{"_peStart":[-1017.9935,-2065.3672],"_peEnd":[-1043.9744,-2050.3674],"_peDist":29.99994,"_peObstacles":["AutoDoorObstacle"]}]]]]],[271,[[[268,[{"_peStart":[-1033.0773,-1831.4929],"_peEnd":[-1015.7568,-1841.4928],"_peDist":19.999928,"_peObstacles":[]}]],[269,[{"_peStart":[-1025.7567,-1858.8134],"_peEnd":[-1015.7568,-1841.4928],"_peDist":20.000011,"_peObstacles":[]}]],[274,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-1015.7568,-1841.4928],"_peDist":117.81165,"_peObstacles":[]}]],[275,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-1015.7568,-1841.4928],"_peDist":69.880646,"_peObstacles":[]}]]],[-1015.7568,-1841.4928],[[268,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1033.0773,-1831.4929],"_peDist":19.999928,"_peObstacles":[]}]],[269,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-1025.7567,-1858.8134],"_peDist":20.000011,"_peObstacles":[]}]],[274,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-956.8511,-1739.4648],"_peDist":117.81165,"_peObstacles":[]}]],[275,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-955.2383,-1876.433],"_peDist":69.880646,"_peObstacles":[]}]]]]],[272,[[[274,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-974.17163,-1729.4648],"_peDist":20.000042,"_peObstacles":[]}]]],[-974.17163,-1729.4648],[[274,[{"_peStart":[-974.17163,-1729.4648],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]]]]],[273,[[[275,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-965.2383,-1893.7535],"_peDist":20.000042,"_peObstacles":[]}]]],[-965.2383,-1893.7535],[[275,[{"_peStart":[-965.2383,-1893.7535],"_peEnd":[-955.2383,-1876.433],"_peDist":20.000042,"_peObstacles":[]}]]]]],[274,[[[271,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-956.8511,-1739.4648],"_peDist":117.81165,"_peObstacles":[]}]],[272,[{"_peStart":[-974.17163,-1729.4648],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]],[276,[{"_peStart":[-946.8511,-1722.1443],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]],[278,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-956.8511,-1739.4648],"_peDist":69.88059,"_peObstacles":[]}]]],[-956.8511,-1739.4648],[[271,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-1015.7568,-1841.4928],"_peDist":117.81165,"_peObstacles":[]}]],[272,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-974.17163,-1729.4648],"_peDist":20.000042,"_peObstacles":[]}]],[276,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-946.8511,-1722.1443],"_peDist":20.000042,"_peObstacles":[]}]],[278,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]]]]],[275,[[[271,[{"_peStart":[-1015.7568,-1841.4928],"_peEnd":[-955.2383,-1876.433],"_peDist":69.880646,"_peObstacles":[]}]],[273,[{"_peStart":[-965.2383,-1893.7535],"_peEnd":[-955.2383,-1876.433],"_peDist":20.000042,"_peObstacles":[]}]],[278,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-955.2383,-1876.433],"_peDist":117.811615,"_peObstacles":[]}]],[279,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-955.2383,-1876.433],"_peDist":69.88065,"_peObstacles":[]}]]],[-955.2383,-1876.433],[[271,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-1015.7568,-1841.4928],"_peDist":69.880646,"_peObstacles":[]}]],[273,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-965.2383,-1893.7535],"_peDist":20.000042,"_peObstacles":[]}]],[278,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-896.33264,-1774.405],"_peDist":117.811615,"_peObstacles":[]}]],[279,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88065,"_peObstacles":[]}]]]]],[276,[[[274,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-946.8511,-1722.1443],"_peDist":20.000042,"_peObstacles":[]}]]],[-946.8511,-1722.1443],[[274,[{"_peStart":[-946.8511,-1722.1443],"_peEnd":[-956.8511,-1739.4648],"_peDist":20.000042,"_peObstacles":[]}]]]]],[277,[[[279,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-904.71985,-1928.6937],"_peDist":19.999937,"_peObstacles":[]}]]],[-904.71985,-1928.6937],[[279,[{"_peStart":[-904.71985,-1928.6937],"_peEnd":[-894.71985,-1911.3733],"_peDist":19.999937,"_peObstacles":[]}]]]]],[278,[[[274,[{"_peStart":[-956.8511,-1739.4648],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]],[275,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-896.33264,-1774.405],"_peDist":117.811615,"_peObstacles":[]}]],[280,[{"_peStart":[-886.33264,-1757.0845],"_peEnd":[-896.33264,-1774.405],"_peDist":20.000042,"_peObstacles":[]}]],[282,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]]],[-896.33264,-1774.405],[[274,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-956.8511,-1739.4648],"_peDist":69.88059,"_peObstacles":[]}]],[275,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-955.2383,-1876.433],"_peDist":117.811615,"_peObstacles":[]}]],[280,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-886.33264,-1757.0845],"_peDist":20.000042,"_peObstacles":[]}]],[282,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.88059,"_peObstacles":[]}]]]]],[279,[[[275,[{"_peStart":[-955.2383,-1876.433],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88065,"_peObstacles":[]}]],[277,[{"_peStart":[-904.71985,-1928.6937],"_peEnd":[-894.71985,-1911.3733],"_peDist":19.999937,"_peObstacles":[]}]],[282,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-894.71985,-1911.3733],"_peDist":117.81172,"_peObstacles":[]}]],[283,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88059,"_peObstacles":[]}]]],[-894.71985,-1911.3733],[[275,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-955.2383,-1876.433],"_peDist":69.88065,"_peObstacles":[]}]],[277,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-904.71985,-1928.6937],"_peDist":19.999937,"_peObstacles":[]}]],[282,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-835.8142,-1809.3452],"_peDist":117.81172,"_peObstacles":[]}]],[283,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-834.2014,-1946.3135],"_peDist":69.88059,"_peObstacles":[]}]]]]],[280,[[[278,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-886.33264,-1757.0845],"_peDist":20.000042,"_peObstacles":[]}]]],[-886.33264,-1757.0845],[[278,[{"_peStart":[-886.33264,-1757.0845],"_peEnd":[-896.33264,-1774.405],"_peDist":20.000042,"_peObstacles":[]}]]]]],[281,[[[283,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-844.2014,-1963.6339],"_peDist":19.999937,"_peObstacles":[]}]]],[-844.2014,-1963.6339],[[283,[{"_peStart":[-844.2014,-1963.6339],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.999937,"_peObstacles":[]}]]]]],[282,[[[278,[{"_peStart":[-896.33264,-1774.405],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.88059,"_peObstacles":[]}]],[279,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-835.8142,-1809.3452],"_peDist":117.81172,"_peObstacles":[]}]],[285,[{"_peStart":[-825.8142,-1792.0247],"_peEnd":[-835.8142,-1809.3452],"_peDist":20.000042,"_peObstacles":[]}]],[293,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.880646,"_peObstacles":[]}]]],[-835.8142,-1809.3452],[[278,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-896.33264,-1774.405],"_peDist":69.88059,"_peObstacles":[]}]],[279,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-894.71985,-1911.3733],"_peDist":117.81172,"_peObstacles":[]}]],[285,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-825.8142,-1792.0247],"_peDist":20.000042,"_peObstacles":[]}]],[293,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-775.2957,-1844.2854],"_peDist":69.880646,"_peObstacles":[]}]]]]],[283,[[[279,[{"_peStart":[-894.71985,-1911.3733],"_peEnd":[-834.2014,-1946.3135],"_peDist":69.88059,"_peObstacles":[]}]],[281,[{"_peStart":[-844.2014,-1963.6339],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.999937,"_peObstacles":[]}]],[287,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.99998,"_peObstacles":[]}]],[293,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-834.2014,-1946.3135],"_peDist":117.81176,"_peObstacles":[]}]]],[-834.2014,-1946.3135],[[279,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-894.71985,-1911.3733],"_peDist":69.88059,"_peObstacles":[]}]],[281,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-844.2014,-1963.6339],"_peDist":19.999937,"_peObstacles":[]}]],[287,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-816.88086,-1956.3134],"_peDist":19.99998,"_peObstacles":[]}]],[293,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-775.2957,-1844.2854],"_peDist":117.81176,"_peObstacles":[]}]]]]],[284,[[[289,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-826.6887,-1135.4028],"_peDist":20.000042,"_peObstacles":[]}]]],[-826.6887,-1135.4028],[[289,[{"_peStart":[-826.6887,-1135.4028],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]]]]],[285,[[[282,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-825.8142,-1792.0247],"_peDist":20.000042,"_peObstacles":[]}]]],[-825.8142,-1792.0247],[[282,[{"_peStart":[-825.8142,-1792.0247],"_peEnd":[-835.8142,-1809.3452],"_peDist":20.000042,"_peObstacles":[]}]]]]],[286,[[[289,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-819.36816,-1162.7234],"_peDist":20.000042,"_peObstacles":[]}]]],[-819.36816,-1162.7234],[[289,[{"_peStart":[-819.36816,-1162.7234],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]]]]],[287,[[[283,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-816.88086,-1956.3134],"_peDist":19.99998,"_peObstacles":[]}]],[288,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-816.88086,-1956.3134],"_peDist":10.000007,"_peObstacles":[]}]]],[-816.88086,-1956.3134],[[283,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-834.2014,-1946.3135],"_peDist":19.99998,"_peObstacles":[]}]],[288,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-811.8807,-1964.9735],"_peDist":10.000007,"_peObstacles":[]}]]]]],[288,[[[287,[{"_peStart":[-816.88086,-1956.3134],"_peEnd":[-811.8807,-1964.9735],"_peDist":10.000007,"_peObstacles":[]}]],[291,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-811.8807,-1964.9735],"_peDist":50.00003,"_peObstacles":[]}]]],[-811.8807,-1964.9735],[[287,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-816.88086,-1956.3134],"_peDist":10.000007,"_peObstacles":[]}]],[291,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-786.8806,-2008.2748],"_peDist":50.00003,"_peObstacles":[]}]]]]],[289,[[[284,[{"_peStart":[-826.6887,-1135.4028],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]],[286,[{"_peStart":[-819.36816,-1162.7234],"_peEnd":[-809.36816,-1145.4028],"_peDist":20.000042,"_peObstacles":[]}]],[292,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-809.36816,-1145.4028],"_peDist":65.000084,"_peObstacles":[]}]],[300,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-809.36816,-1145.4028],"_peDist":64.99998,"_peObstacles":[]}]]],[-809.36816,-1145.4028],[[284,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-826.6887,-1135.4028],"_peDist":20.000042,"_peObstacles":[]}]],[286,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-819.36816,-1162.7234],"_peDist":20.000042,"_peObstacles":[]}]],[292,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-776.86816,-1089.1111],"_peDist":65.000084,"_peObstacles":[]}]],[300,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]]]]],[290,[[[292,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-794.1887,-1079.1111],"_peDist":20.000042,"_peObstacles":[]}]]],[-794.1887,-1079.1111],[[292,[{"_peStart":[-794.1887,-1079.1111],"_peEnd":[-776.86816,-1089.1111],"_peDist":20.000042,"_peObstacles":[]}]]]]],[291,[[[288,[{"_peStart":[-811.8807,-1964.9735],"_peEnd":[-786.8806,-2008.2748],"_peDist":50.00003,"_peObstacles":[]}]],[294,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]]],[-786.8806,-2008.2748],[[288,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-811.8807,-1964.9735],"_peDist":50.00003,"_peObstacles":[]}]],[294,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]]]]],[292,[[[289,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-776.86816,-1089.1111],"_peDist":65.000084,"_peObstacles":[]}]],[290,[{"_peStart":[-794.1887,-1079.1111],"_peEnd":[-776.86816,-1089.1111],"_peDist":20.000042,"_peObstacles":[]}]],[301,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]],[304,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]]],[-776.86816,-1089.1111],[[289,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-809.36816,-1145.4028],"_peDist":65.000084,"_peObstacles":[]}]],[290,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-794.1887,-1079.1111],"_peDist":20.000042,"_peObstacles":[]}]],[301,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[304,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]]]]],[293,[[[282,[{"_peStart":[-835.8142,-1809.3452],"_peEnd":[-775.2957,-1844.2854],"_peDist":69.880646,"_peObstacles":[]}]],[283,[{"_peStart":[-834.2014,-1946.3135],"_peEnd":[-775.2957,-1844.2854],"_peDist":117.81176,"_peObstacles":[]}]],[295,[{"_peStart":[-765.2958,-1826.9648],"_peEnd":[-775.2957,-1844.2854],"_peDist":20.000011,"_peObstacles":[]}]],[298,[{"_peStart":[-757.9752,-1854.2854],"_peEnd":[-775.2957,-1844.2854],"_peDist":19.999989,"_peObstacles":[]}]]],[-775.2957,-1844.2854],[[282,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-835.8142,-1809.3452],"_peDist":69.880646,"_peObstacles":[]}]],[283,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-834.2014,-1946.3135],"_peDist":117.81176,"_peObstacles":[]}]],[295,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-765.2958,-1826.9648],"_peDist":20.000011,"_peObstacles":[]}]],[298,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-757.9752,-1854.2854],"_peDist":19.999989,"_peObstacles":[]}]]]]],[294,[[[291,[{"_peStart":[-786.8806,-2008.2748],"_peEnd":[-771.88055,-2034.2555],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]],[299,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-771.88055,-2034.2555],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]]],[-771.88055,-2034.2555],[[291,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-786.8806,-2008.2748],"_peDist":29.999989,"_peObstacles":["AutoDoorObstacle"]}]],[299,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-756.8805,-2060.2363],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]]]]],[295,[[[293,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-765.2958,-1826.9648],"_peDist":20.000011,"_peObstacles":[]}]]],[-765.2958,-1826.9648],[[293,[{"_peStart":[-765.2958,-1826.9648],"_peEnd":[-775.2957,-1844.2854],"_peDist":20.000011,"_peObstacles":[]}]]]]],[296,[[[300,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-763.07654,-1195.2234],"_peDist":20.000042,"_peObstacles":[]}]]],[-763.07654,-1195.2234],[[300,[{"_peStart":[-763.07654,-1195.2234],"_peEnd":[-753.07654,-1177.9028],"_peDist":20.000042,"_peObstacles":[]}]]]]],[297,[[[301,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-761.6887,-1022.8195],"_peDist":20.000011,"_peObstacles":[]}]]],[-761.6887,-1022.8195],[[301,[{"_peStart":[-761.6887,-1022.8195],"_peEnd":[-744.36816,-1032.8195],"_peDist":20.000011,"_peObstacles":[]}]]]]],[298,[[[293,[{"_peStart":[-775.2957,-1844.2854],"_peEnd":[-757.9752,-1854.2854],"_peDist":19.999989,"_peObstacles":[]}]]],[-757.9752,-1854.2854],[[293,[{"_peStart":[-757.9752,-1854.2854],"_peEnd":[-775.2957,-1844.2854],"_peDist":19.999989,"_peObstacles":[]}]]]]],[299,[[[294,[{"_peStart":[-771.88055,-2034.2555],"_peEnd":[-756.8805,-2060.2363],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]],[302,[{"_peStart":[-741.88043,-2086.217],"_peEnd":[-756.8805,-2060.2363],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]],[-756.8805,-2060.2363],[[294,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-771.88055,-2034.2555],"_peDist":30.000093,"_peObstacles":["AutoDoorObstacle"]}]],[302,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-741.88043,-2086.217],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]]]],[300,[[[289,[{"_peStart":[-809.36816,-1145.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]],[296,[{"_peStart":[-763.07654,-1195.2234],"_peEnd":[-753.07654,-1177.9028],"_peDist":20.000042,"_peObstacles":[]}]],[304,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-753.07654,-1177.9028],"_peDist":65.000084,"_peObstacles":[]}]],[307,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]]],[-753.07654,-1177.9028],[[289,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-809.36816,-1145.4028],"_peDist":64.99998,"_peObstacles":[]}]],[296,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-763.07654,-1195.2234],"_peDist":20.000042,"_peObstacles":[]}]],[304,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-720.57654,-1121.6111],"_peDist":65.000084,"_peObstacles":[]}]],[307,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":64.99998,"_peObstacles":[]}]]]]],[301,[[[292,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[297,[{"_peStart":[-761.6887,-1022.8195],"_peEnd":[-744.36816,-1032.8195],"_peDist":20.000011,"_peObstacles":[]}]],[305,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[309,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]]],[-744.36816,-1032.8195],[[292,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]],[297,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-761.6887,-1022.8195],"_peDist":20.000011,"_peObstacles":[]}]],[305,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[309,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]]]]],[302,[[[299,[{"_peStart":[-756.8805,-2060.2363],"_peEnd":[-741.88043,-2086.217],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]],[-741.88043,-2086.217],[[299,[{"_peStart":[-741.88043,-2086.217],"_peEnd":[-756.8805,-2060.2363],"_peDist":29.999989,"_peObstacles":["DoorObstacle"]}]]]]],[303,[[[305,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-729.1887,-966.52783],"_peDist":20.000042,"_peObstacles":[]}]]],[-729.1887,-966.52783],[[305,[{"_peStart":[-729.1887,-966.52783],"_peEnd":[-711.86816,-976.52783],"_peDist":20.000042,"_peObstacles":[]}]]]]],[304,[[[292,[{"_peStart":[-776.86816,-1089.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[300,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-720.57654,-1121.6111],"_peDist":65.000084,"_peObstacles":[]}]],[309,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[312,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]]],[-720.57654,-1121.6111],[[292,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-776.86816,-1089.1111],"_peDist":64.99998,"_peObstacles":[]}]],[300,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-753.07654,-1177.9028],"_peDist":65.000084,"_peObstacles":[]}]],[309,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[312,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]]]]],[305,[[[301,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[303,[{"_peStart":[-729.1887,-966.52783],"_peEnd":[-711.86816,-976.52783],"_peDist":20.000042,"_peObstacles":[]}]],[310,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[313,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]]],[-711.86816,-976.52783],[[301,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[303,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-729.1887,-966.52783],"_peDist":20.000042,"_peObstacles":[]}]],[310,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]],[313,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]]]]],[306,[[[307,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-706.7849,-1227.7233],"_peDist":19.999937,"_peObstacles":[]}]]],[-706.7849,-1227.7233],[[307,[{"_peStart":[-706.7849,-1227.7233],"_peEnd":[-696.7849,-1210.4028],"_peDist":19.999937,"_peObstacles":[]}]]]]],[307,[[[300,[{"_peStart":[-753.07654,-1177.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":64.99998,"_peObstacles":[]}]],[306,[{"_peStart":[-706.7849,-1227.7233],"_peEnd":[-696.7849,-1210.4028],"_peDist":19.999937,"_peObstacles":[]}]],[312,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]],[315,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]]],[-696.7849,-1210.4028],[[300,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-753.07654,-1177.9028],"_peDist":64.99998,"_peObstacles":[]}]],[306,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-706.7849,-1227.7233],"_peDist":19.999937,"_peObstacles":[]}]],[312,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.000084,"_peObstacles":[]}]],[315,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.000084,"_peObstacles":[]}]]]]],[308,[[[310,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-696.6887,-910.2362],"_peDist":20.000042,"_peObstacles":[]}]]],[-696.6887,-910.2362],[[310,[{"_peStart":[-696.6887,-910.2362],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[309,[[[301,[{"_peStart":[-744.36816,-1032.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[304,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[313,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[316,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]]],[-688.07654,-1065.3195],[[301,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-744.36816,-1032.8195],"_peDist":64.99998,"_peObstacles":[]}]],[304,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[313,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[316,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]]]]],[310,[[[305,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]],[308,[{"_peStart":[-696.6887,-910.2362],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]],[311,[{"_peStart":[-669.36816,-902.91565],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]],[317,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]]],[-679.36816,-920.2362],[[305,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[308,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-696.6887,-910.2362],"_peDist":20.000042,"_peObstacles":[]}]],[311,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-669.36816,-902.91565],"_peDist":20.000042,"_peObstacles":[]}]],[317,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]]]]],[311,[[[310,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-669.36816,-902.91565],"_peDist":20.000042,"_peObstacles":[]}]]],[-669.36816,-902.91565],[[310,[{"_peStart":[-669.36816,-902.91565],"_peEnd":[-679.36816,-920.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[312,[[[304,[{"_peStart":[-720.57654,-1121.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]],[307,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.000084,"_peObstacles":[]}]],[316,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]],[319,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.00003,"_peObstacles":[]}]]],[-664.2849,-1154.1111],[[304,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-720.57654,-1121.6111],"_peDist":64.99998,"_peObstacles":[]}]],[307,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]],[316,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[319,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]]]]],[313,[[[305,[{"_peStart":[-711.86816,-976.52783],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[309,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[317,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[320,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]]],[-655.57654,-1009.02783],[[305,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-711.86816,-976.52783],"_peDist":64.99998,"_peObstacles":[]}]],[309,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[317,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[320,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]]]]],[314,[[[315,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-650.49316,-1260.2233],"_peDist":19.999937,"_peObstacles":[]}]]],[-650.49316,-1260.2233],[[315,[{"_peStart":[-650.49316,-1260.2233],"_peEnd":[-640.49316,-1242.9028],"_peDist":19.999937,"_peObstacles":[]}]]]]],[315,[[[307,[{"_peStart":[-696.7849,-1210.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.000084,"_peObstacles":[]}]],[314,[{"_peStart":[-650.49316,-1260.2233],"_peEnd":[-640.49316,-1242.9028],"_peDist":19.999937,"_peObstacles":[]}]],[319,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.00005,"_peObstacles":[]}]],[322,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":64.99998,"_peObstacles":[]}]]],[-640.49316,-1242.9028],[[307,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-696.7849,-1210.4028],"_peDist":65.000084,"_peObstacles":[]}]],[314,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-650.49316,-1260.2233],"_peDist":19.999937,"_peObstacles":[]}]],[319,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00005,"_peObstacles":[]}]],[322,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-584.20154,-1275.4028],"_peDist":64.99998,"_peObstacles":[]}]]]]],[316,[[[309,[{"_peStart":[-688.07654,-1065.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[312,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[320,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[323,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":65.00003,"_peObstacles":[]}]]],[-631.7849,-1097.8195],[[309,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-688.07654,-1065.3195],"_peDist":64.99998,"_peObstacles":[]}]],[312,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-664.2849,-1154.1111],"_peDist":64.99998,"_peObstacles":[]}]],[320,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[323,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]]]]],[317,[[[310,[{"_peStart":[-679.36816,-920.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[313,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[318,[{"_peStart":[-613.07654,-935.41565],"_peEnd":[-623.07654,-952.7362],"_peDist":20.000042,"_peObstacles":[]}]],[325,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]]],[-623.07654,-952.7362],[[310,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-679.36816,-920.2362],"_peDist":64.99998,"_peObstacles":[]}]],[313,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[318,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-613.07654,-935.41565],"_peDist":20.000042,"_peObstacles":[]}]],[325,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]]]]],[318,[[[317,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-613.07654,-935.41565],"_peDist":20.000042,"_peObstacles":[]}]]],[-613.07654,-935.41565],[[317,[{"_peStart":[-613.07654,-935.41565],"_peEnd":[-623.07654,-952.7362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[319,[[[312,[{"_peStart":[-664.2849,-1154.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]],[315,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00005,"_peObstacles":[]}]],[323,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-607.9932,-1186.6111],"_peDist":64.99998,"_peObstacles":[]}]],[327,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]]],[-607.9932,-1186.6111],[[312,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-664.2849,-1154.1111],"_peDist":65.00003,"_peObstacles":[]}]],[315,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-640.49316,-1242.9028],"_peDist":65.00005,"_peObstacles":[]}]],[323,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[327,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.00003,"_peObstacles":[]}]]]]],[320,[[[313,[{"_peStart":[-655.57654,-1009.02783],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[316,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[325,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[328,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-599.2849,-1041.5278],"_peDist":65.00003,"_peObstacles":[]}]]],[-599.2849,-1041.5278],[[313,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-655.57654,-1009.02783],"_peDist":64.99998,"_peObstacles":[]}]],[316,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-631.7849,-1097.8195],"_peDist":64.99998,"_peObstacles":[]}]],[325,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]],[328,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]]]]],[321,[[[322,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-594.20154,-1292.7233],"_peDist":19.999937,"_peObstacles":[]}]]],[-594.20154,-1292.7233],[[322,[{"_peStart":[-594.20154,-1292.7233],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999937,"_peObstacles":[]}]]]]],[322,[[[315,[{"_peStart":[-640.49316,-1242.9028],"_peEnd":[-584.20154,-1275.4028],"_peDist":64.99998,"_peObstacles":[]}]],[321,[{"_peStart":[-594.20154,-1292.7233],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999937,"_peObstacles":[]}]],[324,[{"_peStart":[-566.88104,-1285.4028],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999989,"_peObstacles":[]}]],[327,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-584.20154,-1275.4028],"_peDist":65.000084,"_peObstacles":[]}]]],[-584.20154,-1275.4028],[[315,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-640.49316,-1242.9028],"_peDist":64.99998,"_peObstacles":[]}]],[321,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-594.20154,-1292.7233],"_peDist":19.999937,"_peObstacles":[]}]],[324,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-566.88104,-1285.4028],"_peDist":19.999989,"_peObstacles":[]}]],[327,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.000084,"_peObstacles":[]}]]]]],[323,[[[316,[{"_peStart":[-631.7849,-1097.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]],[319,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[328,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[330,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]]],[-575.4932,-1130.3195],[[316,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-631.7849,-1097.8195],"_peDist":65.00003,"_peObstacles":[]}]],[319,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-607.9932,-1186.6111],"_peDist":64.99998,"_peObstacles":[]}]],[328,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-542.9932,-1074.0278],"_peDist":64.99998,"_peObstacles":[]}]],[330,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-519.20154,-1162.8195],"_peDist":65.00003,"_peObstacles":[]}]]]]],[324,[[[322,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-566.88104,-1285.4028],"_peDist":19.999989,"_peObstacles":[]}]]],[-566.88104,-1285.4028],[[322,[{"_peStart":[-566.88104,-1285.4028],"_peEnd":[-584.20154,-1275.4028],"_peDist":19.999989,"_peObstacles":[]}]]]]],[325,[[[317,[{"_peStart":[-623.07654,-952.7362],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]],[320,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-566.7849,-985.2362],"_peDist":64.99998,"_peObstacles":[]}]],[326,[{"_peStart":[-556.7849,-967.91565],"_peEnd":[-566.7849,-985.2362],"_peDist":20.000042,"_peObstacles":[]}]],[331,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-566.7849,-985.2362],"_peDist":65.0,"_peObstacles":[]}]]],[-566.7849,-985.2362],[[317,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-623.07654,-952.7362],"_peDist":64.99998,"_peObstacles":[]}]],[320,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-599.2849,-1041.5278],"_peDist":64.99998,"_peObstacles":[]}]],[326,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-556.7849,-967.91565],"_peDist":20.000042,"_peObstacles":[]}]],[331,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.0,"_peObstacles":[]}]]]]],[326,[[[325,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-556.7849,-967.91565],"_peDist":20.000042,"_peObstacles":[]}]]],[-556.7849,-967.91565],[[325,[{"_peStart":[-556.7849,-967.91565],"_peEnd":[-566.7849,-985.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[327,[[[319,[{"_peStart":[-607.9932,-1186.6111],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.00003,"_peObstacles":[]}]],[322,[{"_peStart":[-584.20154,-1275.4028],"_peEnd":[-551.70154,-1219.1111],"_peDist":65.000084,"_peObstacles":[]}]],[329,[{"_peStart":[-534.38104,-1229.1111],"_peEnd":[-551.70154,-1219.1111],"_peDist":19.999989,"_peObstacles":[]}]],[330,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-551.70154,-1219.1111],"_peDist":64.99998,"_peObstacles":[]}]]],[-551.70154,-1219.1111],[[319,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-607.9932,-1186.6111],"_peDist":65.00003,"_peObstacles":[]}]],[322,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-584.20154,-1275.4028],"_peDist":65.000084,"_peObstacles":[]}]],[329,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-534.38104,-1229.1111],"_peDist":19.999989,"_peObstacles":[]}]],[330,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99998,"_peObstacles":[]}]]]]],[328,[[[320,[{"_peStart":[-599.2849,-1041.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]],[323,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-542.9932,-1074.0278],"_peDist":64.99998,"_peObstacles":[]}]],[331,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]],[336,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.0,"_peObstacles":[]}]]],[-542.9932,-1074.0278],[[320,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-599.2849,-1041.5278],"_peDist":65.00003,"_peObstacles":[]}]],[323,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-575.4932,-1130.3195],"_peDist":64.99998,"_peObstacles":[]}]],[331,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]],[336,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-486.70157,-1106.5278],"_peDist":65.0,"_peObstacles":[]}]]]]],[329,[[[327,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-534.38104,-1229.1111],"_peDist":19.999989,"_peObstacles":[]}]]],[-534.38104,-1229.1111],[[327,[{"_peStart":[-534.38104,-1229.1111],"_peEnd":[-551.70154,-1219.1111],"_peDist":19.999989,"_peObstacles":[]}]]]]],[330,[[[323,[{"_peStart":[-575.4932,-1130.3195],"_peEnd":[-519.20154,-1162.8195],"_peDist":65.00003,"_peObstacles":[]}]],[327,[{"_peStart":[-551.70154,-1219.1111],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99998,"_peObstacles":[]}]],[333,[{"_peStart":[-501.88104,-1172.8195],"_peEnd":[-519.20154,-1162.8195],"_peDist":19.999989,"_peObstacles":[]}]],[336,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99996,"_peObstacles":[]}]]],[-519.20154,-1162.8195],[[323,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-575.4932,-1130.3195],"_peDist":65.00003,"_peObstacles":[]}]],[327,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-551.70154,-1219.1111],"_peDist":64.99998,"_peObstacles":[]}]],[333,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-501.88104,-1172.8195],"_peDist":19.999989,"_peObstacles":[]}]],[336,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99996,"_peObstacles":[]}]]]]],[331,[[[325,[{"_peStart":[-566.7849,-985.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.0,"_peObstacles":[]}]],[328,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]],[334,[{"_peStart":[-500.49323,-1000.41565],"_peEnd":[-510.49323,-1017.73615],"_peDist":19.999989,"_peObstacles":[]}]],[341,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]]],[-510.49323,-1017.73615],[[325,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-566.7849,-985.2362],"_peDist":65.0,"_peObstacles":[]}]],[328,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.00003,"_peObstacles":[]}]],[334,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-500.49323,-1000.41565],"_peDist":19.999989,"_peObstacles":[]}]],[341,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-454.20157,-1050.2362],"_peDist":65.00003,"_peObstacles":[]}]]]]],[332,[[[335,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]]],[-503.8424,-1406.217],[[335,[{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]]]]],[333,[[[330,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-501.88104,-1172.8195],"_peDist":19.999989,"_peObstacles":[]}]]],[-501.88104,-1172.8195],[[330,[{"_peStart":[-501.88104,-1172.8195],"_peEnd":[-519.20154,-1162.8195],"_peDist":19.999989,"_peObstacles":[]}]]]]],[334,[[[331,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-500.49323,-1000.41565],"_peDist":19.999989,"_peObstacles":[]}]]],[-500.49323,-1000.41565],[[331,[{"_peStart":[-500.49323,-1000.41565],"_peEnd":[-510.49323,-1017.73615],"_peDist":19.999989,"_peObstacles":[]}]]]]],[335,[[[332,[{"_peStart":[-503.8424,-1406.217],"_peEnd":[-488.8424,-1380.2362],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]],[337,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-488.8424,-1380.2362],"_peDist":9.999994,"_peObstacles":[]}]]],[-488.8424,-1380.2362],[[332,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-503.8424,-1406.217],"_peDist":30.000063,"_peObstacles":["AutoDoorObstacle"]}]],[337,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-480.18216,-1375.2362],"_peDist":9.999994,"_peObstacles":[]}]]]]],[336,[[[328,[{"_peStart":[-542.9932,-1074.0278],"_peEnd":[-486.70157,-1106.5278],"_peDist":65.0,"_peObstacles":[]}]],[330,[{"_peStart":[-519.20154,-1162.8195],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99996,"_peObstacles":[]}]],[338,[{"_peStart":[-469.38107,-1116.5278],"_peEnd":[-486.70157,-1106.5278],"_peDist":19.999989,"_peObstacles":[]}]],[341,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99998,"_peObstacles":[]}]]],[-486.70157,-1106.5278],[[328,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-542.9932,-1074.0278],"_peDist":65.0,"_peObstacles":[]}]],[330,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-519.20154,-1162.8195],"_peDist":64.99996,"_peObstacles":[]}]],[338,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-469.38107,-1116.5278],"_peDist":19.999989,"_peObstacles":[]}]],[341,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-454.20157,-1050.2362],"_peDist":64.99998,"_peObstacles":[]}]]]]],[337,[[[335,[{"_peStart":[-488.8424,-1380.2362],"_peEnd":[-480.18216,-1375.2362],"_peDist":9.999994,"_peObstacles":[]}]],[344,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-480.18216,-1375.2362],"_peDist":50.00006,"_peObstacles":[]}]]],[-480.18216,-1375.2362],[[335,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-488.8424,-1380.2362],"_peDist":9.999994,"_peObstacles":[]}]],[344,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-436.8809,-1350.2361],"_peDist":50.00006,"_peObstacles":[]}]]]]],[338,[[[336,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-469.38107,-1116.5278],"_peDist":19.999989,"_peObstacles":[]}]]],[-469.38107,-1116.5278],[[336,[{"_peStart":[-469.38107,-1116.5278],"_peEnd":[-486.70157,-1106.5278],"_peDist":19.999989,"_peObstacles":[]}]]]]],[339,[[[340,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-468.67505,-2159.4216],"_peDist":9.999969,"_peObstacles":[]}]]],[-468.67505,-2159.4216],[[340,[{"_peStart":[-468.67505,-2159.4216],"_peEnd":[-460.01483,-2154.4216],"_peDist":9.999969,"_peObstacles":[]}]]]]],[340,[[[339,[{"_peStart":[-468.67505,-2159.4216],"_peEnd":[-460.01483,-2154.4216],"_peDist":9.999969,"_peObstacles":[]}]],[347,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-460.01483,-2154.4216],"_peDist":50.000095,"_peObstacles":[]}]]],[-460.01483,-2154.4216],[[339,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-468.67505,-2159.4216],"_peDist":9.999969,"_peObstacles":[]}]],[347,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-416.7136,-2129.4214],"_peDist":50.000095,"_peObstacles":[]}]]]]],[341,[[[331,[{"_peStart":[-510.49323,-1017.73615],"_peEnd":[-454.20157,-1050.2362],"_peDist":65.00003,"_peObstacles":[]}]],[336,[{"_peStart":[-486.70157,-1106.5278],"_peEnd":[-454.20157,-1050.2362],"_peDist":64.99998,"_peObstacles":[]}]],[342,[{"_peStart":[-444.20157,-1032.9156],"_peEnd":[-454.20157,-1050.2362],"_peDist":20.000042,"_peObstacles":[]}]],[343,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-454.20157,-1050.2362],"_peDist":19.999989,"_peObstacles":[]}]]],[-454.20157,-1050.2362],[[331,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-510.49323,-1017.73615],"_peDist":65.00003,"_peObstacles":[]}]],[336,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-486.70157,-1106.5278],"_peDist":64.99998,"_peObstacles":[]}]],[342,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-444.20157,-1032.9156],"_peDist":20.000042,"_peObstacles":[]}]],[343,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":19.999989,"_peObstacles":[]}]]]]],[342,[[[341,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-444.20157,-1032.9156],"_peDist":20.000042,"_peObstacles":[]}]]],[-444.20157,-1032.9156],[[341,[{"_peStart":[-444.20157,-1032.9156],"_peEnd":[-454.20157,-1050.2362],"_peDist":20.000042,"_peObstacles":[]}]]]]],[343,[[[341,[{"_peStart":[-454.20157,-1050.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":19.999989,"_peObstacles":[]}]],[346,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":9.999994,"_peObstacles":[]}]]],[-436.88107,-1060.2362],[[341,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-454.20157,-1050.2362],"_peDist":19.999989,"_peObstacles":[]}]],[346,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-428.22083,-1065.2362],"_peDist":9.999994,"_peObstacles":[]}]]]]],[344,[[[337,[{"_peStart":[-480.18216,-1375.2362],"_peEnd":[-436.8809,-1350.2361],"_peDist":50.00006,"_peObstacles":[]}]],[348,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-436.8809,-1350.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]],[-436.8809,-1350.2361],[[337,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-480.18216,-1375.2362],"_peDist":50.00006,"_peObstacles":[]}]],[348,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]]]],[345,[[[349,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-430.6372,-1679.422],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]]],[-430.6372,-1679.422],[[349,[{"_peStart":[-430.6372,-1679.422],"_peEnd":[-404.65643,-1694.4219],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]]]]],[346,[[[343,[{"_peStart":[-436.88107,-1060.2362],"_peEnd":[-428.22083,-1065.2362],"_peDist":9.999994,"_peObstacles":[]}]],[351,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-428.22083,-1065.2362],"_peDist":49.99994,"_peObstacles":[]}]]],[-428.22083,-1065.2362],[[343,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-436.88107,-1060.2362],"_peDist":9.999994,"_peObstacles":[]}]],[351,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-384.91956,-1090.2361],"_peDist":49.99994,"_peObstacles":[]}]]]]],[347,[[[340,[{"_peStart":[-460.01483,-2154.4216],"_peEnd":[-416.7136,-2129.4214],"_peDist":50.000095,"_peObstacles":[]}]],[350,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]],[-416.7136,-2129.4214],[[340,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-460.01483,-2154.4216],"_peDist":50.000095,"_peObstacles":[]}]],[350,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]]]],[348,[[[344,[{"_peStart":[-436.8809,-1350.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[352,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]],[-410.90015,-1335.2361],[[344,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-436.8809,-1350.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[352,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]]]]],[349,[[[345,[{"_peStart":[-430.6372,-1679.422],"_peEnd":[-404.65643,-1694.4219],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]],[354,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-404.65643,-1694.4219],[[345,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-430.6372,-1679.422],"_peDist":29.999949,"_peObstacles":["DoorObstacle"]}]],[354,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[350,[[[347,[{"_peStart":[-416.7136,-2129.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[353,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]]],[-390.73285,-2114.4214],[[347,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-416.7136,-2129.4214],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[353,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]]]]],[351,[[[346,[{"_peStart":[-428.22083,-1065.2362],"_peEnd":[-384.91956,-1090.2361],"_peDist":49.99994,"_peObstacles":[]}]],[355,[{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-384.91956,-1090.2361],[[346,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-428.22083,-1065.2362],"_peDist":49.99994,"_peObstacles":[]}]],[355,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[352,[[[348,[{"_peStart":[-410.90015,-1335.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[356,[{"_peStart":[-358.93866,-1305.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]],[-384.9194,-1320.2361],[[348,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-410.90015,-1335.2361],"_peDist":29.999983,"_peObstacles":["AutoDoorObstacle"]}]],[356,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-358.93866,-1305.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]]]],[353,[[[350,[{"_peStart":[-390.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]],[361,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]]],[-380.73285,-2114.4214],[[350,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-390.73285,-2114.4214],"_peDist":10.0,"_peObstacles":[]}]],[361,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]]]]],[354,[[[349,[{"_peStart":[-404.65643,-1694.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[358,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-378.67566,-1709.4219],[[349,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-404.65643,-1694.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[358,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[355,[[[351,[{"_peStart":[-384.91956,-1090.2361],"_peEnd":[-358.93878,-1105.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-358.93878,-1105.2361],[[351,[{"_peStart":[-358.93878,-1105.2361],"_peEnd":[-384.91956,-1090.2361],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[356,[[[352,[{"_peStart":[-384.9194,-1320.2361],"_peEnd":[-358.93866,-1305.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]],[-358.93866,-1305.2361],[[352,[{"_peStart":[-358.93866,-1305.2361],"_peEnd":[-384.9194,-1320.2361],"_peDist":29.999983,"_peObstacles":["DoorObstacle"]}]]]]],[357,[[[359,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]],[-355.7884,-234.28217],[[359,[{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]]]]],[358,[[[354,[{"_peStart":[-378.67566,-1709.4219],"_peEnd":[-352.6949,-1724.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[362,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-352.6949,-1724.4219],"_peDist":49.99994,"_peObstacles":[]}]]],[-352.6949,-1724.4219],[[354,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-378.67566,-1709.4219],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[362,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-309.39362,-1749.4218],"_peDist":49.99994,"_peObstacles":[]}]]]]],[359,[[[357,[{"_peStart":[-355.7884,-234.28217],"_peEnd":[-340.7884,-208.30139],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[360,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-340.7884,-208.30139],"_peDist":9.999994,"_peObstacles":[]}]]],[-340.7884,-208.30139],[[357,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-355.7884,-234.28217],"_peDist":30.00001,"_peObstacles":["AutoDoorObstacle"]}]],[360,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":9.999994,"_peObstacles":[]}]]]]],[360,[[[359,[{"_peStart":[-340.7884,-208.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":9.999994,"_peObstacles":[]}]],[374,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":50.0,"_peObstacles":[]}]]],[-332.12814,-203.30139],[[359,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-340.7884,-208.30139],"_peDist":9.999994,"_peObstacles":[]}]],[374,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-288.82687,-178.30139],"_peDist":50.0,"_peObstacles":[]}]]]]],[361,[[[353,[{"_peStart":[-380.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]],[369,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]],[-330.73285,-2114.4214],[[353,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-380.73285,-2114.4214],"_peDist":50.0,"_peObstacles":[]}]],[369,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]]]],[362,[[[358,[{"_peStart":[-352.6949,-1724.4219],"_peEnd":[-309.39362,-1749.4218],"_peDist":49.99994,"_peObstacles":[]}]],[363,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-309.39362,-1749.4218],"_peDist":9.999994,"_peObstacles":[]}]]],[-309.39362,-1749.4218],[[358,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-352.6949,-1724.4219],"_peDist":49.99994,"_peObstacles":[]}]],[363,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-300.73337,-1754.4218],"_peDist":9.999994,"_peObstacles":[]}]]]]],[363,[[[362,[{"_peStart":[-309.39362,-1749.4218],"_peEnd":[-300.73337,-1754.4218],"_peDist":9.999994,"_peObstacles":[]}]],[376,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-300.73337,-1754.4218],"_peDist":20.000244,"_peObstacles":[]}]]],[-300.73337,-1754.4218],[[362,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-309.39362,-1749.4218],"_peDist":9.999994,"_peObstacles":[]}]],[376,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.000244,"_peObstacles":[]}]]]]],[364,[[[378,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-300.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73306,-1814.4214],[[378,[{"_peStart":[-300.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[365,[[[379,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-300.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73303,-1874.4214],[[379,[{"_peStart":[-300.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[366,[[[380,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-300.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.733,-1934.4214],[[380,[{"_peStart":[-300.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[367,[[[381,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-300.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73294,-1994.4214],[[381,[{"_peStart":[-300.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[368,[[[382,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-300.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.7329,-2054.4214],[[382,[{"_peStart":[-300.7329,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[369,[[[361,[{"_peStart":[-330.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[384,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-300.73285,-2114.4214],[[361,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-330.73285,-2114.4214],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[384,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[370,[[[385,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-300.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.00003,309.99997],[[385,[{"_peStart":[-300.00003,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[371,[[[386,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-300.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.00003,409.99997],[[386,[{"_peStart":[-300.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[372,[[[389,[{"_peStart":[-280.0,109.99997],"_peEnd":[-300.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.0,109.99997],[[389,[{"_peStart":[-300.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[373,[[[390,[{"_peStart":[-280.0,209.99997],"_peEnd":[-300.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-300.0,209.99997],[[390,[{"_peStart":[-300.0,209.99997],"_peEnd":[-280.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[374,[[[360,[{"_peStart":[-332.12814,-203.30139],"_peEnd":[-288.82687,-178.30139],"_peDist":50.0,"_peObstacles":[]}]],[391,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]]],[-288.82687,-178.30139],[[360,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-332.12814,-203.30139],"_peDist":50.0,"_peObstacles":[]}]],[391,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]]]]],[375,[[[392,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]]],[-282.5833,-507.4873],[[392,[{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]]]]],[376,[[[363,[{"_peStart":[-300.73337,-1754.4218],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.000244,"_peObstacles":[]}]],[377,[{"_peStart":[-280.73312,-1734.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]],[378,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[395,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73312,-1754.4214],[[363,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-300.73337,-1754.4218],"_peDist":20.000244,"_peObstacles":[]}]],[377,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]],[378,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[395,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[377,[[[376,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-280.73312,-1734.4214],[[376,[{"_peStart":[-280.73312,-1734.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[378,[[[364,[{"_peStart":[-300.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]],[376,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[379,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[397,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73306,-1814.4214],[[364,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-300.73306,-1814.4214],"_peDist":20.0,"_peObstacles":[]}]],[376,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[379,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[397,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[379,[[[365,[{"_peStart":[-300.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]],[378,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[380,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[398,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73303,-1874.4214],[[365,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-300.73303,-1874.4214],"_peDist":20.0,"_peObstacles":[]}]],[378,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[380,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[398,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[380,[[[366,[{"_peStart":[-300.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]],[379,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[381,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[399,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.733,-1934.4214],[[366,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-300.733,-1934.4214],"_peDist":20.0,"_peObstacles":[]}]],[379,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[381,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[399,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[381,[[[367,[{"_peStart":[-300.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]],[380,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[382,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[400,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73294,-1994.4214],[[367,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-300.73294,-1994.4214],"_peDist":20.0,"_peObstacles":[]}]],[380,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[382,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[400,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[382,[[[368,[{"_peStart":[-300.7329,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]],[381,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[384,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[401,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.7329,-2054.4214],[[368,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-300.7329,-2054.4214],"_peDist":20.0,"_peObstacles":[]}]],[381,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[384,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[401,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[383,[[[384,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-280.73285,-2134.4214],[[384,[{"_peStart":[-280.73285,-2134.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[384,[[[369,[{"_peStart":[-300.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[382,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[383,[{"_peStart":[-280.73285,-2134.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[403,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-280.73285,-2114.4214],[[369,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-300.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[382,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[383,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-280.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[403,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[385,[[[370,[{"_peStart":[-300.00003,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]],[386,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[390,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[411,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.000015,"_peObstacles":[]}]]],[-280.00003,309.99997],[[370,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-300.00003,309.99997],"_peDist":20.0,"_peObstacles":[]}]],[386,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[390,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[411,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.000015,"_peObstacles":[]}]]]]],[386,[[[371,[{"_peStart":[-300.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[385,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[387,[{"_peStart":[-280.00003,429.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[408,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-280.00003,409.99997],[[371,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-300.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[385,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[387,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]],[408,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]]]]],[387,[[[386,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-280.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-280.00003,429.99997],[[386,[{"_peStart":[-280.00003,429.99997],"_peEnd":[-280.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[388,[[[389,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-280.0,89.99997],[[389,[{"_peStart":[-280.0,89.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[389,[[[372,[{"_peStart":[-300.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[388,[{"_peStart":[-280.0,89.99997],"_peEnd":[-280.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[390,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[413,[{"_peStart":[-180.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-280.0,109.99997],[[372,[{"_peStart":[-280.0,109.99997],"_peEnd":[-300.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[388,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]],[390,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[413,[{"_peStart":[-280.0,109.99997],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]]]]],[390,[[[373,[{"_peStart":[-300.0,209.99997],"_peEnd":[-280.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]],[385,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[389,[{"_peStart":[-280.0,109.99997],"_peEnd":[-280.0,209.99997],"_peDist":100.0,"_peObstacles":[]}]],[410,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-280.0,209.99997],"_peDist":99.999985,"_peObstacles":[]}]]],[-280.0,209.99997],[[373,[{"_peStart":[-280.0,209.99997],"_peEnd":[-300.0,209.99997],"_peDist":20.0,"_peObstacles":[]}]],[385,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[389,[{"_peStart":[-280.0,209.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[410,[{"_peStart":[-280.0,209.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]]]]],[391,[[[374,[{"_peStart":[-288.82687,-178.30139],"_peEnd":[-262.8461,-163.30136],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]],[393,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-262.8461,-163.30136],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]]],[-262.8461,-163.30136],[[374,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-288.82687,-178.30139],"_peDist":30.000025,"_peObstacles":["AutoDoorObstacle"]}]],[393,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]]]]],[392,[[[375,[{"_peStart":[-282.5833,-507.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]],[394,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[-256.60254,-522.4873],[[375,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-282.5833,-507.4873],"_peDist":30.00001,"_peObstacles":["DoorObstacle"]}]],[394,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[393,[[[391,[{"_peStart":[-262.8461,-163.30136],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]],[404,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]]],[-236.86533,-148.30135],[[391,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-262.8461,-163.30136],"_peDist":30.00002,"_peObstacles":["AutoDoorObstacle"]}]],[404,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-210.88455,-133.30133],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]]]]],[394,[[[392,[{"_peStart":[-256.60254,-522.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[405,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[-230.62178,-537.4873],[[392,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-256.60254,-522.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[405,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[395,[[[376,[{"_peStart":[-280.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[396,[{"_peStart":[-220.73312,-1734.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]],[397,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[416,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73312,-1754.4214],[[376,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-280.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[396,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]],[397,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[416,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[396,[[[395,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-220.73312,-1734.4214],[[395,[{"_peStart":[-220.73312,-1734.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[397,[[[378,[{"_peStart":[-280.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[395,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[398,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[418,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73306,-1814.4214],[[378,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-280.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[395,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[398,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[418,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[398,[[[379,[{"_peStart":[-280.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[397,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[399,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[419,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73303,-1874.4214],[[379,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-280.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[397,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[399,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[419,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[399,[[[380,[{"_peStart":[-280.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[398,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[400,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[420,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.733,-1934.4214],[[380,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-280.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[398,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[400,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[420,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[400,[[[381,[{"_peStart":[-280.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[399,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[401,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[421,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73294,-1994.4214],[[381,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-280.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[399,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[401,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[421,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[401,[[[382,[{"_peStart":[-280.7329,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[400,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[403,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[422,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73291,-2054.4214],[[382,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-280.7329,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[400,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[403,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[422,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[402,[[[403,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-220.73285,-2134.4214],[[403,[{"_peStart":[-220.73285,-2134.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[403,[[[384,[{"_peStart":[-280.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[401,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[402,[{"_peStart":[-220.73285,-2134.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[424,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-220.73285,-2114.4214],[[384,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-280.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[401,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[402,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-220.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[424,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[404,[[[393,[{"_peStart":[-236.86533,-148.30135],"_peEnd":[-210.88455,-133.30133],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]],[407,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-210.88455,-133.30133],"_peDist":19.999996,"_peObstacles":[]}]]],[-210.88455,-133.30133],[[393,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-236.86533,-148.30135],"_peDist":30.00002,"_peObstacles":["DoorObstacle"]}]],[407,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-193.56406,-123.301315],"_peDist":19.999996,"_peObstacles":[]}]]]]],[405,[[[394,[{"_peStart":[-230.62178,-537.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[415,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":50.0,"_peObstacles":[]}]]],[-204.64102,-552.4873],[[394,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-230.62178,-537.4873],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[415,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":50.0,"_peObstacles":[]}]]]]],[406,[[[407,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-203.56406,-105.980804],"_peDist":20.000002,"_peObstacles":[]}]]],[-203.56406,-105.980804],[[407,[{"_peStart":[-203.56406,-105.980804],"_peEnd":[-193.56406,-123.301315],"_peDist":20.000002,"_peObstacles":[]}]]]]],[407,[[[404,[{"_peStart":[-210.88455,-133.30133],"_peEnd":[-193.56406,-123.301315],"_peDist":19.999996,"_peObstacles":[]}]],[406,[{"_peStart":[-203.56406,-105.980804],"_peEnd":[-193.56406,-123.301315],"_peDist":20.000002,"_peObstacles":[]}]],[426,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]],[432,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]]],[-193.56406,-123.301315],[[404,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-210.88455,-133.30133],"_peDist":19.999996,"_peObstacles":[]}]],[406,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-203.56406,-105.980804],"_peDist":20.000002,"_peObstacles":[]}]],[426,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-153.56403,-192.58333],"_peDist":80.0,"_peObstacles":[]}]],[432,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]]]]],[408,[[[386,[{"_peStart":[-280.00003,409.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[409,[{"_peStart":[-180.00003,429.99997],"_peEnd":[-180.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]],[411,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[449,[{"_peStart":[-80.00003,410.0],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-180.00003,409.99997],[[386,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-280.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[409,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]],[411,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[449,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[409,[[[408,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00003,429.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-180.00003,429.99997],[[408,[{"_peStart":[-180.00003,429.99997],"_peEnd":[-180.00003,409.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[410,[[[390,[{"_peStart":[-280.0,209.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[411,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[413,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.00002,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[452,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-180.00002,209.99998],"_peDist":100.00001,"_peObstacles":[]}]]],[-180.00002,209.99998],[[390,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-280.0,209.99997],"_peDist":99.999985,"_peObstacles":[]}]],[411,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.00002,309.99997],"_peDist":99.999985,"_peObstacles":[]}]],[413,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.0,109.99997],"_peDist":100.000015,"_peObstacles":[]}]],[452,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-80.00001,209.99998],"_peDist":100.00001,"_peObstacles":[]}]]]]],[411,[[[385,[{"_peStart":[-280.00003,309.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.000015,"_peObstacles":[]}]],[408,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-180.00002,309.99997],"_peDist":100.0,"_peObstacles":[]}]],[410,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.00002,309.99997],"_peDist":99.999985,"_peObstacles":[]}]],[451,[{"_peStart":[-80.00002,310.0],"_peEnd":[-180.00002,309.99997],"_peDist":99.99999,"_peObstacles":[]}]]],[-180.00002,309.99997],[[385,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-280.00003,309.99997],"_peDist":100.000015,"_peObstacles":[]}]],[408,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[410,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-180.00002,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[451,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-80.00002,310.0],"_peDist":99.99999,"_peObstacles":[]}]]]]],[412,[[[413,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]]],[-180.0,89.99997],[[413,[{"_peStart":[-180.0,89.99997],"_peEnd":[-180.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]]]]],[413,[[[389,[{"_peStart":[-280.0,109.99997],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[410,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-180.0,109.99997],"_peDist":100.000015,"_peObstacles":[]}]],[412,[{"_peStart":[-180.0,89.99997],"_peEnd":[-180.0,109.99997],"_peDist":20.0,"_peObstacles":[]}]],[455,[{"_peStart":[-80.0,110.0],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]]],[-180.0,109.99997],[[389,[{"_peStart":[-180.0,109.99997],"_peEnd":[-280.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[410,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.00002,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[412,[{"_peStart":[-180.0,109.99997],"_peEnd":[-180.0,89.99997],"_peDist":20.0,"_peObstacles":[]}]],[455,[{"_peStart":[-180.0,109.99997],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[414,[[[426,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-170.88452,-202.58334],"_peDist":19.999996,"_peObstacles":[]}]]],[-170.88452,-202.58334],[[426,[{"_peStart":[-170.88452,-202.58334],"_peEnd":[-153.56403,-192.58333],"_peDist":19.999996,"_peObstacles":[]}]]]]],[415,[[[405,[{"_peStart":[-204.64102,-552.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":50.0,"_peObstacles":[]}]],[427,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":9.999994,"_peObstacles":[]}]]],[-161.33975,-577.4873],[[405,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-204.64102,-552.4873],"_peDist":50.0,"_peObstacles":[]}]],[427,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-152.6795,-582.4873],"_peDist":9.999994,"_peObstacles":[]}]]]]],[416,[[[395,[{"_peStart":[-220.73312,-1754.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[417,[{"_peStart":[-160.73312,-1734.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]],[418,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[437,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.000015,"_peObstacles":[]}]]],[-160.73312,-1754.4214],[[395,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-220.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[417,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]],[418,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[437,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.000015,"_peObstacles":[]}]]]]],[417,[[[416,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73312,-1734.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-160.73312,-1734.4214],[[416,[{"_peStart":[-160.73312,-1734.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[418,[[[397,[{"_peStart":[-220.73306,-1814.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[416,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[419,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[438,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73306,-1814.4214],[[397,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-220.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[416,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.0,"_peObstacles":[]}]],[419,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[438,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[419,[[[398,[{"_peStart":[-220.73303,-1874.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[418,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[420,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[439,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73303,-1874.4214],[[398,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-220.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[418,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[420,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[439,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[420,[[[399,[{"_peStart":[-220.733,-1934.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[419,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[421,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[440,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-160.733,-1934.4214],"_peDist":60.000015,"_peObstacles":[]}]]],[-160.733,-1934.4214],[[399,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-220.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[419,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[421,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[440,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.000015,"_peObstacles":[]}]]]]],[421,[[[400,[{"_peStart":[-220.73294,-1994.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[420,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[422,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[441,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73294,-1994.4214],[[400,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-220.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[420,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.733,-1934.4214],"_peDist":60.0,"_peObstacles":[]}]],[422,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[441,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[422,[[[401,[{"_peStart":[-220.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[421,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[424,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[442,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-160.73291,-2054.4214],[[401,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-220.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[421,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[424,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[442,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]]]],[423,[[[424,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-160.73285,-2134.4214],[[424,[{"_peStart":[-160.73285,-2134.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[424,[[[403,[{"_peStart":[-220.73285,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[422,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[423,[{"_peStart":[-160.73285,-2134.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[443,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]]],[-160.73285,-2114.4214],[[403,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-220.73285,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[422,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[423,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-160.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[443,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]]]]],[425,[[[428,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-160.00003,-609.8078],"_peDist":20.000015,"_peObstacles":[]}]]],[-160.00003,-609.8078],[[428,[{"_peStart":[-160.00003,-609.8078],"_peEnd":[-142.6795,-599.8078],"_peDist":20.000015,"_peObstacles":[]}]]]]],[426,[[[407,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-153.56403,-192.58333],"_peDist":80.0,"_peObstacles":[]}]],[414,[{"_peStart":[-170.88452,-202.58334],"_peEnd":[-153.56403,-192.58333],"_peDist":19.999996,"_peObstacles":[]}]],[433,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-153.56403,-192.58333],"_peDist":79.99999,"_peObstacles":[]}]],[448,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-153.56403,-192.58333],"_peDist":80.000015,"_peObstacles":[]}]]],[-153.56403,-192.58333],[[407,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]],[414,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-170.88452,-202.58334],"_peDist":19.999996,"_peObstacles":[]}]],[433,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-113.56398,-261.86533],"_peDist":79.99999,"_peObstacles":[]}]],[448,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-84.282005,-152.58328],"_peDist":80.000015,"_peObstacles":[]}]]]]],[427,[[[415,[{"_peStart":[-161.33975,-577.4873],"_peEnd":[-152.6795,-582.4873],"_peDist":9.999994,"_peObstacles":[]}]],[428,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-152.6795,-582.4873],"_peDist":19.999989,"_peObstacles":[]}]]],[-152.6795,-582.4873],[[415,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-161.33975,-577.4873],"_peDist":9.999994,"_peObstacles":[]}]],[428,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-142.6795,-599.8078],"_peDist":19.999989,"_peObstacles":[]}]]]]],[428,[[[425,[{"_peStart":[-160.00003,-609.8078],"_peEnd":[-142.6795,-599.8078],"_peDist":20.000015,"_peObstacles":[]}]],[427,[{"_peStart":[-152.6795,-582.4873],"_peEnd":[-142.6795,-599.8078],"_peDist":19.999989,"_peObstacles":[]}]],[434,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-142.6795,-599.8078],"_peDist":62.848644,"_peObstacles":[]}]],[447,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-142.6795,-599.8078],"_peDist":64.912476,"_peObstacles":[]}]]],[-142.6795,-599.8078],[[425,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-160.00003,-609.8078],"_peDist":20.000015,"_peObstacles":[]}]],[427,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-152.6795,-582.4873],"_peDist":19.999989,"_peObstacles":[]}]],[434,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-111.25519,-654.2363],"_peDist":62.848644,"_peObstacles":[]}]],[447,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912476,"_peObstacles":[]}]]]]],[429,[[[432,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-134.28204,-65.980774],"_peDist":20.000002,"_peObstacles":[]}]]],[-134.28204,-65.980774],[[432,[{"_peStart":[-134.28204,-65.980774],"_peEnd":[-124.28204,-83.301285],"_peDist":20.000002,"_peObstacles":[]}]]]]],[430,[[[433,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-130.88449,-271.86536],"_peDist":20.000017,"_peObstacles":[]}]]],[-130.88449,-271.86536],[[433,[{"_peStart":[-130.88449,-271.86536],"_peEnd":[-113.56398,-261.86533],"_peDist":20.000017,"_peObstacles":[]}]]]]],[431,[[[434,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-128.57571,-664.2363],"_peDist":20.000015,"_peObstacles":[]}]]],[-128.57571,-664.2363],[[434,[{"_peStart":[-128.57571,-664.2363],"_peEnd":[-111.25519,-654.2363],"_peDist":20.000015,"_peObstacles":[]}]]]]],[432,[[[407,[{"_peStart":[-193.56406,-123.301315],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]],[429,[{"_peStart":[-134.28204,-65.980774],"_peEnd":[-124.28204,-83.301285],"_peDist":20.000002,"_peObstacles":[]}]],[448,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-124.28204,-83.301285],"_peDist":79.999985,"_peObstacles":[]}]],[462,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]]],[-124.28204,-83.301285],[[407,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-193.56406,-123.301315],"_peDist":80.0,"_peObstacles":[]}]],[429,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-134.28204,-65.980774],"_peDist":20.000002,"_peObstacles":[]}]],[448,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-84.282005,-152.58328],"_peDist":79.999985,"_peObstacles":[]}]],[462,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]]]]],[433,[[[426,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-113.56398,-261.86533],"_peDist":79.99999,"_peObstacles":[]}]],[430,[{"_peStart":[-130.88449,-271.86536],"_peEnd":[-113.56398,-261.86533],"_peDist":20.000017,"_peObstacles":[]}]],[435,[{"_peStart":[-103.56397,-279.18585],"_peEnd":[-113.56398,-261.86533],"_peDist":20.00002,"_peObstacles":[]}]],[464,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-113.56398,-261.86533],"_peDist":80.0,"_peObstacles":[]}]]],[-113.56398,-261.86533],[[426,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-153.56403,-192.58333],"_peDist":79.99999,"_peObstacles":[]}]],[430,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-130.88449,-271.86536],"_peDist":20.000017,"_peObstacles":[]}]],[435,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-103.56397,-279.18585],"_peDist":20.00002,"_peObstacles":[]}]],[464,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]]]]],[434,[[[428,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-111.25519,-654.2363],"_peDist":62.848644,"_peObstacles":[]}]],[431,[{"_peStart":[-128.57571,-664.2363],"_peEnd":[-111.25519,-654.2363],"_peDist":20.000015,"_peObstacles":[]}]],[458,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-111.25519,-654.2363],"_peDist":62.84858,"_peObstacles":[]}]],[461,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-111.25519,-654.2363],"_peDist":64.912476,"_peObstacles":[]}]]],[-111.25519,-654.2363],[[428,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-142.6795,-599.8078],"_peDist":62.848644,"_peObstacles":[]}]],[431,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-128.57571,-664.2363],"_peDist":20.000015,"_peObstacles":[]}]],[458,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-79.8309,-708.6648],"_peDist":62.84858,"_peObstacles":[]}]],[461,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]]]]],[435,[[[433,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-103.56397,-279.18585],"_peDist":20.00002,"_peObstacles":[]}]]],[-103.56397,-279.18585],[[433,[{"_peStart":[-103.56397,-279.18585],"_peEnd":[-113.56398,-261.86533],"_peDist":20.00002,"_peObstacles":[]}]]]]],[436,[[[437,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73312,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]]],[-100.73312,-1734.4213],[[437,[{"_peStart":[-100.73312,-1734.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]]]]],[437,[[[416,[{"_peStart":[-160.73312,-1754.4214],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.000015,"_peObstacles":[]}]],[436,[{"_peStart":[-100.73312,-1734.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]],[438,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[466,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73311,-1754.4213],[[416,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-160.73312,-1754.4214],"_peDist":60.000015,"_peObstacles":[]}]],[436,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73312,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]],[438,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[466,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[438,[[[418,[{"_peStart":[-160.73306,-1814.4214],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[437,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[439,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[467,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73306,-1814.4213],[[418,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-160.73306,-1814.4214],"_peDist":60.0,"_peObstacles":[]}]],[437,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[439,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[467,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[439,[[[419,[{"_peStart":[-160.73303,-1874.4214],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[438,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[440,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[468,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73303,-1874.4213],[[419,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-160.73303,-1874.4214],"_peDist":60.0,"_peObstacles":[]}]],[438,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[440,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[468,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[440,[[[420,[{"_peStart":[-160.733,-1934.4214],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.000015,"_peObstacles":[]}]],[439,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[441,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[469,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73299,-1934.4213],[[420,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-160.733,-1934.4214],"_peDist":60.000015,"_peObstacles":[]}]],[439,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[441,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[469,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[441,[[[421,[{"_peStart":[-160.73294,-1994.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[440,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[442,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.000122,"_peObstacles":[]}]],[470,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73294,-1994.4213],[[421,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-160.73294,-1994.4214],"_peDist":60.0,"_peObstacles":[]}]],[440,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[442,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.000122,"_peObstacles":[]}]],[470,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]]]]],[442,[[[422,[{"_peStart":[-160.73291,-2054.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[441,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.000122,"_peObstacles":[]}]],[443,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[471,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-100.73291,-2054.4214],[[422,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-160.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[441,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.000122,"_peObstacles":[]}]],[443,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[471,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[443,[[[424,[{"_peStart":[-160.73285,-2114.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]],[442,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[444,[{"_peStart":[-100.73285,-2134.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]],[472,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]]],[-100.732864,-2114.4214],[[424,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-160.73285,-2114.4214],"_peDist":59.999985,"_peObstacles":[]}]],[442,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[444,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]],[472,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[444,[[[443,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-100.73285,-2134.4214],"_peDist":20.0,"_peObstacles":[]}]]],[-100.73285,-2134.4214],[[443,[{"_peStart":[-100.73285,-2134.4214],"_peEnd":[-100.732864,-2114.4214],"_peDist":20.0,"_peObstacles":[]}]]]]],[445,[[[458,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-97.1514,-718.6648],"_peDist":19.999989,"_peObstacles":[]}]]],[-97.1514,-718.6648],[[458,[{"_peStart":[-97.1514,-718.6648],"_peEnd":[-79.8309,-708.6648],"_peDist":19.999989,"_peObstacles":[]}]]]]],[446,[[[447,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-96.46365,-550.03107],"_peDist":19.999989,"_peObstacles":[]}]]],[-96.46365,-550.03107],[[447,[{"_peStart":[-96.46365,-550.03107],"_peEnd":[-86.46365,-567.35156],"_peDist":19.999989,"_peObstacles":[]}]]]]],[447,[[[428,[{"_peStart":[-142.6795,-599.8078],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912476,"_peObstacles":[]}]],[446,[{"_peStart":[-96.46365,-550.03107],"_peEnd":[-86.46365,-567.35156],"_peDist":19.999989,"_peObstacles":[]}]],[461,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-86.46365,-567.35156],"_peDist":62.848644,"_peObstacles":[]}]],[478,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912445,"_peObstacles":[]}]]],[-86.46365,-567.35156],[[428,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-142.6795,-599.8078],"_peDist":64.912476,"_peObstacles":[]}]],[446,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-96.46365,-550.03107],"_peDist":19.999989,"_peObstacles":[]}]],[461,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848644,"_peObstacles":[]}]],[478,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-30.247803,-534.8954],"_peDist":64.912445,"_peObstacles":[]}]]]]],[448,[[[426,[{"_peStart":[-153.56403,-192.58333],"_peEnd":[-84.282005,-152.58328],"_peDist":80.000015,"_peObstacles":[]}]],[432,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-84.282005,-152.58328],"_peDist":79.999985,"_peObstacles":[]}]],[464,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-84.282005,-152.58328],"_peDist":80.0,"_peObstacles":[]}]],[481,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-84.282005,-152.58328],"_peDist":79.99999,"_peObstacles":[]}]]],[-84.282005,-152.58328],[[426,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-153.56403,-192.58333],"_peDist":80.000015,"_peObstacles":[]}]],[432,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-124.28204,-83.301285],"_peDist":79.999985,"_peObstacles":[]}]],[464,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]],[481,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-15.0,-112.58325],"_peDist":79.99999,"_peObstacles":[]}]]]]],[449,[[[408,[{"_peStart":[-180.00003,409.99997],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[450,[{"_peStart":[-80.00003,430.0],"_peEnd":[-80.00003,410.0],"_peDist":20.0,"_peObstacles":[]}]],[451,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[502,[{"_peStart":[19.999971,410.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]]],[-80.00003,410.0],[[408,[{"_peStart":[-80.00003,410.0],"_peEnd":[-180.00003,409.99997],"_peDist":100.0,"_peObstacles":[]}]],[450,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00003,430.0],"_peDist":20.0,"_peObstacles":[]}]],[451,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]],[502,[{"_peStart":[-80.00003,410.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[450,[[[449,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00003,430.0],"_peDist":20.0,"_peObstacles":[]}]]],[-80.00003,430.0],[[449,[{"_peStart":[-80.00003,430.0],"_peEnd":[-80.00003,410.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[451,[[[411,[{"_peStart":[-180.00002,309.99997],"_peEnd":[-80.00002,310.0],"_peDist":99.99999,"_peObstacles":[]}]],[449,[{"_peStart":[-80.00003,410.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]],[452,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.00002,310.0],"_peDist":100.000015,"_peObstacles":[]}]],[503,[{"_peStart":[19.99998,310.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]]],[-80.00002,310.0],[[411,[{"_peStart":[-80.00002,310.0],"_peEnd":[-180.00002,309.99997],"_peDist":99.99999,"_peObstacles":[]}]],[449,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[452,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[503,[{"_peStart":[-80.00002,310.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[452,[[[410,[{"_peStart":[-180.00002,209.99998],"_peEnd":[-80.00001,209.99998],"_peDist":100.00001,"_peObstacles":[]}]],[451,[{"_peStart":[-80.00002,310.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.000015,"_peObstacles":[]}]],[455,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.00001,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[504,[{"_peStart":[19.999989,210.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.0,"_peObstacles":[]}]]],[-80.00001,209.99998],[[410,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-180.00002,209.99998],"_peDist":100.00001,"_peObstacles":[]}]],[451,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.00002,310.0],"_peDist":100.000015,"_peObstacles":[]}]],[455,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.0,110.0],"_peDist":99.999985,"_peObstacles":[]}]],[504,[{"_peStart":[-80.00001,209.99998],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[453,[[[454,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[457,[{"_peStart":[-79.99999,10.0],"_peEnd":[-80.0,60.0],"_peDist":50.0,"_peObstacles":[]}]]],[-80.0,60.0],[[454,[{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[457,[{"_peStart":[-80.0,60.0],"_peEnd":[-79.99999,10.0],"_peDist":50.0,"_peObstacles":[]}]]]]],[454,[[[453,[{"_peStart":[-80.0,60.0],"_peEnd":[-80.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[455,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.0,90.0],"_peDist":20.0,"_peObstacles":[]}]]],[-80.0,90.0],[[453,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]],[455,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,110.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[455,[[[413,[{"_peStart":[-180.0,109.99997],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]],[452,[{"_peStart":[-80.00001,209.99998],"_peEnd":[-80.0,110.0],"_peDist":99.999985,"_peObstacles":[]}]],[454,[{"_peStart":[-80.0,90.0],"_peEnd":[-80.0,110.0],"_peDist":20.0,"_peObstacles":[]}]],[505,[{"_peStart":[19.999998,110.0],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]]],[-80.0,110.0],[[413,[{"_peStart":[-80.0,110.0],"_peEnd":[-180.0,109.99997],"_peDist":100.0,"_peObstacles":[]}]],[452,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.00001,209.99998],"_peDist":99.999985,"_peObstacles":[]}]],[454,[{"_peStart":[-80.0,110.0],"_peEnd":[-80.0,90.0],"_peDist":20.0,"_peObstacles":[]}]],[505,[{"_peStart":[-80.0,110.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]]]]],[456,[[[457,[{"_peStart":[-79.99999,10.0],"_peEnd":[-79.99999,0.0],"_peDist":10.0,"_peObstacles":[]}]],[460,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-79.99999,0.0],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]]],[-79.99999,0.0],[[457,[{"_peStart":[-79.99999,0.0],"_peEnd":[-79.99999,10.0],"_peDist":10.0,"_peObstacles":[]}]],[460,[{"_peStart":[-79.99999,0.0],"_peEnd":[-64.999985,-25.98076],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]]]]],[457,[[[453,[{"_peStart":[-80.0,60.0],"_peEnd":[-79.99999,10.0],"_peDist":50.0,"_peObstacles":[]}]],[456,[{"_peStart":[-79.99999,0.0],"_peEnd":[-79.99999,10.0],"_peDist":10.0,"_peObstacles":[]}]]],[-79.99999,10.0],[[453,[{"_peStart":[-79.99999,10.0],"_peEnd":[-80.0,60.0],"_peDist":50.0,"_peObstacles":[]}]],[456,[{"_peStart":[-79.99999,10.0],"_peEnd":[-79.99999,0.0],"_peDist":10.0,"_peObstacles":[]}]]]]],[458,[[[434,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-79.8309,-708.6648],"_peDist":62.84858,"_peObstacles":[]}]],[445,[{"_peStart":[-97.1514,-718.6648],"_peEnd":[-79.8309,-708.6648],"_peDist":19.999989,"_peObstacles":[]}]],[463,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-79.8309,-708.6648],"_peDist":62.848698,"_peObstacles":[]}]],[479,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-79.8309,-708.6648],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]]],[-79.8309,-708.6648],[[434,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-111.25519,-654.2363],"_peDist":62.84858,"_peObstacles":[]}]],[445,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-97.1514,-718.6648],"_peDist":19.999989,"_peObstacles":[]}]],[463,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848698,"_peObstacles":[]}]],[479,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-23.615036,-676.2086],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]]]]],[459,[[[463,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-65.72711,-773.0934],"_peDist":20.000015,"_peObstacles":[]}]]],[-65.72711,-773.0934],[[463,[{"_peStart":[-65.72711,-773.0934],"_peEnd":[-48.406586,-763.0934],"_peDist":20.000015,"_peObstacles":[]}]]]]],[460,[[[456,[{"_peStart":[-79.99999,0.0],"_peEnd":[-64.999985,-25.98076],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]],[462,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-64.999985,-25.98076],"_peDist":19.999947,"_peObstacles":[]}]]],[-64.999985,-25.98076],[[456,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-79.99999,0.0],"_peDist":30.000004,"_peObstacles":["AutoDoorObstacle"]}]],[462,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-55.00004,-43.30124],"_peDist":19.999947,"_peObstacles":[]}]]]]],[461,[[[434,[{"_peStart":[-111.25519,-654.2363],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]],[447,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848644,"_peObstacles":[]}]],[479,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[486,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]]],[-55.039337,-621.7801],[[434,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-111.25519,-654.2363],"_peDist":64.912476,"_peObstacles":[]}]],[447,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-86.46365,-567.35156],"_peDist":62.848644,"_peObstacles":[]}]],[479,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[486,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]]]]],[462,[[[432,[{"_peStart":[-124.28204,-83.301285],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]],[460,[{"_peStart":[-64.999985,-25.98076],"_peEnd":[-55.00004,-43.30124],"_peDist":19.999947,"_peObstacles":[]}]],[475,[{"_peStart":[-37.679527,-33.30124],"_peEnd":[-55.00004,-43.30124],"_peDist":20.000002,"_peObstacles":[]}]],[481,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]]],[-55.00004,-43.30124],[[432,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-124.28204,-83.301285],"_peDist":80.0,"_peObstacles":[]}]],[460,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-64.999985,-25.98076],"_peDist":19.999947,"_peObstacles":[]}]],[475,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-37.679527,-33.30124],"_peDist":20.000002,"_peObstacles":[]}]],[481,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]]]]],[463,[[[458,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848698,"_peObstacles":[]}]],[459,[{"_peStart":[-65.72711,-773.0934],"_peEnd":[-48.406586,-763.0934],"_peDist":20.000015,"_peObstacles":[]}]],[480,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848595,"_peObstacles":[]}]],[488,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-48.406586,-763.0934],"_peDist":64.912506,"_peObstacles":[]}]]],[-48.406586,-763.0934],[[458,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-79.8309,-708.6648],"_peDist":62.848698,"_peObstacles":[]}]],[459,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-65.72711,-773.0934],"_peDist":20.000015,"_peObstacles":[]}]],[480,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848595,"_peObstacles":[]}]],[488,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[7.809265,-730.6371],"_peDist":64.912506,"_peObstacles":[]}]]]]],[464,[[[433,[{"_peStart":[-113.56398,-261.86533],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]],[448,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-44.281967,-221.8653],"_peDist":80.0,"_peObstacles":[]}]],[477,[{"_peStart":[-34.28196,-239.1858],"_peEnd":[-44.281967,-221.8653],"_peDist":20.000006,"_peObstacles":[]}]],[512,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-44.281967,-221.8653],"_peDist":79.999985,"_peObstacles":[]}]]],[-44.281967,-221.8653],[[433,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-113.56398,-261.86533],"_peDist":80.0,"_peObstacles":[]}]],[448,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-84.282005,-152.58328],"_peDist":80.0,"_peObstacles":[]}]],[477,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-34.28196,-239.1858],"_peDist":20.000006,"_peObstacles":[]}]],[512,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[25.00003,-181.86526],"_peDist":79.999985,"_peObstacles":[]}]]]]],[465,[[[466,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733124,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]]],[-40.733124,-1734.4213],[[466,[{"_peStart":[-40.733124,-1734.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]]]]],[466,[[[437,[{"_peStart":[-100.73311,-1754.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[465,[{"_peStart":[-40.733124,-1734.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":20.0,"_peObstacles":[]}]],[467,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[493,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-40.73311,-1754.4213],[[437,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-100.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[465,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733124,-1734.4213],"_peDist":20.0,"_peObstacles":[]}]],[467,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[493,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[467,[[[438,[{"_peStart":[-100.73306,-1814.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[466,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[468,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[494,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[-40.733063,-1814.4213],"_peDist":59.999992,"_peObstacles":[]}]]],[-40.733063,-1814.4213],[[438,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-100.73306,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[466,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[468,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[494,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[19.26693,-1814.4211],"_peDist":59.999992,"_peObstacles":[]}]]]]],[468,[[[439,[{"_peStart":[-100.73303,-1874.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[467,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[469,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[495,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.000008,"_peObstacles":[]}]]],[-40.733032,-1874.4213],[[439,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-100.73303,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[467,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.733063,-1814.4213],"_peDist":60.0,"_peObstacles":[]}]],[469,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[495,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[19.266975,-1874.4211],"_peDist":60.000008,"_peObstacles":[]}]]]]],[469,[[[440,[{"_peStart":[-100.73299,-1934.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[468,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[470,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[496,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]]],[-40.732986,-1934.4213],[[440,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-100.73299,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[468,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.0,"_peObstacles":[]}]],[470,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[496,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[470,[[[441,[{"_peStart":[-100.73294,-1994.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[469,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[-40.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[471,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999878,"_peObstacles":[]}]],[497,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999992,"_peObstacles":[]}]]],[-40.73294,-1994.4213],[[441,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-100.73294,-1994.4213],"_peDist":60.0,"_peObstacles":[]}]],[469,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[471,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.73291,-2054.4211],"_peDist":59.999878,"_peObstacles":[]}]],[497,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[19.267052,-1994.4211],"_peDist":59.999992,"_peObstacles":[]}]]]]],[471,[[[442,[{"_peStart":[-100.73291,-2054.4214],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[470,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[-40.73291,-2054.4211],"_peDist":59.999878,"_peObstacles":[]}]],[472,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[498,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]]],[-40.73291,-2054.4211],[[442,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-100.73291,-2054.4214],"_peDist":60.0,"_peObstacles":[]}]],[470,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999878,"_peObstacles":[]}]],[472,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[498,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]]]]],[472,[[[443,[{"_peStart":[-100.732864,-2114.4214],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[471,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[473,[{"_peStart":[-40.73285,-2134.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]],[499,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]],[-40.732864,-2114.4211],[[443,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-100.732864,-2114.4214],"_peDist":60.0,"_peObstacles":[]}]],[471,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[473,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73285,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]],[499,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[473,[[[472,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[-40.73285,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]]],[-40.73285,-2134.4211],[[472,[{"_peStart":[-40.73285,-2134.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[474,[[[478,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-40.247803,-517.5748],"_peDist":20.000042,"_peObstacles":[]}]]],[-40.247803,-517.5748],[[478,[{"_peStart":[-40.247803,-517.5748],"_peEnd":[-30.247803,-534.8954],"_peDist":20.000042,"_peObstacles":[]}]]]]],[475,[[[462,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-37.679527,-33.30124],"_peDist":20.000002,"_peObstacles":[]}]]],[-37.679527,-33.30124],[[462,[{"_peStart":[-37.679527,-33.30124],"_peEnd":[-55.00004,-43.30124],"_peDist":20.000002,"_peObstacles":[]}]]]]],[476,[[[480,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-34.302795,-827.52185],"_peDist":20.000015,"_peObstacles":[]}]]],[-34.302795,-827.52185],[[480,[{"_peStart":[-34.302795,-827.52185],"_peEnd":[-16.98227,-817.52185],"_peDist":20.000015,"_peObstacles":[]}]]]]],[477,[[[464,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[-34.28196,-239.1858],"_peDist":20.000006,"_peObstacles":[]}]]],[-34.28196,-239.1858],[[464,[{"_peStart":[-34.28196,-239.1858],"_peEnd":[-44.281967,-221.8653],"_peDist":20.000006,"_peObstacles":[]}]]]]],[478,[[[447,[{"_peStart":[-86.46365,-567.35156],"_peEnd":[-30.247803,-534.8954],"_peDist":64.912445,"_peObstacles":[]}]],[474,[{"_peStart":[-40.247803,-517.5748],"_peEnd":[-30.247803,-534.8954],"_peDist":20.000042,"_peObstacles":[]}]],[486,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-30.247803,-534.8954],"_peDist":62.848595,"_peObstacles":[]}]],[513,[{"_peStart":[25.968048,-502.43912],"_peEnd":[-30.247803,-534.8954],"_peDist":64.91249,"_peObstacles":[]}]]],[-30.247803,-534.8954],[[447,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-86.46365,-567.35156],"_peDist":64.912445,"_peObstacles":[]}]],[474,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[-40.247803,-517.5748],"_peDist":20.000042,"_peObstacles":[]}]],[486,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848595,"_peObstacles":[]}]],[513,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[25.968048,-502.43912],"_peDist":64.91249,"_peObstacles":[]}]]]]],[479,[[[458,[{"_peStart":[-79.8309,-708.6648],"_peEnd":[-23.615036,-676.2086],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]],[461,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[488,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[516,[{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[-23.615036,-676.2086],[[458,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-79.8309,-708.6648],"_peDist":64.91245,"_peObstacles":["BlockObstacle"]}]],[461,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[-55.039337,-621.7801],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[488,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[7.809265,-730.6371],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[516,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[480,[[[463,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848595,"_peObstacles":[]}]],[476,[{"_peStart":[-34.302795,-827.52185],"_peEnd":[-16.98227,-817.52185],"_peDist":20.000015,"_peObstacles":[]}]],[490,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[518,[{"_peStart":[39.23358,-785.0657],"_peEnd":[-16.98227,-817.52185],"_peDist":64.912445,"_peObstacles":[]}]]],[-16.98227,-817.52185],[[463,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-48.406586,-763.0934],"_peDist":62.848595,"_peObstacles":[]}]],[476,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[-34.302795,-827.52185],"_peDist":20.000015,"_peObstacles":[]}]],[490,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[14.442047,-871.9504],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[518,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[39.23358,-785.0657],"_peDist":64.912445,"_peObstacles":[]}]]]]],[481,[[[448,[{"_peStart":[-84.282005,-152.58328],"_peEnd":[-15.0,-112.58325],"_peDist":79.99999,"_peObstacles":[]}]],[462,[{"_peStart":[-55.00004,-43.30124],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]],[487,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[-15.0,-112.58325],"_peDist":20.000002,"_peObstacles":[]}]],[512,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]]],[-15.0,-112.58325],[[448,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-84.282005,-152.58328],"_peDist":79.99999,"_peObstacles":[]}]],[462,[{"_peStart":[-15.0,-112.58325],"_peEnd":[-55.00004,-43.30124],"_peDist":80.0,"_peObstacles":[]}]],[487,[{"_peStart":[-15.0,-112.58325],"_peEnd":[2.3205109,-102.58325],"_peDist":20.000002,"_peObstacles":[]}]],[512,[{"_peStart":[-15.0,-112.58325],"_peEnd":[25.00003,-181.86526],"_peDist":80.0,"_peObstacles":[]}]]]]],[482,[[[489,[{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]]],[-12.528597,-1105.236],[[489,[{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]]]]],[483,[[[490,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-2.878479,-881.9504],"_peDist":20.000015,"_peObstacles":[]}]]],[-2.878479,-881.9504],[[490,[{"_peStart":[-2.878479,-881.9504],"_peEnd":[14.442047,-871.9504],"_peDist":20.000015,"_peObstacles":[]}]]]]],[484,[[[507,[{"_peStart":[20.0,20.0],"_peEnd":[0.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]],[0.0,20.0],[[507,[{"_peStart":[0.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[485,[[[508,[{"_peStart":[20.0,40.0],"_peEnd":[0.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]],[0.0,40.0],[[508,[{"_peStart":[0.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[486,[[[461,[{"_peStart":[-55.039337,-621.7801],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]],[478,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848595,"_peObstacles":[]}]],[516,[{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[527,[{"_peStart":[57.392365,-556.8676],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]]],[1.1765137,-589.32385],[[461,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-55.039337,-621.7801],"_peDist":64.912476,"_peObstacles":[]}]],[478,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[-30.247803,-534.8954],"_peDist":62.848595,"_peObstacles":[]}]],[516,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[527,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[57.392365,-556.8676],"_peDist":64.912476,"_peObstacles":[]}]]]]],[487,[[[481,[{"_peStart":[-15.0,-112.58325],"_peEnd":[2.3205109,-102.58325],"_peDist":20.000002,"_peObstacles":[]}]],[514,[{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]],[2.3205109,-102.58325],[[481,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[-15.0,-112.58325],"_peDist":20.000002,"_peObstacles":[]}]],[514,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]]]]],[488,[[[463,[{"_peStart":[-48.406586,-763.0934],"_peEnd":[7.809265,-730.6371],"_peDist":64.912506,"_peObstacles":[]}]],[479,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[7.809265,-730.6371],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[518,[{"_peStart":[39.23358,-785.0657],"_peEnd":[7.809265,-730.6371],"_peDist":62.848698,"_peObstacles":[]}]],[529,[{"_peStart":[64.025116,-698.1809],"_peEnd":[7.809265,-730.6371],"_peDist":64.912445,"_peObstacles":[]}]]],[7.809265,-730.6371],[[463,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-48.406586,-763.0934],"_peDist":64.912506,"_peObstacles":[]}]],[479,[{"_peStart":[7.809265,-730.6371],"_peEnd":[-23.615036,-676.2086],"_peDist":62.848587,"_peObstacles":["BlockObstacle"]}]],[518,[{"_peStart":[7.809265,-730.6371],"_peEnd":[39.23358,-785.0657],"_peDist":62.848698,"_peObstacles":[]}]],[529,[{"_peStart":[7.809265,-730.6371],"_peEnd":[64.025116,-698.1809],"_peDist":64.912445,"_peObstacles":[]}]]]]],[489,[[[482,[{"_peStart":[-12.528597,-1105.236],"_peEnd":[13.452164,-1090.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]],[511,[{"_peStart":[22.112415,-1085.236],"_peEnd":[13.452164,-1090.236],"_peDist":9.999998,"_peObstacles":[]}]]],[13.452164,-1090.236],[[482,[{"_peStart":[13.452164,-1090.236],"_peEnd":[-12.528597,-1105.236],"_peDist":29.999998,"_peObstacles":["AutoDoorObstacle"]}]],[511,[{"_peStart":[13.452164,-1090.236],"_peEnd":[22.112415,-1085.236],"_peDist":9.999998,"_peObstacles":[]}]]]]],[490,[[[480,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[14.442047,-871.9504],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[483,[{"_peStart":[-2.878479,-881.9504],"_peEnd":[14.442047,-871.9504],"_peDist":20.000015,"_peObstacles":[]}]],[526,[{"_peStart":[45.86635,-926.3789],"_peEnd":[14.442047,-871.9504],"_peDist":62.848637,"_peObstacles":[]}]],[531,[{"_peStart":[70.6579,-839.49414],"_peEnd":[14.442047,-871.9504],"_peDist":64.912476,"_peObstacles":[]}]]],[14.442047,-871.9504],[[480,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-16.98227,-817.52185],"_peDist":62.848644,"_peObstacles":["DoorObstacle"]}]],[483,[{"_peStart":[14.442047,-871.9504],"_peEnd":[-2.878479,-881.9504],"_peDist":20.000015,"_peObstacles":[]}]],[526,[{"_peStart":[14.442047,-871.9504],"_peEnd":[45.86635,-926.3789],"_peDist":62.848637,"_peObstacles":[]}]],[531,[{"_peStart":[14.442047,-871.9504],"_peEnd":[70.6579,-839.49414],"_peDist":64.912476,"_peObstacles":[]}]]]]],[491,[[[513,[{"_peStart":[25.968048,-502.43912],"_peEnd":[15.968048,-485.1186],"_peDist":20.000015,"_peObstacles":[]}]]],[15.968048,-485.1186],[[513,[{"_peStart":[15.968048,-485.1186],"_peEnd":[25.968048,-502.43912],"_peDist":20.000015,"_peObstacles":[]}]]]]],[492,[[[493,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.266876,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]]],[19.266876,-1734.4211],[[493,[{"_peStart":[19.266876,-1734.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[493,[[[466,[{"_peStart":[-40.73311,-1754.4213],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[492,[{"_peStart":[19.266876,-1734.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]],[494,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[536,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.266891,-1754.4211],[[466,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[-40.73311,-1754.4213],"_peDist":60.0,"_peObstacles":[]}]],[492,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.266876,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]],[494,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[536,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[494,[[[467,[{"_peStart":[-40.733063,-1814.4213],"_peEnd":[19.26693,-1814.4211],"_peDist":59.999992,"_peObstacles":[]}]],[493,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[495,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[537,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.26693,-1814.4211],[[467,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[-40.733063,-1814.4213],"_peDist":59.999992,"_peObstacles":[]}]],[493,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[495,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[537,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[495,[[[468,[{"_peStart":[-40.733032,-1874.4213],"_peEnd":[19.266975,-1874.4211],"_peDist":60.000008,"_peObstacles":[]}]],[494,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[496,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[538,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]]],[19.266975,-1874.4211],[[468,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[-40.733032,-1874.4213],"_peDist":60.000008,"_peObstacles":[]}]],[494,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[496,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[538,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]]]]],[496,[[[469,[{"_peStart":[-40.732986,-1934.4213],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[495,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[497,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[539,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.267014,-1934.4211],[[469,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[-40.732986,-1934.4213],"_peDist":60.0,"_peObstacles":[]}]],[495,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[497,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[539,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[497,[[[470,[{"_peStart":[-40.73294,-1994.4213],"_peEnd":[19.267052,-1994.4211],"_peDist":59.999992,"_peObstacles":[]}]],[496,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[498,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[540,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]]],[19.267052,-1994.4211],[[470,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[-40.73294,-1994.4213],"_peDist":59.999992,"_peObstacles":[]}]],[496,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[498,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[540,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]]]]],[498,[[[471,[{"_peStart":[-40.73291,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]],[497,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[499,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[541,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.267097,-2054.4211],[[471,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[-40.73291,-2054.4211],"_peDist":60.000008,"_peObstacles":[]}]],[497,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[499,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[541,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[499,[[[472,[{"_peStart":[-40.732864,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[498,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[500,[{"_peStart":[19.26715,-2134.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]],[542,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]],[19.267136,-2114.4211],[[472,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[-40.732864,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[498,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[500,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]],[542,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]]]]],[500,[[[499,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[19.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]]],[19.26715,-2134.4211],[[499,[{"_peStart":[19.26715,-2134.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[501,[[[502,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99997,430.0],"_peDist":20.0,"_peObstacles":[]}]]],[19.99997,430.0],[[502,[{"_peStart":[19.99997,430.0],"_peEnd":[19.999971,410.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[502,[[[449,[{"_peStart":[-80.00003,410.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]],[501,[{"_peStart":[19.99997,430.0],"_peEnd":[19.999971,410.0],"_peDist":20.0,"_peObstacles":[]}]],[503,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]],[519,[{"_peStart":[39.99997,410.0],"_peEnd":[19.999971,410.0],"_peDist":19.999998,"_peObstacles":[]}]]],[19.999971,410.0],[[449,[{"_peStart":[19.999971,410.0],"_peEnd":[-80.00003,410.0],"_peDist":100.0,"_peObstacles":[]}]],[501,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99997,430.0],"_peDist":20.0,"_peObstacles":[]}]],[503,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[519,[{"_peStart":[19.999971,410.0],"_peEnd":[39.99997,410.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[503,[[[451,[{"_peStart":[-80.00002,310.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[502,[{"_peStart":[19.999971,410.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[504,[{"_peStart":[19.999989,210.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[520,[{"_peStart":[39.99998,310.0],"_peEnd":[19.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]],[19.99998,310.0],[[451,[{"_peStart":[19.99998,310.0],"_peEnd":[-80.00002,310.0],"_peDist":100.0,"_peObstacles":[]}]],[502,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999971,410.0],"_peDist":100.0,"_peObstacles":[]}]],[504,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[520,[{"_peStart":[19.99998,310.0],"_peEnd":[39.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[504,[[[452,[{"_peStart":[-80.00001,209.99998],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[503,[{"_peStart":[19.99998,310.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[505,[{"_peStart":[19.999998,110.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[521,[{"_peStart":[39.99999,210.0],"_peEnd":[19.999989,210.0],"_peDist":20.0,"_peObstacles":[]}]]],[19.999989,210.0],[[452,[{"_peStart":[19.999989,210.0],"_peEnd":[-80.00001,209.99998],"_peDist":100.0,"_peObstacles":[]}]],[503,[{"_peStart":[19.999989,210.0],"_peEnd":[19.99998,310.0],"_peDist":100.0,"_peObstacles":[]}]],[505,[{"_peStart":[19.999989,210.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]],[521,[{"_peStart":[19.999989,210.0],"_peEnd":[39.99999,210.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[505,[[[455,[{"_peStart":[-80.0,110.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]],[504,[{"_peStart":[19.999989,210.0],"_peEnd":[19.999998,110.0],"_peDist":100.0,"_peObstacles":[]}]],[510,[{"_peStart":[20.0,90.0],"_peEnd":[19.999998,110.0],"_peDist":20.0,"_peObstacles":[]}]],[522,[{"_peStart":[39.999996,110.0],"_peEnd":[19.999998,110.0],"_peDist":19.999998,"_peObstacles":[]}]]],[19.999998,110.0],[[455,[{"_peStart":[19.999998,110.0],"_peEnd":[-80.0,110.0],"_peDist":100.0,"_peObstacles":[]}]],[504,[{"_peStart":[19.999998,110.0],"_peEnd":[19.999989,210.0],"_peDist":100.0,"_peObstacles":[]}]],[510,[{"_peStart":[19.999998,110.0],"_peEnd":[20.0,90.0],"_peDist":20.0,"_peObstacles":[]}]],[522,[{"_peStart":[19.999998,110.0],"_peEnd":[39.999996,110.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[506,[[[507,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,0.0],"_peDist":20.0,"_peObstacles":[]}]]],[20.0,0.0],[[507,[{"_peStart":[20.0,0.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[507,[[[484,[{"_peStart":[0.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[506,[{"_peStart":[20.0,0.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[507,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,20.0],"_peDist":0.0,"_peObstacles":[]}]],[508,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[523,[{"_peStart":[40.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]],[20.0,20.0],[[484,[{"_peStart":[20.0,20.0],"_peEnd":[0.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[506,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,0.0],"_peDist":20.0,"_peObstacles":[]}]],[507,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,20.0],"_peDist":0.0,"_peObstacles":[]}]],[508,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[523,[{"_peStart":[20.0,20.0],"_peEnd":[40.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[508,[[[485,[{"_peStart":[0.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[507,[{"_peStart":[20.0,20.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[508,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,40.0],"_peDist":0.0,"_peObstacles":[]}]],[509,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[524,[{"_peStart":[40.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]],[20.0,40.0],[[485,[{"_peStart":[20.0,40.0],"_peEnd":[0.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[507,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]],[508,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,40.0],"_peDist":0.0,"_peObstacles":[]}]],[509,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,60.0],"_peDist":20.0,"_peObstacles":[]}]],[524,[{"_peStart":[20.0,40.0],"_peEnd":[40.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[509,[[[508,[{"_peStart":[20.0,40.0],"_peEnd":[20.0,60.0],"_peDist":20.0,"_peObstacles":[]}]],[510,[{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]],[20.0,60.0],[[508,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]],[510,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]]]],[510,[[[505,[{"_peStart":[19.999998,110.0],"_peEnd":[20.0,90.0],"_peDist":20.0,"_peObstacles":[]}]],[509,[{"_peStart":[20.0,60.0],"_peEnd":[20.0,90.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]],[20.0,90.0],[[505,[{"_peStart":[20.0,90.0],"_peEnd":[19.999998,110.0],"_peDist":20.0,"_peObstacles":[]}]],[509,[{"_peStart":[20.0,90.0],"_peEnd":[20.0,60.0],"_peDist":30.0,"_peObstacles":["AutoDoorObstacle"]}]]]]],[511,[[[489,[{"_peStart":[13.452164,-1090.236],"_peEnd":[22.112415,-1085.236],"_peDist":9.999998,"_peObstacles":[]}]],[530,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[22.112415,-1085.236],"_peDist":50.000057,"_peObstacles":[]}]]],[22.112415,-1085.236],[[489,[{"_peStart":[22.112415,-1085.236],"_peEnd":[13.452164,-1090.236],"_peDist":9.999998,"_peObstacles":[]}]],[530,[{"_peStart":[22.112415,-1085.236],"_peEnd":[65.41368,-1060.2358],"_peDist":50.000057,"_peObstacles":[]}]]]]],[512,[[[464,[{"_peStart":[-44.281967,-221.8653],"_peEnd":[25.00003,-181.86526],"_peDist":79.999985,"_peObstacles":[]}]],[481,[{"_peStart":[-15.0,-112.58325],"_peEnd":[25.00003,-181.86526],"_peDist":80.0,"_peObstacles":[]}]],[517,[{"_peStart":[35.000046,-199.18576],"_peEnd":[25.00003,-181.86526],"_peDist":19.999996,"_peObstacles":[]}]],[525,[{"_peStart":[42.32054,-171.86526],"_peEnd":[25.00003,-181.86526],"_peDist":20.000002,"_peObstacles":[]}]]],[25.00003,-181.86526],[[464,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-44.281967,-221.8653],"_peDist":79.999985,"_peObstacles":[]}]],[481,[{"_peStart":[25.00003,-181.86526],"_peEnd":[-15.0,-112.58325],"_peDist":80.0,"_peObstacles":[]}]],[517,[{"_peStart":[25.00003,-181.86526],"_peEnd":[35.000046,-199.18576],"_peDist":19.999996,"_peObstacles":[]}]],[525,[{"_peStart":[25.00003,-181.86526],"_peEnd":[42.32054,-171.86526],"_peDist":20.000002,"_peObstacles":[]}]]]]],[513,[[[478,[{"_peStart":[-30.247803,-534.8954],"_peEnd":[25.968048,-502.43912],"_peDist":64.91249,"_peObstacles":[]}]],[491,[{"_peStart":[15.968048,-485.1186],"_peEnd":[25.968048,-502.43912],"_peDist":20.000015,"_peObstacles":[]}]],[527,[{"_peStart":[57.392365,-556.8676],"_peEnd":[25.968048,-502.43912],"_peDist":62.84862,"_peObstacles":[]}]],[545,[{"_peStart":[82.1839,-469.98288],"_peEnd":[25.968048,-502.43912],"_peDist":64.912476,"_peObstacles":[]}]]],[25.968048,-502.43912],[[478,[{"_peStart":[25.968048,-502.43912],"_peEnd":[-30.247803,-534.8954],"_peDist":64.91249,"_peObstacles":[]}]],[491,[{"_peStart":[25.968048,-502.43912],"_peEnd":[15.968048,-485.1186],"_peDist":20.000015,"_peObstacles":[]}]],[527,[{"_peStart":[25.968048,-502.43912],"_peEnd":[57.392365,-556.8676],"_peDist":62.84862,"_peObstacles":[]}]],[545,[{"_peStart":[25.968048,-502.43912],"_peEnd":[82.1839,-469.98288],"_peDist":64.912476,"_peObstacles":[]}]]]]],[514,[[[487,[{"_peStart":[2.3205109,-102.58325],"_peEnd":[28.301268,-87.58324],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[532,[{"_peStart":[71.60253,-62.58322],"_peEnd":[28.301268,-87.58324],"_peDist":50.0,"_peObstacles":[]}]]],[28.301268,-87.58324],[[487,[{"_peStart":[28.301268,-87.58324],"_peEnd":[2.3205109,-102.58325],"_peDist":30.000002,"_peObstacles":["AutoDoorObstacle"]}]],[532,[{"_peStart":[28.301268,-87.58324],"_peEnd":[71.60253,-62.58322],"_peDist":50.0,"_peObstacles":[]}]]]]],[515,[[[526,[{"_peStart":[45.86635,-926.3789],"_peEnd":[28.545807,-936.3788],"_peDist":19.999968,"_peObstacles":[]}]]],[28.545807,-936.3788],[[526,[{"_peStart":[28.545807,-936.3788],"_peEnd":[45.86635,-926.3789],"_peDist":19.999968,"_peObstacles":[]}]]]]],[516,[[[479,[{"_peStart":[-23.615036,-676.2086],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[486,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[529,[{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[547,[{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[32.600815,-643.7524],[[479,[{"_peStart":[32.600815,-643.7524],"_peEnd":[-23.615036,-676.2086],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[486,[{"_peStart":[32.600815,-643.7524],"_peEnd":[1.1765137,-589.32385],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[529,[{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[547,[{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[517,[[[512,[{"_peStart":[25.00003,-181.86526],"_peEnd":[35.000046,-199.18576],"_peDist":19.999996,"_peObstacles":[]}]]],[35.000046,-199.18576],[[512,[{"_peStart":[35.000046,-199.18576],"_peEnd":[25.00003,-181.86526],"_peDist":19.999996,"_peObstacles":[]}]]]]],[518,[[[480,[{"_peStart":[-16.98227,-817.52185],"_peEnd":[39.23358,-785.0657],"_peDist":64.912445,"_peObstacles":[]}]],[488,[{"_peStart":[7.809265,-730.6371],"_peEnd":[39.23358,-785.0657],"_peDist":62.848698,"_peObstacles":[]}]],[531,[{"_peStart":[70.6579,-839.49414],"_peEnd":[39.23358,-785.0657],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[549,[{"_peStart":[95.44943,-752.6094],"_peEnd":[39.23358,-785.0657],"_peDist":64.912506,"_peObstacles":[]}]]],[39.23358,-785.0657],[[480,[{"_peStart":[39.23358,-785.0657],"_peEnd":[-16.98227,-817.52185],"_peDist":64.912445,"_peObstacles":[]}]],[488,[{"_peStart":[39.23358,-785.0657],"_peEnd":[7.809265,-730.6371],"_peDist":62.848698,"_peObstacles":[]}]],[531,[{"_peStart":[39.23358,-785.0657],"_peEnd":[70.6579,-839.49414],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[549,[{"_peStart":[39.23358,-785.0657],"_peEnd":[95.44943,-752.6094],"_peDist":64.912506,"_peObstacles":[]}]]]]],[519,[[[502,[{"_peStart":[19.999971,410.0],"_peEnd":[39.99997,410.0],"_peDist":19.999998,"_peObstacles":[]}]]],[39.99997,410.0],[[502,[{"_peStart":[39.99997,410.0],"_peEnd":[19.999971,410.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[520,[[[503,[{"_peStart":[19.99998,310.0],"_peEnd":[39.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]],[39.99998,310.0],[[503,[{"_peStart":[39.99998,310.0],"_peEnd":[19.99998,310.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[521,[[[504,[{"_peStart":[19.999989,210.0],"_peEnd":[39.99999,210.0],"_peDist":20.0,"_peObstacles":[]}]]],[39.99999,210.0],[[504,[{"_peStart":[39.99999,210.0],"_peEnd":[19.999989,210.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[522,[[[505,[{"_peStart":[19.999998,110.0],"_peEnd":[39.999996,110.0],"_peDist":19.999998,"_peObstacles":[]}]]],[39.999996,110.0],[[505,[{"_peStart":[39.999996,110.0],"_peEnd":[19.999998,110.0],"_peDist":19.999998,"_peObstacles":[]}]]]]],[523,[[[507,[{"_peStart":[20.0,20.0],"_peEnd":[40.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]],[40.0,20.0],[[507,[{"_peStart":[40.0,20.0],"_peEnd":[20.0,20.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[524,[[[508,[{"_peStart":[20.0,40.0],"_peEnd":[40.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]],[40.0,40.0],[[508,[{"_peStart":[40.0,40.0],"_peEnd":[20.0,40.0],"_peDist":20.0,"_peObstacles":[]}]]]]],[525,[[[512,[{"_peStart":[25.00003,-181.86526],"_peEnd":[42.32054,-171.86526],"_peDist":20.000002,"_peObstacles":[]}]]],[42.32054,-171.86526],[[512,[{"_peStart":[42.32054,-171.86526],"_peEnd":[25.00003,-181.86526],"_peDist":20.000002,"_peObstacles":[]}]]]]],[526,[[[490,[{"_peStart":[14.442047,-871.9504],"_peEnd":[45.86635,-926.3789],"_peDist":62.848637,"_peObstacles":[]}]],[515,[{"_peStart":[28.545807,-936.3788],"_peEnd":[45.86635,-926.3789],"_peDist":19.999968,"_peObstacles":[]}]],[534,[{"_peStart":[77.29065,-980.8074],"_peEnd":[45.86635,-926.3789],"_peDist":62.848587,"_peObstacles":[]}]],[558,[{"_peStart":[102.082184,-893.9226],"_peEnd":[45.86635,-926.3789],"_peDist":64.91249,"_peObstacles":[]}]]],[45.86635,-926.3789],[[490,[{"_peStart":[45.86635,-926.3789],"_peEnd":[14.442047,-871.9504],"_peDist":62.848637,"_peObstacles":[]}]],[515,[{"_peStart":[45.86635,-926.3789],"_peEnd":[28.545807,-936.3788],"_peDist":19.999968,"_peObstacles":[]}]],[534,[{"_peStart":[45.86635,-926.3789],"_peEnd":[77.29065,-980.8074],"_peDist":62.848587,"_peObstacles":[]}]],[558,[{"_peStart":[45.86635,-926.3789],"_peEnd":[102.082184,-893.9226],"_peDist":64.91249,"_peObstacles":[]}]]]]],[527,[[[486,[{"_peStart":[1.1765137,-589.32385],"_peEnd":[57.392365,-556.8676],"_peDist":64.912476,"_peObstacles":[]}]],[513,[{"_peStart":[25.968048,-502.43912],"_peEnd":[57.392365,-556.8676],"_peDist":62.84862,"_peObstacles":[]}]],[547,[{"_peStart":[88.816666,-611.29614],"_peEnd":[57.392365,-556.8676],"_peDist":62.848637,"_peObstacles":[]}]],[561,[{"_peStart":[113.60821,-524.4114],"_peEnd":[57.392365,-556.8676],"_peDist":64.91247,"_peObstacles":[]}]]],[57.392365,-556.8676],[[486,[{"_peStart":[57.392365,-556.8676],"_peEnd":[1.1765137,-589.32385],"_peDist":64.912476,"_peObstacles":[]}]],[513,[{"_peStart":[57.392365,-556.8676],"_peEnd":[25.968048,-502.43912],"_peDist":62.84862,"_peObstacles":[]}]],[547,[{"_peStart":[57.392365,-556.8676],"_peEnd":[88.816666,-611.29614],"_peDist":62.848637,"_peObstacles":[]}]],[561,[{"_peStart":[57.392365,-556.8676],"_peEnd":[113.60821,-524.4114],"_peDist":64.91247,"_peObstacles":[]}]]]]],[528,[[[534,[{"_peStart":[77.29065,-980.8074],"_peEnd":[59.970123,-990.8074],"_peDist":20.000015,"_peObstacles":[]}]]],[59.970123,-990.8074],[[534,[{"_peStart":[59.970123,-990.8074],"_peEnd":[77.29065,-980.8074],"_peDist":20.000015,"_peObstacles":[]}]]]]],[529,[[[488,[{"_peStart":[7.809265,-730.6371],"_peEnd":[64.025116,-698.1809],"_peDist":64.912445,"_peObstacles":[]}]],[516,[{"_peStart":[32.600815,-643.7524],"_peEnd":[64.025116,-698.1809],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[549,[{"_peStart":[95.44943,-752.6094],"_peEnd":[64.025116,-698.1809],"_peDist":62.848595,"_peObstacles":[]}]],[563,[{"_peStart":[120.24097,-665.7246],"_peEnd":[64.025116,-698.1809],"_peDist":64.912506,"_peObstacles":[]}]]],[64.025116,-698.1809],[[488,[{"_peStart":[64.025116,-698.1809],"_peEnd":[7.809265,-730.6371],"_peDist":64.912445,"_peObstacles":[]}]],[516,[{"_peStart":[64.025116,-698.1809],"_peEnd":[32.600815,-643.7524],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[549,[{"_peStart":[64.025116,-698.1809],"_peEnd":[95.44943,-752.6094],"_peDist":62.848595,"_peObstacles":[]}]],[563,[{"_peStart":[64.025116,-698.1809],"_peEnd":[120.24097,-665.7246],"_peDist":64.912506,"_peObstacles":[]}]]]]],[530,[[[511,[{"_peStart":[22.112415,-1085.236],"_peEnd":[65.41368,-1060.2358],"_peDist":50.000057,"_peObstacles":[]}]],[548,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]],[65.41368,-1060.2358],[[511,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[22.112415,-1085.236],"_peDist":50.000057,"_peObstacles":[]}]],[548,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]]]]],[531,[[[490,[{"_peStart":[14.442047,-871.9504],"_peEnd":[70.6579,-839.49414],"_peDist":64.912476,"_peObstacles":[]}]],[518,[{"_peStart":[39.23358,-785.0657],"_peEnd":[70.6579,-839.49414],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[558,[{"_peStart":[102.082184,-893.9226],"_peEnd":[70.6579,-839.49414],"_peDist":62.84858,"_peObstacles":[]}]],[564,[{"_peStart":[126.87375,-807.03796],"_peEnd":[70.6579,-839.49414],"_peDist":64.912445,"_peObstacles":[]}]]],[70.6579,-839.49414],[[490,[{"_peStart":[70.6579,-839.49414],"_peEnd":[14.442047,-871.9504],"_peDist":64.912476,"_peObstacles":[]}]],[518,[{"_peStart":[70.6579,-839.49414],"_peEnd":[39.23358,-785.0657],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[558,[{"_peStart":[70.6579,-839.49414],"_peEnd":[102.082184,-893.9226],"_peDist":62.84858,"_peObstacles":[]}]],[564,[{"_peStart":[70.6579,-839.49414],"_peEnd":[126.87375,-807.03796],"_peDist":64.912445,"_peObstacles":[]}]]]]],[532,[[[514,[{"_peStart":[28.301268,-87.58324],"_peEnd":[71.60253,-62.58322],"_peDist":50.0,"_peObstacles":[]}]],[544,[{"_peStart":[80.26278,-57.583218],"_peEnd":[71.60253,-62.58322],"_peDist":9.999996,"_peObstacles":[]}]]],[71.60253,-62.58322],[[514,[{"_peStart":[71.60253,-62.58322],"_peEnd":[28.301268,-87.58324],"_peDist":50.0,"_peObstacles":[]}]],[544,[{"_peStart":[71.60253,-62.58322],"_peEnd":[80.26278,-57.583218],"_peDist":9.999996,"_peObstacles":[]}]]]]],[533,[[[545,[{"_peStart":[82.1839,-469.98288],"_peEnd":[72.1839,-452.66238],"_peDist":19.999989,"_peObstacles":[]}]]],[72.1839,-452.66238],[[545,[{"_peStart":[72.1839,-452.66238],"_peEnd":[82.1839,-469.98288],"_peDist":19.999989,"_peObstacles":[]}]]]]],[534,[[[526,[{"_peStart":[45.86635,-926.3789],"_peEnd":[77.29065,-980.8074],"_peDist":62.848587,"_peObstacles":[]}]],[528,[{"_peStart":[59.970123,-990.8074],"_peEnd":[77.29065,-980.8074],"_peDist":20.000015,"_peObstacles":[]}]],[559,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[77.29065,-980.8074],"_peDist":62.848595,"_peObstacles":[]}]],[567,[{"_peStart":[133.5065,-948.3512],"_peEnd":[77.29065,-980.8074],"_peDist":64.912445,"_peObstacles":[]}]]],[77.29065,-980.8074],[[526,[{"_peStart":[77.29065,-980.8074],"_peEnd":[45.86635,-926.3789],"_peDist":62.848587,"_peObstacles":[]}]],[528,[{"_peStart":[77.29065,-980.8074],"_peEnd":[59.970123,-990.8074],"_peDist":20.000015,"_peObstacles":[]}]],[559,[{"_peStart":[77.29065,-980.8074],"_peEnd":[108.714966,-1035.2358],"_peDist":62.848595,"_peObstacles":[]}]],[567,[{"_peStart":[77.29065,-980.8074],"_peEnd":[133.5065,-948.3512],"_peDist":64.912445,"_peObstacles":[]}]]]]],[535,[[[536,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26688,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26688,-1734.4211],[[536,[{"_peStart":[79.26688,-1734.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[536,[[[493,[{"_peStart":[19.266891,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[535,[{"_peStart":[79.26688,-1734.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]],[537,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[551,[{"_peStart":[99.26689,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26689,-1754.4211],[[493,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[19.266891,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[535,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26688,-1734.4211],"_peDist":20.0,"_peObstacles":[]}]],[537,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[551,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[99.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[537,[[[494,[{"_peStart":[19.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[536,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[538,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[552,[{"_peStart":[99.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26693,-1814.4211],[[494,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[19.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[536,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":60.0,"_peObstacles":[]}]],[538,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[552,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[99.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[538,[[[495,[{"_peStart":[19.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]],[537,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[539,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[553,[{"_peStart":[99.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]],[79.26697,-1874.4211],[[495,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[19.266975,-1874.4211],"_peDist":59.999992,"_peObstacles":[]}]],[537,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":60.0,"_peObstacles":[]}]],[539,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[553,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[99.266975,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]]]],[539,[[[496,[{"_peStart":[19.267014,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[538,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[540,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[554,[{"_peStart":[99.26701,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26701,-1934.4211],[[496,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[19.267014,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[538,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":60.0,"_peObstacles":[]}]],[540,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[554,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[99.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[540,[[[497,[{"_peStart":[19.267052,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]],[539,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[541,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[555,[{"_peStart":[99.26705,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]],[79.26706,-1994.4211],[[497,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[19.267052,-1994.4211],"_peDist":60.000008,"_peObstacles":[]}]],[539,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":60.0,"_peObstacles":[]}]],[541,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[555,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[99.26705,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]]]],[541,[[[498,[{"_peStart":[19.267097,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[540,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[542,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[556,[{"_peStart":[99.2671,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.2671,-2054.4211],[[498,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[19.267097,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[540,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":60.0,"_peObstacles":[]}]],[542,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[556,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[99.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[542,[[[499,[{"_peStart":[19.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[541,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[543,[{"_peStart":[79.26715,-2134.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]],[557,[{"_peStart":[99.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.267136,-2114.4211],[[499,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[19.267136,-2114.4211],"_peDist":60.0,"_peObstacles":[]}]],[541,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":60.0,"_peObstacles":[]}]],[543,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]],[557,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[99.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[543,[[[542,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[79.26715,-2134.4211],"_peDist":20.0,"_peObstacles":[]}]]],[79.26715,-2134.4211],[[542,[{"_peStart":[79.26715,-2134.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[544,[[[532,[{"_peStart":[71.60253,-62.58322],"_peEnd":[80.26278,-57.583218],"_peDist":9.999996,"_peObstacles":[]}]],[550,[{"_peStart":[97.58334,-47.5831],"_peEnd":[80.26278,-57.583218],"_peDist":20.000109,"_peObstacles":[]}]]],[80.26278,-57.583218],[[532,[{"_peStart":[80.26278,-57.583218],"_peEnd":[71.60253,-62.58322],"_peDist":9.999996,"_peObstacles":[]}]],[550,[{"_peStart":[80.26278,-57.583218],"_peEnd":[97.58334,-47.5831],"_peDist":20.000109,"_peObstacles":[]}]]]]],[545,[[[513,[{"_peStart":[25.968048,-502.43912],"_peEnd":[82.1839,-469.98288],"_peDist":64.912476,"_peObstacles":[]}]],[533,[{"_peStart":[72.1839,-452.66238],"_peEnd":[82.1839,-469.98288],"_peDist":19.999989,"_peObstacles":[]}]],[561,[{"_peStart":[113.60821,-524.4114],"_peEnd":[82.1839,-469.98288],"_peDist":62.848618,"_peObstacles":[]}]],[568,[{"_peStart":[138.39977,-437.52664],"_peEnd":[82.1839,-469.98288],"_peDist":64.91248,"_peObstacles":[]}]]],[82.1839,-469.98288],[[513,[{"_peStart":[82.1839,-469.98288],"_peEnd":[25.968048,-502.43912],"_peDist":64.912476,"_peObstacles":[]}]],[533,[{"_peStart":[82.1839,-469.98288],"_peEnd":[72.1839,-452.66238],"_peDist":19.999989,"_peObstacles":[]}]],[561,[{"_peStart":[82.1839,-469.98288],"_peEnd":[113.60821,-524.4114],"_peDist":62.848618,"_peObstacles":[]}]],[568,[{"_peStart":[82.1839,-469.98288],"_peEnd":[138.39977,-437.52664],"_peDist":64.91248,"_peObstacles":[]}]]]]],[546,[[[550,[{"_peStart":[97.58334,-47.5831],"_peEnd":[87.58334,-30.262589],"_peDist":20.000002,"_peObstacles":[]}]]],[87.58334,-30.262589],[[550,[{"_peStart":[87.58334,-30.262589],"_peEnd":[97.58334,-47.5831],"_peDist":20.000002,"_peObstacles":[]}]]]]],[547,[[[516,[{"_peStart":[32.600815,-643.7524],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[527,[{"_peStart":[57.392365,-556.8676],"_peEnd":[88.816666,-611.29614],"_peDist":62.848637,"_peObstacles":[]}]],[563,[{"_peStart":[120.24097,-665.7246],"_peEnd":[88.816666,-611.29614],"_peDist":62.848587,"_peObstacles":[]}]],[570,[{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[88.816666,-611.29614],[[516,[{"_peStart":[88.816666,-611.29614],"_peEnd":[32.600815,-643.7524],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[527,[{"_peStart":[88.816666,-611.29614],"_peEnd":[57.392365,-556.8676],"_peDist":62.848637,"_peObstacles":[]}]],[563,[{"_peStart":[88.816666,-611.29614],"_peEnd":[120.24097,-665.7246],"_peDist":62.848587,"_peObstacles":[]}]],[570,[{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[548,[[[530,[{"_peStart":[65.41368,-1060.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[559,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":20.000015,"_peObstacles":[]}]]],[91.39444,-1045.2358],[[530,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[65.41368,-1060.2358],"_peDist":29.999996,"_peObstacles":["AutoDoorObstacle"]}]],[559,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000015,"_peObstacles":[]}]]]]],[549,[[[518,[{"_peStart":[39.23358,-785.0657],"_peEnd":[95.44943,-752.6094],"_peDist":64.912506,"_peObstacles":[]}]],[529,[{"_peStart":[64.025116,-698.1809],"_peEnd":[95.44943,-752.6094],"_peDist":62.848595,"_peObstacles":[]}]],[564,[{"_peStart":[126.87375,-807.03796],"_peEnd":[95.44943,-752.6094],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[572,[{"_peStart":[151.66528,-720.1532],"_peEnd":[95.44943,-752.6094],"_peDist":64.912445,"_peObstacles":[]}]]],[95.44943,-752.6094],[[518,[{"_peStart":[95.44943,-752.6094],"_peEnd":[39.23358,-785.0657],"_peDist":64.912506,"_peObstacles":[]}]],[529,[{"_peStart":[95.44943,-752.6094],"_peEnd":[64.025116,-698.1809],"_peDist":62.848595,"_peObstacles":[]}]],[564,[{"_peStart":[95.44943,-752.6094],"_peEnd":[126.87375,-807.03796],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[572,[{"_peStart":[95.44943,-752.6094],"_peEnd":[151.66528,-720.1532],"_peDist":64.912445,"_peObstacles":[]}]]]]],[550,[[[544,[{"_peStart":[80.26278,-57.583218],"_peEnd":[97.58334,-47.5831],"_peDist":20.000109,"_peObstacles":[]}]],[546,[{"_peStart":[87.58334,-30.262589],"_peEnd":[97.58334,-47.5831],"_peDist":20.000002,"_peObstacles":[]}]],[566,[{"_peStart":[130.08334,-103.87474],"_peEnd":[97.58334,-47.5831],"_peDist":64.99999,"_peObstacles":[]}]],[573,[{"_peStart":[153.87497,-15.083099],"_peEnd":[97.58334,-47.5831],"_peDist":64.99998,"_peObstacles":[]}]]],[97.58334,-47.5831],[[544,[{"_peStart":[97.58334,-47.5831],"_peEnd":[80.26278,-57.583218],"_peDist":20.000109,"_peObstacles":[]}]],[546,[{"_peStart":[97.58334,-47.5831],"_peEnd":[87.58334,-30.262589],"_peDist":20.000002,"_peObstacles":[]}]],[566,[{"_peStart":[97.58334,-47.5831],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[573,[{"_peStart":[97.58334,-47.5831],"_peEnd":[153.87497,-15.083099],"_peDist":64.99998,"_peObstacles":[]}]]]]],[551,[[[536,[{"_peStart":[79.26689,-1754.4211],"_peEnd":[99.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.26689,-1754.4211],[[536,[{"_peStart":[99.26689,-1754.4211],"_peEnd":[79.26689,-1754.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[552,[[[537,[{"_peStart":[79.26693,-1814.4211],"_peEnd":[99.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.26693,-1814.4211],[[537,[{"_peStart":[99.26693,-1814.4211],"_peEnd":[79.26693,-1814.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[553,[[[538,[{"_peStart":[79.26697,-1874.4211],"_peEnd":[99.266975,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]],[99.266975,-1874.4211],[[538,[{"_peStart":[99.266975,-1874.4211],"_peEnd":[79.26697,-1874.4211],"_peDist":20.000008,"_peObstacles":[]}]]]]],[554,[[[539,[{"_peStart":[79.26701,-1934.4211],"_peEnd":[99.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.26701,-1934.4211],[[539,[{"_peStart":[99.26701,-1934.4211],"_peEnd":[79.26701,-1934.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[555,[[[540,[{"_peStart":[79.26706,-1994.4211],"_peEnd":[99.26705,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]],[99.26705,-1994.4211],[[540,[{"_peStart":[99.26705,-1994.4211],"_peEnd":[79.26706,-1994.4211],"_peDist":19.999992,"_peObstacles":[]}]]]]],[556,[[[541,[{"_peStart":[79.2671,-2054.4211],"_peEnd":[99.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.2671,-2054.4211],[[541,[{"_peStart":[99.2671,-2054.4211],"_peEnd":[79.2671,-2054.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[557,[[[542,[{"_peStart":[79.267136,-2114.4211],"_peEnd":[99.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]],[99.267136,-2114.4211],[[542,[{"_peStart":[99.267136,-2114.4211],"_peEnd":[79.267136,-2114.4211],"_peDist":20.0,"_peObstacles":[]}]]]]],[558,[[[526,[{"_peStart":[45.86635,-926.3789],"_peEnd":[102.082184,-893.9226],"_peDist":64.91249,"_peObstacles":[]}]],[531,[{"_peStart":[70.6579,-839.49414],"_peEnd":[102.082184,-893.9226],"_peDist":62.84858,"_peObstacles":[]}]],[567,[{"_peStart":[133.5065,-948.3512],"_peEnd":[102.082184,-893.9226],"_peDist":62.848698,"_peObstacles":[]}]],[574,[{"_peStart":[158.29803,-861.46643],"_peEnd":[102.082184,-893.9226],"_peDist":64.912445,"_peObstacles":[]}]]],[102.082184,-893.9226],[[526,[{"_peStart":[102.082184,-893.9226],"_peEnd":[45.86635,-926.3789],"_peDist":64.91249,"_peObstacles":[]}]],[531,[{"_peStart":[102.082184,-893.9226],"_peEnd":[70.6579,-839.49414],"_peDist":62.84858,"_peObstacles":[]}]],[567,[{"_peStart":[102.082184,-893.9226],"_peEnd":[133.5065,-948.3512],"_peDist":62.848698,"_peObstacles":[]}]],[574,[{"_peStart":[102.082184,-893.9226],"_peEnd":[158.29803,-861.46643],"_peDist":64.912445,"_peObstacles":[]}]]]]],[559,[[[534,[{"_peStart":[77.29065,-980.8074],"_peEnd":[108.714966,-1035.2358],"_peDist":62.848595,"_peObstacles":[]}]],[548,[{"_peStart":[91.39444,-1045.2358],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000015,"_peObstacles":[]}]],[562,[{"_peStart":[118.714966,-1052.5564],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000042,"_peObstacles":[]}]],[576,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[108.714966,-1035.2358],"_peDist":64.912445,"_peObstacles":[]}]]],[108.714966,-1035.2358],[[534,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[77.29065,-980.8074],"_peDist":62.848595,"_peObstacles":[]}]],[548,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[91.39444,-1045.2358],"_peDist":20.000015,"_peObstacles":[]}]],[562,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[118.714966,-1052.5564],"_peDist":20.000042,"_peObstacles":[]}]],[576,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912445,"_peObstacles":[]}]]]]],[560,[[[566,[{"_peStart":[130.08334,-103.87474],"_peEnd":[112.76285,-113.874756],"_peDist":19.999996,"_peObstacles":[]}]]],[112.76285,-113.874756],[[566,[{"_peStart":[112.76285,-113.874756],"_peEnd":[130.08334,-103.87474],"_peDist":19.999996,"_peObstacles":[]}]]]]],[561,[[[527,[{"_peStart":[57.392365,-556.8676],"_peEnd":[113.60821,-524.4114],"_peDist":64.91247,"_peObstacles":[]}]],[545,[{"_peStart":[82.1839,-469.98288],"_peEnd":[113.60821,-524.4114],"_peDist":62.848618,"_peObstacles":[]}]],[570,[{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[577,[{"_peStart":[169.82407,-491.95514],"_peEnd":[113.60821,-524.4114],"_peDist":64.912476,"_peObstacles":[]}]]],[113.60821,-524.4114],[[527,[{"_peStart":[113.60821,-524.4114],"_peEnd":[57.392365,-556.8676],"_peDist":64.91247,"_peObstacles":[]}]],[545,[{"_peStart":[113.60821,-524.4114],"_peEnd":[82.1839,-469.98288],"_peDist":62.848618,"_peObstacles":[]}]],[570,[{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[577,[{"_peStart":[113.60821,-524.4114],"_peEnd":[169.82407,-491.95514],"_peDist":64.912476,"_peObstacles":[]}]]]]],[562,[[[559,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[118.714966,-1052.5564],"_peDist":20.000042,"_peObstacles":[]}]]],[118.714966,-1052.5564],[[559,[{"_peStart":[118.714966,-1052.5564],"_peEnd":[108.714966,-1035.2358],"_peDist":20.000042,"_peObstacles":[]}]]]]],[563,[[[529,[{"_peStart":[64.025116,-698.1809],"_peEnd":[120.24097,-665.7246],"_peDist":64.912506,"_peObstacles":[]}]],[547,[{"_peStart":[88.816666,-611.29614],"_peEnd":[120.24097,-665.7246],"_peDist":62.848587,"_peObstacles":[]}]],[572,[{"_peStart":[151.66528,-720.1532],"_peEnd":[120.24097,-665.7246],"_peDist":62.848698,"_peObstacles":[]}]],[579,[{"_peStart":[176.45682,-633.26843],"_peEnd":[120.24097,-665.7246],"_peDist":64.912445,"_peObstacles":[]}]]],[120.24097,-665.7246],[[529,[{"_peStart":[120.24097,-665.7246],"_peEnd":[64.025116,-698.1809],"_peDist":64.912506,"_peObstacles":[]}]],[547,[{"_peStart":[120.24097,-665.7246],"_peEnd":[88.816666,-611.29614],"_peDist":62.848587,"_peObstacles":[]}]],[572,[{"_peStart":[120.24097,-665.7246],"_peEnd":[151.66528,-720.1532],"_peDist":62.848698,"_peObstacles":[]}]],[579,[{"_peStart":[120.24097,-665.7246],"_peEnd":[176.45682,-633.26843],"_peDist":64.912445,"_peObstacles":[]}]]]]],[564,[[[531,[{"_peStart":[70.6579,-839.49414],"_peEnd":[126.87375,-807.03796],"_peDist":64.912445,"_peObstacles":[]}]],[549,[{"_peStart":[95.44943,-752.6094],"_peEnd":[126.87375,-807.03796],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[574,[{"_peStart":[158.29803,-861.46643],"_peEnd":[126.87375,-807.03796],"_peDist":62.84858,"_peObstacles":[]}]],[581,[{"_peStart":[183.0896,-774.58167],"_peEnd":[126.87375,-807.03796],"_peDist":64.912506,"_peObstacles":[]}]]],[126.87375,-807.03796],[[531,[{"_peStart":[126.87375,-807.03796],"_peEnd":[70.6579,-839.49414],"_peDist":64.912445,"_peObstacles":[]}]],[549,[{"_peStart":[126.87375,-807.03796],"_peEnd":[95.44943,-752.6094],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[574,[{"_peStart":[126.87375,-807.03796],"_peEnd":[158.29803,-861.46643],"_peDist":62.84858,"_peObstacles":[]}]],[581,[{"_peStart":[126.87375,-807.03796],"_peEnd":[183.0896,-774.58167],"_peDist":64.912506,"_peObstacles":[]}]]]]],[565,[[[568,[{"_peStart":[138.39977,-437.52664],"_peEnd":[128.39977,-420.20615],"_peDist":19.999989,"_peObstacles":[]}]]],[128.39977,-420.20615],[[568,[{"_peStart":[128.39977,-420.20615],"_peEnd":[138.39977,-437.52664],"_peDist":19.999989,"_peObstacles":[]}]]]]],[566,[[[550,[{"_peStart":[97.58334,-47.5831],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[560,[{"_peStart":[112.76285,-113.874756],"_peEnd":[130.08334,-103.87474],"_peDist":19.999996,"_peObstacles":[]}]],[575,[{"_peStart":[162.58334,-160.16638],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[583,[{"_peStart":[186.375,-71.37473],"_peEnd":[130.08334,-103.87474],"_peDist":65.00001,"_peObstacles":[]}]]],[130.08334,-103.87474],[[550,[{"_peStart":[130.08334,-103.87474],"_peEnd":[97.58334,-47.5831],"_peDist":64.99999,"_peObstacles":[]}]],[560,[{"_peStart":[130.08334,-103.87474],"_peEnd":[112.76285,-113.874756],"_peDist":19.999996,"_peObstacles":[]}]],[575,[{"_peStart":[130.08334,-103.87474],"_peEnd":[162.58334,-160.16638],"_peDist":64.99999,"_peObstacles":[]}]],[583,[{"_peStart":[130.08334,-103.87474],"_peEnd":[186.375,-71.37473],"_peDist":65.00001,"_peObstacles":[]}]]]]],[567,[[[534,[{"_peStart":[77.29065,-980.8074],"_peEnd":[133.5065,-948.3512],"_peDist":64.912445,"_peObstacles":[]}]],[558,[{"_peStart":[102.082184,-893.9226],"_peEnd":[133.5065,-948.3512],"_peDist":62.848698,"_peObstacles":[]}]],[576,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[133.5065,-948.3512],"_peDist":62.848595,"_peObstacles":[]}]],[584,[{"_peStart":[189.72235,-915.8949],"_peEnd":[133.5065,-948.3512],"_peDist":64.912506,"_peObstacles":[]}]]],[133.5065,-948.3512],[[534,[{"_peStart":[133.5065,-948.3512],"_peEnd":[77.29065,-980.8074],"_peDist":64.912445,"_peObstacles":[]}]],[558,[{"_peStart":[133.5065,-948.3512],"_peEnd":[102.082184,-893.9226],"_peDist":62.848698,"_peObstacles":[]}]],[576,[{"_peStart":[133.5065,-948.3512],"_peEnd":[164.93082,-1002.77966],"_peDist":62.848595,"_peObstacles":[]}]],[584,[{"_peStart":[133.5065,-948.3512],"_peEnd":[189.72235,-915.8949],"_peDist":64.912506,"_peObstacles":[]}]]]]],[568,[[[545,[{"_peStart":[82.1839,-469.98288],"_peEnd":[138.39977,-437.52664],"_peDist":64.91248,"_peObstacles":[]}]],[565,[{"_peStart":[128.39977,-420.20615],"_peEnd":[138.39977,-437.52664],"_peDist":19.999989,"_peObstacles":[]}]],[577,[{"_peStart":[169.82407,-491.95514],"_peEnd":[138.39977,-437.52664],"_peDist":62.848614,"_peObstacles":[]}]],[585,[{"_peStart":[194.61562,-405.0704],"_peEnd":[138.39977,-437.52664],"_peDist":64.912476,"_peObstacles":[]}]]],[138.39977,-437.52664],[[545,[{"_peStart":[138.39977,-437.52664],"_peEnd":[82.1839,-469.98288],"_peDist":64.91248,"_peObstacles":[]}]],[565,[{"_peStart":[138.39977,-437.52664],"_peEnd":[128.39977,-420.20615],"_peDist":19.999989,"_peObstacles":[]}]],[577,[{"_peStart":[138.39977,-437.52664],"_peEnd":[169.82407,-491.95514],"_peDist":62.848614,"_peObstacles":[]}]],[585,[{"_peStart":[138.39977,-437.52664],"_peEnd":[194.61562,-405.0704],"_peDist":64.912476,"_peObstacles":[]}]]]]],[569,[[[573,[{"_peStart":[153.87497,-15.083099],"_peEnd":[143.87497,2.2374268],"_peDist":20.000015,"_peObstacles":[]}]]],[143.87497,2.2374268],[[573,[{"_peStart":[143.87497,2.2374268],"_peEnd":[153.87497,-15.083099],"_peDist":20.000015,"_peObstacles":[]}]]]]],[570,[[[547,[{"_peStart":[88.816666,-611.29614],"_peEnd":[145.03252,-578.8399],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[561,[{"_peStart":[113.60821,-524.4114],"_peEnd":[145.03252,-578.8399],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[579,[{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[588,[{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]]],[145.03252,-578.8399],[[547,[{"_peStart":[145.03252,-578.8399],"_peEnd":[88.816666,-611.29614],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[561,[{"_peStart":[145.03252,-578.8399],"_peEnd":[113.60821,-524.4114],"_peDist":62.84864,"_peObstacles":["BlockObstacle"]}]],[579,[{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[588,[{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]]]]],[571,[[[575,[{"_peStart":[162.58334,-160.16638],"_peEnd":[145.26285,-170.1664],"_peDist":19.999996,"_peObstacles":[]}]]],[145.26285,-170.1664],[[575,[{"_peStart":[145.26285,-170.1664],"_peEnd":[162.58334,-160.16638],"_peDist":19.999996,"_peObstacles":[]}]]]]],[572,[[[549,[{"_peStart":[95.44943,-752.6094],"_peEnd":[151.66528,-720.1532],"_peDist":64.912445,"_peObstacles":[]}]],[563,[{"_peStart":[120.24097,-665.7246],"_peEnd":[151.66528,-720.1532],"_peDist":62.848698,"_peObstacles":[]}]],[581,[{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[589,[{"_peStart":[207.88113,-687.6969],"_peEnd":[151.66528,-720.1532],"_peDist":64.912506,"_peObstacles":[]}]]],[151.66528,-720.1532],[[549,[{"_peStart":[151.66528,-720.1532],"_peEnd":[95.44943,-752.6094],"_peDist":64.912445,"_peObstacles":[]}]],[563,[{"_peStart":[151.66528,-720.1532],"_peEnd":[120.24097,-665.7246],"_peDist":62.848698,"_peObstacles":[]}]],[581,[{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[589,[{"_peStart":[151.66528,-720.1532],"_peEnd":[207.88113,-687.6969],"_peDist":64.912506,"_peObstacles":[]}]]]]],[573,[[[550,[{"_peStart":[97.58334,-47.5831],"_peEnd":[153.87497,-15.083099],"_peDist":64.99998,"_peObstacles":[]}]],[569,[{"_peStart":[143.87497,2.2374268],"_peEnd":[153.87497,-15.083099],"_peDist":20.000015,"_peObstacles":[]}]],[583,[{"_peStart":[186.375,-71.37473],"_peEnd":[153.87497,-15.083099],"_peDist":65.0,"_peObstacles":[]}]],[590,[{"_peStart":[210.16663,17.416916],"_peEnd":[153.87497,-15.083099],"_peDist":65.00001,"_peObstacles":[]}]]],[153.87497,-15.083099],[[550,[{"_peStart":[153.87497,-15.083099],"_peEnd":[97.58334,-47.5831],"_peDist":64.99998,"_peObstacles":[]}]],[569,[{"_peStart":[153.87497,-15.083099],"_peEnd":[143.87497,2.2374268],"_peDist":20.000015,"_peObstacles":[]}]],[583,[{"_peStart":[153.87497,-15.083099],"_peEnd":[186.375,-71.37473],"_peDist":65.0,"_peObstacles":[]}]],[590,[{"_peStart":[153.87497,-15.083099],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]]]]],[574,[[[558,[{"_peStart":[102.082184,-893.9226],"_peEnd":[158.29803,-861.46643],"_peDist":64.912445,"_peObstacles":[]}]],[564,[{"_peStart":[126.87375,-807.03796],"_peEnd":[158.29803,-861.46643],"_peDist":62.84858,"_peObstacles":[]}]],[584,[{"_peStart":[189.72235,-915.8949],"_peEnd":[158.29803,-861.46643],"_peDist":62.848595,"_peObstacles":[]}]],[593,[{"_peStart":[214.51389,-829.01013],"_peEnd":[158.29803,-861.46643],"_peDist":64.912506,"_peObstacles":[]}]]],[158.29803,-861.46643],[[558,[{"_peStart":[158.29803,-861.46643],"_peEnd":[102.082184,-893.9226],"_peDist":64.912445,"_peObstacles":[]}]],[564,[{"_peStart":[158.29803,-861.46643],"_peEnd":[126.87375,-807.03796],"_peDist":62.84858,"_peObstacles":[]}]],[584,[{"_peStart":[158.29803,-861.46643],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[593,[{"_peStart":[158.29803,-861.46643],"_peEnd":[214.51389,-829.01013],"_peDist":64.912506,"_peObstacles":[]}]]]]],[575,[[[566,[{"_peStart":[130.08334,-103.87474],"_peEnd":[162.58334,-160.16638],"_peDist":64.99999,"_peObstacles":[]}]],[571,[{"_peStart":[145.26285,-170.1664],"_peEnd":[162.58334,-160.16638],"_peDist":19.999996,"_peObstacles":[]}]],[586,[{"_peStart":[195.08337,-216.45804],"_peEnd":[162.58334,-160.16638],"_peDist":65.000015,"_peObstacles":[]}]],[594,[{"_peStart":[218.875,-127.666374],"_peEnd":[162.58334,-160.16638],"_peDist":65.00001,"_peObstacles":[]}]]],[162.58334,-160.16638],[[566,[{"_peStart":[162.58334,-160.16638],"_peEnd":[130.08334,-103.87474],"_peDist":64.99999,"_peObstacles":[]}]],[571,[{"_peStart":[162.58334,-160.16638],"_peEnd":[145.26285,-170.1664],"_peDist":19.999996,"_peObstacles":[]}]],[586,[{"_peStart":[162.58334,-160.16638],"_peEnd":[195.08337,-216.45804],"_peDist":65.000015,"_peObstacles":[]}]],[594,[{"_peStart":[162.58334,-160.16638],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]]]]],[576,[[[559,[{"_peStart":[108.714966,-1035.2358],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912445,"_peObstacles":[]}]],[567,[{"_peStart":[133.5065,-948.3512],"_peEnd":[164.93082,-1002.77966],"_peDist":62.848595,"_peObstacles":[]}]],[578,[{"_peStart":[174.93082,-1020.1002],"_peEnd":[164.93082,-1002.77966],"_peDist":20.000042,"_peObstacles":[]}]],[595,[{"_peStart":[221.14667,-970.32336],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912506,"_peObstacles":[]}]]],[164.93082,-1002.77966],[[559,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[108.714966,-1035.2358],"_peDist":64.912445,"_peObstacles":[]}]],[567,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[133.5065,-948.3512],"_peDist":62.848595,"_peObstacles":[]}]],[578,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[174.93082,-1020.1002],"_peDist":20.000042,"_peObstacles":[]}]],[595,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[221.14667,-970.32336],"_peDist":64.912506,"_peObstacles":[]}]]]]],[577,[[[561,[{"_peStart":[113.60821,-524.4114],"_peEnd":[169.82407,-491.95514],"_peDist":64.912476,"_peObstacles":[]}]],[568,[{"_peStart":[138.39977,-437.52664],"_peEnd":[169.82407,-491.95514],"_peDist":62.848614,"_peObstacles":[]}]],[588,[{"_peStart":[201.24838,-546.38367],"_peEnd":[169.82407,-491.95514],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[596,[{"_peStart":[226.03993,-459.49893],"_peEnd":[169.82407,-491.95514],"_peDist":64.91247,"_peObstacles":[]}]]],[169.82407,-491.95514],[[561,[{"_peStart":[169.82407,-491.95514],"_peEnd":[113.60821,-524.4114],"_peDist":64.912476,"_peObstacles":[]}]],[568,[{"_peStart":[169.82407,-491.95514],"_peEnd":[138.39977,-437.52664],"_peDist":62.848614,"_peObstacles":[]}]],[588,[{"_peStart":[169.82407,-491.95514],"_peEnd":[201.24838,-546.38367],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[596,[{"_peStart":[169.82407,-491.95514],"_peEnd":[226.03993,-459.49893],"_peDist":64.91247,"_peObstacles":[]}]]]]],[578,[[[576,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[174.93082,-1020.1002],"_peDist":20.000042,"_peObstacles":[]}]]],[174.93082,-1020.1002],[[576,[{"_peStart":[174.93082,-1020.1002],"_peEnd":[164.93082,-1002.77966],"_peDist":20.000042,"_peObstacles":[]}]]]]],[579,[[[563,[{"_peStart":[120.24097,-665.7246],"_peEnd":[176.45682,-633.26843],"_peDist":64.912445,"_peObstacles":[]}]],[570,[{"_peStart":[145.03252,-578.8399],"_peEnd":[176.45682,-633.26843],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[589,[{"_peStart":[207.88113,-687.6969],"_peEnd":[176.45682,-633.26843],"_peDist":62.848595,"_peObstacles":[]}]],[599,[{"_peStart":[232.67268,-600.8122],"_peEnd":[176.45682,-633.26843],"_peDist":64.91248,"_peObstacles":[]}]]],[176.45682,-633.26843],[[563,[{"_peStart":[176.45682,-633.26843],"_peEnd":[120.24097,-665.7246],"_peDist":64.912445,"_peObstacles":[]}]],[570,[{"_peStart":[176.45682,-633.26843],"_peEnd":[145.03252,-578.8399],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[589,[{"_peStart":[176.45682,-633.26843],"_peEnd":[207.88113,-687.6969],"_peDist":62.848595,"_peObstacles":[]}]],[599,[{"_peStart":[176.45682,-633.26843],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]]]]],[580,[[[586,[{"_peStart":[195.08337,-216.45804],"_peEnd":[177.76285,-226.45804],"_peDist":20.000015,"_peObstacles":[]}]]],[177.76285,-226.45804],[[586,[{"_peStart":[177.76285,-226.45804],"_peEnd":[195.08337,-216.45804],"_peDist":20.000015,"_peObstacles":[]}]]]]],[581,[[[564,[{"_peStart":[126.87375,-807.03796],"_peEnd":[183.0896,-774.58167],"_peDist":64.912506,"_peObstacles":[]}]],[572,[{"_peStart":[151.66528,-720.1532],"_peEnd":[183.0896,-774.58167],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[593,[{"_peStart":[214.51389,-829.01013],"_peEnd":[183.0896,-774.58167],"_peDist":62.84858,"_peObstacles":[]}]],[601,[{"_peStart":[239.30545,-742.1255],"_peEnd":[183.0896,-774.58167],"_peDist":64.912445,"_peObstacles":[]}]]],[183.0896,-774.58167],[[564,[{"_peStart":[183.0896,-774.58167],"_peEnd":[126.87375,-807.03796],"_peDist":64.912506,"_peObstacles":[]}]],[572,[{"_peStart":[183.0896,-774.58167],"_peEnd":[151.66528,-720.1532],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[593,[{"_peStart":[183.0896,-774.58167],"_peEnd":[214.51389,-829.01013],"_peDist":62.84858,"_peObstacles":[]}]],[601,[{"_peStart":[183.0896,-774.58167],"_peEnd":[239.30545,-742.1255],"_peDist":64.912445,"_peObstacles":[]}]]]]],[582,[[[585,[{"_peStart":[194.61562,-405.0704],"_peEnd":[184.61562,-387.7499],"_peDist":19.999989,"_peObstacles":[]}]]],[184.61562,-387.7499],[[585,[{"_peStart":[184.61562,-387.7499],"_peEnd":[194.61562,-405.0704],"_peDist":19.999989,"_peObstacles":[]}]]]]],[583,[[[566,[{"_peStart":[130.08334,-103.87474],"_peEnd":[186.375,-71.37473],"_peDist":65.00001,"_peObstacles":[]}]],[573,[{"_peStart":[153.87497,-15.083099],"_peEnd":[186.375,-71.37473],"_peDist":65.0,"_peObstacles":[]}]],[594,[{"_peStart":[218.875,-127.666374],"_peEnd":[186.375,-71.37473],"_peDist":64.99999,"_peObstacles":[]}]],[602,[{"_peStart":[242.66663,-38.874725],"_peEnd":[186.375,-71.37473],"_peDist":64.999985,"_peObstacles":[]}]]],[186.375,-71.37473],[[566,[{"_peStart":[186.375,-71.37473],"_peEnd":[130.08334,-103.87474],"_peDist":65.00001,"_peObstacles":[]}]],[573,[{"_peStart":[186.375,-71.37473],"_peEnd":[153.87497,-15.083099],"_peDist":65.0,"_peObstacles":[]}]],[594,[{"_peStart":[186.375,-71.37473],"_peEnd":[218.875,-127.666374],"_peDist":64.99999,"_peObstacles":[]}]],[602,[{"_peStart":[186.375,-71.37473],"_peEnd":[242.66663,-38.874725],"_peDist":64.999985,"_peObstacles":[]}]]]]],[584,[[[567,[{"_peStart":[133.5065,-948.3512],"_peEnd":[189.72235,-915.8949],"_peDist":64.912506,"_peObstacles":[]}]],[574,[{"_peStart":[158.29803,-861.46643],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[595,[{"_peStart":[221.14667,-970.32336],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[604,[{"_peStart":[245.9382,-883.4387],"_peEnd":[189.72235,-915.8949],"_peDist":64.912445,"_peObstacles":[]}]]],[189.72235,-915.8949],[[567,[{"_peStart":[189.72235,-915.8949],"_peEnd":[133.5065,-948.3512],"_peDist":64.912506,"_peObstacles":[]}]],[574,[{"_peStart":[189.72235,-915.8949],"_peEnd":[158.29803,-861.46643],"_peDist":62.848595,"_peObstacles":[]}]],[595,[{"_peStart":[189.72235,-915.8949],"_peEnd":[221.14667,-970.32336],"_peDist":62.848595,"_peObstacles":[]}]],[604,[{"_peStart":[189.72235,-915.8949],"_peEnd":[245.9382,-883.4387],"_peDist":64.912445,"_peObstacles":[]}]]]]],[585,[[[568,[{"_peStart":[138.39977,-437.52664],"_peEnd":[194.61562,-405.0704],"_peDist":64.912476,"_peObstacles":[]}]],[582,[{"_peStart":[184.61562,-387.7499],"_peEnd":[194.61562,-405.0704],"_peDist":19.999989,"_peObstacles":[]}]],[592,[{"_peStart":[211.93613,-395.0704],"_peEnd":[194.61562,-405.0704],"_peDist":20.000002,"_peObstacles":[]}]],[596,[{"_peStart":[226.03993,-459.49893],"_peEnd":[194.61562,-405.0704],"_peDist":62.848644,"_peObstacles":[]}]]],[194.61562,-405.0704],[[568,[{"_peStart":[194.61562,-405.0704],"_peEnd":[138.39977,-437.52664],"_peDist":64.912476,"_peObstacles":[]}]],[582,[{"_peStart":[194.61562,-405.0704],"_peEnd":[184.61562,-387.7499],"_peDist":19.999989,"_peObstacles":[]}]],[592,[{"_peStart":[194.61562,-405.0704],"_peEnd":[211.93613,-395.0704],"_peDist":20.000002,"_peObstacles":[]}]],[596,[{"_peStart":[194.61562,-405.0704],"_peEnd":[226.03993,-459.49893],"_peDist":62.848644,"_peObstacles":[]}]]]]],[586,[[[575,[{"_peStart":[162.58334,-160.16638],"_peEnd":[195.08337,-216.45804],"_peDist":65.000015,"_peObstacles":[]}]],[580,[{"_peStart":[177.76285,-226.45804],"_peEnd":[195.08337,-216.45804],"_peDist":20.000015,"_peObstacles":[]}]],[597,[{"_peStart":[227.58339,-272.74966],"_peEnd":[195.08337,-216.45804],"_peDist":64.999985,"_peObstacles":[]}]],[605,[{"_peStart":[251.37502,-183.95802],"_peEnd":[195.08337,-216.45804],"_peDist":65.0,"_peObstacles":[]}]]],[195.08337,-216.45804],[[575,[{"_peStart":[195.08337,-216.45804],"_peEnd":[162.58334,-160.16638],"_peDist":65.000015,"_peObstacles":[]}]],[580,[{"_peStart":[195.08337,-216.45804],"_peEnd":[177.76285,-226.45804],"_peDist":20.000015,"_peObstacles":[]}]],[597,[{"_peStart":[195.08337,-216.45804],"_peEnd":[227.58339,-272.74966],"_peDist":64.999985,"_peObstacles":[]}]],[605,[{"_peStart":[195.08337,-216.45804],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]]]]],[587,[[[590,[{"_peStart":[210.16663,17.416916],"_peEnd":[200.1666,34.737427],"_peDist":20.000017,"_peObstacles":[]}]]],[200.1666,34.737427],[[590,[{"_peStart":[200.1666,34.737427],"_peEnd":[210.16663,17.416916],"_peDist":20.000017,"_peObstacles":[]}]]]]],[588,[[[570,[{"_peStart":[145.03252,-578.8399],"_peEnd":[201.24838,-546.38367],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]],[577,[{"_peStart":[169.82407,-491.95514],"_peEnd":[201.24838,-546.38367],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[599,[{"_peStart":[232.67268,-600.8122],"_peEnd":[201.24838,-546.38367],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[607,[{"_peStart":[257.46423,-513.9274],"_peEnd":[201.24838,-546.38367],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]],[201.24838,-546.38367],[[570,[{"_peStart":[201.24838,-546.38367],"_peEnd":[145.03252,-578.8399],"_peDist":64.91248,"_peObstacles":["BlockObstacle"]}]],[577,[{"_peStart":[201.24838,-546.38367],"_peEnd":[169.82407,-491.95514],"_peDist":62.848644,"_peObstacles":["BlockObstacle"]}]],[599,[{"_peStart":[201.24838,-546.38367],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[607,[{"_peStart":[201.24838,-546.38367],"_peEnd":[257.46423,-513.9274],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]]]]],[589,[[[572,[{"_peStart":[151.66528,-720.1532],"_peEnd":[207.88113,-687.6969],"_peDist":64.912506,"_peObstacles":[]}]],[579,[{"_peStart":[176.45682,-633.26843],"_peEnd":[207.88113,-687.6969],"_peDist":62.848595,"_peObstacles":[]}]],[601,[{"_peStart":[239.30545,-742.1255],"_peEnd":[207.88113,-687.6969],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[608,[{"_peStart":[264.097,-655.2407],"_peEnd":[207.88113,-687.6969],"_peDist":64.912445,"_peObstacles":[]}]]],[207.88113,-687.6969],[[572,[{"_peStart":[207.88113,-687.6969],"_peEnd":[151.66528,-720.1532],"_peDist":64.912506,"_peObstacles":[]}]],[579,[{"_peStart":[207.88113,-687.6969],"_peEnd":[176.45682,-633.26843],"_peDist":62.848595,"_peObstacles":[]}]],[601,[{"_peStart":[207.88113,-687.6969],"_peEnd":[239.30545,-742.1255],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[608,[{"_peStart":[207.88113,-687.6969],"_peEnd":[264.097,-655.2407],"_peDist":64.912445,"_peObstacles":[]}]]]]],[590,[[[573,[{"_peStart":[153.87497,-15.083099],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]],[587,[{"_peStart":[200.1666,34.737427],"_peEnd":[210.16663,17.416916],"_peDist":20.000017,"_peObstacles":[]}]],[602,[{"_peStart":[242.66663,-38.874725],"_peEnd":[210.16663,17.416916],"_peDist":64.99999,"_peObstacles":[]}]],[609,[{"_peStart":[266.45828,49.91693],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]]],[210.16663,17.416916],[[573,[{"_peStart":[210.16663,17.416916],"_peEnd":[153.87497,-15.083099],"_peDist":65.00001,"_peObstacles":[]}]],[587,[{"_peStart":[210.16663,17.416916],"_peEnd":[200.1666,34.737427],"_peDist":20.000017,"_peObstacles":[]}]],[602,[{"_peStart":[210.16663,17.416916],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[609,[{"_peStart":[210.16663,17.416916],"_peEnd":[266.45828,49.91693],"_peDist":65.00001,"_peObstacles":[]}]]]]],[591,[[[597,[{"_peStart":[227.58339,-272.74966],"_peEnd":[210.26288,-282.7497],"_peDist":20.000017,"_peObstacles":[]}]]],[210.26288,-282.7497],[[597,[{"_peStart":[210.26288,-282.7497],"_peEnd":[227.58339,-272.74966],"_peDist":20.000017,"_peObstacles":[]}]]]]],[592,[[[585,[{"_peStart":[194.61562,-405.0704],"_peEnd":[211.93613,-395.0704],"_peDist":20.000002,"_peObstacles":[]}]]],[211.93613,-395.0704],[[585,[{"_peStart":[211.93613,-395.0704],"_peEnd":[194.61562,-405.0704],"_peDist":20.000002,"_peObstacles":[]}]]]]],[593,[[[574,[{"_peStart":[158.29803,-861.46643],"_peEnd":[214.51389,-829.01013],"_peDist":64.912506,"_peObstacles":[]}]],[581,[{"_peStart":[183.0896,-774.58167],"_peEnd":[214.51389,-829.01013],"_peDist":62.84858,"_peObstacles":[]}]],[604,[{"_peStart":[245.9382,-883.4387],"_peEnd":[214.51389,-829.01013],"_peDist":62.848698,"_peObstacles":[]}]],[610,[{"_peStart":[270.72974,-796.55396],"_peEnd":[214.51389,-829.01013],"_peDist":64.912445,"_peObstacles":[]}]]],[214.51389,-829.01013],[[574,[{"_peStart":[214.51389,-829.01013],"_peEnd":[158.29803,-861.46643],"_peDist":64.912506,"_peObstacles":[]}]],[581,[{"_peStart":[214.51389,-829.01013],"_peEnd":[183.0896,-774.58167],"_peDist":62.84858,"_peObstacles":[]}]],[604,[{"_peStart":[214.51389,-829.01013],"_peEnd":[245.9382,-883.4387],"_peDist":62.848698,"_peObstacles":[]}]],[610,[{"_peStart":[214.51389,-829.01013],"_peEnd":[270.72974,-796.55396],"_peDist":64.912445,"_peObstacles":[]}]]]]],[594,[[[575,[{"_peStart":[162.58334,-160.16638],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]],[583,[{"_peStart":[186.375,-71.37473],"_peEnd":[218.875,-127.666374],"_peDist":64.99999,"_peObstacles":[]}]],[605,[{"_peStart":[251.37502,-183.95802],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]],[612,[{"_peStart":[275.16663,-95.16637],"_peEnd":[218.875,-127.666374],"_peDist":64.999985,"_peObstacles":[]}]]],[218.875,-127.666374],[[575,[{"_peStart":[218.875,-127.666374],"_peEnd":[162.58334,-160.16638],"_peDist":65.00001,"_peObstacles":[]}]],[583,[{"_peStart":[218.875,-127.666374],"_peEnd":[186.375,-71.37473],"_peDist":64.99999,"_peObstacles":[]}]],[605,[{"_peStart":[218.875,-127.666374],"_peEnd":[251.37502,-183.95802],"_peDist":65.00001,"_peObstacles":[]}]],[612,[{"_peStart":[218.875,-127.666374],"_peEnd":[275.16663,-95.16637],"_peDist":64.999985,"_peObstacles":[]}]]]]],[595,[[[576,[{"_peStart":[164.93082,-1002.77966],"_peEnd":[221.14667,-970.32336],"_peDist":64.912506,"_peObstacles":[]}]],[584,[{"_peStart":[189.72235,-915.8949],"_peEnd":[221.14667,-970.32336],"_peDist":62.848595,"_peObstacles":[]}]],[598,[{"_peStart":[231.14667,-987.6439],"_peEnd":[221.14667,-970.32336],"_peDist":20.000042,"_peObstacles":[]}]],[613,[{"_peStart":[277.36252,-937.8672],"_peEnd":[221.14667,-970.32336],"_peDist":64.912445,"_peObstacles":[]}]]],[221.14667,-970.32336],[[576,[{"_peStart":[221.14667,-970.32336],"_peEnd":[164.93082,-1002.77966],"_peDist":64.912506,"_peObstacles":[]}]],[584,[{"_peStart":[221.14667,-970.32336],"_peEnd":[189.72235,-915.8949],"_peDist":62.848595,"_peObstacles":[]}]],[598,[{"_peStart":[221.14667,-970.32336],"_peEnd":[231.14667,-987.6439],"_peDist":20.000042,"_peObstacles":[]}]],[613,[{"_peStart":[221.14667,-970.32336],"_peEnd":[277.36252,-937.8672],"_peDist":64.912445,"_peObstacles":[]}]]]]],[596,[[[577,[{"_peStart":[169.82407,-491.95514],"_peEnd":[226.03993,-459.49893],"_peDist":64.91247,"_peObstacles":[]}]],[585,[{"_peStart":[194.61562,-405.0704],"_peEnd":[226.03993,-459.49893],"_peDist":62.848644,"_peObstacles":[]}]],[603,[{"_peStart":[243.36044,-449.49893],"_peEnd":[226.03993,-459.49893],"_peDist":20.000002,"_peObstacles":[]}]],[607,[{"_peStart":[257.46423,-513.9274],"_peEnd":[226.03993,-459.49893],"_peDist":62.848614,"_peObstacles":[]}]]],[226.03993,-459.49893],[[577,[{"_peStart":[226.03993,-459.49893],"_peEnd":[169.82407,-491.95514],"_peDist":64.91247,"_peObstacles":[]}]],[585,[{"_peStart":[226.03993,-459.49893],"_peEnd":[194.61562,-405.0704],"_peDist":62.848644,"_peObstacles":[]}]],[603,[{"_peStart":[226.03993,-459.49893],"_peEnd":[243.36044,-449.49893],"_peDist":20.000002,"_peObstacles":[]}]],[607,[{"_peStart":[226.03993,-459.49893],"_peEnd":[257.46423,-513.9274],"_peDist":62.848614,"_peObstacles":[]}]]]]],[597,[[[586,[{"_peStart":[195.08337,-216.45804],"_peEnd":[227.58339,-272.74966],"_peDist":64.999985,"_peObstacles":[]}]],[591,[{"_peStart":[210.26288,-282.7497],"_peEnd":[227.58339,-272.74966],"_peDist":20.000017,"_peObstacles":[]}]],[600,[{"_peStart":[237.58339,-290.0702],"_peEnd":[227.58339,-272.74966],"_peDist":20.000015,"_peObstacles":[]}]],[614,[{"_peStart":[283.87503,-240.24966],"_peEnd":[227.58339,-272.74966],"_peDist":64.99999,"_peObstacles":[]}]]],[227.58339,-272.74966],[[586,[{"_peStart":[227.58339,-272.74966],"_peEnd":[195.08337,-216.45804],"_peDist":64.999985,"_peObstacles":[]}]],[591,[{"_peStart":[227.58339,-272.74966],"_peEnd":[210.26288,-282.7497],"_peDist":20.000017,"_peObstacles":[]}]],[600,[{"_peStart":[227.58339,-272.74966],"_peEnd":[237.58339,-290.0702],"_peDist":20.000015,"_peObstacles":[]}]],[614,[{"_peStart":[227.58339,-272.74966],"_peEnd":[283.87503,-240.24966],"_peDist":64.99999,"_peObstacles":[]}]]]]],[598,[[[595,[{"_peStart":[221.14667,-970.32336],"_peEnd":[231.14667,-987.6439],"_peDist":20.000042,"_peObstacles":[]}]]],[231.14667,-987.6439],[[595,[{"_peStart":[231.14667,-987.6439],"_peEnd":[221.14667,-970.32336],"_peDist":20.000042,"_peObstacles":[]}]]]]],[599,[[[579,[{"_peStart":[176.45682,-633.26843],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]],[588,[{"_peStart":[201.24838,-546.38367],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[608,[{"_peStart":[264.097,-655.2407],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":[]}]],[616,[{"_peStart":[288.88855,-568.35596],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]]],[232.67268,-600.8122],[[579,[{"_peStart":[232.67268,-600.8122],"_peEnd":[176.45682,-633.26843],"_peDist":64.91248,"_peObstacles":[]}]],[588,[{"_peStart":[232.67268,-600.8122],"_peEnd":[201.24838,-546.38367],"_peDist":62.848637,"_peObstacles":["BlockObstacle"]}]],[608,[{"_peStart":[232.67268,-600.8122],"_peEnd":[264.097,-655.2407],"_peDist":62.848637,"_peObstacles":[]}]],[616,[{"_peStart":[232.67268,-600.8122],"_peEnd":[288.88855,-568.35596],"_peDist":64.91248,"_peObstacles":[]}]]]]],[600,[[[597,[{"_peStart":[227.58339,-272.74966],"_peEnd":[237.58339,-290.0702],"_peDist":20.000015,"_peObstacles":[]}]]],[237.58339,-290.0702],[[597,[{"_peStart":[237.58339,-290.0702],"_peEnd":[227.58339,-272.74966],"_peDist":20.000015,"_peObstacles":[]}]]]]],[601,[[[581,[{"_peStart":[183.0896,-774.58167],"_peEnd":[239.30545,-742.1255],"_peDist":64.912445,"_peObstacles":[]}]],[589,[{"_peStart":[207.88113,-687.6969],"_peEnd":[239.30545,-742.1255],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[610,[{"_peStart":[270.72974,-796.55396],"_peEnd":[239.30545,-742.1255],"_peDist":62.84858,"_peObstacles":[]}]],[618,[{"_peStart":[295.5213,-709.6692],"_peEnd":[239.30545,-742.1255],"_peDist":64.912506,"_peObstacles":[]}]]],[239.30545,-742.1255],[[581,[{"_peStart":[239.30545,-742.1255],"_peEnd":[183.0896,-774.58167],"_peDist":64.912445,"_peObstacles":[]}]],[589,[{"_peStart":[239.30545,-742.1255],"_peEnd":[207.88113,-687.6969],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[610,[{"_peStart":[239.30545,-742.1255],"_peEnd":[270.72974,-796.55396],"_peDist":62.84858,"_peObstacles":[]}]],[618,[{"_peStart":[239.30545,-742.1255],"_peEnd":[295.5213,-709.6692],"_peDist":64.912506,"_peObstacles":[]}]]]]],[602,[[[583,[{"_peStart":[186.375,-71.37473],"_peEnd":[242.66663,-38.874725],"_peDist":64.999985,"_peObstacles":[]}]],[590,[{"_peStart":[210.16663,17.416916],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[612,[{"_peStart":[275.16663,-95.16637],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[619,[{"_peStart":[298.95828,-6.37471],"_peEnd":[242.66663,-38.874725],"_peDist":65.00001,"_peObstacles":[]}]]],[242.66663,-38.874725],[[583,[{"_peStart":[242.66663,-38.874725],"_peEnd":[186.375,-71.37473],"_peDist":64.999985,"_peObstacles":[]}]],[590,[{"_peStart":[242.66663,-38.874725],"_peEnd":[210.16663,17.416916],"_peDist":64.99999,"_peObstacles":[]}]],[612,[{"_peStart":[242.66663,-38.874725],"_peEnd":[275.16663,-95.16637],"_peDist":64.99999,"_peObstacles":[]}]],[619,[{"_peStart":[242.66663,-38.874725],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]]]]],[603,[[[596,[{"_peStart":[226.03993,-459.49893],"_peEnd":[243.36044,-449.49893],"_peDist":20.000002,"_peObstacles":[]}]]],[243.36044,-449.49893],[[596,[{"_peStart":[243.36044,-449.49893],"_peEnd":[226.03993,-459.49893],"_peDist":20.000002,"_peObstacles":[]}]]]]],[604,[[[584,[{"_peStart":[189.72235,-915.8949],"_peEnd":[245.9382,-883.4387],"_peDist":64.912445,"_peObstacles":[]}]],[593,[{"_peStart":[214.51389,-829.01013],"_peEnd":[245.9382,-883.4387],"_peDist":62.848698,"_peObstacles":[]}]],[613,[{"_peStart":[277.36252,-937.8672],"_peEnd":[245.9382,-883.4387],"_peDist":62.848595,"_peObstacles":[]}]],[620,[{"_peStart":[302.15405,-850.9824],"_peEnd":[245.9382,-883.4387],"_peDist":64.912506,"_peObstacles":[]}]]],[245.9382,-883.4387],[[584,[{"_peStart":[245.9382,-883.4387],"_peEnd":[189.72235,-915.8949],"_peDist":64.912445,"_peObstacles":[]}]],[593,[{"_peStart":[245.9382,-883.4387],"_peEnd":[214.51389,-829.01013],"_peDist":62.848698,"_peObstacles":[]}]],[613,[{"_peStart":[245.9382,-883.4387],"_peEnd":[277.36252,-937.8672],"_peDist":62.848595,"_peObstacles":[]}]],[620,[{"_peStart":[245.9382,-883.4387],"_peEnd":[302.15405,-850.9824],"_peDist":64.912506,"_peObstacles":[]}]]]]],[605,[[[586,[{"_peStart":[195.08337,-216.45804],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[594,[{"_peStart":[218.875,-127.666374],"_peEnd":[251.37502,-183.95802],"_peDist":65.00001,"_peObstacles":[]}]],[614,[{"_peStart":[283.87503,-240.24966],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[622,[{"_peStart":[307.66666,-151.45801],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]]],[251.37502,-183.95802],[[586,[{"_peStart":[251.37502,-183.95802],"_peEnd":[195.08337,-216.45804],"_peDist":65.0,"_peObstacles":[]}]],[594,[{"_peStart":[251.37502,-183.95802],"_peEnd":[218.875,-127.666374],"_peDist":65.00001,"_peObstacles":[]}]],[614,[{"_peStart":[251.37502,-183.95802],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]],[622,[{"_peStart":[251.37502,-183.95802],"_peEnd":[307.66666,-151.45801],"_peDist":65.0,"_peObstacles":[]}]]]]],[606,[[[609,[{"_peStart":[266.45828,49.91693],"_peEnd":[256.45825,67.23744],"_peDist":20.000017,"_peObstacles":[]}]]],[256.45825,67.23744],[[609,[{"_peStart":[256.45825,67.23744],"_peEnd":[266.45828,49.91693],"_peDist":20.000017,"_peObstacles":[]}]]]]],[607,[[[588,[{"_peStart":[201.24838,-546.38367],"_peEnd":[257.46423,-513.9274],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[596,[{"_peStart":[226.03993,-459.49893],"_peEnd":[257.46423,-513.9274],"_peDist":62.848614,"_peObstacles":[]}]],[611,[{"_peStart":[274.78473,-503.92743],"_peEnd":[257.46423,-513.9274],"_peDist":19.999989,"_peObstacles":[]}]],[616,[{"_peStart":[288.88855,-568.35596],"_peEnd":[257.46423,-513.9274],"_peDist":62.848644,"_peObstacles":[]}]]],[257.46423,-513.9274],[[588,[{"_peStart":[257.46423,-513.9274],"_peEnd":[201.24838,-546.38367],"_peDist":64.912476,"_peObstacles":["BlockObstacle"]}]],[596,[{"_peStart":[257.46423,-513.9274],"_peEnd":[226.03993,-459.49893],"_peDist":62.848614,"_peObstacles":[]}]],[611,[{"_peStart":[257.46423,-513.9274],"_peEnd":[274.78473,-503.92743],"_peDist":19.999989,"_peObstacles":[]}]],[616,[{"_peStart":[257.46423,-513.9274],"_peEnd":[288.88855,-568.35596],"_peDist":62.848644,"_peObstacles":[]}]]]]],[608,[[[589,[{"_peStart":[207.88113,-687.6969],"_peEnd":[264.097,-655.2407],"_peDist":64.912445,"_peObstacles":[]}]],[599,[{"_peStart":[232.67268,-600.8122],"_peEnd":[264.097,-655.2407],"_peDist":62.848637,"_peObstacles":[]}]],[618,[{"_peStart":[295.5213,-709.6692],"_peEnd":[264.097,-655.2407],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[624,[{"_peStart":[320.31287,-622.7844],"_peEnd":[264.097,-655.2407],"_peDist":64.91253,"_peObstacles":[]}]]],[264.097,-655.2407],[[589,[{"_peStart":[264.097,-655.2407],"_peEnd":[207.88113,-687.6969],"_peDist":64.912445,"_peObstacles":[]}]],[599,[{"_peStart":[264.097,-655.2407],"_peEnd":[232.67268,-600.8122],"_peDist":62.848637,"_peObstacles":[]}]],[618,[{"_peStart":[264.097,-655.2407],"_peEnd":[295.5213,-709.6692],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[624,[{"_peStart":[264.097,-655.2407],"_peEnd":[320.31287,-622.7844],"_peDist":64.91253,"_peObstacles":[]}]]]]],[609,[[[590,[{"_peStart":[210.16663,17.416916],"_peEnd":[266.45828,49.91693],"_peDist":65.00001,"_peObstacles":[]}]],[606,[{"_peStart":[256.45825,67.23744],"_peEnd":[266.45828,49.91693],"_peDist":20.000017,"_peObstacles":[]}]],[619,[{"_peStart":[298.95828,-6.37471],"_peEnd":[266.45828,49.91693],"_peDist":64.99999,"_peObstacles":[]}]],[625,[{"_peStart":[322.7499,82.41695],"_peEnd":[266.45828,49.91693],"_peDist":64.999985,"_peObstacles":[]}]]],[266.45828,49.91693],[[590,[{"_peStart":[266.45828,49.91693],"_peEnd":[210.16663,17.416916],"_peDist":65.00001,"_peObstacles":[]}]],[606,[{"_peStart":[266.45828,49.91693],"_peEnd":[256.45825,67.23744],"_peDist":20.000017,"_peObstacles":[]}]],[619,[{"_peStart":[266.45828,49.91693],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[625,[{"_peStart":[266.45828,49.91693],"_peEnd":[322.7499,82.41695],"_peDist":64.999985,"_peObstacles":[]}]]]]],[610,[[[593,[{"_peStart":[214.51389,-829.01013],"_peEnd":[270.72974,-796.55396],"_peDist":64.912445,"_peObstacles":[]}]],[601,[{"_peStart":[239.30545,-742.1255],"_peEnd":[270.72974,-796.55396],"_peDist":62.84858,"_peObstacles":[]}]],[620,[{"_peStart":[302.15405,-850.9824],"_peEnd":[270.72974,-796.55396],"_peDist":62.848595,"_peObstacles":[]}]],[626,[{"_peStart":[326.94562,-764.0977],"_peEnd":[270.72974,-796.55396],"_peDist":64.9125,"_peObstacles":[]}]]],[270.72974,-796.55396],[[593,[{"_peStart":[270.72974,-796.55396],"_peEnd":[214.51389,-829.01013],"_peDist":64.912445,"_peObstacles":[]}]],[601,[{"_peStart":[270.72974,-796.55396],"_peEnd":[239.30545,-742.1255],"_peDist":62.84858,"_peObstacles":[]}]],[620,[{"_peStart":[270.72974,-796.55396],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[626,[{"_peStart":[270.72974,-796.55396],"_peEnd":[326.94562,-764.0977],"_peDist":64.9125,"_peObstacles":[]}]]]]],[611,[[[607,[{"_peStart":[257.46423,-513.9274],"_peEnd":[274.78473,-503.92743],"_peDist":19.999989,"_peObstacles":[]}]]],[274.78473,-503.92743],[[607,[{"_peStart":[274.78473,-503.92743],"_peEnd":[257.46423,-513.9274],"_peDist":19.999989,"_peObstacles":[]}]]]]],[612,[[[594,[{"_peStart":[218.875,-127.666374],"_peEnd":[275.16663,-95.16637],"_peDist":64.999985,"_peObstacles":[]}]],[602,[{"_peStart":[242.66663,-38.874725],"_peEnd":[275.16663,-95.16637],"_peDist":64.99999,"_peObstacles":[]}]],[622,[{"_peStart":[307.66666,-151.45801],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]],[627,[{"_peStart":[331.45828,-62.66635],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]]],[275.16663,-95.16637],[[594,[{"_peStart":[275.16663,-95.16637],"_peEnd":[218.875,-127.666374],"_peDist":64.999985,"_peObstacles":[]}]],[602,[{"_peStart":[275.16663,-95.16637],"_peEnd":[242.66663,-38.874725],"_peDist":64.99999,"_peObstacles":[]}]],[622,[{"_peStart":[275.16663,-95.16637],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]],[627,[{"_peStart":[275.16663,-95.16637],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]]]]],[613,[[[595,[{"_peStart":[221.14667,-970.32336],"_peEnd":[277.36252,-937.8672],"_peDist":64.912445,"_peObstacles":[]}]],[604,[{"_peStart":[245.9382,-883.4387],"_peEnd":[277.36252,-937.8672],"_peDist":62.848595,"_peObstacles":[]}]],[615,[{"_peStart":[287.36252,-955.18774],"_peEnd":[277.36252,-937.8672],"_peDist":20.000042,"_peObstacles":[]}]],[628,[{"_peStart":[333.57837,-905.4109],"_peEnd":[277.36252,-937.8672],"_peDist":64.912506,"_peObstacles":[]}]]],[277.36252,-937.8672],[[595,[{"_peStart":[277.36252,-937.8672],"_peEnd":[221.14667,-970.32336],"_peDist":64.912445,"_peObstacles":[]}]],[604,[{"_peStart":[277.36252,-937.8672],"_peEnd":[245.9382,-883.4387],"_peDist":62.848595,"_peObstacles":[]}]],[615,[{"_peStart":[277.36252,-937.8672],"_peEnd":[287.36252,-955.18774],"_peDist":20.000042,"_peObstacles":[]}]],[628,[{"_peStart":[277.36252,-937.8672],"_peEnd":[333.57837,-905.4109],"_peDist":64.912506,"_peObstacles":[]}]]]]],[614,[[[597,[{"_peStart":[227.58339,-272.74966],"_peEnd":[283.87503,-240.24966],"_peDist":64.99999,"_peObstacles":[]}]],[605,[{"_peStart":[251.37502,-183.95802],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]],[617,[{"_peStart":[293.87503,-257.57016],"_peEnd":[283.87503,-240.24966],"_peDist":19.999989,"_peObstacles":[]}]],[631,[{"_peStart":[340.1667,-207.74966],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]]],[283.87503,-240.24966],[[597,[{"_peStart":[283.87503,-240.24966],"_peEnd":[227.58339,-272.74966],"_peDist":64.99999,"_peObstacles":[]}]],[605,[{"_peStart":[283.87503,-240.24966],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[617,[{"_peStart":[283.87503,-240.24966],"_peEnd":[293.87503,-257.57016],"_peDist":19.999989,"_peObstacles":[]}]],[631,[{"_peStart":[283.87503,-240.24966],"_peEnd":[340.1667,-207.74966],"_peDist":65.0,"_peObstacles":[]}]]]]],[615,[[[613,[{"_peStart":[277.36252,-937.8672],"_peEnd":[287.36252,-955.18774],"_peDist":20.000042,"_peObstacles":[]}]]],[287.36252,-955.18774],[[613,[{"_peStart":[287.36252,-955.18774],"_peEnd":[277.36252,-937.8672],"_peDist":20.000042,"_peObstacles":[]}]]]]],[616,[[[599,[{"_peStart":[232.67268,-600.8122],"_peEnd":[288.88855,-568.35596],"_peDist":64.91248,"_peObstacles":[]}]],[607,[{"_peStart":[257.46423,-513.9274],"_peEnd":[288.88855,-568.35596],"_peDist":62.848644,"_peObstacles":[]}]],[621,[{"_peStart":[306.20905,-558.35596],"_peEnd":[288.88855,-568.35596],"_peDist":19.999989,"_peObstacles":[]}]],[624,[{"_peStart":[320.31287,-622.7844],"_peEnd":[288.88855,-568.35596],"_peDist":62.848595,"_peObstacles":[]}]]],[288.88855,-568.35596],[[599,[{"_peStart":[288.88855,-568.35596],"_peEnd":[232.67268,-600.8122],"_peDist":64.91248,"_peObstacles":[]}]],[607,[{"_peStart":[288.88855,-568.35596],"_peEnd":[257.46423,-513.9274],"_peDist":62.848644,"_peObstacles":[]}]],[621,[{"_peStart":[288.88855,-568.35596],"_peEnd":[306.20905,-558.35596],"_peDist":19.999989,"_peObstacles":[]}]],[624,[{"_peStart":[288.88855,-568.35596],"_peEnd":[320.31287,-622.7844],"_peDist":62.848595,"_peObstacles":[]}]]]]],[617,[[[614,[{"_peStart":[283.87503,-240.24966],"_peEnd":[293.87503,-257.57016],"_peDist":19.999989,"_peObstacles":[]}]]],[293.87503,-257.57016],[[614,[{"_peStart":[293.87503,-257.57016],"_peEnd":[283.87503,-240.24966],"_peDist":19.999989,"_peObstacles":[]}]]]]],[618,[[[601,[{"_peStart":[239.30545,-742.1255],"_peEnd":[295.5213,-709.6692],"_peDist":64.912506,"_peObstacles":[]}]],[608,[{"_peStart":[264.097,-655.2407],"_peEnd":[295.5213,-709.6692],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[626,[{"_peStart":[326.94562,-764.0977],"_peEnd":[295.5213,-709.6692],"_peDist":62.848644,"_peObstacles":[]}]],[634,[{"_peStart":[351.73718,-677.213],"_peEnd":[295.5213,-709.6692],"_peDist":64.91247,"_peObstacles":[]}]]],[295.5213,-709.6692],[[601,[{"_peStart":[295.5213,-709.6692],"_peEnd":[239.30545,-742.1255],"_peDist":64.912506,"_peObstacles":[]}]],[608,[{"_peStart":[295.5213,-709.6692],"_peEnd":[264.097,-655.2407],"_peDist":62.848595,"_peObstacles":["DoorObstacle"]}]],[626,[{"_peStart":[295.5213,-709.6692],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[634,[{"_peStart":[295.5213,-709.6692],"_peEnd":[351.73718,-677.213],"_peDist":64.91247,"_peObstacles":[]}]]]]],[619,[[[602,[{"_peStart":[242.66663,-38.874725],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]],[609,[{"_peStart":[266.45828,49.91693],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[627,[{"_peStart":[331.45828,-62.66635],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[635,[{"_peStart":[355.24994,26.125305],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]]],[298.95828,-6.37471],[[602,[{"_peStart":[298.95828,-6.37471],"_peEnd":[242.66663,-38.874725],"_peDist":65.00001,"_peObstacles":[]}]],[609,[{"_peStart":[298.95828,-6.37471],"_peEnd":[266.45828,49.91693],"_peDist":64.99999,"_peObstacles":[]}]],[627,[{"_peStart":[298.95828,-6.37471],"_peEnd":[331.45828,-62.66635],"_peDist":64.99999,"_peObstacles":[]}]],[635,[{"_peStart":[298.95828,-6.37471],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]]]]],[620,[[[604,[{"_peStart":[245.9382,-883.4387],"_peEnd":[302.15405,-850.9824],"_peDist":64.912506,"_peObstacles":[]}]],[610,[{"_peStart":[270.72974,-796.55396],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[628,[{"_peStart":[333.57837,-905.4109],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[636,[{"_peStart":[358.36993,-818.52625],"_peEnd":[302.15405,-850.9824],"_peDist":64.91247,"_peObstacles":[]}]]],[302.15405,-850.9824],[[604,[{"_peStart":[302.15405,-850.9824],"_peEnd":[245.9382,-883.4387],"_peDist":64.912506,"_peObstacles":[]}]],[610,[{"_peStart":[302.15405,-850.9824],"_peEnd":[270.72974,-796.55396],"_peDist":62.848595,"_peObstacles":[]}]],[628,[{"_peStart":[302.15405,-850.9824],"_peEnd":[333.57837,-905.4109],"_peDist":62.848595,"_peObstacles":[]}]],[636,[{"_peStart":[302.15405,-850.9824],"_peEnd":[358.36993,-818.52625],"_peDist":64.91247,"_peObstacles":[]}]]]]],[621,[[[616,[{"_peStart":[288.88855,-568.35596],"_peEnd":[306.20905,-558.35596],"_peDist":19.999989,"_peObstacles":[]}]]],[306.20905,-558.35596],[[616,[{"_peStart":[306.20905,-558.35596],"_peEnd":[288.88855,-568.35596],"_peDist":19.999989,"_peObstacles":[]}]]]]],[622,[[[605,[{"_peStart":[251.37502,-183.95802],"_peEnd":[307.66666,-151.45801],"_peDist":65.0,"_peObstacles":[]}]],[612,[{"_peStart":[275.16663,-95.16637],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]],[631,[{"_peStart":[340.1667,-207.74966],"_peEnd":[307.66666,-151.45801],"_peDist":65.000015,"_peObstacles":[]}]],[637,[{"_peStart":[363.9583,-118.958],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]]],[307.66666,-151.45801],[[605,[{"_peStart":[307.66666,-151.45801],"_peEnd":[251.37502,-183.95802],"_peDist":65.0,"_peObstacles":[]}]],[612,[{"_peStart":[307.66666,-151.45801],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]],[631,[{"_peStart":[307.66666,-151.45801],"_peEnd":[340.1667,-207.74966],"_peDist":65.000015,"_peObstacles":[]}]],[637,[{"_peStart":[307.66666,-151.45801],"_peEnd":[363.9583,-118.958],"_peDist":65.00001,"_peObstacles":[]}]]]]],[623,[[[625,[{"_peStart":[322.7499,82.41695],"_peEnd":[312.74988,99.73746],"_peDist":20.000017,"_peObstacles":[]}]]],[312.74988,99.73746],[[625,[{"_peStart":[312.74988,99.73746],"_peEnd":[322.7499,82.41695],"_peDist":20.000017,"_peObstacles":[]}]]]]],[624,[[[608,[{"_peStart":[264.097,-655.2407],"_peEnd":[320.31287,-622.7844],"_peDist":64.91253,"_peObstacles":[]}]],[616,[{"_peStart":[288.88855,-568.35596],"_peEnd":[320.31287,-622.7844],"_peDist":62.848595,"_peObstacles":[]}]],[629,[{"_peStart":[337.63336,-612.7844],"_peEnd":[320.31287,-622.7844],"_peDist":19.999989,"_peObstacles":[]}]],[634,[{"_peStart":[351.73718,-677.213],"_peEnd":[320.31287,-622.7844],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]]],[320.31287,-622.7844],[[608,[{"_peStart":[320.31287,-622.7844],"_peEnd":[264.097,-655.2407],"_peDist":64.91253,"_peObstacles":[]}]],[616,[{"_peStart":[320.31287,-622.7844],"_peEnd":[288.88855,-568.35596],"_peDist":62.848595,"_peObstacles":[]}]],[629,[{"_peStart":[320.31287,-622.7844],"_peEnd":[337.63336,-612.7844],"_peDist":19.999989,"_peObstacles":[]}]],[634,[{"_peStart":[320.31287,-622.7844],"_peEnd":[351.73718,-677.213],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]]]]],[625,[[[609,[{"_peStart":[266.45828,49.91693],"_peEnd":[322.7499,82.41695],"_peDist":64.999985,"_peObstacles":[]}]],[623,[{"_peStart":[312.74988,99.73746],"_peEnd":[322.7499,82.41695],"_peDist":20.000017,"_peObstacles":[]}]],[630,[{"_peStart":[340.07043,92.41695],"_peEnd":[322.7499,82.41695],"_peDist":20.000015,"_peObstacles":[]}]],[635,[{"_peStart":[355.24994,26.125305],"_peEnd":[322.7499,82.41695],"_peDist":65.00001,"_peObstacles":[]}]]],[322.7499,82.41695],[[609,[{"_peStart":[322.7499,82.41695],"_peEnd":[266.45828,49.91693],"_peDist":64.999985,"_peObstacles":[]}]],[623,[{"_peStart":[322.7499,82.41695],"_peEnd":[312.74988,99.73746],"_peDist":20.000017,"_peObstacles":[]}]],[630,[{"_peStart":[322.7499,82.41695],"_peEnd":[340.07043,92.41695],"_peDist":20.000015,"_peObstacles":[]}]],[635,[{"_peStart":[322.7499,82.41695],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]]]]],[626,[[[610,[{"_peStart":[270.72974,-796.55396],"_peEnd":[326.94562,-764.0977],"_peDist":64.9125,"_peObstacles":[]}]],[618,[{"_peStart":[295.5213,-709.6692],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[636,[{"_peStart":[358.36993,-818.52625],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[640,[{"_peStart":[383.16147,-731.6415],"_peEnd":[326.94562,-764.0977],"_peDist":64.912476,"_peObstacles":[]}]]],[326.94562,-764.0977],[[610,[{"_peStart":[326.94562,-764.0977],"_peEnd":[270.72974,-796.55396],"_peDist":64.9125,"_peObstacles":[]}]],[618,[{"_peStart":[326.94562,-764.0977],"_peEnd":[295.5213,-709.6692],"_peDist":62.848644,"_peObstacles":[]}]],[636,[{"_peStart":[326.94562,-764.0977],"_peEnd":[358.36993,-818.52625],"_peDist":62.848644,"_peObstacles":[]}]],[640,[{"_peStart":[326.94562,-764.0977],"_peEnd":[383.16147,-731.6415],"_peDist":64.912476,"_peObstacles":[]}]]]]],[627,[[[612,[{"_peStart":[275.16663,-95.16637],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]],[619,[{"_peStart":[298.95828,-6.37471],"_peEnd":[331.45828,-62.66635],"_peDist":64.99999,"_peObstacles":[]}]],[637,[{"_peStart":[363.9583,-118.958],"_peEnd":[331.45828,-62.66635],"_peDist":65.000015,"_peObstacles":[]}]],[641,[{"_peStart":[387.74994,-30.166336],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]]],[331.45828,-62.66635],[[612,[{"_peStart":[331.45828,-62.66635],"_peEnd":[275.16663,-95.16637],"_peDist":65.00001,"_peObstacles":[]}]],[619,[{"_peStart":[331.45828,-62.66635],"_peEnd":[298.95828,-6.37471],"_peDist":64.99999,"_peObstacles":[]}]],[637,[{"_peStart":[331.45828,-62.66635],"_peEnd":[363.9583,-118.958],"_peDist":65.000015,"_peObstacles":[]}]],[641,[{"_peStart":[331.45828,-62.66635],"_peEnd":[387.74994,-30.166336],"_peDist":65.00001,"_peObstacles":[]}]]]]],[628,[[[613,[{"_peStart":[277.36252,-937.8672],"_peEnd":[333.57837,-905.4109],"_peDist":64.912506,"_peObstacles":[]}]],[620,[{"_peStart":[302.15405,-850.9824],"_peEnd":[333.57837,-905.4109],"_peDist":62.848595,"_peObstacles":[]}]],[632,[{"_peStart":[343.57837,-922.73145],"_peEnd":[333.57837,-905.4109],"_peDist":20.000042,"_peObstacles":[]}]],[642,[{"_peStart":[389.79425,-872.9547],"_peEnd":[333.57837,-905.4109],"_peDist":64.91247,"_peObstacles":[]}]]],[333.57837,-905.4109],[[613,[{"_peStart":[333.57837,-905.4109],"_peEnd":[277.36252,-937.8672],"_peDist":64.912506,"_peObstacles":[]}]],[620,[{"_peStart":[333.57837,-905.4109],"_peEnd":[302.15405,-850.9824],"_peDist":62.848595,"_peObstacles":[]}]],[632,[{"_peStart":[333.57837,-905.4109],"_peEnd":[343.57837,-922.73145],"_peDist":20.000042,"_peObstacles":[]}]],[642,[{"_peStart":[333.57837,-905.4109],"_peEnd":[389.79425,-872.9547],"_peDist":64.91247,"_peObstacles":[]}]]]]],[629,[[[624,[{"_peStart":[320.31287,-622.7844],"_peEnd":[337.63336,-612.7844],"_peDist":19.999989,"_peObstacles":[]}]]],[337.63336,-612.7844],[[624,[{"_peStart":[337.63336,-612.7844],"_peEnd":[320.31287,-622.7844],"_peDist":19.999989,"_peObstacles":[]}]]]]],[630,[[[625,[{"_peStart":[322.7499,82.41695],"_peEnd":[340.07043,92.41695],"_peDist":20.000015,"_peObstacles":[]}]]],[340.07043,92.41695],[[625,[{"_peStart":[340.07043,92.41695],"_peEnd":[322.7499,82.41695],"_peDist":20.000015,"_peObstacles":[]}]]]]],[631,[[[614,[{"_peStart":[283.87503,-240.24966],"_peEnd":[340.1667,-207.74966],"_peDist":65.0,"_peObstacles":[]}]],[622,[{"_peStart":[307.66666,-151.45801],"_peEnd":[340.1667,-207.74966],"_peDist":65.000015,"_peObstacles":[]}]],[633,[{"_peStart":[350.1667,-225.07016],"_peEnd":[340.1667,-207.74966],"_peDist":19.999989,"_peObstacles":[]}]],[643,[{"_peStart":[396.4583,-175.24963],"_peEnd":[340.1667,-207.74966],"_peDist":64.99999,"_peObstacles":[]}]]],[340.1667,-207.74966],[[614,[{"_peStart":[340.1667,-207.74966],"_peEnd":[283.87503,-240.24966],"_peDist":65.0,"_peObstacles":[]}]],[622,[{"_peStart":[340.1667,-207.74966],"_peEnd":[307.66666,-151.45801],"_peDist":65.000015,"_peObstacles":[]}]],[633,[{"_peStart":[340.1667,-207.74966],"_peEnd":[350.1667,-225.07016],"_peDist":19.999989,"_peObstacles":[]}]],[643,[{"_peStart":[340.1667,-207.74966],"_peEnd":[396.4583,-175.24963],"_peDist":64.99999,"_peObstacles":[]}]]]]],[632,[[[628,[{"_peStart":[333.57837,-905.4109],"_peEnd":[343.57837,-922.73145],"_peDist":20.000042,"_peObstacles":[]}]]],[343.57837,-922.73145],[[628,[{"_peStart":[343.57837,-922.73145],"_peEnd":[333.57837,-905.4109],"_peDist":20.000042,"_peObstacles":[]}]]]]],[633,[[[631,[{"_peStart":[340.1667,-207.74966],"_peEnd":[350.1667,-225.07016],"_peDist":19.999989,"_peObstacles":[]}]]],[350.1667,-225.07016],[[631,[{"_peStart":[350.1667,-225.07016],"_peEnd":[340.1667,-207.74966],"_peDist":19.999989,"_peObstacles":[]}]]]]],[634,[[[618,[{"_peStart":[295.5213,-709.6692],"_peEnd":[351.73718,-677.213],"_peDist":64.91247,"_peObstacles":[]}]],[624,[{"_peStart":[320.31287,-622.7844],"_peEnd":[351.73718,-677.213],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[638,[{"_peStart":[369.05768,-667.213],"_peEnd":[351.73718,-677.213],"_peDist":19.999989,"_peObstacles":[]}]],[640,[{"_peStart":[383.16147,-731.6415],"_peEnd":[351.73718,-677.213],"_peDist":62.84858,"_peObstacles":[]}]]],[351.73718,-677.213],[[618,[{"_peStart":[351.73718,-677.213],"_peEnd":[295.5213,-709.6692],"_peDist":64.91247,"_peObstacles":[]}]],[624,[{"_peStart":[351.73718,-677.213],"_peEnd":[320.31287,-622.7844],"_peDist":62.848698,"_peObstacles":["DoorObstacle"]}]],[638,[{"_peStart":[351.73718,-677.213],"_peEnd":[369.05768,-667.213],"_peDist":19.999989,"_peObstacles":[]}]],[640,[{"_peStart":[351.73718,-677.213],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]]]]],[635,[[[619,[{"_peStart":[298.95828,-6.37471],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]],[625,[{"_peStart":[322.7499,82.41695],"_peEnd":[355.24994,26.125305],"_peDist":65.00001,"_peObstacles":[]}]],[639,[{"_peStart":[372.57043,36.125305],"_peEnd":[355.24994,26.125305],"_peDist":19.999989,"_peObstacles":[]}]],[641,[{"_peStart":[387.74994,-30.166336],"_peEnd":[355.24994,26.125305],"_peDist":64.99999,"_peObstacles":[]}]]],[355.24994,26.125305],[[619,[{"_peStart":[355.24994,26.125305],"_peEnd":[298.95828,-6.37471],"_peDist":65.00001,"_peObstacles":[]}]],[625,[{"_peStart":[355.24994,26.125305],"_peEnd":[322.7499,82.41695],"_peDist":65.00001,"_peObstacles":[]}]],[639,[{"_peStart":[355.24994,26.125305],"_peEnd":[372.57043,36.125305],"_peDist":19.999989,"_peObstacles":[]}]],[641,[{"_peStart":[355.24994,26.125305],"_peEnd":[387.74994,-30.166336],"_peDist":64.99999,"_peObstacles":[]}]]]]],[636,[[[620,[{"_peStart":[302.15405,-850.9824],"_peEnd":[358.36993,-818.52625],"_peDist":64.91247,"_peObstacles":[]}]],[626,[{"_peStart":[326.94562,-764.0977],"_peEnd":[358.36993,-818.52625],"_peDist":62.848644,"_peObstacles":[]}]],[642,[{"_peStart":[389.79425,-872.9547],"_peEnd":[358.36993,-818.52625],"_peDist":62.848595,"_peObstacles":[]}]],[648,[{"_peStart":[414.58575,-786.06995],"_peEnd":[358.36993,-818.52625],"_peDist":64.912476,"_peObstacles":[]}]]],[358.36993,-818.52625],[[620,[{"_peStart":[358.36993,-818.52625],"_peEnd":[302.15405,-850.9824],"_peDist":64.91247,"_peObstacles":[]}]],[626,[{"_peStart":[358.36993,-818.52625],"_peEnd":[326.94562,-764.0977],"_peDist":62.848644,"_peObstacles":[]}]],[642,[{"_peStart":[358.36993,-818.52625],"_peEnd":[389.79425,-872.9547],"_peDist":62.848595,"_peObstacles":[]}]],[648,[{"_peStart":[358.36993,-818.52625],"_peEnd":[414.58575,-786.06995],"_peDist":64.912476,"_peObstacles":[]}]]]]],[637,[[[622,[{"_peStart":[307.66666,-151.45801],"_peEnd":[363.9583,-118.958],"_peDist":65.00001,"_peObstacles":[]}]],[627,[{"_peStart":[331.45828,-62.66635],"_peEnd":[363.9583,-118.958],"_peDist":65.000015,"_peObstacles":[]}]],[643,[{"_peStart":[396.4583,-175.24963],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]],[649,[{"_peStart":[420.24994,-86.45799],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]]],[363.9583,-118.958],[[622,[{"_peStart":[363.9583,-118.958],"_peEnd":[307.66666,-151.45801],"_peDist":65.00001,"_peObstacles":[]}]],[627,[{"_peStart":[363.9583,-118.958],"_peEnd":[331.45828,-62.66635],"_peDist":65.000015,"_peObstacles":[]}]],[643,[{"_peStart":[363.9583,-118.958],"_peEnd":[396.4583,-175.24963],"_peDist":64.999985,"_peObstacles":[]}]],[649,[{"_peStart":[363.9583,-118.958],"_peEnd":[420.24994,-86.45799],"_peDist":64.999985,"_peObstacles":[]}]]]]],[638,[[[634,[{"_peStart":[351.73718,-677.213],"_peEnd":[369.05768,-667.213],"_peDist":19.999989,"_peObstacles":[]}]]],[369.05768,-667.213],[[634,[{"_peStart":[369.05768,-667.213],"_peEnd":[351.73718,-677.213],"_peDist":19.999989,"_peObstacles":[]}]]]]],[639,[[[635,[{"_peStart":[355.24994,26.125305],"_peEnd":[372.57043,36.125305],"_peDist":19.999989,"_peObstacles":[]}]]],[372.57043,36.125305],[[635,[{"_peStart":[372.57043,36.125305],"_peEnd":[355.24994,26.125305],"_peDist":19.999989,"_peObstacles":[]}]]]]],[640,[[[626,[{"_peStart":[326.94562,-764.0977],"_peEnd":[383.16147,-731.6415],"_peDist":64.912476,"_peObstacles":[]}]],[634,[{"_peStart":[351.73718,-677.213],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]],[645,[{"_peStart":[400.48196,-721.6415],"_peEnd":[383.16147,-731.6415],"_peDist":19.999989,"_peObstacles":[]}]],[648,[{"_peStart":[414.58575,-786.06995],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]]],[383.16147,-731.6415],[[626,[{"_peStart":[383.16147,-731.6415],"_peEnd":[326.94562,-764.0977],"_peDist":64.912476,"_peObstacles":[]}]],[634,[{"_peStart":[383.16147,-731.6415],"_peEnd":[351.73718,-677.213],"_peDist":62.84858,"_peObstacles":[]}]],[645,[{"_peStart":[383.16147,-731.6415],"_peEnd":[400.48196,-721.6415],"_peDist":19.999989,"_peObstacles":[]}]],[648,[{"_peStart":[383.16147,-731.6415],"_peEnd":[414.58575,-786.06995],"_peDist":62.84858,"_peObstacles":[]}]]]]],[641,[[[627,[{"_peStart":[331.45828,-62.66635],"_peEnd":[387.74994,-30.166336],"_peDist":65.00001,"_peObstacles":[]}]],[635,[{"_peStart":[355.24994,26.125305],"_peEnd":[387.74994,-30.166336],"_peDist":64.99999,"_peObstacles":[]}]],[646,[{"_peStart":[405.07043,-20.166336],"_peEnd":[387.74994,-30.166336],"_peDist":19.999989,"_peObstacles":[]}]],[649,[{"_peStart":[420.24994,-86.45799],"_peEnd":[387.74994,-30.166336],"_peDist":65.0,"_peObstacles":[]}]]],[387.74994,-30.166336],[[627,[{"_peStart":[387.74994,-30.166336],"_peEnd":[331.45828,-62.66635],"_peDist":65.00001,"_peObstacles":[]}]],[635,[{"_peStart":[387.74994,-30.166336],"_peEnd":[355.24994,26.125305],"_peDist":64.99999,"_peObstacles":[]}]],[646,[{"_peStart":[387.74994,-30.166336],"_peEnd":[405.07043,-20.166336],"_peDist":19.999989,"_peObstacles":[]}]],[649,[{"_peStart":[387.74994,-30.166336],"_peEnd":[420.24994,-86.45799],"_peDist":65.0,"_peObstacles":[]}]]]]],[642,[[[628,[{"_peStart":[333.57837,-905.4109],"_peEnd":[389.79425,-872.9547],"_peDist":64.91247,"_peObstacles":[]}]],[636,[{"_peStart":[358.36993,-818.52625],"_peEnd":[389.79425,-872.9547],"_peDist":62.848595,"_peObstacles":[]}]],[644,[{"_peStart":[399.79425,-890.27527],"_peEnd":[389.79425,-872.9547],"_peDist":20.000042,"_peObstacles":[]}]],[652,[{"_peStart":[446.01007,-840.4985],"_peEnd":[389.79425,-872.9547],"_peDist":64.912445,"_peObstacles":[]}]]],[389.79425,-872.9547],[[628,[{"_peStart":[389.79425,-872.9547],"_peEnd":[333.57837,-905.4109],"_peDist":64.91247,"_peObstacles":[]}]],[636,[{"_peStart":[389.79425,-872.9547],"_peEnd":[358.36993,-818.52625],"_peDist":62.848595,"_peObstacles":[]}]],[644,[{"_peStart":[389.79425,-872.9547],"_peEnd":[399.79425,-890.27527],"_peDist":20.000042,"_peObstacles":[]}]],[652,[{"_peStart":[389.79425,-872.9547],"_peEnd":[446.01007,-840.4985],"_peDist":64.912445,"_peObstacles":[]}]]]]],[643,[[[631,[{"_peStart":[340.1667,-207.74966],"_peEnd":[396.4583,-175.24963],"_peDist":64.99999,"_peObstacles":[]}]],[637,[{"_peStart":[363.9583,-118.958],"_peEnd":[396.4583,-175.24963],"_peDist":64.999985,"_peObstacles":[]}]],[647,[{"_peStart":[406.4583,-192.57014],"_peEnd":[396.4583,-175.24963],"_peDist":20.000002,"_peObstacles":[]}]],[653,[{"_peStart":[452.74997,-142.74963],"_peEnd":[396.4583,-175.24963],"_peDist":65.0,"_peObstacles":[]}]]],[396.4583,-175.24963],[[631,[{"_peStart":[396.4583,-175.24963],"_peEnd":[340.1667,-207.74966],"_peDist":64.99999,"_peObstacles":[]}]],[637,[{"_peStart":[396.4583,-175.24963],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]],[647,[{"_peStart":[396.4583,-175.24963],"_peEnd":[406.4583,-192.57014],"_peDist":20.000002,"_peObstacles":[]}]],[653,[{"_peStart":[396.4583,-175.24963],"_peEnd":[452.74997,-142.74963],"_peDist":65.0,"_peObstacles":[]}]]]]],[644,[[[642,[{"_peStart":[389.79425,-872.9547],"_peEnd":[399.79425,-890.27527],"_peDist":20.000042,"_peObstacles":[]}]]],[399.79425,-890.27527],[[642,[{"_peStart":[399.79425,-890.27527],"_peEnd":[389.79425,-872.9547],"_peDist":20.000042,"_peObstacles":[]}]]]]],[645,[[[640,[{"_peStart":[383.16147,-731.6415],"_peEnd":[400.48196,-721.6415],"_peDist":19.999989,"_peObstacles":[]}]]],[400.48196,-721.6415],[[640,[{"_peStart":[400.48196,-721.6415],"_peEnd":[383.16147,-731.6415],"_peDist":19.999989,"_peObstacles":[]}]]]]],[646,[[[641,[{"_peStart":[387.74994,-30.166336],"_peEnd":[405.07043,-20.166336],"_peDist":19.999989,"_peObstacles":[]}]]],[405.07043,-20.166336],[[641,[{"_peStart":[405.07043,-20.166336],"_peEnd":[387.74994,-30.166336],"_peDist":19.999989,"_peObstacles":[]}]]]]],[647,[[[643,[{"_peStart":[396.4583,-175.24963],"_peEnd":[406.4583,-192.57014],"_peDist":20.000002,"_peObstacles":[]}]]],[406.4583,-192.57014],[[643,[{"_peStart":[406.4583,-192.57014],"_peEnd":[396.4583,-175.24963],"_peDist":20.000002,"_peObstacles":[]}]]]]],[648,[[[636,[{"_peStart":[358.36993,-818.52625],"_peEnd":[414.58575,-786.06995],"_peDist":64.912476,"_peObstacles":[]}]],[640,[{"_peStart":[383.16147,-731.6415],"_peEnd":[414.58575,-786.06995],"_peDist":62.84858,"_peObstacles":[]}]],[650,[{"_peStart":[431.90628,-776.06995],"_peEnd":[414.58575,-786.06995],"_peDist":20.000015,"_peObstacles":[]}]],[652,[{"_peStart":[446.01007,-840.4985],"_peEnd":[414.58575,-786.06995],"_peDist":62.848644,"_peObstacles":[]}]]],[414.58575,-786.06995],[[636,[{"_peStart":[414.58575,-786.06995],"_peEnd":[358.36993,-818.52625],"_peDist":64.912476,"_peObstacles":[]}]],[640,[{"_peStart":[414.58575,-786.06995],"_peEnd":[383.16147,-731.6415],"_peDist":62.84858,"_peObstacles":[]}]],[650,[{"_peStart":[414.58575,-786.06995],"_peEnd":[431.90628,-776.06995],"_peDist":20.000015,"_peObstacles":[]}]],[652,[{"_peStart":[414.58575,-786.06995],"_peEnd":[446.01007,-840.4985],"_peDist":62.848644,"_peObstacles":[]}]]]]],[649,[[[637,[{"_peStart":[363.9583,-118.958],"_peEnd":[420.24994,-86.45799],"_peDist":64.999985,"_peObstacles":[]}]],[641,[{"_peStart":[387.74994,-30.166336],"_peEnd":[420.24994,-86.45799],"_peDist":65.0,"_peObstacles":[]}]],[651,[{"_peStart":[437.57043,-76.457985],"_peEnd":[420.24994,-86.45799],"_peDist":19.999992,"_peObstacles":[]}]],[653,[{"_peStart":[452.74997,-142.74963],"_peEnd":[420.24994,-86.45799],"_peDist":65.00001,"_peObstacles":[]}]]],[420.24994,-86.45799],[[637,[{"_peStart":[420.24994,-86.45799],"_peEnd":[363.9583,-118.958],"_peDist":64.999985,"_peObstacles":[]}]],[641,[{"_peStart":[420.24994,-86.45799],"_peEnd":[387.74994,-30.166336],"_peDist":65.0,"_peObstacles":[]}]],[651,[{"_peStart":[420.24994,-86.45799],"_peEnd":[437.57043,-76.457985],"_peDist":19.999992,"_peObstacles":[]}]],[653,[{"_peStart":[420.24994,-86.45799],"_peEnd":[452.74997,-142.74963],"_peDist":65.00001,"_peObstacles":[]}]]]]],[650,[[[648,[{"_peStart":[414.58575,-786.06995],"_peEnd":[431.90628,-776.06995],"_peDist":20.000015,"_peObstacles":[]}]]],[431.90628,-776.06995],[[648,[{"_peStart":[431.90628,-776.06995],"_peEnd":[414.58575,-786.06995],"_peDist":20.000015,"_peObstacles":[]}]]]]],[651,[[[649,[{"_peStart":[420.24994,-86.45799],"_peEnd":[437.57043,-76.457985],"_peDist":19.999992,"_peObstacles":[]}]]],[437.57043,-76.457985],[[649,[{"_peStart":[437.57043,-76.457985],"_peEnd":[420.24994,-86.45799],"_peDist":19.999992,"_peObstacles":[]}]]]]],[652,[[[642,[{"_peStart":[389.79425,-872.9547],"_peEnd":[446.01007,-840.4985],"_peDist":64.912445,"_peObstacles":[]}]],[648,[{"_peStart":[414.58575,-786.06995],"_peEnd":[446.01007,-840.4985],"_peDist":62.848644,"_peObstacles":[]}]],[654,[{"_peStart":[456.01007,-857.819],"_peEnd":[446.01007,-840.4985],"_peDist":19.999989,"_peObstacles":[]}]],[656,[{"_peStart":[463.3306,-830.4985],"_peEnd":[446.01007,-840.4985],"_peDist":20.000015,"_peObstacles":[]}]]],[446.01007,-840.4985],[[642,[{"_peStart":[446.01007,-840.4985],"_peEnd":[389.79425,-872.9547],"_peDist":64.912445,"_peObstacles":[]}]],[648,[{"_peStart":[446.01007,-840.4985],"_peEnd":[414.58575,-786.06995],"_peDist":62.848644,"_peObstacles":[]}]],[654,[{"_peStart":[446.01007,-840.4985],"_peEnd":[456.01007,-857.819],"_peDist":19.999989,"_peObstacles":[]}]],[656,[{"_peStart":[446.01007,-840.4985],"_peEnd":[463.3306,-830.4985],"_peDist":20.000015,"_peObstacles":[]}]]]]],[653,[[[643,[{"_peStart":[396.4583,-175.24963],"_peEnd":[452.74997,-142.74963],"_peDist":65.0,"_peObstacles":[]}]],[649,[{"_peStart":[420.24994,-86.45799],"_peEnd":[452.74997,-142.74963],"_peDist":65.00001,"_peObstacles":[]}]],[655,[{"_peStart":[462.74997,-160.07013],"_peEnd":[452.74997,-142.74963],"_peDist":19.999989,"_peObstacles":[]}]],[657,[{"_peStart":[470.07047,-132.74962],"_peEnd":[452.74997,-142.74963],"_peDist":19.999996,"_peObstacles":[]}]]],[452.74997,-142.74963],[[643,[{"_peStart":[452.74997,-142.74963],"_peEnd":[396.4583,-175.24963],"_peDist":65.0,"_peObstacles":[]}]],[649,[{"_peStart":[452.74997,-142.74963],"_peEnd":[420.24994,-86.45799],"_peDist":65.00001,"_peObstacles":[]}]],[655,[{"_peStart":[452.74997,-142.74963],"_peEnd":[462.74997,-160.07013],"_peDist":19.999989,"_peObstacles":[]}]],[657,[{"_peStart":[452.74997,-142.74963],"_peEnd":[470.07047,-132.74962],"_peDist":19.999996,"_peObstacles":[]}]]]]],[654,[[[652,[{"_peStart":[446.01007,-840.4985],"_peEnd":[456.01007,-857.819],"_peDist":19.999989,"_peObstacles":[]}]]],[456.01007,-857.819],[[652,[{"_peStart":[456.01007,-857.819],"_peEnd":[446.01007,-840.4985],"_peDist":19.999989,"_peObstacles":[]}]]]]],[655,[[[653,[{"_peStart":[452.74997,-142.74963],"_peEnd":[462.74997,-160.07013],"_peDist":19.999989,"_peObstacles":[]}]]],[462.74997,-160.07013],[[653,[{"_peStart":[462.74997,-160.07013],"_peEnd":[452.74997,-142.74963],"_peDist":19.999989,"_peObstacles":[]}]]]]],[656,[[[652,[{"_peStart":[446.01007,-840.4985],"_peEnd":[463.3306,-830.4985],"_peDist":20.000015,"_peObstacles":[]}]]],[463.3306,-830.4985],[[652,[{"_peStart":[463.3306,-830.4985],"_peEnd":[446.01007,-840.4985],"_peDist":20.000015,"_peObstacles":[]}]]]]],[657,[[[653,[{"_peStart":[452.74997,-142.74963],"_peEnd":[470.07047,-132.74962],"_peDist":19.999996,"_peObstacles":[]}]]],[470.07047,-132.74962],[[653,[{"_peStart":[470.07047,-132.74962],"_peEnd":[452.74997,-142.74963],"_peDist":19.999996,"_peObstacles":[]}]]]]]],"_numberFloorVerxs":0} \ No newline at end of file diff --git a/src/Dodge/Annotation/Data.hs b/src/Dodge/Annotation/Data.hs index 626141590..ff33239e5 100644 --- a/src/Dodge/Annotation/Data.hs +++ b/src/Dodge/Annotation/Data.hs @@ -17,8 +17,8 @@ data Annotation | AnRoom (State StdGen Room) | AnTree (State StdGen (MetaTree Room String)) | PassthroughLockKeyLists - [(Int -> State StdGen (MetaTree Room String), State StdGen ItemBaseType)] - [(ItemBaseType, State StdGen (MetaTree Room String))] + [(Int -> State StdGen (MetaTree Room String), State StdGen ItemType)] + [(ItemType, State StdGen (MetaTree Room String))] Int makeLenses ''Annotation diff --git a/src/Dodge/Combine.hs b/src/Dodge/Combine.hs index 58507c5ab..e05ce0816 100644 --- a/src/Dodge/Combine.hs +++ b/src/Dodge/Combine.hs @@ -3,32 +3,26 @@ module Dodge.Combine ( combineList, ) where ---import Control.Lens ---import Control.Monad import Data.Bifunctor ---import qualified Data.IntSet as IS import Data.List (sortOn) ---import Data.Map.Merge.Strict import qualified Data.Map.Strict as M ---import Data.Maybe import Dodge.Base.You import Dodge.Combine.Trie import Dodge.Data.Combine import Dodge.Data.Universe import Dodge.Item.Display import Dodge.Item.InventoryColor -import Dodge.Item.SlotsTaken --import Dodge.Module import qualified IntMapHelp as IM import SimpleTrie -invertInventoryToMap :: IM.IntMap Item -> M.Map ItemBaseType [Int] +invertInventoryToMap :: IM.IntMap Item -> M.Map ItemType [Int] invertInventoryToMap = IM.foldrWithKey - (\k it -> M.insertWith (++) (_iyBase $ _itType it) [k]) + (\k it -> M.insertWith (++) (_itType it) [k]) mempty -groupSplitItemAmounts :: M.Map ItemBaseType [Int] -> [((ItAmount, ItemBaseType), [Int])] +groupSplitItemAmounts :: M.Map ItemType [Int] -> [((ItAmount, ItemType), [Int])] groupSplitItemAmounts = M.foldrWithKey f [] where f ibt is = (++) [((fromIntegral i, ibt), take i is) | i <- [1 .. length is]] @@ -47,7 +41,7 @@ combineList = map f . combineListInfo f (is, (strs, itm)) = SelectionItem { _siPictures = basicItemDisplay itm - , _siHeight = itSlotsTaken itm + , _siHeight = _itInvSize itm , _siIsSelectable = True , _siColor = itemInvColor itm , _siOffX = 0 diff --git a/src/Dodge/Combine/Combinations.hs b/src/Dodge/Combine/Combinations.hs index 3f5bf6064..9ba79c704 100644 --- a/src/Dodge/Combine/Combinations.hs +++ b/src/Dodge/Combine/Combinations.hs @@ -12,7 +12,7 @@ import Dodge.Data.Item import Dodge.Item import LensHelp -watchCombinations :: [([(ItAmount, ItemBaseType)], Item)] +watchCombinations :: [([(ItAmount, ItemType)], Item)] watchCombinations = [ po [LEFT STOPWATCH, LEFT REWINDWATCH] scrollWatch , po [CRAFT TIMEMODULE, CRAFT MICROCHIP, CRAFT HARDDRIVE] scrollWatch @@ -22,7 +22,7 @@ watchCombinations = po xs it = (map o xs, it) o = (1,) -backpackCombinations :: [([(ItAmount,ItemBaseType)],Item)] +backpackCombinations :: [([(ItAmount,ItemType)],Item)] backpackCombinations = [ po [CRAFT HOSE, CRAFT STEELDRUM] fuelPack ] @@ -38,7 +38,7 @@ backpackCombinations = -- po xs it = (map o xs, it) -- o = (1,) -magazineCombinations :: [([(ItAmount,ItemBaseType)],Item)] +magazineCombinations :: [([(ItAmount,ItemType)],Item)] magazineCombinations = [ po [CRAFT TIN, CRAFT SPRING] tinMag ] @@ -46,12 +46,12 @@ magazineCombinations = po xs it = (map o xs, it) o = (1,) -flatItemCombinations :: [([ItemBaseType], Item)] +flatItemCombinations :: [([ItemType], Item)] flatItemCombinations = map (over _1 (concatMap f)) itemCombinations where f (x,it) = replicate (_getItAmount x) it -itemCombinations :: [([(ItAmount, ItemBaseType)], Item)] +itemCombinations :: [([(ItAmount, ItemType)], Item)] itemCombinations = watchCombinations ++ backpackCombinations ++ diff --git a/src/Dodge/Combine/Graph.hs b/src/Dodge/Combine/Graph.hs index 98e39ae26..a4efca2f1 100644 --- a/src/Dodge/Combine/Graph.hs +++ b/src/Dodge/Combine/Graph.hs @@ -1,5 +1,4 @@ ---{-# LANGUAGE TypeSynonymInstances #-} ---{-# LANGUAGE FlexibleInstances #-} +{-# LANGUAGE LambdaCase #-} module Dodge.Combine.Graph where import Dodge.Data.Item import Dodge.Combine.Combinations @@ -19,7 +18,7 @@ data CombClust | JoinClust deriving (Eq,Ord,Show,Enum,Bounded) -newtype CombNode = CombNode {_unCombNode :: Either ItemBaseType [(ItAmount,ItemBaseType)]} +newtype CombNode = CombNode {_unCombNode :: Either ItemType [(ItAmount,ItemType)]} deriving (Eq,Ord,Show) instance Labellable CombNode where @@ -32,17 +31,17 @@ instance Labellable CombEdge where toLabelValue (CombEdge 0) = StrLabel (pack "") toLabelValue (CombEdge x) = StrLabel (pack $ show x) -bulletCombinations :: [([(ItAmount,ItemBaseType)],Item)] +bulletCombinations :: [([(ItAmount,ItemType)],Item)] bulletCombinations = filter ( (`elem` map totype bulletWeapons) . totype . snd ) itemCombinations where - totype = _iyBase . _itType + totype = _itType -maxShowX :: ItemBaseType -> Maybe Int -maxShowX bt = case bt of +maxShowX :: ItemType -> Maybe Int +maxShowX = \case HELD (BANGSTICK _) -> Just 2 HELD (VOLLEYGUN _) -> Just 3 HELD (MINIGUNX _) -> Just 3 @@ -53,7 +52,7 @@ maxShowX bt = case bt of _ -> Nothing itemCombinationsEdges :: [(CombNode,CombNode,Int)] -itemCombinationsEdges = concatMap (f . over _2 (_iyBase . _itType)) itemCombinations +itemCombinationsEdges = concatMap (f . over _2 (_itType)) itemCombinations --itemCombinationsEdges = concatMap (f . over _2 (_iyBase . _itType)) bulletCombinations where f (abts,bt) @@ -74,7 +73,7 @@ combinationsGraph = FGL.labnfilter (f . _unCombNode . snd) Nothing -> True Just i -> _xNum (_ibtHeld bt) <= i -belowNumX :: ItemBaseType -> Bool +belowNumX :: ItemType -> Bool belowNumX bt = case maxShowX bt of Nothing -> True Just i -> _xNum (_ibtHeld bt) <= i diff --git a/src/Dodge/Combine/Module.hs b/src/Dodge/Combine/Module.hs deleted file mode 100644 index 3b43d8bb4..000000000 --- a/src/Dodge/Combine/Module.hs +++ /dev/null @@ -1,53 +0,0 @@ -module Dodge.Combine.Module where - -import Data.Foldable -import Dodge.Data.Beam -import Dodge.Data.Item -import Dodge.Tesla -import Geometry -import LensHelp - ---moduleModification :: ItemModuleType -> Item -> Item ---moduleModification imt = case imt of --- EMPTYMODULE -> id ----- BELTMAG -> itUse . heldConsumption . laSource . _InternalSource . iaMax .~ 150 --- MAGNETMAG -> itUse . heldDelay . rateMax .~ 4 --- BULPAY BulFlak -> (itUse . amagParams . ampBullet . buPayload .~ BulFlak) --- . (itUse . amagParams . ampBullet . buTimer .~ 3) --- BULPAY thepayload -> itUse . amagParams . ampBullet . buPayload .~ thepayload --- BULBODY thebody -> itUse . amagParams . ampBullet . buEffect .~ thebody --- TARGET {} -> id -- itUse . useTargeting ?~ t --- BULTRAJ BasicBulletTrajectoryType -> id --- BULTRAJ MagnetTrajectoryType -> --- (itUse . amagParams . ampBullet . buTrajectory .~ MagnetTrajectory 0) --- . (itUse . amagParams . ampBullet . buVel .~ V2 10 0) --- BULTRAJ FlechetteTrajectoryType -> --- itUse . amagParams . ampBullet . buTrajectory .~ FlechetteTrajectory 0 --- BULTRAJ BezierTrajectoryType -> --- itUse . amagParams . ampBullet . buTrajectory .~ BezierTrajectory 0 0 0 --- INCENDLAS -> itParams . lasBeam .~ BeamCombine FlameBeamCombine --- SPLITLAS -> itParams . lasBeam .~ BeamCombine SplitBeamCombine --- STATICLAS -> --- (itParams . lasBeam .~ BeamCombine TeslaBeamCombine) --- . (itParams . subParams ?~ teslaParams) ----- WEPTELE -> makeDirectedTele --- --LAUNCHHOME -> itUse . heldConsumption . laAmmoType . amPjCreation .~ CreateTrackingShell --- LAUNCHHOME -> id --- ATTACHTORCH -> id ----- where ----- makeDirectedTele it = ----- it ----- & itUse . heldMods %~ ModWithDirectedTeleport -- .:~ withPosDirWallCheck directedTelPos ----- -- for the camera: the simplest option is to remove all zoom/offset ----- & itUse . heldAim . aimZoom . izFac .~ 1 ----- & itUse . heldAim . aimRange .~ 0 - --- a better option would be to involve a "scope" centered on the firing --- position --- directedTelPos it cr w = (p,a) --- where --- p = fromMaybe (_crPos cr) $ it ^? itTargeting . tgPos . _Just --- a = argV (mouseWorldPos w -.- p) - ---applyModules :: Item -> Item ---applyModules it = foldl' (flip moduleModification) it (it ^. itType . iyModules) diff --git a/src/Dodge/Combine/Trie.hs b/src/Dodge/Combine/Trie.hs index b078fb701..a93c3207b 100644 --- a/src/Dodge/Combine/Trie.hs +++ b/src/Dodge/Combine/Trie.hs @@ -1,4 +1,6 @@ -module Dodge.Combine.Trie where +module Dodge.Combine.Trie + ( combinationsTrie + ) where import Data.Bifunctor import Data.List (sort) @@ -7,14 +9,14 @@ import Dodge.Data.Item import SimpleTrie import Data.Foldable -flatCombinationsTrie :: Trie ItemBaseType Item -{-# INLINE flatCombinationsTrie #-} -flatCombinationsTrie = foldl' - (flip $ uncurry insertInTrie . first sort) - emptyTrie - flatItemCombinations +--flatCombinationsTrie :: Trie ItemType Item +--{-# INLINE flatCombinationsTrie #-} +--flatCombinationsTrie = foldl' +-- (flip $ uncurry insertInTrie . first sort) +-- emptyTrie +-- flatItemCombinations -combinationsTrie :: Trie (ItAmount, ItemBaseType) Item +combinationsTrie :: Trie (ItAmount, ItemType) Item {-# INLINE combinationsTrie #-} combinationsTrie = foldl' diff --git a/src/Dodge/Creature.hs b/src/Dodge/Creature.hs index 45eadba2d..3f11a7adb 100644 --- a/src/Dodge/Creature.hs +++ b/src/Dodge/Creature.hs @@ -209,7 +209,6 @@ inventoryX c = case c of 'K' -> [ autoRifle , tinMag - , targetingHat TargetRBPress ] <> fold [ makeTypeCraftNum 7 MICROCHIP , makeTypeCraftNum 4 HARDWARE @@ -219,11 +218,6 @@ inventoryX c = case c of , makeTypeCraftNum 1 LIGHTSENSOR , makeTypeCraftNum 1 SOUNDSENSOR , makeTypeCraftNum 1 HEATSENSOR --- , makeTypeCraftNum 1 (BULBODYCRAFT BounceBullet) --- , makeTypeCraftNum 1 (BULBODYCRAFT PenetrateBullet) --- , makeTypeCraftNum 1 (ENERGYBALLCRAFT IncBall) --- , makeTypeCraftNum 1 (ENERGYBALLCRAFT TeslaBall) --- , makeTypeCraftNum 1 (ENERGYBALLCRAFT ConcBall) ] 'L' -> [scrollWatch] 'M' -> stackedInventory diff --git a/src/Dodge/Creature/State.hs b/src/Dodge/Creature/State.hs index 45ca3b7be..3bd78cf60 100644 --- a/src/Dodge/Creature/State.hs +++ b/src/Dodge/Creature/State.hs @@ -207,7 +207,7 @@ movementSideEff cr w _ -> w | otherwise = footstepSideEffect cr w where - hasJetPack = any (\it -> it ^? itType . iyBase == Just (EQUIP JETPACK)) $ _crInv cr + hasJetPack = any (\it -> it ^? itType == Just (EQUIP JETPACK)) $ _crInv cr oldPos = _crOldPos cr momentum' = 0.97 *.* (_crPos cr -.- _crOldPos cr) momentum'' @@ -252,7 +252,7 @@ invSideEff cr w = w' & maybe id (\g -> doInvEffect g it cr) (it ^? itEffect . ieInv) itemInvSideEffect :: Creature -> Item -> World -> World -itemInvSideEffect cr itm = case _iyBase $ _itType itm of +itemInvSideEffect cr itm = case _itType itm of TARGETING tt -> updateItemTargeting tt cr itm _ -> id --itemInvSideEffect cr it diff --git a/src/Dodge/Creature/Statistics.hs b/src/Dodge/Creature/Statistics.hs index 8aefc290b..07d82a571 100644 --- a/src/Dodge/Creature/Statistics.hs +++ b/src/Dodge/Creature/Statistics.hs @@ -20,7 +20,7 @@ strFromEquipment :: Creature -> Int strFromEquipment = sum . fmap equipmentStrValue . crCurrentEquipment equipmentStrValue :: Item -> Int -equipmentStrValue itm = case _iyBase $ _itType itm of +equipmentStrValue itm = case _itType itm of EQUIP FRONTARMOUR -> negate 3 EQUIP POWERLEGS -> 3 _ -> 0 diff --git a/src/Dodge/Creature/Test.hs b/src/Dodge/Creature/Test.hs index 4be69ae82..fce2210c0 100644 --- a/src/Dodge/Creature/Test.hs +++ b/src/Dodge/Creature/Test.hs @@ -112,7 +112,7 @@ crIsArmouredFrom = hasFrontArmour hasFrontArmour :: Point2 -> Creature -> Bool hasFrontArmour p cr = fromMaybe False $ do invid <- cr ^? crEquipment . ix OnChest - ittype <- cr ^? crInv . ix invid . itType . iyBase + ittype <- cr ^? crInv . ix invid . itType return $ EQUIP FRONTARMOUR == ittype && p /= _crOldPos cr diff --git a/src/Dodge/Data/Item.hs b/src/Dodge/Data/Item.hs index a43091016..257d76368 100644 --- a/src/Dodge/Data/Item.hs +++ b/src/Dodge/Data/Item.hs @@ -1,5 +1,3 @@ ---{-# LANGUAGE DeriveGeneric #-} ---{-# LANGUAGE DeriveAnyClass #-} {-# LANGUAGE StrictData #-} {-# LANGUAGE TemplateHaskell #-} @@ -16,23 +14,23 @@ module Dodge.Data.Item ( module Dodge.Data.Item.Location, ) where -import NewInt import Control.Lens import Data.Aeson import Data.Aeson.TH +import Data.Set (Set) import Dodge.Data.Item.Combine -import Dodge.Data.Item.Effect -import Dodge.Data.Item.Scope import Dodge.Data.Item.CurseStatus +import Dodge.Data.Item.Effect +import Dodge.Data.Item.Location import Dodge.Data.Item.Misc import Dodge.Data.Item.Params +import Dodge.Data.Item.Scope import Dodge.Data.Item.Tweak import Dodge.Data.Item.Use -import Dodge.Data.Item.Location -import Data.Set (Set) +import NewInt data ItID = ItID - deriving (Eq,Ord,Show,Read) + deriving (Eq, Ord, Show, Read) data Item = Item { _itUse :: ItemUse @@ -40,22 +38,21 @@ data Item = Item , _itID :: NewInt ItmInt , _itLocation :: ItemLocation , _itEffect :: ItEffect - , _itInvSize :: Float + , _itInvSize :: Int , _itDimension :: ItemDimension , _itCurseStatus :: CurseStatus , _itTweaks :: ItemTweaks --- , _itScope :: Scope , _itParams :: ItemParams , _itAttachments :: Set ItemAttachment } - --deriving (Eq, Show, Read) --Generic, Flat) -data ItemAttachment = ScopeAttachment +data ItemAttachment + = ScopeAttachment | BulletClipAttachment | BulletBeltAttachment | StandAttachment | PowerSourceAttachment - deriving (Eq,Ord) + deriving (Eq, Ord) _itUseAimStance :: Item -> AimStance _itUseAimStance = _aimStance . _heldAim . _itUse diff --git a/src/Dodge/Data/Item/Combine.hs b/src/Dodge/Data/Item/Combine.hs index 79d46fcb0..69ecd3af9 100644 --- a/src/Dodge/Data/Item/Combine.hs +++ b/src/Dodge/Data/Item/Combine.hs @@ -5,18 +5,23 @@ module Dodge.Data.Item.Combine where -import Dodge.Data.Item.BulletMod import Control.Lens import Data.Aeson import Data.Aeson.TH -import qualified Data.Map.Strict as M import Dodge.Data.Equipment.Misc +import Dodge.Data.Item.BulletMod import Dodge.Data.Item.Targeting -import Dodge.Data.Item.Use.Consumption -data ItemType = ItemType - { _iyBase :: ItemBaseType - } +data ItemType + = HELD {_ibtHeld :: HeldItemType} + | LEFT {_ibtLeft :: LeftItemType} + | EQUIP {_ibtEquip :: EquipItemType} + | CONSUMABLE {_ibtConsumable :: ConsumableItemType} + | CRAFT {_ibtCraft :: CraftType} + | ATTACH {_ibtAttach :: AttachType} + | AMMOMAG {_ibtAmmoMag :: AmmoMagType} + | TARGETING {_ibtTargeting :: TargetingType} + | BULLETMOD {_ibtBulletMod :: BulletMod} deriving (Eq, Ord, Show, Read) data CraftType @@ -64,25 +69,13 @@ data CraftType | GASINJECTOR | FLAKCRAFT | FRAGCRAFT --- | ENERGYBALLCRAFT EnergyBallType --- | BULBODYCRAFT BulletEffect - | TELEPORTMODULE + | -- | ENERGYBALLCRAFT EnergyBallType + -- | BULBODYCRAFT BulletEffect + TELEPORTMODULE | TIMEMODULE | SIZEMODULE | GRAVITYMODULE --- | TARGETMODULE TargetingType - deriving (Eq, Ord, Show, Read) - -data ItemBaseType - = HELD {_ibtHeld :: HeldItemType} - | LEFT {_ibtLeft :: LeftItemType} - | EQUIP {_ibtEquip :: EquipItemType} - | CONSUMABLE {_ibtConsumable :: ConsumableItemType} - | CRAFT CraftType - | ATTACH {_ibtAttach :: AttachType} - | AMMOMAG {_ibtAmmoMag :: AmmoMagType} - | TARGETING {_ibtTargeting :: TargetingType} - | BULLETMOD {_ibtBulletMod :: BulletMod} + -- | TARGETMODULE TargetingType deriving (Eq, Ord, Show, Read) data AttachType @@ -94,8 +87,7 @@ data AttachType deriving (Eq, Ord, Show, Read) data AmmoMagType - = REVOLVEMAG - | TINMAG + = TINMAG | DRUMMAG | BELTMAG | SHELLMAG @@ -103,7 +95,6 @@ data AmmoMagType | CHEMFUELPOUCH deriving (Eq, Ord, Show, Read) - data ConsumableItemType = MEDKIT Int | EXPLOSIVES @@ -117,7 +108,6 @@ data EquipItemType | INVISIBILITYEQUIPMENT EquipSite | BRAINHAT | HAT - | TARGETINGHAT TargetingType | HEADLAMP | POWERLEGS | SPEEDLEGS @@ -188,7 +178,6 @@ data Detector deriving (Eq, Ord, Show, Read) --Generic, Flat) makeLenses ''ItemType -makeLenses ''ItemBaseType makeLenses ''HeldItemType makeLenses ''AttachType deriveJSON defaultOptions ''CraftType @@ -199,7 +188,6 @@ deriveJSON defaultOptions ''Detector deriveJSON defaultOptions ''EquipItemType deriveJSON defaultOptions ''LeftItemType deriveJSON defaultOptions ''HeldItemType -deriveJSON defaultOptions ''ItemBaseType deriveJSON defaultOptions ''ItemType --instance ToJSONKey ModuleSlot diff --git a/src/Dodge/Data/Item/Use/Consumption.hs b/src/Dodge/Data/Item/Use/Consumption.hs index dd0a4a8f5..5f0e46216 100644 --- a/src/Dodge/Data/Item/Use/Consumption.hs +++ b/src/Dodge/Data/Item/Use/Consumption.hs @@ -20,7 +20,6 @@ import Dodge.Data.Item.Use.Consumption.LoadAction data ReloadStatus = ReloadStatus { _iaMax :: Int , _iaLoaded :: Int - -- , _iaPrimed :: Bool } deriving (Eq, Show, Read) --Generic, Flat) diff --git a/src/Dodge/Data/Machine/Sensor.hs b/src/Dodge/Data/Machine/Sensor.hs index 3dec9d001..f605434db 100644 --- a/src/Dodge/Data/Machine/Sensor.hs +++ b/src/Dodge/Data/Machine/Sensor.hs @@ -31,7 +31,7 @@ data Sensor data ProximityRequirement = RequireHealth {_proxReqMinHealth :: Int} - | RequireEquipment {_proxReqEquipment :: ItemBaseType} + | RequireEquipment {_proxReqEquipment :: ItemType} | RequireImpossible deriving (Show) --deriving (Eq, Ord, Show, Read) --Generic, Flat) diff --git a/src/Dodge/Debug/Terminal.hs b/src/Dodge/Debug/Terminal.hs index 40d43d3eb..caacea9c2 100644 --- a/src/Dodge/Debug/Terminal.hs +++ b/src/Dodge/Debug/Terminal.hs @@ -54,7 +54,7 @@ applyTerminalCommandArguments command args u = case command of where ypoint = uvWorld . cWorld . lWorld . creatures . ix 0 -parseItem :: [String] -> Maybe (ItemBaseType, Int) +parseItem :: [String] -> Maybe (ItemType, Int) parseItem (x : xs) = (readMaybe (x ++ " {_xNum=" ++ show (parseNum xs) ++ "}") <&> (,1)) <|> (readMaybe x <&> (,parseNum xs)) diff --git a/src/Dodge/Default/Item.hs b/src/Dodge/Default/Item.hs index e8d3fef4a..26c400f6d 100644 --- a/src/Dodge/Default/Item.hs +++ b/src/Dodge/Default/Item.hs @@ -22,7 +22,7 @@ defaultItemDimension = ItemDimension defaultHeldItem :: Item defaultHeldItem = Item { _itCurseStatus = Uncursed - , _itType = ItemType (HELD PISTOL) -- mempty + , _itType = HELD PISTOL , _itEffect = defaultItEffect , _itID = 0 , _itInvSize = 1 diff --git a/src/Dodge/DisplayInventory.hs b/src/Dodge/DisplayInventory.hs index 2c37f8676..e48364ece 100644 --- a/src/Dodge/DisplayInventory.hs +++ b/src/Dodge/DisplayInventory.hs @@ -9,6 +9,7 @@ module Dodge.DisplayInventory ( updateCombinePositioning, ) where +import Dodge.Inventory.SelectionList import Control.Monad import qualified Data.IntMap.Strict as IM --import qualified Data.IntMap.Merge.Strict as MIM @@ -20,7 +21,6 @@ import Dodge.Data.Config import Dodge.Data.SelectionList import Dodge.Data.Universe import Dodge.Inventory.CheckSlots -import Dodge.Inventory.SelectionList import Dodge.ListDisplayParams import Dodge.SelectionList import Dodge.Item.Grammar diff --git a/src/Dodge/HeldUse.hs b/src/Dodge/HeldUse.hs index b87b10c30..9ede34518 100644 --- a/src/Dodge/HeldUse.hs +++ b/src/Dodge/HeldUse.hs @@ -201,7 +201,7 @@ useLoadedAmmo itmtree cr (cme,w) (mzid,Just (mz,x,magtree)) = (,) (cme & cmeSoun itemDetectorEffect :: Item -> Creature -> World -> World itemDetectorEffect itm cr w = fromMaybe w $ do - HELDDETECTOR dt <- itm ^? itType . iyBase . ibtHeld + HELDDETECTOR dt <- itm ^? itType . ibtHeld return $ detectorEffect dt itm cr w walkNozzle :: Int -> Muzzle -> Item -> Creature -> World -> World diff --git a/src/Dodge/Inventory/CheckSlots.hs b/src/Dodge/Inventory/CheckSlots.hs index 12470041f..12e03d9d6 100644 --- a/src/Dodge/Inventory/CheckSlots.hs +++ b/src/Dodge/Inventory/CheckSlots.hs @@ -4,9 +4,10 @@ module Dodge.Inventory.CheckSlots ( crInvSize, ) where +import Control.Lens +import Data.Monoid import Dodge.Base.You import Dodge.Data.World -import Dodge.Item.SlotsTaken import qualified IntMapHelp as IM {- | checks whether or not an item will fit in your inventory @@ -14,7 +15,7 @@ import qualified IntMapHelp as IM -} checkInvSlotsYou :: Item -> World -> Maybe Int checkInvSlotsYou it w - | crNumFreeSlots ycr >= ceiling (_itInvSize it) = + | crNumFreeSlots ycr >= _itInvSize it = Just $ findItemSlot (_crInv ycr) | otherwise = Nothing where @@ -38,4 +39,5 @@ crInvSize :: Creature -> Int crInvSize = invSize . _crInv invSize :: IM.IntMap Item -> Int -invSize = sum . fmap itSlotsTaken +invSize = alaf Sum foldMap _itInvSize +--invSize = sum . fmap _itInvSize diff --git a/src/Dodge/Inventory/SelectionList.hs b/src/Dodge/Inventory/SelectionList.hs index 2c9802bf9..b97c1c251 100644 --- a/src/Dodge/Inventory/SelectionList.hs +++ b/src/Dodge/Inventory/SelectionList.hs @@ -8,7 +8,6 @@ import Padding import Dodge.Equipment.Text import Dodge.Data.SelectionList import Dodge.Data.World -import Dodge.Item.SlotsTaken import Dodge.Item.Display import Dodge.Item.InventoryColor import LensHelp @@ -18,7 +17,7 @@ invSelectionItem' :: Creature -> Int -> Item -> SelectionItem () invSelectionItem' cr i it = SelectionItem { _siPictures = pics & ix 0 %~ (++ anyequippos ++ anyhotkey) - , _siHeight = itSlotsTaken it + , _siHeight = _itInvSize it , _siIsSelectable = True , _siColor = col , _siOffX = 0 @@ -36,7 +35,7 @@ invSelectionItem :: Creature -> Int -> (Item,Int,a) -> SelectionItem () invSelectionItem cr i (it,indent,_) = SelectionItem { _siPictures = pics & ix 0 %~ (++ anyequippos ++ anyhotkey) - , _siHeight = itSlotsTaken it + , _siHeight = _itInvSize it , _siIsSelectable = True , _siColor = col , _siOffX = indent diff --git a/src/Dodge/Item.hs b/src/Dodge/Item.hs index 204970d7e..e5d2ff4e7 100644 --- a/src/Dodge/Item.hs +++ b/src/Dodge/Item.hs @@ -1,3 +1,5 @@ +{-# LANGUAGE LambdaCase #-} + module Dodge.Item ( module Dodge.Item.Weapon, module Dodge.Item.Held, @@ -7,17 +9,17 @@ module Dodge.Item ( itemFromBase, ) where -import Dodge.Item.Ammo import Dodge.Data.Item +import Dodge.Item.Ammo import Dodge.Item.Consumable import Dodge.Item.Craftable import Dodge.Item.Equipment import Dodge.Item.Held -import Dodge.Item.Weapon import Dodge.Item.Scope +import Dodge.Item.Weapon -itemFromBase :: ItemBaseType -> Item -itemFromBase ibt = case ibt of +itemFromBase :: ItemType -> Item +itemFromBase = \case HELD ht -> itemFromHeldType ht LEFT lt -> itemFromLeftType lt EQUIP et -> itemFromEquipType et @@ -32,7 +34,6 @@ itemFromAmmoMag :: AmmoMagType -> Item itemFromAmmoMag at = case at of DRUMMAG -> drumMag TINMAG -> tinMag - REVOLVEMAG -> revolveMag BELTMAG -> beltMag SHELLMAG -> shellMag BATTERY -> battery @@ -43,11 +44,10 @@ itemFromAttachType at = case at of ZOOMSCOPE -> zoomScope BULLETSYNTHESIZER -> bulletSynthesizer REMOTESCREEN -> remoteScreen --- ROCKETHOMER -> rocketHomer + -- ROCKETHOMER -> rocketHomer HOMINGMODULE -> homingModule AUGMENTEDHUD -> augmentedHUD - itemFromConsumableType :: ConsumableItemType -> Item itemFromConsumableType ct = case ct of MEDKIT i -> medkit i @@ -63,7 +63,6 @@ itemFromEquipType et = case et of INVISIBILITYEQUIPMENT _ -> error "need to define invisibility for more than wrist" BRAINHAT -> brainHat HAT -> hat - TARGETINGHAT tt -> targetingHat tt HEADLAMP -> headLamp POWERLEGS -> powerLegs SPEEDLEGS -> speedLegs @@ -85,4 +84,3 @@ itemFromLeftType lt = case lt of BLINKERUNSAFE -> unsafeBlinkGun SHRINKER -> shrinkGun SPAWNER -> error "need to datify creatures first" - diff --git a/src/Dodge/Item/Ammo.hs b/src/Dodge/Item/Ammo.hs index 9d51e21a5..73145ecf5 100644 --- a/src/Dodge/Item/Ammo.hs +++ b/src/Dodge/Item/Ammo.hs @@ -12,9 +12,7 @@ megaTinMag x = tinMag tinMag :: Item tinMag = - defaultHeldItem & itType . iyBase .~ AMMOMAG TINMAG --- & itType . iyModules . at ModBulletPayload ?~ EMPTYMODULE --- & itType . iyModules . at ModBulletTrajectory ?~ EMPTYMODULE + defaultHeldItem & itType .~ AMMOMAG TINMAG & itUse .~ AmmoMagUse { _amagParams = BulletParams defaultBullet @@ -26,22 +24,22 @@ tinMag = } } -revolveMag :: Item -revolveMag = - tinMag - & itType . iyBase .~ AMMOMAG REVOLVEMAG - & itUse . amagLoadStatus . iaMax .~ 6 - & itUse . amagLoadStatus . iaLoaded .~ 6 +--revolveMag :: Item +--revolveMag = +-- tinMag +-- & itType .~ AMMOMAG REVOLVEMAG +-- & itUse . amagLoadStatus . iaMax .~ 6 +-- & itUse . amagLoadStatus . iaLoaded .~ 6 drumMag :: Item drumMag = - tinMag & itType . iyBase . ibtAmmoMag .~ DRUMMAG + tinMag & itType . ibtAmmoMag .~ DRUMMAG & itUse . amagLoadStatus . iaLoaded .~ 30 & itUse . amagLoadStatus . iaMax .~ 30 beltMag :: Item beltMag = - tinMag & itType . iyBase . ibtAmmoMag .~ BELTMAG + tinMag & itType . ibtAmmoMag .~ BELTMAG & itUse . amagLoadStatus . iaLoaded .~ 10000 & itUse . amagLoadStatus . iaMax .~ 20000 & itUse . amagType .~ BeltBulletAmmo @@ -53,12 +51,11 @@ megaShellMag = shellMag shellMag :: Item shellMag = - defaultHeldItem & itType . iyBase .~ AMMOMAG SHELLMAG + defaultHeldItem & itType .~ AMMOMAG SHELLMAG & itUse .~ AmmoMagUse { _amagParams = ProjectileParams { _ampPayload = ExplosionPayload --- , _ampPjDraw = DrawShell } , _amagLoadStatus = ReloadStatus @@ -74,7 +71,7 @@ megaBattery = battery battery :: Item battery = - defaultHeldItem & itType . iyBase .~ AMMOMAG BATTERY + defaultHeldItem & itType .~ AMMOMAG BATTERY & itUse .~ AmmoMagUse { _amagParams = BulletParams defaultBullet @@ -88,7 +85,7 @@ battery = chemFuelPouch :: Item chemFuelPouch = - defaultHeldItem & itType . iyBase .~ AMMOMAG CHEMFUELPOUCH + defaultHeldItem & itType .~ AMMOMAG CHEMFUELPOUCH & itUse .~ AmmoMagUse { _amagParams = GasParams ChemFuel @@ -102,5 +99,5 @@ chemFuelPouch = bulletSynthesizer :: Item bulletSynthesizer = defaultHeldItem - & itType . iyBase .~ ATTACH BULLETSYNTHESIZER + & itType .~ ATTACH BULLETSYNTHESIZER & itUse .~ AttachUse Nothing diff --git a/src/Dodge/Item/Consumable.hs b/src/Dodge/Item/Consumable.hs index 04b14d21e..b4e8b163e 100644 --- a/src/Dodge/Item/Consumable.hs +++ b/src/Dodge/Item/Consumable.hs @@ -9,7 +9,7 @@ medkit :: Int -> Item medkit i = defaultConsumable & itUse . cUse .~ CHeal i - & itType . iyBase .~ CONSUMABLE (MEDKIT i) + & itType .~ CONSUMABLE (MEDKIT i) heal25 :: Int -> World -> Maybe World heal25 = heal 25 diff --git a/src/Dodge/Item/Craftable.hs b/src/Dodge/Item/Craftable.hs index 46207d5b8..b7f238a69 100644 --- a/src/Dodge/Item/Craftable.hs +++ b/src/Dodge/Item/Craftable.hs @@ -7,10 +7,9 @@ import Dodge.Data.Item makeTypeCraftNum :: Int -> CraftType -> [Item] makeTypeCraftNum i ct = replicate i $ defaultCraftItem - & itInvSize .~ 0.5 + & itInvSize .~ 1 & itCurseStatus .~ Uncursed --- & itUse . useAmount .~ fromIntegral i - & itType . iyBase .~ CRAFT ct + & itType .~ CRAFT ct makeTypeCraft :: CraftType -> Item makeTypeCraft = head . makeTypeCraftNum 1 diff --git a/src/Dodge/Item/Display.hs b/src/Dodge/Item/Display.hs index 991ad1b72..f40bd3fe5 100644 --- a/src/Dodge/Item/Display.hs +++ b/src/Dodge/Item/Display.hs @@ -11,9 +11,6 @@ module Dodge.Item.Display ( import ShortShow import Data.Maybe import Dodge.Data.Creature ---import Dodge.Item.Info -import Dodge.Item.SlotsTaken -import Dodge.Module import LensHelp import Padding @@ -50,7 +47,7 @@ itemDisplayPad ls rs basicItemDisplay :: Item -> [String] basicItemDisplay itm = - Prelude.take (itSlotsTaken itm) $ + Prelude.take (_itInvSize itm) $ itemBaseName itm : --catMaybes [maybeWarmupStatus itm, maybeRateStatus itm] catMaybes [maybeWarmupStatus itm] @@ -61,7 +58,7 @@ itemString :: Item -> String itemString = head . basicItemDisplay itemBaseName :: Item -> String -itemBaseName itm = case _iyBase $ _itType itm of +itemBaseName itm = case _itType itm of CRAFT str -> show str HELD hit -> case hit ^? xNum of Just i -> takeWhile (/= ' ') (show hit) ++ show i @@ -87,7 +84,6 @@ showAttachItem t itm = case t of showEquipItem :: EquipItemType -> String showEquipItem eit = case eit of - TARGETINGHAT _ -> "TARG.HAT" _ -> show eit showAutoRechargeProgress :: LeftConsumption -> String diff --git a/src/Dodge/Item/Draw/SPic.hs b/src/Dodge/Item/Draw/SPic.hs index 9e6809145..d95db2ac6 100644 --- a/src/Dodge/Item/Draw/SPic.hs +++ b/src/Dodge/Item/Draw/SPic.hs @@ -5,7 +5,7 @@ module Dodge.Item.Draw.SPic ( import Dodge.Data.ComposedItem import Dodge.Data.DoubleTree import Color -import qualified Data.Map.Strict as M +--import qualified Data.Map.Strict as M --import Data.Maybe import Dodge.Data.Item --import Dodge.Item.AmmoPosition @@ -27,18 +27,16 @@ import ShapePicture -- return mempty itemSPic :: LabelDoubleTree ComposeLinkType PartiallyComposedItem -> SPic -itemSPic itmtree = - --M.foldMapWithKey (modulesSPic it) (_iyModules $ _itType it) <> case it ^. itType . iyBase of - case it ^. itType . iyBase of - CRAFT _ -> defSPic - HELD ht -> heldItemSPic ht it - LEFT lt -> leftItemSPic lt it - EQUIP et -> equipItemSPic et it - CONSUMABLE{} -> defSPic - ATTACH {} -> defSPic - AMMOMAG {} -> defSPic - TARGETING {} -> defSPic - BULLETMOD {} -> defSPic +itemSPic itmtree = case it ^. itType of + CRAFT _ -> defSPic + HELD ht -> heldItemSPic ht it + LEFT lt -> leftItemSPic lt it + EQUIP et -> equipItemSPic et it + CONSUMABLE{} -> defSPic + ATTACH {} -> defSPic + AMMOMAG {} -> defSPic + TARGETING {} -> defSPic + BULLETMOD {} -> defSPic where it = itmtree ^. ldtValue . _1 @@ -58,7 +56,6 @@ equipItemSPic et _ = case et of INVISIBILITYEQUIPMENT _ -> noPic (colorSH chartreuse $ upperPrismPolySI 3 $ rectWH 2 2) BRAINHAT -> noPic (colorSH yellow $ upperPrismPolySU 3 $ rectWH 4 4) HAT -> noPic (colorSH yellow $ upperPrismPolySU 3 $ rectWH 4 4) - TARGETINGHAT _ -> noPic (colorSH yellow $ upperPrismPolySU 3 $ rectWH 4 4) HEADLAMP -> noPic headLampShape POWERLEGS -> legsSPic yellow SPEEDLEGS -> legsSPic green diff --git a/src/Dodge/Item/Equipment.hs b/src/Dodge/Item/Equipment.hs index e84994fba..7afc01a7d 100644 --- a/src/Dodge/Item/Equipment.hs +++ b/src/Dodge/Item/Equipment.hs @@ -4,7 +4,6 @@ module Dodge.Item.Equipment ( powerLegs, wristInvisibility, wristArmour, - targetingHat, hat, brainHat, frontArmour, @@ -32,19 +31,19 @@ magShield = & itParams .~ MagShieldParams Nothing & itUse . equipEffect . eeUse .~ EMagShield & itUse . equipEffect . eeSite .~ GoesOnWrist - & itType . iyBase .~ EQUIP MAGSHIELD + & itType .~ EQUIP MAGSHIELD flameShield :: Item flameShield = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnChest - & itType . iyBase .~ EQUIP FLAMESHIELD + & itType .~ EQUIP FLAMESHIELD frontArmour :: Item frontArmour = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnChest - & itType . iyBase .~ EQUIP FRONTARMOUR + & itType .~ EQUIP FRONTARMOUR wristArmour :: Item wristArmour = @@ -53,13 +52,13 @@ wristArmour = & itUse . equipEffect . eeOnEquip .~ EonWristShield & itUse . equipEffect . eeUse .~ EWristShield & itUse . equipEffect . eeOnRemove .~ EoffWristShield - & itType . iyBase .~ EQUIP WRISTARMOUR + & itType .~ EQUIP WRISTARMOUR batteryPack :: Item batteryPack = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnBack - & itType . iyBase .~ EQUIP BATTERYPACK + & itType .~ EQUIP BATTERYPACK & itUse . equipEffect . eeAttachPos .~ V3 (-8) 0 10 & itUse . equipEffect . eeUse .~ EBatterySource 10000 10000 @@ -67,7 +66,7 @@ fuelPack :: Item fuelPack = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnBack - & itType . iyBase .~ EQUIP FUELPACK + & itType .~ EQUIP FUELPACK & itUse . equipEffect . eeAttachPos .~ V3 (-9) 0 10 & itUse . equipEffect . eeUse .~ EFuelSource 10000 10000 @@ -75,7 +74,7 @@ bulletBeltPack :: Item bulletBeltPack = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnBack - & itType . iyBase .~ EQUIP BULLETBELTPACK + & itType .~ EQUIP BULLETBELTPACK & itUse . equipEffect . eeAttachPos .~ V3 (-9) 0 10 & itUse . equipEffect . eeUse .~ EAmmoSource 2000 2000 --BulletSource Nothing @@ -84,7 +83,7 @@ bulletBeltBracer :: Item bulletBeltBracer = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnWrist - & itType . iyBase .~ EQUIP BULLETBELTBRACER + & itType .~ EQUIP BULLETBELTBRACER & itUse . equipEffect . eeAttachPos .~ V3 (-9) 0 10 & itUse . equipEffect . eeUse .~ EAmmoSource 100 100 --BulletSource Nothing @@ -93,46 +92,46 @@ jetPack :: Item jetPack = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnBack - & itType . iyBase .~ EQUIP JETPACK + & itType .~ EQUIP JETPACK & itUse . equipEffect . eeAttachPos .~ V3 (-8) 0 10 brainHat :: Item brainHat = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnHead - & itType . iyBase .~ EQUIP BRAINHAT + & itType .~ EQUIP BRAINHAT hat :: Item hat = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnHead - & itType . iyBase .~ EQUIP HAT + & itType .~ EQUIP HAT -targetingHat :: TargetingType -> Item -targetingHat tt = - defaultEquipment - & itUse . equipEffect . eeSite .~ GoesOnHead - & itType . iyBase .~ EQUIP (TARGETINGHAT tt) - & itUse . equipTargeting ?~ tt +--targetingHat :: TargetingType -> Item +--targetingHat tt = +-- defaultEquipment +-- & itUse . equipEffect . eeSite .~ GoesOnHead +-- & itType .~ EQUIP (TARGETINGHAT tt) +-- & itUse . equipTargeting ?~ tt headLamp :: Item headLamp = defaultEquipment & itUse . equipEffect . eeUse .~ EHeadLamp & itUse . equipEffect . eeSite .~ GoesOnHead - & itType . iyBase .~ EQUIP HEADLAMP + & itType .~ EQUIP HEADLAMP powerLegs :: Item powerLegs = defaultEquipment & itUse . equipEffect . eeSite .~ GoesOnLegs - & itType . iyBase .~ EQUIP POWERLEGS + & itType .~ EQUIP POWERLEGS speedLegs :: Item -speedLegs = powerLegs & itType . iyBase .~ EQUIP SPEEDLEGS +speedLegs = powerLegs & itType .~ EQUIP SPEEDLEGS jumpLegs :: Item -jumpLegs = powerLegs & itType . iyBase .~ EQUIP JUMPLEGS +jumpLegs = powerLegs & itType .~ EQUIP JUMPLEGS wristInvisibility :: Item wristInvisibility = @@ -140,4 +139,4 @@ wristInvisibility = & itUse . equipEffect . eeSite .~ GoesOnWrist & itUse . equipEffect . eeOnEquip .~ ECamouflage Invisible --overCID (crCamouflage .~ Invisible) & itUse . equipEffect . eeOnRemove .~ ECamouflage FullyVisible --overCID (crCamouflage .~ FullyVisible) - & itType . iyBase .~ EQUIP (INVISIBILITYEQUIPMENT GoesOnWrist) + & itType .~ EQUIP (INVISIBILITYEQUIPMENT GoesOnWrist) diff --git a/src/Dodge/Item/Equipment/Booster.hs b/src/Dodge/Item/Equipment/Booster.hs index 3f4a78dd3..2b0731a02 100644 --- a/src/Dodge/Item/Equipment/Booster.hs +++ b/src/Dodge/Item/Equipment/Booster.hs @@ -11,4 +11,4 @@ boosterGun = defaultLeftItem & itUse . leftUse .~ LBoost & itUse . leftDelay .~ NoDelay - & itType . iyBase .~ LEFT BOOSTER + & itType .~ LEFT BOOSTER diff --git a/src/Dodge/Item/Grammar.hs b/src/Dodge/Item/Grammar.hs index f9f9c1c8b..e75e02679 100644 --- a/src/Dodge/Item/Grammar.hs +++ b/src/Dodge/Item/Grammar.hs @@ -33,7 +33,7 @@ useBreakListsLinkTest llist rlist = LinkTest ltest rtest return $ LinkUpdate linktype (set _3 (useBreakListsLinkTest llist (tail xs))) id basePartiallyComposedItem :: Item -> PartiallyComposedItem -basePartiallyComposedItem itm = case itm ^. itType . iyBase of +basePartiallyComposedItem itm = case itm ^. itType of HELD _ -> (itm, WeaponPlatformSF, useBreakListsLinkTest (map (\(i,a) -> (AmmoMagSF a,AmmoInLink i a)) (IM.toList $ itm ^. itUse . heldAmmoTypes)) [(WeaponTargetingSF,WeaponTargetingLink), (WeaponScopeSF,WeaponScopeLink)] diff --git a/src/Dodge/Item/Held/BatteryGuns.hs b/src/Dodge/Item/Held/BatteryGuns.hs index 9435494f4..7809031fd 100644 --- a/src/Dodge/Item/Held/BatteryGuns.hs +++ b/src/Dodge/Item/Held/BatteryGuns.hs @@ -1,4 +1,9 @@ -module Dodge.Item.Held.BatteryGuns where +module Dodge.Item.Held.BatteryGuns + ( sparkGun + , teslaGun + , lasGun + , tractorGun + ) where import Dodge.SoundLogic.ExternallyGeneratedSounds import Dodge.Default.Item @@ -6,7 +11,7 @@ import Dodge.Default.Item --import Dodge.Data.Beam import Color import Control.Lens -import qualified Data.Map.Strict as M +--import qualified Data.Map.Strict as M import Dodge.Data.Item --import Dodge.Reloading.Action import Dodge.Tesla.ItemParams @@ -16,36 +21,30 @@ import qualified IntMapHelp as IM sparkGun :: Item sparkGun = teslaGun - & itType . iyBase .~ HELD SPARKGUN + & itType .~ HELD SPARKGUN & itParams . arcSize .~ 10 teslaGun :: Item teslaGun = - --defaultBatteryGun defaultHeldItem & itUse . heldParams .~ BeamShooterParams (Just (elecCrackleS,2)) & itDimension . dimRad .~ 9 & itDimension . dimCenter .~ V3 4 0 0 & itParams .~ teslaParams --- & itUse . heldUse .~ HeldTeslaArc --shootTeslaArc & itUse . heldDelay .~ NoDelay --- & itUse . heldMods .~ PistolMod & itUse . heldAim . aimWeight .~ 6 & itUse . heldAim . aimStance .~ TwoHandFlat - -- & itUse . heldAim . aimMuzPos .~ 4 & itUse . heldAim . aimMuzzles . ix 0 . mzPos .~ V2 4 0 & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy .~ 0 & itUse . heldAim . aimMuzzles . ix 0 . mzFlareType .~ TeslaGunFlare & itUse . heldAim . aimMuzzles . ix 0 . mzEffect .~ MuzzleTesla - & itType . iyBase .~ HELD TESLAGUN + & itType .~ HELD TESLAGUN & itUse . heldAmmoTypes .~ singleAmmo ElectricalAmmo & itUse . heldTriggerType .~ AutoTrigger lasGun :: Item lasGun = defaultHeldItem --- & itType . iyModules .~ batteryModules --- & itUse . heldMods .~ PistolMod & itUse . heldParams .~ BeamShooterParams (Just (tone440sawtoothquietS,2)) & itUse . heldAmmoTypes .~ singleAmmo ElectricalAmmo & itUse . heldDelay .~ NoDelay @@ -74,7 +73,7 @@ lasGun = & itUse . heldAim . aimStance .~ TwoHandUnder -- & itUse . heldAim . aimHandlePos .~ 5 -- & itUse . heldAim . aimMuzPos .~ 30 - & itType . iyBase .~ HELD LASGUN + & itType .~ HELD LASGUN lasGunTweak :: TweakParam lasGunTweak = @@ -92,15 +91,12 @@ tractorGun = .~ Tweakable { _tweakParams = IM.fromList [(0, tractorGunTweak)] } --- & itUse . heldUse .~ HeldTractor --aTractorBeam & itUse . heldDelay .~ NoDelay --- & itUse . heldMods .~ AmmoCheckMod --- & itUse . heldMods .~ TractorMod & itUse . heldAim . aimWeight .~ 6 & itUse . heldAim . aimRange .~ 1 & itUse . heldAim . aimMuzzles . ix 0 . mzFlareType .~ DefaultFlareType & itUse . heldAim . aimMuzzles . ix 0 . mzEffect .~ MuzzleTractor - & itType . iyBase .~ HELD TRACTORGUN + & itType .~ HELD TRACTORGUN tractorGunTweak :: TweakParam tractorGunTweak = diff --git a/src/Dodge/Item/Held/Cane.hs b/src/Dodge/Item/Held/Cane.hs index a2245011d..c6dcaa8b3 100644 --- a/src/Dodge/Item/Held/Cane.hs +++ b/src/Dodge/Item/Held/Cane.hs @@ -45,14 +45,14 @@ volleyGun i = ) & itUse . heldParams . torqueAfter .~ 0.15 + 0.05 * fromIntegral i & itUse . heldParams . recoil .~ 20 + 10 * fromIntegral i - & itType . iyBase .~ HELD (VOLLEYGUN i) + & itType .~ HELD (VOLLEYGUN i) & itUse . heldAmmoTypes .~ IM.fromList (zip [0..i-1] $ repeat BulletAmmo) rifle :: Item rifle = defaultBangCane & itUse . heldAim . aimStance .~ TwoHandUnder - & itType . iyBase .~ HELD RIFLE + & itType .~ HELD RIFLE & itUse . heldAim . aimWeight .~ 6 & itUse . heldAim . aimRange .~ 1 & itUse . heldAim . aimZoom .~ defaultItZoom{_izFac = 1.5} @@ -68,20 +68,15 @@ rifle = autoRifle :: Item autoRifle = rifle - & itType . iyBase .~ HELD AUTORIFLE + & itType .~ HELD AUTORIFLE & itUse . heldTriggerType .~ AutoTrigger --- & itUse . heldMods .~ AutoRifleMod --- & itType . iyModules . at ModAutoMag ?~ EMPTYMODULE --- & itUse . useDelay . rateMax .~ 6 burstRifle :: Item burstRifle = rifle - & itType . iyBase .~ HELD BURSTRIFLE + & itType .~ HELD BURSTRIFLE & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy .~ 0.05 - -- & itUse . heldDelay . rateMax .~ 18 & itUse . heldDelay . rateMax .~ 6 --- & itUse . heldMods .~ BurstRifleMod & itUse . heldParams . weaponInvLock .~ 7 & itUse . heldParams . weaponRepeat .~ [3,6] @@ -102,8 +97,8 @@ miniGunX i = & itUse . heldParams . sidePush .~ 10 * fromIntegral i & itUse . heldParams . randomOffset .~ 10 & itUse . heldParams . rifling .~ UniRandFloat 0.8 0.9 - & itInvSize .~ fromIntegral i + 1 + & itInvSize .~ (i + 3) `div` 2 & itDimension . dimRad .~ 20 & itDimension . dimCenter .~ V3 5 0 0 & itDimension . dimAttachPos .~ V3 5 (-5) 0 - & itType . iyBase .~ HELD (MINIGUNX i) + & itType .~ HELD (MINIGUNX i) diff --git a/src/Dodge/Item/Held/Cone.hs b/src/Dodge/Item/Held/Cone.hs index 73a5ef67b..15e2f25d9 100644 --- a/src/Dodge/Item/Held/Cone.hs +++ b/src/Dodge/Item/Held/Cone.hs @@ -24,7 +24,7 @@ bangCone = & itUse . heldParams . torqueAfter .~ 0.1 & itUse . heldParams . randomOffset .~ 12 & itUse . heldParams . bulGunSound ?~ (bangEchoS,0) - & itType . iyBase .~ HELD BANGCONE + & itType .~ HELD BANGCONE blunderbuss :: Item blunderbuss = @@ -33,12 +33,12 @@ blunderbuss = & itUse . heldAim . aimWeight .~ 6 -- & itUse . heldAim . aimHandlePos .~ 5 & itUse . heldAim . aimMuzzles . ix 0 . mzPos . _x .~ 30 - & itType . iyBase .~ HELD BLUNDERBUSS + & itType .~ HELD BLUNDERBUSS grapeCannon :: Int -> Item grapeCannon i = blunderbuss - & itType . iyBase .~ HELD (GRAPECANNON i) + & itType .~ HELD (GRAPECANNON i) & itUse . heldParams . recoil .~ (150 + fromIntegral i * 50) & itUse . heldParams . torqueAfter .~ (0.1 + 0.2 * fromIntegral i) & itUse . heldParams . randomOffset .~ (12 + 4 * fromIntegral i) diff --git a/src/Dodge/Item/Held/Launcher.hs b/src/Dodge/Item/Held/Launcher.hs index a5aebd020..87f543a78 100644 --- a/src/Dodge/Item/Held/Launcher.hs +++ b/src/Dodge/Item/Held/Launcher.hs @@ -26,19 +26,13 @@ launcher = & itDimension . dimRad .~ 9 & itDimension . dimCenter .~ V3 10 0 0 & itUse . heldDelay . rateMax .~ 20 --- & itUse . heldUse .~ HeldPJCreation --usePjCreation --- & itUse . heldMods .~ LauncherMod --- & itUse . heldMods .~ PistolMod & itUse . heldAim . aimWeight .~ 8 & itUse . heldAim . aimRange .~ 0.5 & itUse . heldAim . aimStance .~ TwoHandOver - -- & itUse . heldAim . aimHandlePos .~ V2 3 0 - -- & itUse . heldAim . aimMuzPos .~ 20 & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy .~ 0 & itUse . heldAim . aimMuzzles . ix 0 . mzEffect .~ MuzzleLauncher & itUse . heldAmmoTypes .~ singleAmmo ProjectileAmmo - & itType . iyBase .~ HELD LAUNCHER --- & itType . iyModules . at ModLauncherHoming ?~ EMPTYMODULE + & itType .~ HELD LAUNCHER & itUse . heldParams . muzVel .~ ConstFloat 0 & itUse . heldParams . rifling .~ ConstFloat 0 & itUse . heldParams . recoil .~ 0 @@ -48,9 +42,7 @@ launcher = launcherX :: Int -> Item launcherX i = launcher - & itType . iyBase .~ HELD (LAUNCHERX i) --- & itUse . heldUse .~ HeldPJCreationX i --- & itUse . heldMods .~ LauncherXMod i + & itType .~ HELD (LAUNCHERX i) & itUse . heldAim . aimMuzzles .~ getZipList (ZipList [Muzzle (V2 20 0) a 0 | a <- angles] <*> ZipList [0..] diff --git a/src/Dodge/Item/Held/Rod.hs b/src/Dodge/Item/Held/Rod.hs index 376e071e9..04987ffb5 100644 --- a/src/Dodge/Item/Held/Rod.hs +++ b/src/Dodge/Item/Held/Rod.hs @@ -25,7 +25,7 @@ bangRod = & itUse . heldDelay . rateMax .~ 12 & itDimension . dimRad .~ 12 & itDimension . dimCenter .~ V3 5 0 0 - & itType . iyBase .~ HELD BANGROD + & itType .~ HELD BANGROD & itUse . heldAim . aimWeight .~ 8 & itUse . heldAim . aimRange .~ 1 & itUse . heldAim . aimStance .~ OneHand @@ -38,7 +38,7 @@ bangRod = elephantGun :: Item elephantGun = bangRod - & itType . iyBase .~ HELD ELEPHANTGUN + & itType .~ HELD ELEPHANTGUN & itUse . heldAim . aimStance .~ TwoHandUnder & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy .~ 0.05 & itUse . heldParams . recoil .~ 50 @@ -46,17 +46,17 @@ elephantGun = amr :: Item amr = elephantGun - & itType . iyBase .~ HELD AMR + & itType .~ HELD AMR autoAmr :: Item autoAmr = amr - & itType . iyBase .~ HELD AUTOAMR + & itType .~ HELD AUTOAMR sniperRifle :: Item sniperRifle = elephantGun - & itType . iyBase .~ HELD SNIPERRIFLE + & itType .~ HELD SNIPERRIFLE & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy .~ 0 & itUse . heldAim . aimZoom .~ defaultItZoom{_izMax = 0.5, _izMin = 0.5,_izFac = 1} diff --git a/src/Dodge/Item/Held/SprayGuns.hs b/src/Dodge/Item/Held/SprayGuns.hs index 01d9513e9..14c3dc583 100644 --- a/src/Dodge/Item/Held/SprayGuns.hs +++ b/src/Dodge/Item/Held/SprayGuns.hs @@ -17,9 +17,8 @@ import LensHelp poisonSprayer :: Item poisonSprayer = flameThrower - & itType . iyBase .~ HELD POISONSPRAYER + & itType .~ HELD POISONSPRAYER & itUse . heldAmmoTypes .~ singleAmmo GasAmmo --- & itUse . heldMods .~ PoisonSprayerMod & itUse . heldParams . gasCreation .~ CreatePoisonGas --aGasCloud & itUse . heldParams . recoil .~ 0 & itUse . heldParams . torqueAfter .~ 0 @@ -30,11 +29,9 @@ poisonSprayer = flameSpitter :: Item flameSpitter = flameThrower - & itType . iyBase .~ HELD FLAMESPITTER --- & itParams . sprayNozzles . ix 0 . nzPressure .~ 4 + & itType .~ HELD FLAMESPITTER & itUse . heldAim . aimStance .~ OneHand & itUse . heldDelay .~ FixedRate{_rateMax = 3, _rateTime = 0} --- & itUse . heldMods .~ FlameSpitterMod & itUse . heldParams . weaponInvLock .~ 10 & itUse . heldParams . weaponRepeat .~ [1..9] & itUse . heldAim . aimMuzzles . ix 0 . mzEffect . nzPressure .~ UniRandFloat 3 4 @@ -43,7 +40,7 @@ flameSpitter = flameTorrent :: Item flameTorrent = flameThrower - & itType . iyBase .~ HELD FLAMETORRENT + & itType .~ HELD FLAMETORRENT & itUse . heldAim . aimZoom .~ defaultItZoom -- & itParams . sprayNozzles . ix 0 -- %~ ( (nzPressure .~ 10) @@ -54,12 +51,12 @@ flameTorrent = blowTorch :: Item blowTorch = flameThrower - & itType . iyBase .~ HELD BLOWTORCH + & itType .~ HELD BLOWTORCH flameWall :: Item flameWall = flameThrower - & itType . iyBase .~ HELD FLAMEWALL + & itType .~ HELD FLAMEWALL -- & itParams . sprayNozzles .~ zipWith makeNozzle [0, 0.6, -0.6] [2, 2.5, 2.5] -- where -- makeNozzle dir pres = @@ -94,7 +91,7 @@ flameThrower = } ] & itUse . heldAmmoTypes .~ singleAmmo GasAmmo - & itType . iyBase .~ HELD FLAMETHROWER + & itType .~ HELD FLAMETHROWER & itUse . heldParams .~ GasSprayParams {_gasCreation = CreateFlame , _recoil = 0 diff --git a/src/Dodge/Item/Held/Stick.hs b/src/Dodge/Item/Held/Stick.hs index 7fdfd0ba6..67104f9fe 100644 --- a/src/Dodge/Item/Held/Stick.hs +++ b/src/Dodge/Item/Held/Stick.hs @@ -19,8 +19,8 @@ bangStick i = defaultBulletWeapon & itUse . heldParams . recoil .~ 25 & itUse . heldParams . torqueAfter .~ 0.18 + 0.02 * fromIntegral i - & itType . iyBase .~ HELD (BANGSTICK i) - & itInvSize .~ fromIntegral i / 3 + & itType .~ HELD (BANGSTICK i) + & itInvSize .~ max 1 (i `div` 2) & itDimension . dimRad .~ 5 & itDimension . dimCenter .~ V3 5 0 0 & itUse . heldDelay . rateMax .~ 8 @@ -35,9 +35,7 @@ baseStickSpread = 0.2 pistol :: Item pistol = bangStick 1 --- & itUse . heldAmmoTypes .~ [BulletAmmo] & itUse . heldDelay . rateMax .~ 6 --- & itUse . heldMods .~ PistolMod & itUse . heldAim . aimMuzzles . ix 0 . mzPos %~ const (V2 10 0) & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy %~ const 0.05 & itUse . heldAim . aimMuzzles . ix 0 . mzFlareType %~ const PistolFlare @@ -48,35 +46,28 @@ pistol = . (torqueAfter .~ 0.2) . (sidePush .~ 50) ) - & itType . iyBase .~ HELD PISTOL + & itType .~ HELD PISTOL autoPistol :: Item autoPistol = pistol --- & itUse . heldMods .~ PistolMod & itUse . heldTriggerType .~ AutoTrigger & itUse . heldParams . bulGunSound ?~ (tap1S,0) - & itType . iyBase .~ HELD AUTOPISTOL --- & itType . iyModules . at ModAutoMag ?~ EMPTYMODULE + & itType .~ HELD AUTOPISTOL machinePistol :: Item machinePistol = autoPistol & itUse . heldDelay .~ WarmUpNoDelay {_warmTime = 0, _warmMax = 50, _warmSound = crankSlowS} - --rateMax .~ 2 --- & itUse . heldMods .~ PistolMod -- (ammoCheckI : machinePistolAfterHamMods) - & itType . iyBase .~ HELD MACHINEPISTOL --- & itType . iyModules . at ModAutoMag .~ Nothing + & itType .~ HELD MACHINEPISTOL & itUse . heldParams . recoil .~ 20 smg :: Item smg = autoPistol -- & some parameter affecting stability --- & itUse . heldMods .~ PistolMod --(ammoCheckI : smgAfterHamMods) - & itType . iyBase .~ HELD SMG + & itType .~ HELD SMG & itUse . heldAim . aimStance .~ TwoHandUnder & itUse . heldAim . aimMuzzles . ix 0 . mzPos .~ V2 20 0 & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy .~ 0 - -- & itUse . heldAim . aimHandlePos .~ 2 & itUse . heldParams . torqueAfter .~ 0.05 & itUse . heldParams . sidePush .~ 30 diff --git a/src/Dodge/Item/Held/Utility.hs b/src/Dodge/Item/Held/Utility.hs index ac4ac6137..a125f433e 100644 --- a/src/Dodge/Item/Held/Utility.hs +++ b/src/Dodge/Item/Held/Utility.hs @@ -15,10 +15,10 @@ flatShield = & itUse . heldAim . aimStance .~ TwoHandFlat -- & itUse . heldAim . aimHandlePos .~ 0 & itInvSize .~ 3 - & itType . iyBase .~ HELD FLATSHIELD + & itType .~ HELD FLATSHIELD keyCard :: Int -> Item -keyCard n = defaultHeldItem & itType . iyBase .~ HELD (KEYCARD n) +keyCard n = defaultHeldItem & itType .~ HELD (KEYCARD n) latchkey :: Int -> Item latchkey _ = defaultHeldItem @@ -27,7 +27,7 @@ torch :: Item torch = defaultHeldItem & itEffect . ieInv .~ EffectWhileRoot CreateHeldLight - & itType . iyBase .~ HELD TORCH + & itType .~ HELD TORCH -- & itUse . heldAim . aimHandlePos .~ 5 & itUse . heldAim . aimMuzzles . ix 0 . mzPos . _x .~ 10 @@ -43,7 +43,7 @@ forceFieldGun = -- & itUse . heldMods .~ ForceFieldMod -- this is slightly different -- than the list below --[ hammerCheckI , ammoCheckI , useAmmoAmount 1] - & itType . iyBase .~ HELD FORCEFIELDGUN + & itType .~ HELD FORCEFIELDGUN & itUse . heldAmmoTypes .~ singleAmmo ElectricalAmmo & itUse . heldAim . aimMuzzles . ix 0 . mzEffect .~ MuzzleForceField @@ -54,10 +54,7 @@ clickDetector :: Detector -> Item clickDetector dt = defaultHeldItem & itUse . heldDelay . rateMax .~ 20 --- & itUse . heldUse .~ HeldDetectorEffect dt --detectorEffect dt --- & itUse . heldMods .~ AmmoUseCheckMod --- & itUse . heldMods .~ DetectorMod dt --detectorEffect dt & itUse . heldAim . aimRange .~ 1 & itUse . heldAim . aimZoom .~ defaultItZoom{_izFac = 1} - & itType . iyBase .~ HELD (HELDDETECTOR dt) + & itType .~ HELD (HELDDETECTOR dt) & itUse . heldAim . aimMuzzles . ix 0 . mzEffect .~ MuzzleDetector diff --git a/src/Dodge/Item/Held/Weapons.hs b/src/Dodge/Item/Held/Weapons.hs index e71b8e0d0..0b99f44cd 100644 --- a/src/Dodge/Item/Held/Weapons.hs +++ b/src/Dodge/Item/Held/Weapons.hs @@ -8,12 +8,10 @@ import Linear.V2 shatterGun :: Item shatterGun = defaultHeldItem - & itType . iyBase .~ HELD SHATTERGUN + & itType .~ HELD SHATTERGUN & itUse . heldDelay . rateMax .~ 10 & itUse . heldAmmoTypes .~ singleAmmo ElectricalAmmo & itUse . heldAim . aimMuzzles . ix 0 . mzPos .~ V2 30 0 & itUse . heldAim . aimMuzzles . ix 0 . mzInaccuracy .~ 0 & itUse . heldAim . aimMuzzles . ix 0 . mzEffect .~ MuzzleShatter --- & itUse . heldUse .~ HeldShatter --shootShatter --- & itUse . heldMods .~ ShatterMod & itUse . heldAim . aimStance .~ TwoHandFlat diff --git a/src/Dodge/Item/Info.hs b/src/Dodge/Item/Info.hs index 00d6abc2d..dc94bb5a2 100644 --- a/src/Dodge/Item/Info.hs +++ b/src/Dodge/Item/Info.hs @@ -1,25 +1,26 @@ -module Dodge.Item.Info where +module Dodge.Item.Info + ( itemInfo + ) where import Data.Char -import qualified Data.Map.Strict as M +--import qualified Data.Map.Strict as M import Dodge.Data.Item -import Dodge.Module.Info +--import Dodge.Module.Info import LensHelp -import StringHelp +--import StringHelp itemInfo :: Item -> String itemInfo itm = itmBaseInfo itm ++ " " ++ itmUsageInfo itm ++ itmSpaceInfo itm --- ++ itmModuleInfo (itm ^. itType . iyModules) itmSpaceInfo :: Item -> String -itmSpaceInfo itm = case ceiling $ _itInvSize itm of +itmSpaceInfo itm = case _itInvSize itm of 1 -> " It takes up one inventory slot. " x -> " It takes up " ++ showInt x ++ " inventory slots. " itmBaseInfo :: Item -> String -itmBaseInfo itm = case itm ^. itType . iyBase of +itmBaseInfo itm = case itm ^. itType of HELD hit -> heldInfo hit LEFT lit -> leftInfo lit EQUIP eit -> equipInfo eit @@ -112,7 +113,6 @@ equipInfo eit = case eit of INVISIBILITYEQUIPMENT _ -> "A device that bends light around its user." BRAINHAT -> "An iq enhancer. Useless." HAT -> "A hat." - TARGETINGHAT tt -> "Headwear that " ++ targetingInfo tt HEADLAMP -> "A torch strapped to a hat." POWERLEGS -> "Strength enhancing legs." SPEEDLEGS -> "Speed enhancing legs." @@ -124,13 +124,13 @@ equipInfo eit = case eit of BATTERYPACK -> "A collection of batteries with a universal adapter." AUTODETECTOR d -> "A device that detects " ++ detectorInfo d ++ " in an expanding radius. Pulses automatically. " -targetingInfo :: TargetingType -> String -targetingInfo tt = case tt of - TARGETLASER -> "creates a laser, the end of which becomes the target." - TargetRBPress -> "creates a fixed target." - TargetRBLine -> "creates a line target." - TargetRBCreature -> "targets a creature." - TargetCursor -> "creates a moving target." +--targetingInfo :: TargetingType -> String +--targetingInfo tt = case tt of +-- TARGETLASER -> "creates a laser, the end of which becomes the target." +-- TargetRBPress -> "creates a fixed target." +-- TargetRBLine -> "creates a line target." +-- TargetRBCreature -> "targets a creature." +-- TargetCursor -> "creates a moving target." consumableInfo :: ConsumableItemType -> String consumableInfo cit = case cit of @@ -199,7 +199,7 @@ detectorInfo d = case d of WALLDETECTOR -> "walls" itmUsageInfo :: Item -> String -itmUsageInfo itm = case itm ^. itType . iyBase of +itmUsageInfo itm = case itm ^. itType of HELD _ -> heldPositionInfo itm LEFT _ -> "This item can be equipped" ++ itmEquipSiteInfo itm @@ -219,8 +219,6 @@ aimStanceInfo as = case as of TwoHandFlat -> "It is held in two hands at its sides." OneHand -> "It is held in one hand." --- LeaveHolstered -> "It is to be left holstered." - itmEquipSiteInfo :: Item -> String itmEquipSiteInfo = maybe "" equipSiteInfo . (^? itUse . equipEffect . eeSite) @@ -232,39 +230,8 @@ equipSiteInfo es = case es of GoesOnWrist -> " on a wrist" GoesOnLegs -> " on both legs" ---itmModuleInfo :: M.Map ModuleSlot ItemModuleType -> String ---itmModuleInfo m --- | m == mempty = "" --- | otherwise = mms ++ ems --- where --- (mademods, emptymods) = M.partition (/= EMPTYMODULE) m --- mms --- | mademods == mempty = "" --- | otherwise = --- " Modifications have been made " --- ++ makeCommaList (map moduleInfo $ M.keys mademods) --- ems --- | emptymods == mempty = "" --- | otherwise = --- " Modifications can be made " --- ++ makeCommaList (map moduleInfo $ M.keys emptymods) - -makeCommaList :: [String] -> String -makeCommaList [] = "" -makeCommaList [x] = x ++ "." -makeCommaList [x, y] = x ++ " and " ++ y ++ "." -makeCommaList (x : xs) = x ++ ", " ++ makeCommaList xs - ---moduleInfo :: ModuleSlot -> String ---moduleInfo imt = case imt of --- ModBulletCollision -> "to affect how fired bullets collide with objects" --- ModBulletPayload -> "to bullet payloads" --- ModRifleMag -> "to the magazine" --- ModAutoMag -> "to the magazine" --- ModTarget -> "to add a targeting system or scope" --- ModBulletTrajectory -> "to utilize any installed targeting system to affect the trajectory of fired bullets" --- ModLauncherHoming -> "to add a homing system" --- ModBattery -> "to its battery system" --- ModTeleport -> "to add a teleporation system" --- ModDualBeam -> "to the dual beams" --- ModHeldAttach -> "to add an attachment that may have any number of effects" +--makeCommaList :: [String] -> String +--makeCommaList [] = "" +--makeCommaList [x] = x ++ "." +--makeCommaList [x, y] = x ++ " and " ++ y ++ "." +--makeCommaList (x : xs) = x ++ ", " ++ makeCommaList xs diff --git a/src/Dodge/Item/InventoryColor.hs b/src/Dodge/Item/InventoryColor.hs index 757ac3404..ec3ce7359 100644 --- a/src/Dodge/Item/InventoryColor.hs +++ b/src/Dodge/Item/InventoryColor.hs @@ -1,11 +1,13 @@ -module Dodge.Item.InventoryColor where +module Dodge.Item.InventoryColor + ( itemInvColor + ) where import Color import Dodge.Data.Item import Control.Lens itemInvColor :: Item -> Color -itemInvColor itm = case itm ^. itType . iyBase of +itemInvColor itm = case itm ^. itType of HELD {} -> white LEFT {} -> cyan EQUIP {} -> yellow diff --git a/src/Dodge/Item/Scope.hs b/src/Dodge/Item/Scope.hs index 90324afe1..c97222e34 100644 --- a/src/Dodge/Item/Scope.hs +++ b/src/Dodge/Item/Scope.hs @@ -15,23 +15,19 @@ import Dodge.Data.Item import Dodge.Default.Item zoomScope :: Item -zoomScope = - defaultHeldItem - & itType . iyBase .~ ATTACH ZOOMSCOPE --- & itUse .~ AttachUse (ScrollAttachParams (ZoomScrollParams{_opticPos = 0, _opticZoom = 1, _opticDefaultZoom = 0.5})) - & itUse .~ ScopeUse OpticScope{_opticPos = 0, _opticZoom = 1, _opticDefaultZoom = 0.5} +zoomScope = defaultHeldItem + & itType .~ ATTACH ZOOMSCOPE + & itUse .~ ScopeUse OpticScope{_opticPos = 0, _opticZoom = 1, _opticDefaultZoom = 0.5} targetingScope :: TargetingType -> Item -targetingScope tt = - defaultHeldItem - & itType . iyBase .~ TARGETING tt - & itUse .~ TargetingUse Nothing Nothing False +targetingScope tt = defaultHeldItem + & itType .~ TARGETING tt + & itUse .~ TargetingUse Nothing Nothing False homingModule :: Item -homingModule = - defaultHeldItem - & itType . iyBase .~ ATTACH HOMINGMODULE - & itUse .~ AttachUse Nothing +homingModule = defaultHeldItem + & itType .~ ATTACH HOMINGMODULE + & itUse .~ AttachUse Nothing fletchingModule :: Item fletchingModule = bulletTargetingModule FlechetteTrajectoryType @@ -39,7 +35,7 @@ fletchingModule = bulletTargetingModule FlechetteTrajectoryType bulletModule :: BulletMod -> Item bulletModule bm = defaultHeldItem - & itType . iyBase .~ BULLETMOD bm + & itType .~ BULLETMOD bm & itUse .~ BulletModUse bm bulletTargetingModule :: BulletTrajectoryType -> Item @@ -50,11 +46,11 @@ bulletPayloadModule = bulletModule . BulletModPayload augmentedHUD :: Item augmentedHUD = defaultHeldItem - & itType . iyBase .~ ATTACH AUGMENTEDHUD + & itType .~ ATTACH AUGMENTEDHUD & itUse .~ AttachUse Nothing remoteScreen :: Item remoteScreen = defaultHeldItem - & itType . iyBase .~ ATTACH REMOTESCREEN + & itType .~ ATTACH REMOTESCREEN & itUse .~ AttachUse Nothing diff --git a/src/Dodge/Item/SlotsTaken.hs b/src/Dodge/Item/SlotsTaken.hs deleted file mode 100644 index 00fc23a48..000000000 --- a/src/Dodge/Item/SlotsTaken.hs +++ /dev/null @@ -1,16 +0,0 @@ -module Dodge.Item.SlotsTaken ( - itSlotsTaken, -) where - ---import Control.Lens -import Dodge.Data.Item -import Dodge.Module - -itSlotsTaken :: Item -> Int -itSlotsTaken it = ceiling (_itInvSize it) ---itSlotsTaken it = moduleSizes it + ceiling (_itInvSize it) - ---itSlotsTaken :: Item -> Int ---itSlotsTaken it = case it ^? itUse . useAmount of --- Nothing -> moduleSizes it + ceiling (_itInvSize it) --- Just i -> moduleSizes it + ceiling (_itInvSize it * fromIntegral i) diff --git a/src/Dodge/Item/Weapon/Drone.hs b/src/Dodge/Item/Weapon/Drone.hs index f743c7761..c1a88cae5 100644 --- a/src/Dodge/Item/Weapon/Drone.hs +++ b/src/Dodge/Item/Weapon/Drone.hs @@ -17,7 +17,7 @@ droneLauncher = & itUse . heldAim . aimRange .~ 0.5 & itUse . heldAim . aimStance .~ TwoHandOver & itUse . heldAmmoTypes .~ singleAmmo DroneAmmo - & itType . iyBase .~ HELD DRONELAUNCHER + & itType .~ HELD DRONELAUNCHER lasDronesPic :: Item -> SPic lasDronesPic _ = diff --git a/src/Dodge/Item/Weapon/Radar.hs b/src/Dodge/Item/Weapon/Radar.hs index 4f7f0c2bc..5a17abb38 100644 --- a/src/Dodge/Item/Weapon/Radar.hs +++ b/src/Dodge/Item/Weapon/Radar.hs @@ -12,7 +12,7 @@ autoDetector dt = & itUse . equipEffect . eeUse .~ EDetector dt --autoEffect (detectorEffect dt) 100 click1S & itUse . equipEffect . eeParams .~ EquipCounter 0 & itUse . equipEffect . eeViewDist ?~ 350 - & itType . iyBase .~ EQUIP (AUTODETECTOR dt) + & itType .~ EQUIP (AUTODETECTOR dt) -- , _itEffect = autoRadarEffect diff --git a/src/Dodge/Item/Weapon/Spawn.hs b/src/Dodge/Item/Weapon/Spawn.hs index 3ef86c5c8..b9b86aff1 100644 --- a/src/Dodge/Item/Weapon/Spawn.hs +++ b/src/Dodge/Item/Weapon/Spawn.hs @@ -15,7 +15,7 @@ spawnGun _ = & itUse . heldDelay . rateMax .~ 100 -- & itUse . heldUse .~ HeldDoNothing --(\_ -> spawnCrNextTo cr) -- & itUse . heldMods .~ DoNothingMod - & itType . iyBase .~ LEFT SPAWNER + & itType .~ LEFT SPAWNER spawnCrNextTo :: -- | Creature to spawn diff --git a/src/Dodge/Item/Weapon/Utility.hs b/src/Dodge/Item/Weapon/Utility.hs index 5b8f1a87f..138b110e2 100644 --- a/src/Dodge/Item/Weapon/Utility.hs +++ b/src/Dodge/Item/Weapon/Utility.hs @@ -21,7 +21,7 @@ stopWatch = ) & itEffect . ieInv .~ ChargeIfEquipped & itEffect . ieOnDrop .~ SetCharge 0 - & itType . iyBase .~ LEFT STOPWATCH + & itType .~ LEFT STOPWATCH & itUse . leftConsumption .~ ChargeableAmmo { _wpMaxCharge = 100 @@ -32,13 +32,13 @@ scrollWatch :: Item scrollWatch = stopWatch & itUse . leftUse .~ LTimeScroll - & itType . iyBase .~ LEFT SCROLLWATCH + & itType .~ LEFT SCROLLWATCH rewindWatch :: Item rewindWatch = stopWatch & itUse . leftUse .~ LRewind --useRewindGun - & itType . iyBase .~ LEFT REWINDWATCH + & itType .~ LEFT REWINDWATCH -- needs to shift this item to the current inventory slot shrinkGun :: Item @@ -46,7 +46,7 @@ shrinkGun = defaultLeftItem & itUse .~ (defaultLeftUse & leftUse .~ LShrink) & itParams .~ ShrinkGunParams FullSize - & itType . iyBase .~ LEFT SHRINKER + & itType .~ LEFT SHRINKER blinkGun :: Item blinkGun = @@ -57,12 +57,12 @@ blinkGun = & equipEffect . eeSite .~ GoesOnWrist -- , _itFloorPict = const . noPic . colorSH chartreuse $ upperPrismPoly 2 $ square 2 } - & itType . iyBase .~ LEFT BLINKER + & itType .~ LEFT BLINKER unsafeBlinkGun :: Item unsafeBlinkGun = blinkGun - & itType . iyBase .~ LEFT BLINKERUNSAFE + & itType .~ LEFT BLINKERUNSAFE & itUse . leftUse .~ LUnsafeBlink --hammerCheckL (shootL $ const unsafeBlinkAction) & itUse . equipEffect . eeViewDist ?~ 400 diff --git a/src/Dodge/LockAndKey.hs b/src/Dodge/LockAndKey.hs index 10f00aac7..ab5af97f9 100644 --- a/src/Dodge/LockAndKey.hs +++ b/src/Dodge/LockAndKey.hs @@ -8,10 +8,10 @@ import Dodge.Room import Dodge.Tree import RandomHelp -bossKeyItems :: RandomGen g => [(State g (Tree Room), State g ItemBaseType)] +bossKeyItems :: RandomGen g => [(State g (Tree Room), State g ItemType)] bossKeyItems = [(return . cleatOnward <$> bossRoom autoCrit, takeOne [HELD PISTOL])] -lockRoomMultiItems :: RandomGen g => [(State g (MetaTree Room String), State g [ItemBaseType])] +lockRoomMultiItems :: RandomGen g => [(State g (MetaTree Room String), State g [ItemType])] lockRoomMultiItems = [ ( blinkAcrossChallenge @@ -22,7 +22,7 @@ lockRoomMultiItems = ) ] -lockRoomKeyItems :: RandomGen g => [(Int -> State g (MetaTree Room String), State g ItemBaseType)] +lockRoomKeyItems :: RandomGen g => [(Int -> State g (MetaTree Room String), State g ItemType)] lockRoomKeyItems = [ (lasCenSensEdge, takeOne [HELD LAUNCHER, HELD LASGUN, HELD SPARKGUN, HELD FLATSHIELD, HELD FORCEFIELDGUN]) -- , (sensorRoomRunPast ELECTRICAL, takeOne [CRAFT (ENERGYBALLCRAFT TeslaBall), HELD SPARKGUN]) @@ -35,10 +35,10 @@ lockRoomKeyItems = , (keyCardRoomRunPast 0, return (HELD $ KEYCARD 0)) ] -keyCardRunPastRand :: RandomGen g => [(Int -> State g (MetaTree Room String), State g ItemBaseType)] +keyCardRunPastRand :: RandomGen g => [(Int -> State g (MetaTree Room String), State g ItemType)] keyCardRunPastRand = [(keyCardRoomRunPast 0, return (HELD $ KEYCARD 0))] -itemRooms :: RandomGen g => [(ItemBaseType, State g (MetaTree Room String))] +itemRooms :: RandomGen g => [(ItemType, State g (MetaTree Room String))] itemRooms = [ ( HELD LAUNCHER diff --git a/src/Dodge/Machine/Update.hs b/src/Dodge/Machine/Update.hs index 6f669a716..dfa5e4d40 100644 --- a/src/Dodge/Machine/Update.hs +++ b/src/Dodge/Machine/Update.hs @@ -62,7 +62,7 @@ mcUseItem :: Machine -> World -> World mcUseItem mc = fromMaybe id $ do tu <- mc ^? mcType . _McTurret let it = tu ^. tuWeapon - hit <- it ^? itType . iyBase . ibtHeld + hit <- it ^? itType . ibtHeld guard (_tuFireTime tu > 0) return $ mcUseHeld hit it mc @@ -126,7 +126,7 @@ mcProximitySensorUpdate mc w = case ( _proxStatus sens mcProxTest :: Machine -> World -> Bool mcProxTest mc w = case mc ^? mcType . _McSensor . proxRequirement of Just (RequireHealth x) -> _crHP cr >= x - Just (RequireEquipment ct) -> any (\itm -> _iyBase (_itType itm) == ct) (_crInv cr) + Just (RequireEquipment ct) -> any (\itm -> _itType itm == ct) (_crInv cr) _ -> False where cr = you w diff --git a/src/Dodge/Module.hs b/src/Dodge/Module.hs deleted file mode 100644 index 905ab264d..000000000 --- a/src/Dodge/Module.hs +++ /dev/null @@ -1,47 +0,0 @@ -module Dodge.Module ( --- moduleSizes, --- moduleStrings, --- moduleName, -) where - -import qualified Data.Map.Strict as M -import Dodge.Data.Item -import Dodge.Module.Info - ---moduleSizes :: Item -> Int ---moduleSizes = sum . fmap moduleSize . _iyModules . _itType --- ---moduleSize :: ItemModuleType -> Int ---moduleSize imt = case imt of --- EMPTYMODULE -> 0 --- _ -> 1 - ---moduleStrings :: Item -> [String] ---moduleStrings = M.elems . M.mapMaybe moduleName . _iyModules . _itType - ---moduleName :: ItemModuleType -> Maybe String ---moduleName imt = case imt of --- EMPTYMODULE -> Nothing ----- BELTMAG -> Just "+BELT FEED" --- MAGNETMAG -> Just "+MAGNET FEED" --- BULPAY thepayload -> Just $ "+" ++ displayBulletPayload thepayload --- BULBODY thebody -> Just $ "+" ++ displayBulletBody thebody --- BULTRAJ thetraj -> Just $ "+" ++ displayBulletTraj thetraj --- TARGET TargetRBCreature -> Just "+CREATURETARGETING" --- TARGET TARGETLASER -> Just "+LASERTARGETING" --- TARGET TargetRBPress -> Just "+POSTIONALTARGETING" --- TARGET TargetCursor -> Just "+CURSORTARGETING" --- TARGET TargetRBLine -> Just "+LINETARGETING" --- INCENDLAS -> Just "+INCENDIARY" --- SPLITLAS -> Just "+SPLIT" --- STATICLAS -> Just "+STATIC" ----- WEPTELE -> Just "+DIRECTEDTELE" --- LAUNCHHOME -> Just "+TARGET HOMING" --- ATTACHTORCH -> Just "+TORCH" - - ---moduleFold :: (m -> m -> m) -> (ItemModule -> Maybe m) -> m -> Item -> m ---moduleFold g f e = foldr (g . fromMaybe e . f) e --- . fmap fromModuleType --- . _iyModules --- . _itType diff --git a/src/Dodge/Module/Info.hs b/src/Dodge/Module/Info.hs deleted file mode 100644 index b9ec847f2..000000000 --- a/src/Dodge/Module/Info.hs +++ /dev/null @@ -1,33 +0,0 @@ -module Dodge.Module.Info - () - where ---import qualified Data.Map.Strict as M -import Dodge.Data.Item - -displayBulletBody :: BulletEffect -> String -displayBulletBody be = case be of - DestroyBullet -> "DESBUL-shouldn't display" - BounceBullet -> "bouncing" - PenetrateBullet -> "penetrating" - -displayBulletPayload :: BulletPayload -> String -displayBulletPayload x = case x of - BulSpark -> "" - BulFrag -> "fragmentation" - BulFlak -> "flak" - BulGas -> "gaseous" - BulBall y -> displayEnergyBallType y - -displayEnergyBallType :: EnergyBallType -> String -displayEnergyBallType ebt = case ebt of - IncBall -> "incendiary" - TeslaBall -> "static" - ConcBall -> "concussive" - FlashBall -> "blinding" - -displayBulletTraj :: BulletTrajectoryType -> String -displayBulletTraj x = case x of - BasicBulletTrajectoryType-> "BTRAJ-shouldn't display" - BezierTrajectoryType -> "magnet" - FlechetteTrajectoryType -> "flechette" - MagnetTrajectoryType -> "bezier curve" diff --git a/src/Dodge/Render/HUD.hs b/src/Dodge/Render/HUD.hs index 8fdbf30a2..aa8319c95 100644 --- a/src/Dodge/Render/HUD.hs +++ b/src/Dodge/Render/HUD.hs @@ -118,7 +118,7 @@ closeObjectInfo n x = case x of floorItemPickupInfo :: Int -> Item -> String floorItemPickupInfo n itm - | n >= ceiling (_itInvSize itm) = ", but you have space to pick it up." + | n >= _itInvSize itm = ", but you have space to pick it up." | otherwise = ", and you don't have space to pick it up." -- note the use of ^?! diff --git a/tags b/tags index f9e87270c..43d6730b6 100644 --- a/tags +++ b/tags @@ -21,26 +21,25 @@ <$> src/Dodge/Data/LWorld.hs 160;" o <$> src/Dodge/Data/Terminal.hs 129;" o AIUNIT src/Dodge/Combine/Data.hs 48;" C -AIUNIT src/Dodge/Data/Item/Combine.hs 54;" C -AMMOMAG src/Dodge/Data/Item/Combine.hs 92;" C +AIUNIT src/Dodge/Data/Item/Combine.hs 46;" C +AMMOMAG src/Dodge/Data/Item/Combine.hs 82;" C AMR src/Dodge/Combine/Data.hs 157;" C -AMR src/Dodge/Data/Item/Combine.hs 179;" C +AMR src/Dodge/Data/Item/Combine.hs 159;" C ANTIMATTER src/Dodge/Combine/Data.hs 44;" C -ANTIMATTER src/Dodge/Data/Item/Combine.hs 48;" C +ANTIMATTER src/Dodge/Data/Item/Combine.hs 40;" C AQUAMARINE src/Color/Data.hs 24;" C -ATTACH src/Dodge/Data/Item/Combine.hs 91;" C +ATTACH src/Dodge/Data/Item/Combine.hs 81;" C ATTACHTORCH src/Dodge/Combine/Data.hs 219;" C -ATTACHTORCH src/Dodge/Data/Item/Combine.hs 220;" C -AUGMENTEDHUD src/Dodge/Data/Item/Combine.hs 104;" C +AUGMENTEDHUD src/Dodge/Data/Item/Combine.hs 92;" C AUTOAMR src/Dodge/Combine/Data.hs 158;" C -AUTOAMR src/Dodge/Data/Item/Combine.hs 180;" C +AUTOAMR src/Dodge/Data/Item/Combine.hs 160;" C AUTODETECTOR src/Dodge/Combine/Data.hs 117;" C -AUTODETECTOR src/Dodge/Data/Item/Combine.hs 146;" C +AUTODETECTOR src/Dodge/Data/Item/Combine.hs 129;" C AUTOEFFGUN src/Dodge/Combine/Data.hs 84;" C AUTOPISTOL src/Dodge/Combine/Data.hs 139;" C -AUTOPISTOL src/Dodge/Data/Item/Combine.hs 166;" C +AUTOPISTOL src/Dodge/Data/Item/Combine.hs 147;" C AUTORIFLE src/Dodge/Combine/Data.hs 151;" C -AUTORIFLE src/Dodge/Data/Item/Combine.hs 175;" C +AUTORIFLE src/Dodge/Data/Item/Combine.hs 155;" C AZURE src/Color/Data.hs 23;" C AccessTerminal src/Dodge/Data/WorldEffect.hs 28;" C Action src/Dodge/Data/ActionPlan.hs 78;" t @@ -55,11 +54,11 @@ AddGoal src/Dodge/Data/ActionPlan.hs 45;" C AddTile src/Dodge/Room/AddTile.hs 1;" m AesonHelp src/AesonHelp.hs 1;" m AimAt src/Dodge/Data/ActionPlan.hs 84;" C -AimParams src/Dodge/Data/Item/Use.hs 139;" t +AimParams src/Dodge/Data/Item/Use.hs 140;" t AimParams src/Dodge/Default/AimParams.hs 1;" m AimParams src/Dodge/Default/Item/Held/AimParams.hs 1;" m AimParams src/Dodge/Default/Item/Use/AimParams.hs 1;" m -AimStance src/Dodge/Data/Item/Use.hs 195;" t +AimStance src/Dodge/Data/Item/Use.hs 196;" t Aiming src/Dodge/Creature/Stance/Data.hs 42;" C Aiming src/Dodge/Data/Creature/Stance.hs 39;" C AirFiltrationSS src/Dodge/Data/Scenario.hs 95;" C @@ -73,18 +72,22 @@ Ambush src/Dodge/Data/ActionPlan.hs 178;" C Ammo src/Dodge/Data/Ammo.hs 4;" m Ammo src/Dodge/Data/Item/Use/Consumption/Ammo.hs 6;" m Ammo src/Dodge/Item/Ammo.hs 1;" m +AmmoEffectLink src/Dodge/Data/ComposedItem.hs 20;" C +AmmoEffectSF src/Dodge/Data/ComposedItem.hs 38;" C AmmoInLink src/Dodge/Data/ComposedItem.hs 16;" C -AmmoMagSF src/Dodge/Data/ComposedItem.hs 30;" C -AmmoMagType src/Dodge/Data/Item/Combine.hs 110;" t -AmmoMagUse src/Dodge/Data/Item/Use.hs 68;" C +AmmoMagSF src/Dodge/Data/ComposedItem.hs 32;" C +AmmoMagType src/Dodge/Data/Item/Combine.hs 95;" t +AmmoMagUse src/Dodge/Data/Item/Use.hs 69;" C AmmoModLink src/Dodge/Data/ComposedItem.hs 17;" C -AmmoModifierSF src/Dodge/Data/ComposedItem.hs 33;" C -AmmoParams src/Dodge/Data/Item/Use.hs 125;" t +AmmoModifierSF src/Dodge/Data/ComposedItem.hs 35;" C +AmmoParams src/Dodge/Data/Item/Use.hs 126;" t AmmoParams src/Dodge/Item/Weapon/AmmoParams.hs 1;" m +AmmoPayloadLink src/Dodge/Data/ComposedItem.hs 19;" C +AmmoPayloadSF src/Dodge/Data/ComposedItem.hs 37;" C AmmoPosition src/Dodge/Item/AmmoPosition.hs 8;" t AmmoPosition src/Dodge/Item/AmmoPosition.hs 2;" m AmmoTargetingLink src/Dodge/Data/ComposedItem.hs 18;" C -AmmoTargetingSF src/Dodge/Data/ComposedItem.hs 34;" C +AmmoTargetingSF src/Dodge/Data/ComposedItem.hs 36;" C AmmoType src/Dodge/Data/Ammo.hs 30;" t AmmoType src/Dodge/Data/Item/Use/Consumption/Ammo.hs 39;" t Amount src/Dodge/Item/Amount.hs 1;" m @@ -130,8 +133,8 @@ AttachMInt src/Dodge/Item/Attachment/Data.hs 17;" C AttachMode src/Dodge/Item/Attachment/Data.hs 13;" C AttachTargetPos src/Dodge/Data/Item/Attachment.hs 13;" C AttachTargetPos src/Dodge/Item/Attachment/Data.hs 15;" C -AttachType src/Dodge/Data/Item/Combine.hs 99;" t -AttachUse src/Dodge/Data/Item/Use.hs 65;" C +AttachType src/Dodge/Data/Item/Combine.hs 87;" t +AttachUse src/Dodge/Data/Item/Use.hs 66;" C Attachment src/Dodge/Data/Item/Attachment.hs 4;" m Attachment src/Dodge/Item/Attachment.hs 1;" m Attention src/Dodge/Creature/Perception/Data.hs 65;" t @@ -143,8 +146,8 @@ AttentiveTo src/Dodge/Data/Creature/Perception.hs 61;" C Attracting src/Dodge/Data/Item/Params.hs 46;" C Audition src/Dodge/Creature/Perception/Data.hs 48;" t Audition src/Dodge/Data/Creature/Perception.hs 47;" t -AugmentedHUDLink src/Dodge/Data/ComposedItem.hs 22;" C -AugmentedHUDSF src/Dodge/Data/ComposedItem.hs 29;" C +AugmentedHUDLink src/Dodge/Data/ComposedItem.hs 24;" C +AugmentedHUDSF src/Dodge/Data/ComposedItem.hs 31;" C AutoAI src/Dodge/Data/Creature/Misc.hs 57;" C AutoCrit src/Dodge/Creature/AutoCrit.hs 1;" m AutoDoor src/Dodge/LevelGen/AutoDoor.hs 5;" m @@ -152,7 +155,7 @@ AutoDoorObstacle src/Dodge/Data/PathGraph.hs 51;" C AutoGun src/Dodge/Item/Weapon/AutoGun.hs 1;" m AutoRecharging src/Dodge/Data/Item/Consumption.hs 23;" C AutoRecharging src/Dodge/Data/Item/Use/Consumption.hs 28;" C -AutoTrigger src/Dodge/Data/Item/Use.hs 88;" C +AutoTrigger src/Dodge/Data/Item/Use.hs 89;" C AuxAddition src/Shader/AuxAddition.hs 1;" m AwakeLevel src/Dodge/Creature/AlertLevel/Data.hs 14;" t Awareness src/Dodge/Creature/Perception/Data.hs 72;" t @@ -161,46 +164,42 @@ Awareness src/Dodge/Creature/Picture/Awareness.hs 1;" m AwarenessInt src/Dodge/Creature/AlertLevel/Data.hs 26;" C AwarenessLevel src/Dodge/Creature/AlertLevel/Data.hs 25;" t BANGCONE src/Dodge/Combine/Data.hs 141;" C -BANGCONE src/Dodge/Data/Item/Combine.hs 168;" C +BANGCONE src/Dodge/Data/Item/Combine.hs 149;" C BANGROD src/Dodge/Combine/Data.hs 155;" C -BANGROD src/Dodge/Data/Item/Combine.hs 177;" C +BANGROD src/Dodge/Data/Item/Combine.hs 157;" C BANGSTICK src/Dodge/Combine/Data.hs 134;" C -BANGSTICK src/Dodge/Data/Item/Combine.hs 163;" C +BANGSTICK src/Dodge/Data/Item/Combine.hs 144;" C BATTERY src/Dodge/Combine/Data.hs 59;" C -BATTERY src/Dodge/Data/Item/Combine.hs 116;" C -BATTERYPACK src/Dodge/Data/Item/Combine.hs 145;" C +BATTERY src/Dodge/Data/Item/Combine.hs 101;" C +BATTERYPACK src/Dodge/Data/Item/Combine.hs 128;" C BELTMAG src/Dodge/Combine/Data.hs 200;" C -BELTMAG src/Dodge/Data/Item/Combine.hs 114;" C +BELTMAG src/Dodge/Data/Item/Combine.hs 99;" C BEZIERTRAJ src/Dodge/Combine/Data.hs 212;" C BLACK src/Color/Data.hs 28;" C BLINKER src/Dodge/Combine/Data.hs 125;" C -BLINKER src/Dodge/Data/Item/Combine.hs 156;" C +BLINKER src/Dodge/Data/Item/Combine.hs 137;" C BLINKERUNSAFE src/Dodge/Combine/Data.hs 126;" C -BLINKERUNSAFE src/Dodge/Data/Item/Combine.hs 157;" C +BLINKERUNSAFE src/Dodge/Data/Item/Combine.hs 138;" C BLOWTORCH src/Dodge/Combine/Data.hs 165;" C -BLOWTORCH src/Dodge/Data/Item/Combine.hs 187;" C +BLOWTORCH src/Dodge/Data/Item/Combine.hs 166;" C BLUE src/Color/Data.hs 17;" C BLUNDERBUSS src/Dodge/Combine/Data.hs 142;" C -BLUNDERBUSS src/Dodge/Data/Item/Combine.hs 169;" C +BLUNDERBUSS src/Dodge/Data/Item/Combine.hs 150;" C BLUNT src/Dodge/Data/Damage/Type.hs 13;" C BLUNT src/Dodge/Data/DamageType.hs 12;" C BOOSTER src/Dodge/Combine/Data.hs 123;" C -BOOSTER src/Dodge/Data/Item/Combine.hs 152;" C +BOOSTER src/Dodge/Data/Item/Combine.hs 133;" C BOUNCEBUL src/Dodge/Combine/Data.hs 203;" C BOUNCEMODULE src/Dodge/Combine/Data.hs 69;" C BQuad src/Geometry/Bezier.hs 9;" t BRAINHAT src/Dodge/Combine/Data.hs 109;" C -BRAINHAT src/Dodge/Data/Item/Combine.hs 134;" C -BULBODY src/Dodge/Data/Item/Combine.hs 212;" C -BULBODYCRAFT src/Dodge/Data/Item/Combine.hs 75;" C -BULLETBELTBRACER src/Dodge/Data/Item/Combine.hs 144;" C -BULLETBELTPACK src/Dodge/Data/Item/Combine.hs 143;" C -BULLETMOD src/Dodge/Data/Item/Combine.hs 94;" C -BULLETSYNTHESIZER src/Dodge/Data/Item/Combine.hs 101;" C -BULPAY src/Dodge/Data/Item/Combine.hs 211;" C -BULTRAJ src/Dodge/Data/Item/Combine.hs 213;" C +BRAINHAT src/Dodge/Data/Item/Combine.hs 117;" C +BULLETBELTBRACER src/Dodge/Data/Item/Combine.hs 127;" C +BULLETBELTPACK src/Dodge/Data/Item/Combine.hs 126;" C +BULLETMOD src/Dodge/Data/Item/Combine.hs 84;" C +BULLETSYNTHESIZER src/Dodge/Data/Item/Combine.hs 89;" C BURSTRIFLE src/Dodge/Combine/Data.hs 152;" C -BURSTRIFLE src/Dodge/Data/Item/Combine.hs 176;" C +BURSTRIFLE src/Dodge/Data/Item/Combine.hs 156;" C BackgroundSound src/Dodge/Data/SoundOrigin.hs 14;" C Ball src/Dodge/Tesla/Ball.hs 1;" m Bark src/Dodge/Data/ActionPlan.hs 40;" C @@ -226,7 +225,7 @@ BeamCombine src/Dodge/Data/Beam.hs 47;" C BeamCombineType src/Dodge/Data/Beam.hs 38;" t BeamDraw src/Dodge/Data/Beam.hs 33;" t BeamDrawColor src/Dodge/Data/Beam.hs 35;" C -BeamShooterParams src/Dodge/Data/Item/Use.hs 106;" C +BeamShooterParams src/Dodge/Data/Item/Use.hs 107;" C BeamSimple src/Dodge/Data/Beam.hs 50;" C BeamType src/Dodge/Data/Beam.hs 46;" t BecomePowerful src/Dodge/Data/Scenario.hs 9;" C @@ -313,10 +312,10 @@ BulletMod src/Dodge/Data/Item/BulletMod.hs 3;" m BulletModEffect src/Dodge/Data/Item/BulletMod.hs 13;" C BulletModPayload src/Dodge/Data/Item/BulletMod.hs 12;" C BulletModTrajectory src/Dodge/Data/Item/BulletMod.hs 11;" C -BulletModUse src/Dodge/Data/Item/Use.hs 82;" C -BulletParams src/Dodge/Data/Item/Use.hs 126;" C -BulletShooterParams src/Dodge/Data/Item/Use.hs 110;" C -BulletSpawn src/Dodge/Data/Bullet.hs 42;" t +BulletModUse src/Dodge/Data/Item/Use.hs 83;" C +BulletParams src/Dodge/Data/Item/Use.hs 127;" C +BulletPayload src/Dodge/Data/Bullet.hs 42;" t +BulletShooterParams src/Dodge/Data/Item/Use.hs 111;" C BulletTrajectory src/Dodge/Data/Bullet.hs 50;" t BulletTrajectoryType src/Dodge/Data/Bullet.hs 57;" t BulletWeapon src/Dodge/HeldUse/BulletWeapon.hs 1;" m @@ -333,12 +332,12 @@ ButtonPress src/Dodge/Data/Button.hs 24;" C ButtonSimpleSwith src/Dodge/Data/Button.hs 40;" C ButtonState src/Dodge/Data/Button.hs 63;" t CAMERA src/Dodge/Combine/Data.hs 49;" C -CAMERA src/Dodge/Data/Item/Combine.hs 55;" C +CAMERA src/Dodge/Data/Item/Combine.hs 47;" C CAN src/Dodge/Combine/Data.hs 32;" C -CAN src/Dodge/Data/Item/Combine.hs 36;" C +CAN src/Dodge/Data/Item/Combine.hs 28;" C CDoNothing src/Dodge/Data/Item/HeldUse.hs 25;" C CHARTREUSE src/Color/Data.hs 25;" C -CHEMFUELPOUCH src/Dodge/Data/Item/Combine.hs 117;" C +CHEMFUELPOUCH src/Dodge/Data/Item/Combine.hs 102;" C CHeal src/Dodge/Data/Item/HeldUse.hs 26;" C CIRCLE src/Dodge/Data/GenParams.hs 20;" C CME src/Dodge/Data/MuzzleEffect.hs 11;" C @@ -346,13 +345,13 @@ CONCUSBUL src/Dodge/Combine/Data.hs 206;" C CONCUSSIVE src/Dodge/Data/Damage/Type.hs 22;" C CONCUSSIVE src/Dodge/Data/DamageType.hs 21;" C CONCUSSMODULE src/Dodge/Combine/Data.hs 66;" C -CONSUMABLE src/Dodge/Data/Item/Combine.hs 89;" C +CONSUMABLE src/Dodge/Data/Item/Combine.hs 79;" C CRAFT src/Dodge/Combine/Data.hs 97;" C -CRAFT src/Dodge/Data/Item/Combine.hs 90;" C +CRAFT src/Dodge/Data/Item/Combine.hs 80;" C CREATUREDETECTOR src/Dodge/Combine/Data.hs 226;" C -CREATUREDETECTOR src/Dodge/Data/Item/Combine.hs 225;" C +CREATUREDETECTOR src/Dodge/Data/Item/Combine.hs 185;" C CREATURESENSOR src/Dodge/Combine/Data.hs 57;" C -CREATURESENSOR src/Dodge/Data/Item/Combine.hs 65;" C +CREATURESENSOR src/Dodge/Data/Item/Combine.hs 57;" C CRUSHING src/Dodge/Data/Damage/Type.hs 16;" C CRUSHING src/Dodge/Data/DamageType.hs 15;" C CUTTING src/Dodge/Data/Damage/Type.hs 14;" C @@ -478,8 +477,8 @@ ConstFloat src/Dodge/Data/GenFloat.hs 11;" C ConstantIntensity src/Dodge/Data/LightSource.hs 17;" C Consumable src/Dodge/Item/Consumable.hs 1;" m ConsumableFamily src/Dodge/Item/Family.hs 7;" C -ConsumableItemType src/Dodge/Data/Item/Combine.hs 121;" t -ConsumeUse src/Dodge/Data/Item/Use.hs 55;" C +ConsumableItemType src/Dodge/Data/Item/Combine.hs 106;" t +ConsumeUse src/Dodge/Data/Item/Use.hs 56;" C Consumption src/Dodge/Data/Item/Consumption.hs 5;" m Consumption src/Dodge/Data/Item/Use/Consumption.hs 8;" m Consumption src/Dodge/Default/Item/Held/Consumption.hs 1;" m @@ -542,8 +541,8 @@ Cr_status src/Dodge/Config/Data.hs 35;" C Cr_status src/Dodge/Data/Config.hs 71;" C CraftClust src/Dodge/Combine/Graph.hs 17;" C CraftType src/Dodge/Combine/Data.hs 26;" t -CraftType src/Dodge/Data/Item/Combine.hs 29;" t -CraftUse src/Dodge/Data/Item/Use.hs 63;" C +CraftType src/Dodge/Data/Item/Combine.hs 21;" t +CraftUse src/Dodge/Data/Item/Use.hs 64;" C Craftable src/Dodge/Item/Craftable.hs 1;" m CraftingFamily src/Dodge/Item/Family.hs 4;" C Create src/Dodge/Projectile/Create.hs 1;" m @@ -591,10 +590,10 @@ Cuse src/Dodge/Cuse.hs 1;" m Cylinder src/Shape/Data.hs 19;" C DPoint2 src/Geometry/Data.hs 34;" t DRONELAUNCHER src/Dodge/Combine/Data.hs 184;" C -DRONELAUNCHER src/Dodge/Data/Item/Combine.hs 199;" C +DRONELAUNCHER src/Dodge/Data/Item/Combine.hs 174;" C DRUM src/Dodge/Combine/Data.hs 34;" C DRUMMAG src/Dodge/Combine/Data.hs 199;" C -DRUMMAG src/Dodge/Data/Item/Combine.hs 113;" C +DRUMMAG src/Dodge/Data/Item/Combine.hs 98;" C DS src/DoubleStack.hs 3;" t DT src/Dodge/Data/DoubleTree.hs 29;" C DTBottomNode src/Dodge/Data/DoubleTree.hs 19;" C @@ -680,9 +679,9 @@ DefaultArcStep src/Dodge/Data/ArcStep.hs 23;" C DefaultCrGroupUpdate src/Dodge/Data/CrGroupParams.hs 22;" C DefaultDrawButton src/Dodge/Data/Button.hs 17;" C DefaultDrawSwitch src/Dodge/Data/Button.hs 18;" C -DefaultFlareType src/Dodge/Data/Item/Use.hs 151;" C +DefaultFlareType src/Dodge/Data/Item/Use.hs 152;" C DefaultForceField src/Dodge/Data/Item/Use/Consumption/Ammo.hs 48;" C -DefaultHeldParams src/Dodge/Data/Item/Use.hs 93;" C +DefaultHeldParams src/Dodge/Data/Item/Use.hs 94;" C DefaultLightSourceDraw src/Dodge/Data/LightSource.hs 13;" C DefaultRoomType src/Dodge/Data/Room.hs 31;" C Delete src/Dodge/Wall/Delete.hs 1;" m @@ -696,7 +695,7 @@ DestroyItem src/Dodge/Data/Scenario.hs 7;" C DestroyPU src/Dodge/Data/Item/Use/Consumption/Ammo.hs 34;" C DestroyTLS src/Dodge/Data/LightSource.hs 22;" C Detector src/Dodge/Combine/Data.hs 224;" t -Detector src/Dodge/Data/Item/Combine.hs 223;" t +Detector src/Dodge/Data/Item/Combine.hs 183;" t Dirt src/Dodge/Data/Material.hs 11;" C DisasterType src/Dodge/Data/Scenario.hs 24;" t Display src/Dodge/Item/Display.hs 1;" m @@ -814,19 +813,17 @@ EHeadLamp src/Dodge/Data/Item/HeldUse.hs 34;" C ELECTRICAL src/Dodge/Data/Damage/Type.hs 20;" C ELECTRICAL src/Dodge/Data/DamageType.hs 19;" C ELEPHANTGUN src/Dodge/Combine/Data.hs 156;" C -ELEPHANTGUN src/Dodge/Data/Item/Combine.hs 178;" C +ELEPHANTGUN src/Dodge/Data/Item/Combine.hs 158;" C EMPTYMODULE src/Dodge/Combine/Data.hs 198;" C -EMPTYMODULE src/Dodge/Data/Item/Combine.hs 209;" C EMagShield src/Dodge/Data/Item/HeldUse.hs 32;" C -ENERGYBALLCRAFT src/Dodge/Data/Item/Combine.hs 74;" C ENTERREMENT src/Dodge/Data/Damage/Type.hs 24;" C ENTERREMENT src/Dodge/Data/DamageType.hs 25;" C EQUIP src/Dodge/Combine/Data.hs 88;" C -EQUIP src/Dodge/Data/Item/Combine.hs 88;" C +EQUIP src/Dodge/Data/Item/Combine.hs 78;" C EWristShield src/Dodge/Data/Item/HeldUse.hs 33;" C EXPLOSIVE src/Dodge/Data/Damage/Type.hs 21;" C EXPLOSIVE src/Dodge/Data/DamageType.hs 20;" C -EXPLOSIVES src/Dodge/Data/Item/Combine.hs 123;" C +EXPLOSIVES src/Dodge/Data/Item/Combine.hs 108;" C EXTRABATTERY src/Dodge/Combine/Data.hs 218;" C Ears src/Dodge/Creature/Perception/Data.hs 48;" C Ears src/Dodge/Data/Creature/Perception.hs 47;" C @@ -860,14 +857,14 @@ EquipCounter src/Dodge/Data/Item/Use/Equipment.hs 31;" C EquipEffect src/Dodge/Data/Item/Use/Equipment.hs 17;" t EquipID src/Dodge/Data/Item/Use/Equipment.hs 30;" C EquipItemType src/Dodge/Combine/Data.hs 103;" t -EquipItemType src/Dodge/Data/Item/Combine.hs 128;" t +EquipItemType src/Dodge/Data/Item/Combine.hs 111;" t EquipOptions src/Dodge/Data/RightButtonOptions.hs 15;" C EquipParams src/Dodge/Data/Item/Use/Equipment.hs 28;" t EquipPosition src/Dodge/Data/Equipment/Misc.hs 20;" t EquipPosition src/Dodge/Equipment/Data.hs 17;" t EquipSite src/Dodge/Data/Equipment/Misc.hs 11;" t EquipSite src/Dodge/Equipment/Data.hs 6;" t -EquipUse src/Dodge/Data/Item/Use.hs 59;" C +EquipUse src/Dodge/Data/Item/Use.hs 60;" C Equipment src/Dodge/Data/Equipment.hs 12;" t Equipment src/Dodge/Data/Equipment.hs 3;" m Equipment src/Dodge/Data/Item/Use/Equipment.hs 5;" m @@ -898,36 +895,36 @@ Eyes src/Dodge/Data/Creature/Perception.hs 41;" C FBO src/Shader/Data.hs 57;" t FBranch src/TreeExtra.hs 8;" C FBranches src/TreeExtra.hs 9;" C -FLAKCRAFT src/Dodge/Data/Item/Combine.hs 72;" C +FLAKCRAFT src/Dodge/Data/Item/Combine.hs 64;" C FLAMESHIELD src/Dodge/Combine/Data.hs 105;" C -FLAMESHIELD src/Dodge/Data/Item/Combine.hs 130;" C +FLAMESHIELD src/Dodge/Data/Item/Combine.hs 113;" C FLAMESPITTER src/Dodge/Combine/Data.hs 161;" C -FLAMESPITTER src/Dodge/Data/Item/Combine.hs 183;" C +FLAMESPITTER src/Dodge/Data/Item/Combine.hs 162;" C FLAMETHROWER src/Dodge/Combine/Data.hs 162;" C -FLAMETHROWER src/Dodge/Data/Item/Combine.hs 184;" C +FLAMETHROWER src/Dodge/Data/Item/Combine.hs 163;" C FLAMETORRENT src/Dodge/Combine/Data.hs 163;" C -FLAMETORRENT src/Dodge/Data/Item/Combine.hs 185;" C +FLAMETORRENT src/Dodge/Data/Item/Combine.hs 164;" C FLAMEWALL src/Dodge/Combine/Data.hs 164;" C -FLAMEWALL src/Dodge/Data/Item/Combine.hs 186;" C +FLAMEWALL src/Dodge/Data/Item/Combine.hs 165;" C FLAMING src/Dodge/Data/Damage/Type.hs 18;" C FLAMING src/Dodge/Data/DamageType.hs 17;" C FLASHMODULE src/Dodge/Combine/Data.hs 68;" C -FLASHMODULE src/Dodge/Data/Item/Combine.hs 70;" C +FLASHMODULE src/Dodge/Data/Item/Combine.hs 62;" C FLATSHIELD src/Dodge/Combine/Data.hs 192;" C -FLATSHIELD src/Dodge/Data/Item/Combine.hs 204;" C +FLATSHIELD src/Dodge/Data/Item/Combine.hs 179;" C FLECHETRAJ src/Dodge/Combine/Data.hs 211;" C FLeaf src/TreeExtra.hs 10;" C FORCEFIELDGUN src/Dodge/Combine/Data.hs 188;" C -FORCEFIELDGUN src/Dodge/Data/Item/Combine.hs 201;" C -FRAGCRAFT src/Dodge/Data/Item/Combine.hs 73;" C +FORCEFIELDGUN src/Dodge/Data/Item/Combine.hs 176;" C +FRAGCRAFT src/Dodge/Data/Item/Combine.hs 65;" C FRAGMODULE src/Dodge/Combine/Data.hs 67;" C -FRAGMODULE src/Dodge/Data/Item/Combine.hs 69;" C +FRAGMODULE src/Dodge/Data/Item/Combine.hs 61;" C FRONTARMOUR src/Dodge/Combine/Data.hs 106;" C -FRONTARMOUR src/Dodge/Data/Item/Combine.hs 131;" C +FRONTARMOUR src/Dodge/Data/Item/Combine.hs 114;" C FTree src/TreeExtra.hs 7;" t FUELCELL src/Dodge/Combine/Data.hs 60;" C -FUELCELL src/Dodge/Data/Item/Combine.hs 67;" C -FUELPACK src/Dodge/Data/Item/Combine.hs 142;" C +FUELCELL src/Dodge/Data/Item/Combine.hs 59;" C +FUELPACK src/Dodge/Data/Item/Combine.hs 125;" C FacilityType src/Dodge/Data/Scenario.hs 55;" t Faction src/Dodge/Creature/State/Data.hs 29;" t Faction src/Dodge/Data/Creature/State.hs 34;" t @@ -960,7 +957,7 @@ Flank src/Dodge/Data/ActionPlan.hs 177;" C Flare src/Dodge/Data/Flare.hs 14;" t Flare src/Dodge/Data/Flare.hs 6;" m Flare src/Dodge/Flare.hs 1;" m -FlareType src/Dodge/Data/Item/Use.hs 150;" t +FlareType src/Dodge/Data/Item/Use.hs 151;" t Flash src/Dodge/WorldEvent/Flash.hs 11;" m FlashBall src/Dodge/Data/Bullet.hs 33;" C FlatFaces src/Shape/Data.hs 17;" C @@ -1016,14 +1013,14 @@ FullShadowFidelity src/Shape/Data.hs 24;" C FullSize src/Dodge/Data/Item/Params.hs 58;" C FullyVisible src/Dodge/Data/CamouflageStatus.hs 12;" C Furniture src/Dodge/Room/Furniture.hs 1;" m -GASINJECTOR src/Dodge/Data/Item/Combine.hs 71;" C +GASINJECTOR src/Dodge/Data/Item/Combine.hs 63;" C GEqC src/SameConstr.hs 20;" c -GLASSSHARD src/Dodge/Data/Item/Combine.hs 40;" C +GLASSSHARD src/Dodge/Data/Item/Combine.hs 32;" C GLHelp src/GLHelp.hs 1;" m GRAPECANNON src/Dodge/Combine/Data.hs 143;" C -GRAPECANNON src/Dodge/Data/Item/Combine.hs 170;" C +GRAPECANNON src/Dodge/Data/Item/Combine.hs 151;" C GRAVITYMODULE src/Dodge/Combine/Data.hs 75;" C -GRAVITYMODULE src/Dodge/Data/Item/Combine.hs 79;" C +GRAVITYMODULE src/Dodge/Data/Item/Combine.hs 71;" C GREEN src/Color/Data.hs 16;" C GameOver src/Dodge/World/Trigger/Data.hs 11;" C GameOverOptions src/Dodge/Data/Universe.hs 68;" C @@ -1037,8 +1034,8 @@ GasCloud src/Dodge/Data/Cloud.hs 31;" C GasCreate src/Dodge/Data/Gas.hs 6;" t GasCreate src/Dodge/Data/Item/Use/Consumption/Ammo.hs 54;" t GasFuel src/Dodge/Data/Item/Use/Consumption/Ammo.hs 51;" t -GasParams src/Dodge/Data/Item/Use.hs 131;" C -GasSprayParams src/Dodge/Data/Item/Use.hs 94;" C +GasParams src/Dodge/Data/Item/Use.hs 132;" C +GasSprayParams src/Dodge/Data/Item/Use.hs 95;" C GenCr src/Dodge/Creature/State/Data.hs 24;" C GenCr src/Dodge/Data/Creature/State.hs 31;" C GenFloat src/Dodge/Data/GenFloat.hs 11;" t @@ -1089,22 +1086,22 @@ Grid src/Grid.hs 1;" m Gust src/Dodge/Data/Gust.hs 13;" t Gust src/Dodge/Data/Gust.hs 6;" m GymSS src/Dodge/Data/Scenario.hs 104;" C -HARDDRIVE src/Dodge/Data/Item/Combine.hs 52;" C +HARDDRIVE src/Dodge/Data/Item/Combine.hs 44;" C HARDWARE src/Dodge/Combine/Data.hs 29;" C -HARDWARE src/Dodge/Data/Item/Combine.hs 32;" C +HARDWARE src/Dodge/Data/Item/Combine.hs 24;" C HAT src/Dodge/Combine/Data.hs 110;" C -HAT src/Dodge/Data/Item/Combine.hs 135;" C +HAT src/Dodge/Data/Item/Combine.hs 118;" C HEADLAMP src/Dodge/Combine/Data.hs 111;" C -HEADLAMP src/Dodge/Data/Item/Combine.hs 137;" C +HEADLAMP src/Dodge/Data/Item/Combine.hs 120;" C HEADLAMP1 src/Dodge/Combine/Data.hs 112;" C HEATSENSOR src/Dodge/Combine/Data.hs 56;" C -HEATSENSOR src/Dodge/Data/Item/Combine.hs 62;" C +HEATSENSOR src/Dodge/Data/Item/Combine.hs 54;" C HELD src/Dodge/Combine/Data.hs 86;" C -HELD src/Dodge/Data/Item/Combine.hs 86;" C +HELD src/Dodge/Data/Item/Combine.hs 76;" C HELDDETECTOR src/Dodge/Combine/Data.hs 190;" C -HELDDETECTOR src/Dodge/Data/Item/Combine.hs 202;" C -HOMINGMODULE src/Dodge/Data/Item/Combine.hs 103;" C -HOSE src/Dodge/Data/Item/Combine.hs 34;" C +HELDDETECTOR src/Dodge/Data/Item/Combine.hs 177;" C +HOMINGMODULE src/Dodge/Data/Item/Combine.hs 91;" C +HOSE src/Dodge/Data/Item/Combine.hs 26;" C HPtLayer src/Dodge/Picture/Layer/Data.hs 17;" C HUD src/Dodge/Data/HUD.hs 35;" t HUD src/Dodge/Data/HUD.hs 6;" m @@ -1117,13 +1114,13 @@ Hammer src/Dodge/Hammer.hs 1;" m HammerDown src/Dodge/Data/Hammer.hs 18;" C HammerPosition src/Dodge/Data/Hammer.hs 17;" t HammerReleased src/Dodge/Data/Hammer.hs 19;" C -HammerTrigger src/Dodge/Data/Item/Use.hs 89;" C +HammerTrigger src/Dodge/Data/Item/Use.hs 90;" C HammerType src/Dodge/Data/Hammer.hs 12;" t HammerUp src/Dodge/Data/Hammer.hs 20;" C HandPos src/Dodge/Creature/HandPos.hs 1;" m HardQuit src/Dodge/Data/Universe.hs 66;" C HasHammer src/Dodge/Data/Hammer.hs 14;" C -HeavySmokeFlare src/Dodge/Data/Item/Use.hs 154;" C +HeavySmokeFlare src/Dodge/Data/Item/Use.hs 155;" C Held src/Dodge/Default/Held.hs 1;" m Held src/Dodge/Default/Item/Held.hs 1;" m Held src/Dodge/Item/Held.hs 1;" m @@ -1131,16 +1128,16 @@ HeldConsumption src/Dodge/Data/Item/Consumption.hs 14;" t HeldDelay src/Dodge/Data/Item/HeldDelay.hs 6;" m HeldFamily src/Dodge/Item/Family.hs 3;" C HeldItemType src/Dodge/Combine/Data.hs 133;" t -HeldItemType src/Dodge/Data/Item/Combine.hs 162;" t +HeldItemType src/Dodge/Data/Item/Combine.hs 143;" t HeldOffset src/Dodge/Item/HeldOffset.hs 1;" m -HeldParams src/Dodge/Data/Item/Use.hs 92;" t +HeldParams src/Dodge/Data/Item/Use.hs 93;" t HeldScroll src/Dodge/Data/Item/HeldScroll.hs 13;" t HeldScroll src/Dodge/Data/Item/HeldScroll.hs 6;" m HeldScroll src/Dodge/HeldScroll.hs 1;" m HeldScrollCharMode src/Dodge/Data/Item/HeldScroll.hs 16;" C HeldScrollDoNothing src/Dodge/Data/Item/HeldScroll.hs 14;" C HeldScrollZoom src/Dodge/Data/Item/HeldScroll.hs 15;" C -HeldUse src/Dodge/Data/Item/Use.hs 36;" C +HeldUse src/Dodge/Data/Item/Use.hs 37;" C HeldUse src/Dodge/Data/Item/HeldUse.hs 6;" m HeldUse src/Dodge/HeldUse.hs 2;" m HelpNum src/HelpNum.hs 1;" m @@ -1177,13 +1174,12 @@ HumanoidAI src/Dodge/Data/Creature/Misc.hs 48;" t INCENDBUL src/Dodge/Combine/Data.hs 202;" C INCENDIARYMODULE src/Dodge/Combine/Data.hs 64;" C INCENDLAS src/Dodge/Combine/Data.hs 213;" C -INCENDLAS src/Dodge/Data/Item/Combine.hs 215;" C INVISIBILITYEQUIPMENT src/Dodge/Combine/Data.hs 108;" C -INVISIBILITYEQUIPMENT src/Dodge/Data/Item/Combine.hs 133;" C +INVISIBILITYEQUIPMENT src/Dodge/Data/Item/Combine.hs 116;" C IRONBAR src/Dodge/Combine/Data.hs 53;" C -IRONBAR src/Dodge/Data/Item/Combine.hs 59;" C +IRONBAR src/Dodge/Data/Item/Combine.hs 51;" C ITEMDETECTOR src/Dodge/Combine/Data.hs 225;" C -ITEMDETECTOR src/Dodge/Data/Item/Combine.hs 224;" C +ITEMDETECTOR src/Dodge/Data/Item/Combine.hs 184;" C IcAmount src/Dodge/Data/ItemAmount.hs 9;" t ImmediateEffect src/Loop/Data.hs 8;" C Importance src/Shape/Data.hs 34;" t @@ -1285,7 +1281,7 @@ ItInvEffect src/Dodge/Data/ItEffect.hs 13;" C ItInvEffectDrop src/Dodge/Data/ItEffect.hs 29;" C ItInvEffectID src/Dodge/Data/ItEffect.hs 25;" C ItRewindEffect src/Dodge/Data/ItEffect.hs 17;" C -ItZoom src/Dodge/Data/Item/Use.hs 204;" t +ItZoom src/Dodge/Data/Item/Use.hs 205;" t Item src/Dodge/Data/Item.hs 37;" t Item src/Dodge/Base/Item.hs 1;" m Item src/Dodge/Data/Item.hs 6;" m @@ -1295,35 +1291,34 @@ ItemAmount src/Dodge/Data/Item/Use/Amount.hs 4;" m ItemAmount src/Dodge/Data/ItemAmount.hs 4;" m ItemAttachment src/Dodge/Data/Item.hs 53;" t ItemBaseType src/Dodge/Combine/Data.hs 81;" t -ItemBaseType src/Dodge/Data/Item/Combine.hs 85;" t +ItemBaseType src/Dodge/Data/Item/Combine.hs 75;" t ItemClust src/Dodge/Combine/Graph.hs 18;" C ItemDimension src/Dodge/Data/Item/Misc.hs 13;" t ItemFamily src/Dodge/Item/Family.hs 3;" t ItemLocation src/Dodge/Data/Item/Location.hs 27;" t ItemModuleType src/Dodge/Combine/Data.hs 197;" t -ItemModuleType src/Dodge/Data/Item/Combine.hs 208;" t ItemParams src/Dodge/Data/Item/Params.hs 16;" t ItemParams src/Dodge/Tesla/ItemParams.hs 1;" m ItemScrollTimeFlow src/Dodge/Data/World.hs 62;" C ItemSpace src/Dodge/Inventory/ItemSpace.hs 1;" m -ItemStructuralFunction src/Dodge/Data/ComposedItem.hs 25;" t +ItemStructuralFunction src/Dodge/Data/ComposedItem.hs 27;" t ItemTweaks src/Dodge/Data/Item/Tweak.hs 13;" t ItemType src/Dodge/Combine/Data.hs 12;" t ItemType src/Dodge/Data/Item/Combine.hs 16;" t ItemUnlocker src/Dodge/Lock/Data.hs 13;" C -ItemUse src/Dodge/Data/Item/Use.hs 35;" t +ItemUse src/Dodge/Data/Item/Use.hs 36;" t ItmInt src/Dodge/Data/Item/Location.hs 24;" t JETPACK src/Dodge/Combine/Data.hs 116;" C -JETPACK src/Dodge/Data/Item/Combine.hs 141;" C +JETPACK src/Dodge/Data/Item/Combine.hs 124;" C JGK src/Control/Foldl/JGK.hs 1;" m JUMPLEGS src/Dodge/Combine/Data.hs 115;" C -JUMPLEGS src/Dodge/Data/Item/Combine.hs 140;" C +JUMPLEGS src/Dodge/Data/Item/Combine.hs 123;" C JoinClust src/Dodge/Combine/Graph.hs 19;" C Just' src/MaybeHelp.hs 13;" C JustStartedPlaying src/Sound/Data.hs 25;" C Justify src/Justify.hs 1;" m KEYCARD src/Dodge/Combine/Data.hs 94;" C -KEYCARD src/Dodge/Data/Item/Combine.hs 205;" C +KEYCARD src/Dodge/Data/Item/Combine.hs 180;" C Key src/Dodge/Layout/Tree/Annotate.hs 16;" C KeyConfig src/Dodge/Config/KeyConfig.hs 3;" m KeyConfigSDL src/Dodge/Config/KeyConfig.hs 17;" t @@ -1333,34 +1328,33 @@ LASCIRCLE src/Dodge/Combine/Data.hs 169;" C LASERING src/Dodge/Data/Damage/Type.hs 19;" C LASERING src/Dodge/Data/DamageType.hs 18;" C LASGUN src/Dodge/Combine/Data.hs 168;" C -LASGUN src/Dodge/Data/Item/Combine.hs 190;" C +LASGUN src/Dodge/Data/Item/Combine.hs 169;" C LASWIDE src/Dodge/Combine/Data.hs 175;" C LAUNCHER src/Dodge/Combine/Data.hs 179;" C -LAUNCHER src/Dodge/Data/Item/Combine.hs 195;" C +LAUNCHER src/Dodge/Data/Item/Combine.hs 171;" C LAUNCHERX src/Dodge/Combine/Data.hs 180;" C -LAUNCHERX src/Dodge/Data/Item/Combine.hs 196;" C +LAUNCHERX src/Dodge/Data/Item/Combine.hs 172;" C LAUNCHHOME src/Dodge/Combine/Data.hs 217;" C -LAUNCHHOME src/Dodge/Data/Item/Combine.hs 219;" C LBlink src/Dodge/Data/Item/HeldUse.hs 54;" C LBoost src/Dodge/Data/Item/HeldUse.hs 56;" C LBranches src/TreeExtra.hs 24;" C LDT src/Dodge/Data/DoubleTree.hs 39;" C LDTBottomNode src/Dodge/Data/DoubleTree.hs 27;" C -LDTComb src/Dodge/Item/Grammar.hs 71;" t +LDTComb src/Dodge/Item/Grammar.hs 75;" t LDTMidAboveNode src/Dodge/Data/DoubleTree.hs 25;" C LDTMidBelowNode src/Dodge/Data/DoubleTree.hs 26;" C LDTRootNode src/Dodge/Data/DoubleTree.hs 23;" C LDTTopNode src/Dodge/Data/DoubleTree.hs 24;" C LDoNothing src/Dodge/Data/Item/HeldUse.hs 49;" C LED src/Dodge/Combine/Data.hs 51;" C -LED src/Dodge/Data/Item/Combine.hs 57;" C +LED src/Dodge/Data/Item/Combine.hs 49;" C LEFT src/Dodge/Combine/Data.hs 87;" C -LEFT src/Dodge/Data/Item/Combine.hs 87;" C +LEFT src/Dodge/Data/Item/Combine.hs 77;" C LHS src/Geometry/LHS.hs 1;" m LIGHTER src/Dodge/Combine/Data.hs 42;" C -LIGHTER src/Dodge/Data/Item/Combine.hs 46;" C +LIGHTER src/Dodge/Data/Item/Combine.hs 38;" C LIGHTSENSOR src/Dodge/Combine/Data.hs 54;" C -LIGHTSENSOR src/Dodge/Data/Item/Combine.hs 60;" C +LIGHTSENSOR src/Dodge/Data/Item/Combine.hs 52;" C LLeaf src/TreeExtra.hs 25;" C LRewind src/Dodge/Data/Item/HeldUse.hs 50;" C LS src/Dodge/Data/LightSource.hs 34;" C @@ -1389,7 +1383,7 @@ Lampoid src/Dodge/Data/Creature/Misc.hs 72;" C Lampoid src/Dodge/Lampoid.hs 1;" m Large src/Shape/Data.hs 29;" C LasBeamCombine src/Dodge/Data/Beam.hs 40;" C -LasGunFlare src/Dodge/Data/Item/Use.hs 155;" C +LasGunFlare src/Dodge/Data/Item/Use.hs 156;" C LasSound src/Dodge/Data/SoundOrigin.hs 26;" C LasTurret src/Dodge/Room/LasTurret.hs 1;" m Laser src/Dodge/Data/Laser.hs 30;" t @@ -1416,8 +1410,8 @@ LeftConsumption src/Dodge/Data/Item/Use/Consumption.hs 27;" t LeftForward src/Dodge/Creature/Stance/Data.hs 34;" C LeftForward src/Dodge/Data/Creature/Stance.hs 32;" C LeftItemType src/Dodge/Combine/Data.hs 122;" t -LeftItemType src/Dodge/Data/Item/Combine.hs 151;" t -LeftUse src/Dodge/Data/Item/Use.hs 48;" C +LeftItemType src/Dodge/Data/Item/Combine.hs 132;" t +LeftUse src/Dodge/Data/Item/Use.hs 49;" C LensHelp src/LensHelp.hs 1;" m Lethargic src/Dodge/Creature/AlertLevel/Data.hs 17;" C Lethargic src/Dodge/Creature/Perception/Data.hs 58;" C @@ -1446,8 +1440,8 @@ LinearShockwave src/Dodge/Data/LinearShockwave.hs 13;" t LinearShockwave src/Dodge/Data/LinearShockwave.hs 6;" m Link src/Dodge/Room/Link.hs 6;" m LinkDecoration src/Dodge/Debug/LinkDecoration.hs 1;" m -LinkTest src/Dodge/Data/ComposedItem.hs 39;" t -LinkUpdate src/Dodge/Data/ComposedItem.hs 44;" t +LinkTest src/Dodge/Data/ComposedItem.hs 43;" t +LinkUpdate src/Dodge/Data/ComposedItem.hs 48;" t List src/Dodge/Combine/List.hs 1;" m List src/Dodge/Render/List.hs 1;" m ListDisplayParams src/Dodge/Data/SelectionList.hs 18;" t @@ -1497,32 +1491,31 @@ Luse src/Dodge/Data/Item/HeldUse.hs 48;" t Luse src/Dodge/Luse.hs 1;" m MACHINEGUN src/Dodge/Combine/Data.hs 160;" C MACHINEPISTOL src/Dodge/Combine/Data.hs 138;" C -MACHINEPISTOL src/Dodge/Data/Item/Combine.hs 165;" C +MACHINEPISTOL src/Dodge/Data/Item/Combine.hs 146;" C MAGENTA src/Color/Data.hs 20;" C MAGNET src/Dodge/Combine/Data.hs 43;" C -MAGNET src/Dodge/Data/Item/Combine.hs 47;" C +MAGNET src/Dodge/Data/Item/Combine.hs 39;" C MAGNETMAG src/Dodge/Combine/Data.hs 201;" C -MAGNETMAG src/Dodge/Data/Item/Combine.hs 210;" C MAGNETTRAJ src/Dodge/Combine/Data.hs 210;" C MAGSHIELD src/Dodge/Combine/Data.hs 104;" C -MAGSHIELD src/Dodge/Data/Item/Combine.hs 129;" C +MAGSHIELD src/Dodge/Data/Item/Combine.hs 112;" C MBranch src/Dodge/Tree/Compose/Data.hs 10;" C MCrAc src/Dodge/Data/CreatureEffect.hs 45;" t MCrNoAction src/Dodge/Data/CreatureEffect.hs 45;" C MEDKIT src/Dodge/Combine/Data.hs 96;" C -MEDKIT src/Dodge/Data/Item/Combine.hs 122;" C +MEDKIT src/Dodge/Data/Item/Combine.hs 107;" C MICROCHIP src/Dodge/Combine/Data.hs 47;" C -MICROCHIP src/Dodge/Data/Item/Combine.hs 51;" C -MICROPHONE src/Dodge/Data/Item/Combine.hs 63;" C +MICROCHIP src/Dodge/Data/Item/Combine.hs 43;" C +MICROPHONE src/Dodge/Data/Item/Combine.hs 55;" C MINIDISPLAY src/Dodge/Combine/Data.hs 50;" C -MINIDISPLAY src/Dodge/Data/Item/Combine.hs 56;" C +MINIDISPLAY src/Dodge/Data/Item/Combine.hs 48;" C MINIGUNX src/Dodge/Combine/Data.hs 147;" C -MINIGUNX src/Dodge/Data/Item/Combine.hs 171;" C +MINIGUNX src/Dodge/Data/Item/Combine.hs 152;" C MODBlockedString src/Dodge/Data/Universe.hs 96;" C MODString src/Dodge/Data/Universe.hs 95;" C MODStringOption src/Dodge/Data/Universe.hs 97;" C MOTOR src/Dodge/Combine/Data.hs 38;" C -MOTOR src/Dodge/Data/Item/Combine.hs 43;" C +MOTOR src/Dodge/Data/Item/Combine.hs 35;" C MP2Ac src/Dodge/Data/CreatureEffect.hs 56;" t MP2NoAction src/Dodge/Data/CreatureEffect.hs 56;" C MTRS src/Dodge/Annotation/Data.hs 11;" t @@ -1598,34 +1591,23 @@ MidLayer src/Picture/Data.hs 24;" C Military src/Dodge/Data/Scenario.hs 45;" C Mine src/Dodge/Data/Scenario.hs 64;" C MiniGunAI src/Dodge/Data/Creature/Misc.hs 59;" C -MiniGunFlare src/Dodge/Data/Item/Use.hs 153;" C +MiniGunFlare src/Dodge/Data/Item/Use.hs 154;" C Misc src/Dodge/Data/Creature/Misc.hs 6;" m Misc src/Dodge/Data/Equipment/Misc.hs 6;" m Misc src/Dodge/Data/Item/Misc.hs 6;" m ModAutoMag src/Dodge/Combine/Data.hs 236;" C -ModAutoMag src/Dodge/Data/Item/Combine.hs 233;" C ModBattery src/Dodge/Combine/Data.hs 240;" C -ModBattery src/Dodge/Data/Item/Combine.hs 237;" C ModBullet src/Dodge/Combine/Data.hs 233;" C -ModBulletCollision src/Dodge/Data/Item/Combine.hs 230;" C -ModBulletPayload src/Dodge/Data/Item/Combine.hs 231;" C ModBulletSpawn src/Dodge/Combine/Data.hs 234;" C ModBulletTrajectory src/Dodge/Combine/Data.hs 238;" C -ModBulletTrajectory src/Dodge/Data/Item/Combine.hs 235;" C ModDualBeam src/Dodge/Combine/Data.hs 242;" C -ModDualBeam src/Dodge/Data/Item/Combine.hs 239;" C ModHeldAttach src/Dodge/Combine/Data.hs 243;" C -ModHeldAttach src/Dodge/Data/Item/Combine.hs 240;" C ModIDID src/Dodge/Data/Modification.hs 23;" C ModIDTimerPoint3Bool src/Dodge/Data/Modification.hs 15;" C ModLauncherHoming src/Dodge/Combine/Data.hs 239;" C -ModLauncherHoming src/Dodge/Data/Item/Combine.hs 236;" C ModRifleMag src/Dodge/Combine/Data.hs 235;" C -ModRifleMag src/Dodge/Data/Item/Combine.hs 232;" C ModTarget src/Dodge/Combine/Data.hs 237;" C -ModTarget src/Dodge/Data/Item/Combine.hs 234;" C ModTeleport src/Dodge/Combine/Data.hs 241;" C -ModTeleport src/Dodge/Data/Item/Combine.hs 238;" C Modification src/Dodge/Data/Modification.hs 14;" t Modification src/Dodge/Data/Modification.hs 6;" m ModificationEffect src/Dodge/ModificationEffect.hs 1;" m @@ -1635,7 +1617,6 @@ Module src/Dodge/Combine/Module.hs 1;" m Module src/Dodge/Item/Module.hs 1;" m Module src/Dodge/Module.hs 1;" m ModuleSlot src/Dodge/Combine/Data.hs 232;" t -ModuleSlot src/Dodge/Data/Item/Combine.hs 229;" t MonadHelp src/MonadHelp.hs 1;" m MountedLS src/Dodge/Data/MountedObject.hs 12;" C MountedObject src/Dodge/Data/MountedObject.hs 11;" t @@ -1658,24 +1639,24 @@ Music src/Music.hs 1;" m MusicData src/Music.hs 7;" t Mute src/Dodge/Data/Creature/Misc.hs 28;" C MuzFlare src/Dodge/Data/Flare.hs 15;" C -Muzzle src/Dodge/Data/Item/Use.hs 176;" t -MuzzleDetector src/Dodge/Data/Item/Use.hs 173;" C -MuzzleEffect src/Dodge/Data/Item/Use.hs 159;" t +Muzzle src/Dodge/Data/Item/Use.hs 177;" t +MuzzleDetector src/Dodge/Data/Item/Use.hs 174;" C +MuzzleEffect src/Dodge/Data/Item/Use.hs 160;" t MuzzleEffect src/Dodge/Data/MuzzleEffect.hs 5;" m -MuzzleForceField src/Dodge/Data/Item/Use.hs 172;" C -MuzzleLaser src/Dodge/Data/Item/Use.hs 161;" C -MuzzleLauncher src/Dodge/Data/Item/Use.hs 164;" C -MuzzleNozzle src/Dodge/Data/Item/Use.hs 165;" C -MuzzleShatter src/Dodge/Data/Item/Use.hs 171;" C -MuzzleShootBullet src/Dodge/Data/Item/Use.hs 160;" C -MuzzleTesla src/Dodge/Data/Item/Use.hs 162;" C -MuzzleTractor src/Dodge/Data/Item/Use.hs 163;" C +MuzzleForceField src/Dodge/Data/Item/Use.hs 173;" C +MuzzleLaser src/Dodge/Data/Item/Use.hs 162;" C +MuzzleLauncher src/Dodge/Data/Item/Use.hs 165;" C +MuzzleNozzle src/Dodge/Data/Item/Use.hs 166;" C +MuzzleShatter src/Dodge/Data/Item/Use.hs 172;" C +MuzzleShootBullet src/Dodge/Data/Item/Use.hs 161;" C +MuzzleTesla src/Dodge/Data/Item/Use.hs 163;" C +MuzzleTractor src/Dodge/Data/Item/Use.hs 164;" C MvForward src/Dodge/Data/ActionPlan.hs 35;" C MvPt src/Dodge/MvPt.hs 1;" m MvTurnToward src/Dodge/Data/ActionPlan.hs 34;" C MvWalking src/Dodge/Data/Creature/Misc.hs 39;" C NAILBOX src/Dodge/Combine/Data.hs 52;" C -NAILBOX src/Dodge/Data/Item/Combine.hs 58;" C +NAILBOX src/Dodge/Data/Item/Combine.hs 50;" C NInt src/NewInt.hs 15;" C NIntMap src/NewInt.hs 18;" C NOTDEFINED src/Dodge/Combine/Data.hs 82;" C @@ -1744,7 +1725,6 @@ NoSensor src/Dodge/Data/Sensor.hs 13;" C NoShadowFidelity src/Shape/Data.hs 25;" C NoShadows src/Dodge/Data/Config.hs 101;" C NoStack src/Dodge/Combine/Data.hs 21;" C -NoStack src/Dodge/Data/Item/Combine.hs 24;" C NoSubInventory src/Dodge/Data/HUD.hs 24;" C NoTargetDraw src/Dodge/Data/Targeting.hs 31;" C NoTargetUpdate src/Dodge/Data/Targeting.hs 22;" C @@ -1835,7 +1815,7 @@ OnSpecial src/Dodge/Equipment/Data.hs 24;" C OnTurret src/Dodge/Data/Item/Location.hs 35;" C OnceSound src/Dodge/Data/SoundOrigin.hs 15;" C OneArgument src/Dodge/Data/Terminal.hs 94;" C -OneHand src/Dodge/Data/Item/Use.hs 199;" C +OneHand src/Dodge/Data/Item/Use.hs 200;" C OnwardCluster src/Dodge/Data/RoomCluster.hs 14;" C OnwardCluster src/Dodge/RoomCluster/Data.hs 12;" C OnwardList src/Dodge/Annotation/Data.hs 15;" C @@ -1866,9 +1846,9 @@ PENMODULE src/Dodge/Combine/Data.hs 70;" C PIERCING src/Dodge/Data/Damage/Type.hs 12;" C PIERCING src/Dodge/Data/DamageType.hs 11;" C PIPE src/Dodge/Combine/Data.hs 27;" C -PIPE src/Dodge/Data/Item/Combine.hs 30;" C +PIPE src/Dodge/Data/Item/Combine.hs 22;" C PISTOL src/Dodge/Combine/Data.hs 135;" C -PISTOL src/Dodge/Data/Item/Combine.hs 164;" C +PISTOL src/Dodge/Data/Item/Combine.hs 145;" C PJReduceSpin src/Dodge/Data/Ammo.hs 24;" C PJRemoteDirection src/Dodge/Data/Ammo.hs 25;" C PJRetireRemote src/Dodge/Data/Ammo.hs 27;" C @@ -1877,28 +1857,28 @@ PJSpin src/Dodge/Data/Ammo.hs 22;" C PJThrust src/Dodge/Data/Ammo.hs 21;" C PJTrack src/Dodge/Data/Ammo.hs 23;" C PLANK src/Dodge/Combine/Data.hs 35;" C -PLANK src/Dodge/Data/Item/Combine.hs 39;" C +PLANK src/Dodge/Data/Item/Combine.hs 31;" C PLATE src/Dodge/Combine/Data.hs 45;" C -PLATE src/Dodge/Data/Item/Combine.hs 49;" C +PLATE src/Dodge/Data/Item/Combine.hs 41;" C PLUS src/Dodge/Data/GenParams.hs 20;" C POISONDAM src/Dodge/Data/Damage/Type.hs 23;" C POISONDAM src/Dodge/Data/DamageType.hs 24;" C POISONSPRAYER src/Dodge/Combine/Data.hs 183;" C -POISONSPRAYER src/Dodge/Data/Item/Combine.hs 198;" C +POISONSPRAYER src/Dodge/Data/Item/Combine.hs 173;" C PORTABLEFUSION src/Dodge/Combine/Data.hs 61;" C -PORTABLEFUSION src/Dodge/Data/Item/Combine.hs 68;" C +PORTABLEFUSION src/Dodge/Data/Item/Combine.hs 60;" C POWERLEGS src/Dodge/Combine/Data.hs 113;" C -POWERLEGS src/Dodge/Data/Item/Combine.hs 138;" C +POWERLEGS src/Dodge/Data/Item/Combine.hs 121;" C PPLevelReset src/Dodge/Data/PressPlate.hs 16;" C PRISM src/Dodge/Combine/Data.hs 40;" C -PRISM src/Dodge/Data/Item/Combine.hs 45;" C +PRISM src/Dodge/Data/Item/Combine.hs 37;" C PS src/Dodge/Data/GenWorld.hs 64;" C PSNoShiftCont src/Dodge/Data/GenWorld.hs 65;" C PSPos src/Dodge/Data/GenWorld.hs 66;" C PSRoomRand src/Dodge/Data/GenWorld.hs 71;" C PSType src/Dodge/Data/GenWorld.hs 31;" t PUMP src/Dodge/Combine/Data.hs 37;" C -PUMP src/Dodge/Data/Item/Combine.hs 42;" C +PUMP src/Dodge/Data/Item/Combine.hs 34;" C PUSHDAM src/Dodge/Data/DamageType.hs 23;" C PackAnimal src/Dodge/Data/Creature/Capability.hs 20;" C Padding src/Padding.hs 2;" m @@ -1908,7 +1888,7 @@ ParamMID src/Dodge/Data/Item/Params.hs 54;" C Parameters src/Shader/Parameters.hs 1;" m Parameters src/Shape/Parameters.hs 1;" m Params src/Dodge/Data/Item/Params.hs 6;" m -PartiallyComposedItem src/Dodge/Data/ComposedItem.hs 37;" t +PartiallyComposedItem src/Dodge/Data/ComposedItem.hs 41;" t PassKey src/Dodge/Item/PassKey.hs 1;" m PassthroughLockKeyLists src/Dodge/Annotation/Data.hs 19;" C Path src/Dodge/Path.hs 2;" m @@ -1947,7 +1927,7 @@ Pillar src/Dodge/Room/Pillar.hs 1;" m Pipe src/Dodge/Placement/Instance/Pipe.hs 1;" m PistolAI src/Dodge/Data/Creature/Misc.hs 53;" C PistolCrit src/Dodge/Creature/PistolCrit.hs 1;" m -PistolFlare src/Dodge/Data/Item/Use.hs 152;" C +PistolFlare src/Dodge/Data/Item/Use.hs 153;" C PlaceSpot src/Dodge/Placement/PlaceSpot.hs 4;" m Placement src/Dodge/Data/GenWorld.hs 77;" t Placement src/Dodge/Placement.hs 1;" m @@ -2014,7 +1994,7 @@ ProjectileCreate src/Dodge/Data/Ammo.hs 17;" t ProjectileDraw src/Dodge/Data/Ammo.hs 14;" t ProjectileDraw src/Dodge/Data/Item/Use/Consumption/Ammo.hs 20;" t ProjectileHoming src/Dodge/Data/Item/Use/Consumption/Ammo.hs 23;" t -ProjectileParams src/Dodge/Data/Item/Use.hs 127;" C +ProjectileParams src/Dodge/Data/Item/Use.hs 128;" C ProjectileUpdate src/Dodge/Data/Ammo.hs 20;" t ProjectileUpdate src/Dodge/Data/Item/Use/Consumption/Ammo.hs 29;" t Prop src/Dodge/Data/Prop.hs 18;" t @@ -2086,21 +2066,21 @@ QuarterRes src/Dodge/Config/Data.hs 54;" C QuarterRes src/Dodge/Data/Config.hs 95;" C Quaternion src/Quaternion.hs 12;" m QuicksaveSlot src/Dodge/Data/SaveSlot.hs 10;" C -RAM src/Dodge/Data/Item/Combine.hs 53;" C +RAM src/Dodge/Data/Item/Combine.hs 45;" C RBList src/Dodge/Inventory/RBList.hs 1;" m RBranches src/TreeExtra.hs 48;" C RED src/Color/Data.hs 15;" C REMOTELAUNCHER src/Dodge/Combine/Data.hs 182;" C -REMOTESCREEN src/Dodge/Data/Item/Combine.hs 102;" C +REMOTESCREEN src/Dodge/Data/Item/Combine.hs 90;" C REPEATER src/Dodge/Combine/Data.hs 150;" C -REVOLVEMAG src/Dodge/Data/Item/Combine.hs 111;" C +REVOLVEMAG src/Dodge/Data/Item/Combine.hs 96;" C REVOLVER src/Dodge/Combine/Data.hs 136;" C REVOLVERX src/Dodge/Combine/Data.hs 137;" C REWINDER src/Dodge/Combine/Data.hs 124;" C -REWINDWATCH src/Dodge/Data/Item/Combine.hs 154;" C +REWINDWATCH src/Dodge/Data/Item/Combine.hs 135;" C RGBA src/Color/Data.hs 31;" t RIFLE src/Dodge/Combine/Data.hs 149;" C -RIFLE src/Dodge/Data/Item/Combine.hs 173;" C +RIFLE src/Dodge/Data/Item/Combine.hs 154;" C RLeaf src/TreeExtra.hs 49;" C ROSE src/Color/Data.hs 21;" C RPLinkStatus src/Dodge/Data/Room.hs 55;" t @@ -2147,8 +2127,8 @@ Remote src/Dodge/Item/Weapon/Remote.hs 1;" m RemoteDirectionPU src/Dodge/Data/Item/Use/Consumption/Ammo.hs 32;" C RemoteScope src/Dodge/Data/Item/Attachment.hs 23;" C RemoteScope src/Dodge/Item/Attachment/Data.hs 26;" C -RemoteScreenLink src/Dodge/Data/ComposedItem.hs 21;" C -RemoteScreenSF src/Dodge/Data/ComposedItem.hs 31;" C +RemoteScreenLink src/Dodge/Data/ComposedItem.hs 23;" C +RemoteScreenSF src/Dodge/Data/ComposedItem.hs 33;" C RemoveCreatureEndo src/Dodge/RemoveCreatureEndo.hs 3;" m RemoveEquipment src/Dodge/Data/RightButtonOptions.hs 36;" C RemoveShieldWall src/Dodge/Data/ItEffect.hs 43;" C @@ -2218,36 +2198,35 @@ RoomWire src/Dodge/Room/Data.hs 40;" t RoundedFaces src/Shape/Data.hs 18;" C RunPast src/Dodge/Room/RunPast.hs 1;" m RunningSideEffect src/Dodge/Data/Universe.hs 65;" C -SCRAPMETAL src/Dodge/Data/Item/Combine.hs 41;" C -SCROLLWATCH src/Dodge/Data/Item/Combine.hs 155;" C +SCRAPMETAL src/Dodge/Data/Item/Combine.hs 33;" C +SCROLLWATCH src/Dodge/Data/Item/Combine.hs 136;" C SHARDGLASS src/Dodge/Combine/Data.hs 36;" C SHATTERGUN src/Dodge/Combine/Data.hs 186;" C -SHATTERGUN src/Dodge/Data/Item/Combine.hs 200;" C +SHATTERGUN src/Dodge/Data/Item/Combine.hs 175;" C SHATTERING src/Dodge/Data/Damage/Type.hs 17;" C SHATTERING src/Dodge/Data/DamageType.hs 16;" C -SHELLMAG src/Dodge/Data/Item/Combine.hs 115;" C +SHELLMAG src/Dodge/Data/Item/Combine.hs 100;" C SHRINKER src/Dodge/Combine/Data.hs 127;" C -SHRINKER src/Dodge/Data/Item/Combine.hs 158;" C +SHRINKER src/Dodge/Data/Item/Combine.hs 139;" C SIZEMODULE src/Dodge/Combine/Data.hs 74;" C -SIZEMODULE src/Dodge/Data/Item/Combine.hs 78;" C +SIZEMODULE src/Dodge/Data/Item/Combine.hs 70;" C SMG src/Dodge/Combine/Data.hs 140;" C -SMG src/Dodge/Data/Item/Combine.hs 167;" C +SMG src/Dodge/Data/Item/Combine.hs 148;" C SNIPERRIFLE src/Dodge/Combine/Data.hs 159;" C -SNIPERRIFLE src/Dodge/Data/Item/Combine.hs 181;" C +SNIPERRIFLE src/Dodge/Data/Item/Combine.hs 161;" C SOUNDSENSOR src/Dodge/Combine/Data.hs 55;" C -SOUNDSENSOR src/Dodge/Data/Item/Combine.hs 61;" C +SOUNDSENSOR src/Dodge/Data/Item/Combine.hs 53;" C SPARKGUN src/Dodge/Combine/Data.hs 166;" C -SPARKGUN src/Dodge/Data/Item/Combine.hs 188;" C +SPARKGUN src/Dodge/Data/Item/Combine.hs 167;" C SPARKING src/Dodge/Data/Damage/Type.hs 15;" C SPARKING src/Dodge/Data/DamageType.hs 14;" C SPAWNER src/Dodge/Combine/Data.hs 128;" C -SPAWNER src/Dodge/Data/Item/Combine.hs 159;" C +SPAWNER src/Dodge/Data/Item/Combine.hs 140;" C SPEEDLEGS src/Dodge/Combine/Data.hs 114;" C -SPEEDLEGS src/Dodge/Data/Item/Combine.hs 139;" C +SPEEDLEGS src/Dodge/Data/Item/Combine.hs 122;" C SPLITLAS src/Dodge/Combine/Data.hs 214;" C -SPLITLAS src/Dodge/Data/Item/Combine.hs 216;" C SPRING src/Dodge/Combine/Data.hs 30;" C -SPRING src/Dodge/Data/Item/Combine.hs 33;" C +SPRING src/Dodge/Data/Item/Combine.hs 25;" C SPic src/ShapePicture/Data.hs 4;" t SPic src/Dodge/Item/Draw/SPic.hs 1;" m SQUARE src/Dodge/Data/GenParams.hs 20;" C @@ -2255,10 +2234,9 @@ SSSExtra src/Dodge/Data/SelectionList.hs 44;" t ST src/Dodge/Tree/Compose/Data.hs 12;" C STATICBUL src/Dodge/Combine/Data.hs 205;" C STATICLAS src/Dodge/Combine/Data.hs 215;" C -STATICLAS src/Dodge/Data/Item/Combine.hs 217;" C STATICMODULE src/Dodge/Combine/Data.hs 65;" C -STEELDRUM src/Dodge/Data/Item/Combine.hs 38;" C -STOPWATCH src/Dodge/Data/Item/Combine.hs 153;" C +STEELDRUM src/Dodge/Data/Item/Combine.hs 30;" C +STOPWATCH src/Dodge/Data/Item/Combine.hs 134;" C SameConstr src/SameConstr.hs 5;" m Save src/Dodge/Save.hs 1;" m SaveSlot src/Dodge/Data/SaveSlot.hs 9;" t @@ -2273,7 +2251,7 @@ Scope src/Dodge/Item/Attachment/Data.hs 25;" t Scope src/Dodge/Data/Item/Scope.hs 6;" m Scope src/Dodge/Item/Scope.hs 1;" m ScopeAttachment src/Dodge/Data/Item.hs 53;" C -ScopeUse src/Dodge/Data/Item/Use.hs 73;" C +ScopeUse src/Dodge/Data/Item/Use.hs 74;" C ScreenLayer src/Dodge/Data/Universe.hs 77;" t ScreenLayer src/Dodge/Update/Input/ScreenLayer.hs 1;" m ScreenPos src/Dodge/Data/ScreenPos.hs 9;" t @@ -2445,7 +2423,6 @@ SprayWeapon src/Dodge/HeldUse/SprayWeapon.hs 1;" m SpreadGunAI src/Dodge/Data/Creature/Misc.hs 52;" C SpreadGunCrit src/Dodge/Creature/SpreadGunCrit.hs 1;" m Stack src/Dodge/Combine/Data.hs 21;" t -Stack src/Dodge/Data/Item/Combine.hs 24;" t Stance src/Dodge/Creature/Stance/Data.hs 11;" t Stance src/Dodge/Data/Creature/Stance.hs 13;" t Stance src/Dodge/Data/Creature/Stance.hs 6;" m @@ -2491,41 +2468,39 @@ SwarmPlacement src/Dodge/LevelGen/SwarmPlacement.hs 1;" m Switch src/Dodge/LevelGen/Switch.hs 1;" m SwitchToItem src/Dodge/Data/ActionPlan.hs 38;" C Synonyms src/Dodge/SoundLogic/Synonyms.hs 1;" m -TAPE src/Dodge/Data/Item/Combine.hs 35;" C +TAPE src/Dodge/Data/Item/Combine.hs 27;" C TARGCR src/Dodge/Combine/Data.hs 207;" C -TARGET src/Dodge/Data/Item/Combine.hs 214;" C -TARGETING src/Dodge/Data/Item/Combine.hs 93;" C -TARGETINGHAT src/Dodge/Data/Item/Combine.hs 136;" C +TARGETING src/Dodge/Data/Item/Combine.hs 83;" C +TARGETINGHAT src/Dodge/Data/Item/Combine.hs 119;" C TARGETLASER src/Dodge/Data/Item/Targeting.hs 12;" C -TARGETMODULE src/Dodge/Data/Item/Combine.hs 80;" C TARGLAS src/Dodge/Combine/Data.hs 208;" C TARGPOS src/Dodge/Combine/Data.hs 209;" C TELEPORTMODULE src/Dodge/Combine/Data.hs 72;" C -TELEPORTMODULE src/Dodge/Data/Item/Combine.hs 76;" C +TELEPORTMODULE src/Dodge/Data/Item/Combine.hs 68;" C TESLAGUN src/Dodge/Combine/Data.hs 167;" C -TESLAGUN src/Dodge/Data/Item/Combine.hs 189;" C +TESLAGUN src/Dodge/Data/Item/Combine.hs 168;" C THERMOMETER src/Dodge/Combine/Data.hs 41;" C -THERMOMETER src/Dodge/Data/Item/Combine.hs 64;" C +THERMOMETER src/Dodge/Data/Item/Combine.hs 56;" C THREELINES src/Dodge/Data/GenParams.hs 20;" C TIMEMODULE src/Dodge/Combine/Data.hs 73;" C -TIMEMODULE src/Dodge/Data/Item/Combine.hs 77;" C +TIMEMODULE src/Dodge/Data/Item/Combine.hs 69;" C TIN src/Dodge/Combine/Data.hs 33;" C -TIN src/Dodge/Data/Item/Combine.hs 37;" C -TINMAG src/Dodge/Data/Item/Combine.hs 112;" C +TIN src/Dodge/Data/Item/Combine.hs 29;" C +TINMAG src/Dodge/Data/Item/Combine.hs 97;" C TLS src/Dodge/Data/LightSource.hs 42;" C TLSFade src/Dodge/Data/LightSource.hs 18;" C TLSIntensity src/Dodge/Data/LightSource.hs 16;" t TLSUpdate src/Dodge/Data/LightSource.hs 21;" t TO src/Shader/Data.hs 59;" t TORCH src/Dodge/Combine/Data.hs 191;" C -TORCH src/Dodge/Data/Item/Combine.hs 203;" C +TORCH src/Dodge/Data/Item/Combine.hs 178;" C TORQUEDAM src/Dodge/Data/DamageType.hs 22;" C TRACTORGUN src/Dodge/Combine/Data.hs 178;" C -TRACTORGUN src/Dodge/Data/Item/Combine.hs 194;" C +TRACTORGUN src/Dodge/Data/Item/Combine.hs 170;" C TRANSFORMER src/Dodge/Combine/Data.hs 39;" C -TRANSFORMER src/Dodge/Data/Item/Combine.hs 44;" C +TRANSFORMER src/Dodge/Data/Item/Combine.hs 36;" C TRANSMITTER src/Dodge/Combine/Data.hs 46;" C -TRANSMITTER src/Dodge/Data/Item/Combine.hs 50;" C +TRANSMITTER src/Dodge/Data/Item/Combine.hs 42;" C TSbackspace src/Dodge/Data/Input.hs 38;" C TSbackspace src/Dodge/Data/TermSignal.hs 6;" C TSdelete src/Dodge/Data/Input.hs 39;" C @@ -2545,7 +2520,7 @@ TStab src/Dodge/Data/TermSignal.hs 8;" C TSup src/Dodge/Data/Input.hs 43;" C TSup src/Dodge/Data/TermSignal.hs 11;" C TUBE src/Dodge/Combine/Data.hs 28;" C -TUBE src/Dodge/Data/Item/Combine.hs 31;" C +TUBE src/Dodge/Data/Item/Combine.hs 23;" C Tank src/Dodge/Placement/Instance/Tank.hs 1;" m Tanks src/Dodge/Room/Tanks.hs 1;" m Tap src/Dodge/Data/SoundOrigin.hs 36;" C @@ -2569,7 +2544,7 @@ Targeting src/Dodge/Item/Weapon/Targeting.hs 1;" m Targeting src/Dodge/Targeting.hs 1;" m TargetingLaser src/Dodge/Data/Laser.hs 18;" C TargetingType src/Dodge/Data/Item/Targeting.hs 11;" t -TargetingUse src/Dodge/Data/Item/Use.hs 77;" C +TargetingUse src/Dodge/Data/Item/Use.hs 78;" C TeleSound src/Dodge/Data/SoundOrigin.hs 33;" C Teleport src/Dodge/Room/Teleport.hs 2;" m TelsaArc src/Dodge/Data/TelsaArc.hs 3;" m @@ -2621,7 +2596,7 @@ TeslaArc src/Dodge/Data/TeslaArc.hs 6;" m TeslaArc src/Dodge/Particle/TeslaArc.hs 1;" m TeslaBall src/Dodge/Data/Bullet.hs 32;" C TeslaBeamCombine src/Dodge/Data/Beam.hs 41;" C -TeslaGunFlare src/Dodge/Data/Item/Use.hs 156;" C +TeslaGunFlare src/Dodge/Data/Item/Use.hs 157;" C Test src/Dodge/Creature/Test.hs 8;" m Test src/Dodge/Event/Test.hs 1;" m Test src/Picture/Test.hs 1;" m @@ -2687,7 +2662,7 @@ Trie src/SimpleTrie.hs 5;" t Trie src/Dodge/Combine/Trie.hs 1;" m TriggerDoor src/Dodge/LevelGen/TriggerDoor.hs 2;" m TriggerDoor src/Dodge/Placement/PlaceSpot/TriggerDoor.hs 1;" m -TriggerType src/Dodge/Data/Item/Use.hs 87;" t +TriggerType src/Dodge/Data/Item/Use.hs 88;" t TriggerType src/Dodge/Item/Weapon/TriggerType.hs 6;" m Tuple src/Tuple.hs 1;" m TurbineBaySS src/Dodge/Data/Scenario.hs 110;" C @@ -2714,13 +2689,13 @@ TweakTractionPower src/Dodge/Data/Item/Tweak.hs 22;" C TweakType src/Dodge/Data/Item/Tweak.hs 20;" t Tweakable src/Dodge/Data/Item/Tweak.hs 15;" C TwistGoal src/Dodge/Data/Scenario.hs 15;" C -TwoHandFlat src/Dodge/Data/Item/Use.hs 198;" C -TwoHandOver src/Dodge/Data/Item/Use.hs 197;" C -TwoHandUnder src/Dodge/Data/Item/Use.hs 196;" C +TwoHandFlat src/Dodge/Data/Item/Use.hs 199;" C +TwoHandOver src/Dodge/Data/Item/Use.hs 198;" C +TwoHandUnder src/Dodge/Data/Item/Use.hs 197;" C Type src/Dodge/Data/Damage/Type.hs 6;" m Typical src/Shape/Data.hs 36;" C UPtLayer src/Dodge/Picture/Layer/Data.hs 16;" C -UncomposableIsolateSF src/Dodge/Data/ComposedItem.hs 32;" C +UncomposableIsolateSF src/Dodge/Data/ComposedItem.hs 34;" C Uncursed src/Dodge/Data/Item/CurseStatus.hs 12;" C Uncursed src/Dodge/Item/Data.hs 8;" C UnderGround src/Dodge/Data/Scenario.hs 78;" C @@ -2782,7 +2757,7 @@ VBO src/Shader/Data.hs 81;" t VF src/Polyhedra/Data.hs 21;" t VIOLET src/Color/Data.hs 22;" C VOLLEYGUN src/Dodge/Combine/Data.hs 148;" C -VOLLEYGUN src/Dodge/Data/Item/Combine.hs 172;" C +VOLLEYGUN src/Dodge/Data/Item/Combine.hs 153;" C VariableRate src/Dodge/Data/Item/Use/Delay.hs 16;" C VariableRate src/Dodge/Data/Item/UseDelay.hs 16;" C VariableSelectionWidth src/Dodge/Data/SelectionList.hs 68;" C @@ -2807,14 +2782,14 @@ Vocalization src/Dodge/Data/Creature/Misc.hs 27;" t Vocalization src/Dodge/Creature/Vocalization.hs 1;" m Volition src/Dodge/Creature/Volition.hs 2;" m WALLDETECTOR src/Dodge/Combine/Data.hs 227;" C -WALLDETECTOR src/Dodge/Data/Item/Combine.hs 226;" C +WALLDETECTOR src/Dodge/Data/Item/Combine.hs 186;" C WASD src/Dodge/WASD.hs 1;" m WEPTELE src/Dodge/Combine/Data.hs 216;" C WHITE src/Color/Data.hs 27;" C WIRE src/Dodge/Combine/Data.hs 58;" C -WIRE src/Dodge/Data/Item/Combine.hs 66;" C +WIRE src/Dodge/Data/Item/Combine.hs 58;" C WRISTARMOUR src/Dodge/Combine/Data.hs 107;" C -WRISTARMOUR src/Dodge/Data/Item/Combine.hs 132;" C +WRISTARMOUR src/Dodge/Data/Item/Combine.hs 115;" C WaitMessage src/Dodge/Data/Menu.hs 5;" C WaitThen src/Dodge/Data/ActionPlan.hs 103;" C WalkCycle src/Dodge/Creature/State/WalkCycle.hs 1;" m @@ -2880,11 +2855,11 @@ WdWdNegateTrig src/Dodge/Data/WorldEffect.hs 33;" C WdYouPos src/Dodge/Data/WorldEffect.hs 41;" C Weapon src/Dodge/Default/Weapon.hs 1;" m Weapon src/Dodge/Item/Weapon.hs 2;" m -WeaponPlatformSF src/Dodge/Data/ComposedItem.hs 26;" C -WeaponScopeLink src/Dodge/Data/ComposedItem.hs 19;" C -WeaponScopeSF src/Dodge/Data/ComposedItem.hs 27;" C -WeaponTargetingLink src/Dodge/Data/ComposedItem.hs 20;" C -WeaponTargetingSF src/Dodge/Data/ComposedItem.hs 28;" C +WeaponPlatformSF src/Dodge/Data/ComposedItem.hs 28;" C +WeaponScopeLink src/Dodge/Data/ComposedItem.hs 21;" C +WeaponScopeSF src/Dodge/Data/ComposedItem.hs 29;" C +WeaponTargetingLink src/Dodge/Data/ComposedItem.hs 22;" C +WeaponTargetingSF src/Dodge/Data/ComposedItem.hs 30;" C Weapons src/Dodge/Item/Held/Weapons.hs 1;" m West src/Dodge/Data/CardinalPoint.hs 7;" C WinScale src/Dodge/Base/WinScale.hs 1;" m @@ -2917,7 +2892,7 @@ YELLOW src/Color/Data.hs 18;" C You src/Dodge/Base/You.hs 1;" m YourAI src/Dodge/Data/Creature/Misc.hs 49;" C YourControl src/Dodge/Creature/YourControl.hs 1;" m -ZOOMSCOPE src/Dodge/Data/Item/Combine.hs 100;" C +ZOOMSCOPE src/Dodge/Data/Item/Combine.hs 88;" C ZombieFaction src/Dodge/Creature/State/Data.hs 31;" C ZombieFaction src/Dodge/Data/Creature/State.hs 36;" C Zone src/Dodge/Zone/Data.hs 8;" t @@ -2941,13 +2916,13 @@ _actionSound src/Dodge/Data/LoadAction.hs 11;" f _actionSound src/Dodge/Data/LoadAction.hs 14;" f _actionTime src/Dodge/Data/LoadAction.hs 11;" f _actionTime src/Dodge/Data/LoadAction.hs 14;" f -_aimHandlePos src/Dodge/Data/Item/Use.hs 145;" f -_aimMuzzles src/Dodge/Data/Item/Use.hs 146;" f -_aimRange src/Dodge/Data/Item/Use.hs 142;" f -_aimStance src/Dodge/Data/Item/Use.hs 144;" f -_aimTurnSpeed src/Dodge/Data/Item/Use.hs 141;" f -_aimWeight src/Dodge/Data/Item/Use.hs 140;" f -_aimZoom src/Dodge/Data/Item/Use.hs 143;" f +_aimHandlePos src/Dodge/Data/Item/Use.hs 146;" f +_aimMuzzles src/Dodge/Data/Item/Use.hs 147;" f +_aimRange src/Dodge/Data/Item/Use.hs 143;" f +_aimStance src/Dodge/Data/Item/Use.hs 145;" f +_aimTurnSpeed src/Dodge/Data/Item/Use.hs 142;" f +_aimWeight src/Dodge/Data/Item/Use.hs 141;" f +_aimZoom src/Dodge/Data/Item/Use.hs 144;" f _allocNewPos src/Dodge/Data/RightButtonOptions.hs 21;" f _allocNewPos src/Dodge/Data/RightButtonOptions.hs 24;" f _allocNewPos src/Dodge/Data/RightButtonOptions.hs 28;" f @@ -2968,13 +2943,13 @@ _amPosDirs src/Dodge/Item/AmmoPosition.hs 10;" f _amString src/Dodge/Data/Ammo.hs 33;" f _amString src/Dodge/Data/Ammo.hs 38;" f _amString src/Dodge/Data/Ammo.hs 42;" f -_amagLoadStatus src/Dodge/Data/Item/Use.hs 69;" f -_amagParams src/Dodge/Data/Item/Use.hs 70;" f -_amagType src/Dodge/Data/Item/Use.hs 71;" f +_amagLoadStatus src/Dodge/Data/Item/Use.hs 70;" f +_amagParams src/Dodge/Data/Item/Use.hs 71;" f +_amagType src/Dodge/Data/Item/Use.hs 72;" f _ambushTarget src/Dodge/Data/ActionPlan.hs 178;" f -_ampBullet src/Dodge/Data/Item/Use.hs 126;" f -_ampCreateGas src/Dodge/Data/Item/Use.hs 131;" f -_ampPayload src/Dodge/Data/Item/Use.hs 128;" f +_ampBullet src/Dodge/Data/Item/Use.hs 127;" f +_ampCreateGas src/Dodge/Data/Item/Use.hs 132;" f +_ampPayload src/Dodge/Data/Item/Use.hs 129;" f _amposDir src/Dodge/Item/AmmoPosition.hs 9;" f _amposPos src/Dodge/Item/AmmoPosition.hs 9;" f _apAction src/Dodge/Data/ActionPlan.hs 20;" f @@ -3006,7 +2981,7 @@ _atFuseTime src/Dodge/Data/Item/Attachment.hs 12;" f _atFuseTime src/Dodge/Item/Attachment/Data.hs 12;" f _atInt src/Dodge/Data/Item/Attachment.hs 14;" f _atInt src/Dodge/Item/Attachment/Data.hs 16;" f -_atLinkedProjectile src/Dodge/Data/Item/Use.hs 66;" f +_atLinkedProjectile src/Dodge/Data/Item/Use.hs 67;" f _atMInt src/Dodge/Data/Item/Attachment.hs 15;" f _atMInt src/Dodge/Item/Attachment/Data.hs 17;" f _atMode src/Dodge/Item/Attachment/Data.hs 13;" f @@ -3076,21 +3051,21 @@ _buDamages src/Dodge/Data/Bullet.hs 28;" f _buDelayFraction src/Dodge/Data/Bullet.hs 18;" f _buDrag src/Dodge/Data/Bullet.hs 23;" f _buEffect src/Dodge/Data/Bullet.hs 19;" f -_buMod src/Dodge/Data/Item/Use.hs 83;" f +_buMod src/Dodge/Data/Item/Use.hs 84;" f _buOldPos src/Dodge/Data/Bullet.hs 25;" f +_buPayload src/Dodge/Data/Bullet.hs 20;" f _buPos src/Dodge/Data/Bullet.hs 24;" f -_buSpawn src/Dodge/Data/Bullet.hs 20;" f _buTimer src/Dodge/Data/Bullet.hs 27;" f _buTrajectory src/Dodge/Data/Bullet.hs 21;" f _buVel src/Dodge/Data/Bullet.hs 22;" f _buWidth src/Dodge/Data/Bullet.hs 26;" f -_bulGunSound src/Dodge/Data/Item/Use.hs 100;" f -_bulGunSound src/Dodge/Data/Item/Use.hs 107;" f -_bulGunSound src/Dodge/Data/Item/Use.hs 117;" f +_bulGunSound src/Dodge/Data/Item/Use.hs 101;" f +_bulGunSound src/Dodge/Data/Item/Use.hs 108;" f +_bulGunSound src/Dodge/Data/Item/Use.hs 118;" f _bullets src/Dodge/Data/LWorld.hs 107;" f _buttons src/Dodge/Data/LWorld.hs 137;" f _cClock src/Dodge/Data/CWorld.hs 28;" f -_cUse src/Dodge/Data/Item/Use.hs 56;" f +_cUse src/Dodge/Data/Item/Use.hs 57;" f _cWorld src/Dodge/Data/World.hs 38;" f _camBoundBox src/Dodge/Data/CamPos.hs 20;" f _camBoundBox src/Dodge/Data/Camera.hs 31;" f @@ -3348,9 +3323,9 @@ _eqParams src/Dodge/Data/Equipment.hs 17;" f _eqSite src/Dodge/Data/Equipment.hs 16;" f _eqUse src/Dodge/Data/Equipment.hs 13;" f _eqViewDist src/Dodge/Data/Equipment.hs 18;" f -_equipEffect src/Dodge/Data/Item/Use.hs 52;" f -_equipEffect src/Dodge/Data/Item/Use.hs 60;" f -_equipTargeting src/Dodge/Data/Item/Use.hs 61;" f +_equipEffect src/Dodge/Data/Item/Use.hs 53;" f +_equipEffect src/Dodge/Data/Item/Use.hs 61;" f +_equipTargeting src/Dodge/Data/Item/Use.hs 62;" f _euseAmmoAmount src/Dodge/Data/Item/HeldUse.hs 41;" f _euseAmmoLink src/Dodge/Data/Item/HeldUse.hs 44;" f _euseAmmoMax src/Dodge/Data/Item/HeldUse.hs 42;" f @@ -3406,7 +3381,7 @@ _futureWorlds src/Dodge/Data/World.hs 65;" f _futureWorlds src/Dodge/Data/World.hs 71;" f _gameplay_rotate_to_wall src/Dodge/Config/Data.hs 25;" f _gameplay_rotate_to_wall src/Dodge/Data/Config.hs 55;" f -_gasCreation src/Dodge/Data/Item/Use.hs 95;" f +_gasCreation src/Dodge/Data/Item/Use.hs 96;" f _genPlacements src/Dodge/Data/GenWorld.hs 26;" f _genRooms src/Dodge/Data/GenWorld.hs 27;" f _getAttentiveTo src/Dodge/Creature/AlertLevel/Data.hs 22;" f @@ -3449,14 +3424,14 @@ _guVel src/Dodge/Data/Gust.hs 16;" f _gusts src/Dodge/Data/LWorld.hs 103;" f _gwWorld src/Dodge/Data/GenWorld.hs 25;" f _hammerPosition src/Dodge/Data/Hammer.hs 14;" f -_heldAim src/Dodge/Data/Item/Use.hs 41;" f -_heldAmmoTypes src/Dodge/Data/Item/Use.hs 42;" f -_heldDelay src/Dodge/Data/Item/Use.hs 38;" f -_heldHammer src/Dodge/Data/Item/Use.hs 40;" f -_heldParams src/Dodge/Data/Item/Use.hs 43;" f +_heldAim src/Dodge/Data/Item/Use.hs 42;" f +_heldAmmoTypes src/Dodge/Data/Item/Use.hs 43;" f +_heldDelay src/Dodge/Data/Item/Use.hs 39;" f +_heldHammer src/Dodge/Data/Item/Use.hs 41;" f +_heldParams src/Dodge/Data/Item/Use.hs 44;" f _heldPos src/Dodge/Data/Input.hs 27;" f -_heldTriggerType src/Dodge/Data/Item/Use.hs 44;" f -_heldUsageTime src/Dodge/Data/Item/Use.hs 45;" f +_heldTriggerType src/Dodge/Data/Item/Use.hs 45;" f +_heldUsageTime src/Dodge/Data/Item/Use.hs 46;" f _heldWorldPos src/Dodge/Data/Input.hs 29;" f _hsCharMode src/Dodge/Data/Item/HeldScroll.hs 17;" f _hud src/Dodge/Data/World.hs 47;" f @@ -3464,17 +3439,17 @@ _hudElement src/Dodge/Data/HUD.hs 36;" f _humanoidAI src/Dodge/Data/Creature/Misc.hs 69;" f _iaLoaded src/Dodge/Data/Item/Use/Consumption.hs 22;" f _iaMax src/Dodge/Data/Item/Use/Consumption.hs 21;" f -_ibtAmmoMag src/Dodge/Data/Item/Combine.hs 92;" f -_ibtAttach src/Dodge/Data/Item/Combine.hs 91;" f -_ibtBulletMod src/Dodge/Data/Item/Combine.hs 94;" f -_ibtConsumable src/Dodge/Data/Item/Combine.hs 89;" f +_ibtAmmoMag src/Dodge/Data/Item/Combine.hs 82;" f +_ibtAttach src/Dodge/Data/Item/Combine.hs 81;" f +_ibtBulletMod src/Dodge/Data/Item/Combine.hs 84;" f +_ibtConsumable src/Dodge/Data/Item/Combine.hs 79;" f _ibtEquip src/Dodge/Combine/Data.hs 88;" f -_ibtEquip src/Dodge/Data/Item/Combine.hs 88;" f +_ibtEquip src/Dodge/Data/Item/Combine.hs 78;" f _ibtHeld src/Dodge/Combine/Data.hs 86;" f -_ibtHeld src/Dodge/Data/Item/Combine.hs 86;" f +_ibtHeld src/Dodge/Data/Item/Combine.hs 76;" f _ibtLeft src/Dodge/Combine/Data.hs 87;" f -_ibtLeft src/Dodge/Data/Item/Combine.hs 87;" f -_ibtTargeting src/Dodge/Data/Item/Combine.hs 93;" f +_ibtLeft src/Dodge/Data/Item/Combine.hs 77;" f +_ibtTargeting src/Dodge/Data/Item/Combine.hs 83;" f _ieCounter src/Dodge/Data/ItEffect.hs 15;" f _ieCounter src/Dodge/Data/ItEffect.hs 23;" f _ieDrop src/Dodge/Data/ItEffect.hs 31;" f @@ -3505,8 +3480,6 @@ _impulseUseAheadPos src/Dodge/Data/ActionPlan.hs 56;" f _impulseUseTarget src/Dodge/Data/ActionPlan.hs 53;" f _impulseUseTargetCID src/Dodge/Data/ActionPlan.hs 50;" f _impulsesListList src/Dodge/Data/ActionPlan.hs 98;" f -_imtBulletTrajectoryType src/Dodge/Data/Item/Combine.hs 213;" f -_imtTargetType src/Dodge/Data/Item/Combine.hs 214;" f _input src/Dodge/Data/World.hs 44;" f _insertMax src/Dodge/Data/LoadAction.hs 13;" f _instantBullets src/Dodge/Data/LWorld.hs 106;" f @@ -3539,11 +3512,10 @@ _itemLocations src/Dodge/Data/LWorld.hs 101;" f _iyBase src/Dodge/Combine/Data.hs 13;" f _iyBase src/Dodge/Data/Item/Combine.hs 17;" f _iyModules src/Dodge/Combine/Data.hs 14;" f -_iyModules src/Dodge/Data/Item/Combine.hs 18;" f _iyStack src/Dodge/Combine/Data.hs 15;" f -_izFac src/Dodge/Data/Item/Use.hs 207;" f -_izMax src/Dodge/Data/Item/Use.hs 205;" f -_izMin src/Dodge/Data/Item/Use.hs 206;" f +_izFac src/Dodge/Data/Item/Use.hs 208;" f +_izMax src/Dodge/Data/Item/Use.hs 206;" f +_izMin src/Dodge/Data/Item/Use.hs 207;" f _killTarget src/Dodge/Data/ActionPlan.hs 198;" f _lClock src/Dodge/Data/LWorld.hs 146;" f _lTestInt src/Dodge/Data/LWorld.hs 148;" f @@ -3580,10 +3552,10 @@ _ldtLeft src/Dodge/Data/DoubleTree.hs 39;" f _ldtRight src/Dodge/Data/DoubleTree.hs 40;" f _ldtValue src/Dodge/Data/DoubleTree.hs 39;" f _leadTargetBy src/Dodge/Data/ActionPlan.hs 150;" f -_leftConsumption src/Dodge/Data/Item/Use.hs 53;" f -_leftDelay src/Dodge/Data/Item/Use.hs 50;" f -_leftHammer src/Dodge/Data/Item/Use.hs 51;" f -_leftUse src/Dodge/Data/Item/Use.hs 49;" f +_leftConsumption src/Dodge/Data/Item/Use.hs 54;" f +_leftDelay src/Dodge/Data/Item/Use.hs 51;" f +_leftHammer src/Dodge/Data/Item/Use.hs 52;" f +_leftUse src/Dodge/Data/Item/Use.hs 50;" f _lightBeams src/Dodge/Data/LWorld.hs 152;" f _lightSources src/Dodge/Data/LWorld.hs 141;" f _lightingCapShader src/Data/Preload/Render.hs 16;" f @@ -3609,9 +3581,9 @@ _lsParam src/Dodge/Data/LightSource.hs 36;" f _lsPict src/Dodge/Data/LightSource.hs 38;" f _lsPos src/Dodge/Data/LightSource.hs 28;" f _lsRad src/Dodge/Data/LightSource.hs 29;" f -_luChildUpdate src/Dodge/Data/ComposedItem.hs 47;" f -_luLinkType src/Dodge/Data/ComposedItem.hs 45;" f -_luParentUpdate src/Dodge/Data/ComposedItem.hs 46;" f +_luChildUpdate src/Dodge/Data/ComposedItem.hs 51;" f +_luLinkType src/Dodge/Data/ComposedItem.hs 49;" f +_luParentUpdate src/Dodge/Data/ComposedItem.hs 50;" f _lwID src/Dodge/Data/LinearShockwave.hs 15;" f _lwPoints src/Dodge/Data/LinearShockwave.hs 16;" f _lwPos src/Dodge/Data/LinearShockwave.hs 14;" f @@ -3670,18 +3642,18 @@ _mtBranches src/Dodge/Tree/Compose/Data.hs 8;" f _mtLabel src/Dodge/Tree/Compose/Data.hs 8;" f _mtTree src/Dodge/Tree/Compose/Data.hs 8;" f _musicData src/Data/Preload.hs 13;" f -_muzVel src/Dodge/Data/Item/Use.hs 111;" f +_muzVel src/Dodge/Data/Item/Use.hs 112;" f _mvAimSpeed src/Dodge/Data/Creature/Misc.hs 44;" f _mvSpeed src/Dodge/Data/Creature/Misc.hs 39;" f _mvToPoint src/Dodge/Data/Creature.hs 98;" f _mvTurnJit src/Dodge/Data/Creature/Misc.hs 43;" f _mvTurnRad src/Dodge/Data/Creature/Misc.hs 42;" f -_mzAmmoSlot src/Dodge/Data/Item/Use.hs 180;" f -_mzEffect src/Dodge/Data/Item/Use.hs 182;" f -_mzFlareType src/Dodge/Data/Item/Use.hs 181;" f -_mzInaccuracy src/Dodge/Data/Item/Use.hs 179;" f -_mzPos src/Dodge/Data/Item/Use.hs 177;" f -_mzRot src/Dodge/Data/Item/Use.hs 178;" f +_mzAmmoSlot src/Dodge/Data/Item/Use.hs 181;" f +_mzEffect src/Dodge/Data/Item/Use.hs 183;" f +_mzFlareType src/Dodge/Data/Item/Use.hs 182;" f +_mzInaccuracy src/Dodge/Data/Item/Use.hs 180;" f +_mzPos src/Dodge/Data/Item/Use.hs 178;" f +_mzRot src/Dodge/Data/Item/Use.hs 179;" f _newArcStep src/Dodge/Data/Item/Params.hs 51;" f _newBeams src/Dodge/Data/LWorld.hs 115;" f _noClip src/Dodge/Debug/Flag/Data.hs 7;" f @@ -3692,10 +3664,10 @@ _nodesSearched src/Dodge/Data/Creature/Memory.hs 15;" f _numLinkEW src/Dodge/Data/Room.hs 33;" f _numLinkNS src/Dodge/Data/Room.hs 34;" f _numberFloorVerxs src/Dodge/Data/CWorld.hs 32;" f -_nzCurrentWalkAngle src/Dodge/Data/Item/Use.hs 168;" f -_nzMaxWalkAngle src/Dodge/Data/Item/Use.hs 167;" f -_nzPressure src/Dodge/Data/Item/Use.hs 166;" f -_nzWalkSpeed src/Dodge/Data/Item/Use.hs 169;" f +_nzCurrentWalkAngle src/Dodge/Data/Item/Use.hs 169;" f +_nzMaxWalkAngle src/Dodge/Data/Item/Use.hs 168;" f +_nzPressure src/Dodge/Data/Item/Use.hs 167;" f +_nzWalkSpeed src/Dodge/Data/Item/Use.hs 170;" f _offPathFromEdges src/Dodge/Data/Room.hs 74;" f _onPathFromEdges src/Dodge/Data/Room.hs 73;" f _opDraw src/Dodge/Data/Wall.hs 41;" f @@ -3847,8 +3819,8 @@ _pyFaces src/Polyhedra/Data.hs 14;" f _radarBlips src/Dodge/Data/LWorld.hs 113;" f _radarSweeps src/Dodge/Data/LWorld.hs 108;" f _randGen src/Dodge/Data/World.hs 41;" f -_randomOffset src/Dodge/Data/Item/Use.hs 98;" f -_randomOffset src/Dodge/Data/Item/Use.hs 115;" f +_randomOffset src/Dodge/Data/Item/Use.hs 99;" f +_randomOffset src/Dodge/Data/Item/Use.hs 116;" f _rateMax src/Dodge/Data/Item/HeldDelay.hs 16;" f _rateMax src/Dodge/Data/Item/Use/Delay.hs 13;" f _rateMax src/Dodge/Data/Item/Use/Delay.hs 17;" f @@ -3870,14 +3842,14 @@ _rbPos src/Dodge/Data/RadarBlip.hs 19;" f _rbRad src/Dodge/Data/RadarBlip.hs 18;" f _rbTime src/Dodge/Data/RadarBlip.hs 16;" f _rboBaseBloom src/Data/Preload/Render.hs 38;" f -_recoil src/Dodge/Data/Item/Use.hs 96;" f -_recoil src/Dodge/Data/Item/Use.hs 113;" f +_recoil src/Dodge/Data/Item/Use.hs 97;" f +_recoil src/Dodge/Data/Item/Use.hs 114;" f _reloadAction src/Dodge/Data/LoadAction.hs 26;" f _renderData src/Data/Preload.hs 11;" f _reverseAmount src/Dodge/Data/World.hs 64;" f _reverseAmount src/Dodge/Data/World.hs 70;" f _reverseAmount src/Dodge/Data/World.hs 74;" f -_rifling src/Dodge/Data/Item/Use.hs 112;" f +_rifling src/Dodge/Data/Item/Use.hs 113;" f _rlDir src/Dodge/Data/Room.hs 26;" f _rlPos src/Dodge/Data/Room.hs 25;" f _rlType src/Dodge/Data/Room.hs 24;" f @@ -3957,7 +3929,7 @@ _scopePos src/Dodge/Data/Item/Attachment.hs 25;" f _scopePos src/Dodge/Data/Item/Attachment.hs 32;" f _scopePos src/Dodge/Item/Attachment/Data.hs 27;" f _scopePos src/Dodge/Item/Attachment/Data.hs 32;" f -_scopeScope src/Dodge/Data/Item/Use.hs 75;" f +_scopeScope src/Dodge/Data/Item/Use.hs 76;" f _scopeZoom src/Dodge/Data/Item/Attachment.hs 26;" f _scopeZoom src/Dodge/Data/Item/Attachment.hs 34;" f _scopeZoom src/Dodge/Item/Attachment/Data.hs 28;" f @@ -4021,8 +3993,8 @@ _siPictures src/Dodge/Data/SelectionList.hs 77;" f _siPictures src/Dodge/Data/SelectionList.hs 85;" f _sideEffect src/Loop/Data.hs 13;" f _sideImpulses src/Dodge/Data/ActionPlan.hs 170;" f -_sidePush src/Dodge/Data/Item/Use.hs 99;" f -_sidePush src/Dodge/Data/Item/Use.hs 116;" f +_sidePush src/Dodge/Data/Item/Use.hs 100;" f +_sidePush src/Dodge/Data/Item/Use.hs 117;" f _silhouetteEBO src/Data/Preload/Render.hs 27;" f _skColor src/Dodge/Data/Spark.hs 17;" f _skDamageType src/Dodge/Data/Spark.hs 21;" f @@ -4110,12 +4082,12 @@ _teslaArcs src/Dodge/Data/LWorld.hs 117;" f _testFloat src/Dodge/Data/World.hs 45;" f _textInput src/Dodge/Data/Input.hs 30;" f _textureObject src/Shader/Data.hs 95;" f -_tgActive src/Dodge/Data/Item/Use.hs 80;" f +_tgActive src/Dodge/Data/Item/Use.hs 81;" f _tgActive src/Dodge/Data/Targeting.hs 16;" f _tgDraw src/Dodge/Data/Targeting.hs 14;" f -_tgID src/Dodge/Data/Item/Use.hs 79;" f +_tgID src/Dodge/Data/Item/Use.hs 80;" f _tgID src/Dodge/Data/Targeting.hs 15;" f -_tgPos src/Dodge/Data/Item/Use.hs 78;" f +_tgPos src/Dodge/Data/Item/Use.hs 79;" f _tgPos src/Dodge/Data/Targeting.hs 12;" f _tgUpdate src/Dodge/Data/Targeting.hs 13;" f _tiFocus src/Dodge/Data/Terminal.hs 21;" f @@ -4164,14 +4136,14 @@ _toPlaySoundVolume src/Sound/Data.hs 43;" f _toPlaySoundVolumeFraction src/Sound/Data.hs 44;" f _toPlaySounds src/Dodge/Data/World.hs 42;" f _topBoxSize src/Shape/Data.hs 17;" f -_torqueAfter src/Dodge/Data/Item/Use.hs 97;" f -_torqueAfter src/Dodge/Data/Item/Use.hs 114;" f +_torqueAfter src/Dodge/Data/Item/Use.hs 98;" f +_torqueAfter src/Dodge/Data/Item/Use.hs 115;" f _tractorBeams src/Dodge/Data/LWorld.hs 122;" f _trieChildren src/SimpleTrie.hs 7;" f _trieMVal src/SimpleTrie.hs 6;" f _triggers src/Dodge/Data/LWorld.hs 131;" f -_tryLeftLink src/Dodge/Data/ComposedItem.hs 40;" f -_tryRightLink src/Dodge/Data/ComposedItem.hs 41;" f +_tryLeftLink src/Dodge/Data/ComposedItem.hs 44;" f +_tryRightLink src/Dodge/Data/ComposedItem.hs 45;" f _ttDeathEffect src/Dodge/Data/Terminal.hs 82;" f _ttTriggerID src/Dodge/Data/Terminal.hs 81;" f _tuDir src/Dodge/Data/Machine.hs 61;" f @@ -4259,10 +4231,10 @@ _warmSound src/Dodge/Data/Item/HeldDelay.hs 28;" f _warmTime src/Dodge/Data/Item/HeldDelay.hs 26;" f _warmTime src/Dodge/Data/Item/Use/Delay.hs 23;" f _warmTime src/Dodge/Data/Item/UseDelay.hs 23;" f -_weaponInvLock src/Dodge/Data/Item/Use.hs 103;" f -_weaponInvLock src/Dodge/Data/Item/Use.hs 120;" f -_weaponRepeat src/Dodge/Data/Item/Use.hs 104;" f -_weaponRepeat src/Dodge/Data/Item/Use.hs 121;" f +_weaponInvLock src/Dodge/Data/Item/Use.hs 104;" f +_weaponInvLock src/Dodge/Data/Item/Use.hs 121;" f +_weaponRepeat src/Dodge/Data/Item/Use.hs 105;" f +_weaponRepeat src/Dodge/Data/Item/Use.hs 122;" f _windowPosX src/Dodge/Config/Data.hs 23;" f _windowPosX src/Dodge/Data/Config.hs 53;" f _windowPosY src/Dodge/Config/Data.hs 24;" f @@ -4305,9 +4277,9 @@ _xNum src/Dodge/Combine/Data.hs 143;" f _xNum src/Dodge/Combine/Data.hs 147;" f _xNum src/Dodge/Combine/Data.hs 175;" f _xNum src/Dodge/Combine/Data.hs 180;" f -_xNum src/Dodge/Data/Item/Combine.hs 163;" f -_xNum src/Dodge/Data/Item/Combine.hs 170;" f -_xNum src/Dodge/Data/Item/Combine.hs 196;" f +_xNum src/Dodge/Data/Item/Combine.hs 144;" f +_xNum src/Dodge/Data/Item/Combine.hs 151;" f +_xNum src/Dodge/Data/Item/Combine.hs 172;" f _znBounds src/Dodge/Base/Zone.hs 24;" f _znFunc src/Dodge/Data/Zoning.hs 15;" f _znObjects src/Dodge/Base/Zone.hs 22;" f @@ -4377,7 +4349,7 @@ addSideEffect src/Dodge/Concurrent.hs 32;" f addSouthPillars src/Dodge/Room/LongDoor.hs 87;" f addTermSignal src/Dodge/Event/Input.hs 34;" f addTile src/Dodge/Room/AddTile.hs 11;" f -addTinClip src/Dodge/Item/Draw/SPic.hs 306;" f +addTinClip src/Dodge/Item/Draw/SPic.hs 307;" f addToTrunk src/Dodge/Layout/Tree/Polymorphic.hs 116;" f addToTrunk src/Dodge/Tree/Polymorphic.hs 129;" f addToTrunk src/TreeHelp.hs 156;" f @@ -4389,7 +4361,7 @@ advanceSmoothScroll src/Dodge/SmoothScroll.hs 29;" f advanceStepCounter src/Dodge/Creature/Action/Movement.hs 56;" f advanceStepCounter src/Dodge/Creature/Impulse/Movement.hs 45;" f aimDelaySweep src/Dodge/Render/ShapePicture.hs 47;" f -aimStanceInfo src/Dodge/Item/Info.hs 215;" f +aimStanceInfo src/Dodge/Item/Info.hs 216;" f aimTurn src/Dodge/Creature/YourControl.hs 189;" f aimingMuzzleLength src/Dodge/Creature/HandPos.hs 46;" f aimingMuzzlePos src/Dodge/Creature/HandPos.hs 41;" f @@ -4406,7 +4378,7 @@ airlockZ src/Dodge/Room/Airlock.hs 91;" f allHotkeys src/Dodge/Creature/YourControl.hs 52;" f allVisibleWalls src/Dodge/Base/Collide.hs 131;" f alongSegBy src/Geometry.hs 43;" f -ammoComposedItem src/Dodge/Item/Grammar.hs 58;" f +ammoComposedItem src/Dodge/Item/Grammar.hs 60;" f ammoTweakStrings src/Dodge/Render/HUD.hs 288;" f amr src/Dodge/Item/Held/Rod.hs 46;" f amr src/Dodge/Item/Weapon/BulletGun/Rod.hs 56;" f @@ -4517,10 +4489,10 @@ azure src/Color.hs 22;" f bQuadToF src/Geometry/Bezier.hs 37;" f bQuadToLine src/Geometry/Bezier.hs 30;" f backpackCombinations src/Dodge/Combine/Combinations.hs 25;" f -backpackShape src/Dodge/Item/Draw/SPic.hs 75;" f +backpackShape src/Dodge/Item/Draw/SPic.hs 76;" f backspaceInputted src/Dodge/Update/Input/Text.hs 26;" f bangCone src/Dodge/Item/Held/Cone.hs 11;" f -bangConeShape src/Dodge/Item/Draw/SPic.hs 236;" f +bangConeShape src/Dodge/Item/Draw/SPic.hs 237;" f bangEchoS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 370;" f bangRod src/Dodge/Item/Held/Rod.hs 18;" f bangRod src/Dodge/Item/Weapon/BulletGun/Rod.hs 18;" f @@ -4530,20 +4502,20 @@ bangStick src/Dodge/Item/Weapon/BulletGun/Stick.hs 17;" f bangStickSoundChoice src/Dodge/HeldUse/BulletWeapon.hs 226;" f barPP src/Dodge/Room/Foreground.hs 236;" f barrel src/Dodge/Creature/Inanimate.hs 17;" f -baseAMRShape src/Dodge/Item/Draw/SPic.hs 450;" f +baseAMRShape src/Dodge/Item/Draw/SPic.hs 451;" f baseBlockPane src/Dodge/Placement/Instance/Wall.hs 86;" f baseBlockPane src/Dodge/Placements/Wall.hs 63;" f baseBlockPane src/Dodge/Room/Placement.hs 93;" f -baseCaneShape src/Dodge/Item/Draw/SPic.hs 256;" f +baseCaneShape src/Dodge/Item/Draw/SPic.hs 257;" f baseDebris src/Dodge/Block/Debris.hs 122;" f baseFloorTileSize src/Tile.hs 38;" f basePartiallyComposedItem src/Dodge/Item/Grammar.hs 35;" f -baseRifleShape src/Dodge/Item/Draw/SPic.hs 259;" f -baseRodShape src/Dodge/Item/Draw/SPic.hs 447;" f -baseSMGShape src/Dodge/Item/Draw/SPic.hs 418;" f +baseRifleShape src/Dodge/Item/Draw/SPic.hs 260;" f +baseRodShape src/Dodge/Item/Draw/SPic.hs 448;" f +baseSMGShape src/Dodge/Item/Draw/SPic.hs 419;" f baseShoulder src/Dodge/Creature/Picture.hs 159;" f -baseStickShape src/Dodge/Item/Draw/SPic.hs 233;" f -baseStickShapeX src/Dodge/Item/Draw/SPic.hs 228;" f +baseStickShape src/Dodge/Item/Draw/SPic.hs 234;" f +baseStickShapeX src/Dodge/Item/Draw/SPic.hs 229;" f baseStickSpread src/Dodge/Item/Held/Stick.hs 32;" f baseStickSpread src/Dodge/Item/Weapon/BulletGun/Stick.hs 46;" f baseWindowPane src/Dodge/Placements/Wall.hs 73;" f @@ -4565,7 +4537,6 @@ basicMuzFlare src/Dodge/HeldUse.hs 156;" f basicPerceptionUpdateR src/Dodge/Creature/AlertLevel.hs 17;" f basicTerminal src/Dodge/Terminal.hs 32;" f battery src/Dodge/Item/Ammo.hs 75;" f -batteryModules src/Dodge/Item/Held/BatteryGuns.hs 127;" f batteryPack src/Dodge/Item/Equipment.hs 58;" f belowNumX src/Dodge/Combine/Graph.hs 77;" f beltMag src/Dodge/Item/Ammo.hs 42;" f @@ -4614,7 +4585,6 @@ bossKeyItems src/Dodge/LockAndKey.hs 11;" f bossRoom src/Dodge/Room/Boss.hs 59;" f bounceBall src/Dodge/Base/Collide.hs 77;" f bounceDir src/Dodge/Bullet.hs 100;" f -bounceModule src/Dodge/Item/Craftable.hs 29;" f bouncePoint src/Dodge/Base/Collide.hs 87;" f boundPoints src/Bound.hs 10;" f boundedGrid src/Grid.hs 19;" f @@ -4641,23 +4611,19 @@ bulDamageWall src/Dodge/Particle/Bullet/DestroyDamage.hs 30;" f bulSelTweak src/Dodge/TweakBullet.hs 15;" f bulletBeltBracer src/Dodge/Item/Equipment.hs 83;" f bulletBeltPack src/Dodge/Item/Equipment.hs 74;" f -bulletBodyCraft src/Dodge/Item/Craftable.hs 24;" f bulletCombinations src/Dodge/Combine/Graph.hs 35;" f -bulletMagazines src/Dodge/Combine/Combinations.hs 240;" f -bulletModule src/Dodge/Item/Scope.hs 37;" f -bulletPayloadModule src/Dodge/Item/Scope.hs 49;" f -bulletSpawn src/Dodge/Bullet.hs 105;" f +bulletModule src/Dodge/Item/Scope.hs 39;" f +bulletPayloadModule src/Dodge/Item/Scope.hs 48;" f bulletSynthesizer src/Dodge/Item/Ammo.hs 103;" f -bulletTargetingModule src/Dodge/Item/Scope.hs 43;" f +bulletTargetingModule src/Dodge/Item/Scope.hs 45;" f bulletTypes src/Dodge/TweakBullet.hs 26;" f -bulletWeapons src/Dodge/Combine/Combinations.hs 248;" f +bulletWeapons src/Dodge/Combine/Combinations.hs 246;" f burstRifle src/Dodge/Item/Held/Cane.hs 77;" f burstRifle src/Dodge/Item/Weapon/BulletGun/Cane.hs 105;" f buzzS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 502;" f buzzSound src/Dodge/SoundLogic/Synonyms.hs 4;" f calcSmoothScroll src/Dodge/SmoothScroll.hs 7;" f calcTexCoord src/Tile.hs 17;" f -canAttachTargeting src/Dodge/Item/Display.hs 20;" f canSee src/Dodge/Base/Collide.hs 228;" f canSeeIndirect src/Dodge/Base/Collide.hs 235;" f cardList src/Dodge/Base/CardinalPoint.hs 6;" f @@ -4759,7 +4725,7 @@ clsNearRect src/Dodge/Zoning/Cloud.hs 15;" f clsNearSeg src/Dodge/Zoning/Cloud.hs 12;" f clusterFormatting src/Dodge/Combine/Graph.hs 113;" f clusterFunc src/Dodge/Combine/Graph.hs 107;" f -cmm src/Dodge/Combine.hs 63;" f +cmm src/Dodge/Combine.hs 66;" f cogRaised src/Dodge/Creature/Perception.hs 101;" f colCrWall src/Dodge/WallCreatureCollisions.hs 26;" f colCrsWalls src/Dodge/WallCreatureCollisions.hs 17;" f @@ -4792,11 +4758,9 @@ combineInventoryExtra src/Dodge/Render/HUD.hs 201;" f combineItemListYouX src/Dodge/Combine.hs 41;" f combineList src/Dodge/Combine.hs 44;" f combineListInfo src/Dodge/Combine.hs 57;" f -combineModuleMaps src/Dodge/Combine.hs 68;" f combineRooms src/Dodge/Room/Procedural.hs 151;" f combineS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 344;" f combineTree src/Dodge/Tree/Compose.hs 66;" f -combineTwoModuleMaps src/Dodge/Combine.hs 74;" f commandColor src/Dodge/Terminal.hs 130;" f commandFutureLines src/Dodge/Terminal.hs 252;" f commandsCommand src/Dodge/Terminal.hs 91;" f @@ -4816,7 +4780,7 @@ connectionBlurb src/Dodge/Terminal.hs 100;" f connectionBlurbLines src/Dodge/Terminal.hs 45;" f constructEdges src/Polyhedra.hs 33;" f constructEdgesList src/Polyhedra.hs 42;" f -consumableInfo src/Dodge/Item/Info.hs 135;" f +consumableInfo src/Dodge/Item/Info.hs 136;" f contToIDCont src/Dodge/LevelGen/Data.hs 57;" f contToIDCont src/Dodge/LevelGen/PlacementHelper.hs 57;" f convexHull src/Geometry/Polygon.hs 91;" f @@ -4874,7 +4838,7 @@ crUpdateItemLocations src/Dodge/Inventory/FindRoot.hs 23;" f crUpdateItemLocations src/Dodge/Inventory/Location.hs 48;" f crZoneOfPoint src/Dodge/Base/Zone.hs 54;" f crZoneSize src/Dodge/Zoning/Creature.hs 39;" f -craftInfo src/Dodge/Item/Info.hs 140;" f +craftInfo src/Dodge/Item/Info.hs 141;" f crankSlowS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 420;" f createArc src/Dodge/Tesla/Arc.hs 67;" f createBarrelSpark src/Dodge/Particle/Spark.hs 21;" f @@ -4888,7 +4852,7 @@ createItemYou src/Dodge/Inventory/Add.hs 77;" f createLightMap src/Render.hs 26;" f createNewArc src/Dodge/Tesla/Arc.hs 76;" f createPathGrid src/Dodge/Room/Path.hs 21;" f -createProjectile src/Dodge/HeldUse.hs 443;" f +createProjectile src/Dodge/HeldUse.hs 451;" f createShell src/Dodge/Projectile/Create.hs 19;" f createShieldWall src/Dodge/Euse.hs 134;" f createTorchLightOffset src/Dodge/LightSource/Torch.hs 9;" f @@ -5017,7 +4981,7 @@ dededumS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 448;" f dedumS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 316;" f defDamageMaterial src/Dodge/Material/Damage.hs 17;" f defLSPic src/Dodge/LightSource/Draw.hs 11;" f -defSPic src/Dodge/Item/Draw/SPic.hs 242;" f +defSPic src/Dodge/Item/Draw/SPic.hs 243;" f defaultAimMvType src/Dodge/Default/Creature.hs 122;" f defaultAimParams src/Dodge/Default/Item/Held/AimParams.hs 4;" f defaultAimParams src/Dodge/Default/Item/Use/AimParams.hs 6;" f @@ -5028,7 +4992,6 @@ defaultAudition src/Dodge/Default/Creature.hs 99;" f defaultAutoWall src/Dodge/Default/Door.hs 15;" f defaultBangCane src/Dodge/Item/Held/Cane.hs 19;" f defaultBangCane src/Dodge/Item/Weapon/BulletGun/Cane.hs 16;" f -defaultBatteryGun src/Dodge/Item/Held/BatteryGuns.hs 122;" f defaultBlock src/Dodge/Default/Block.hs 5;" f defaultBounds src/Dodge/Bounds.hs 13;" f defaultBounds src/Dodge/Data/Bounds.hs 20;" f @@ -5137,11 +5100,11 @@ destroyMount src/Dodge/Block.hs 98;" f destroyMounts src/Dodge/Block.hs 95;" f destroyProjectile src/Dodge/Projectile/Update.hs 62;" f detV src/Geometry/Vector.hs 93;" f -detectorColor src/Dodge/Item/Draw/SPic.hs 510;" f +detectorColor src/Dodge/Item/Draw/SPic.hs 511;" f detectorEffect src/Dodge/Item/Weapon/Radar.hs 19;" f -detectorInfo src/Dodge/Item/Info.hs 195;" f +detectorInfo src/Dodge/Item/Info.hs 196;" f determineInvSelCursorWidth src/Dodge/ListDisplayParams.hs 54;" f -determineProjectileTracking src/Dodge/HeldUse.hs 433;" f +determineProjectileTracking src/Dodge/HeldUse.hs 441;" f diagonalLinesRect src/Dodge/Room/Foreground.hs 52;" f diffAngles src/Geometry.hs 196;" f difference src/Geometry.hs 130;" f @@ -5199,7 +5162,7 @@ doDrawing src/Dodge/Render.hs 35;" f doDrawing' src/Dodge/Render.hs 46;" f doFloatFloat src/Dodge/FloatFunction.hs 5;" f doFloorEffect src/Dodge/ItEffect.hs 21;" f -doGenFloat src/Dodge/HeldUse.hs 371;" f +doGenFloat src/Dodge/HeldUse.hs 379;" f doInPlacements src/Dodge/Layout.hs 92;" f doIndividualPlacements src/Dodge/Layout.hs 117;" f doInputScreenInput src/Dodge/Update/Input/ScreenLayer.hs 25;" f @@ -5412,16 +5375,15 @@ encircle src/Dodge/Creature/Boid.hs 115;" f encircleCloseP src/Dodge/Creature/Boid.hs 35;" f encircleDistP src/Dodge/Creature/Boid.hs 21;" f encircleP src/Dodge/Creature/Boid.hs 27;" f -energyBallCraft src/Dodge/Item/Craftable.hs 18;" f enterCombineInv src/Dodge/DisplayInventory.hs 254;" f eqConstr src/SameConstr.hs 17;" f eqPosText src/Dodge/Equipment/Text.hs 6;" f equipAimSpeed src/Dodge/Creature/Action/Movement.hs 109;" f -equipInfo src/Dodge/Item/Info.hs 106;" f -equipItemSPic src/Dodge/Item/Draw/SPic.hs 44;" f +equipInfo src/Dodge/Item/Info.hs 107;" f +equipItemSPic src/Dodge/Item/Draw/SPic.hs 45;" f equipPosition src/Dodge/Item/Draw.hs 31;" f equipPosition src/Dodge/Item/Equipment/Shape.hs 15;" f -equipSiteInfo src/Dodge/Item/Info.hs 227;" f +equipSiteInfo src/Dodge/Item/Info.hs 226;" f equipSiteToPositions src/Dodge/Inventory/RBList.hs 77;" f equipSpeed src/Dodge/Creature/Action/Movement.hs 106;" f equipSpeed src/Dodge/Creature/Impulse/Movement.hs 99;" f @@ -5504,20 +5466,20 @@ flameTorrent src/Dodge/Item/Held/SprayGuns.hs 43;" f flameTorrent src/Dodge/Item/Weapon/SprayGuns.hs 38;" f flameWall src/Dodge/Item/Held/SprayGuns.hs 59;" f flameWall src/Dodge/Item/Weapon/SprayGuns.hs 54;" f -flamerPic src/Dodge/Item/Draw/SPic.hs 421;" f +flamerPic src/Dodge/Item/Draw/SPic.hs 422;" f flareCircleAt src/Dodge/WorldEvent/Flash.hs 46;" f flatCombinationsTrie src/Dodge/Combine/Trie.hs 10;" f flatItemCombinations src/Dodge/Combine/Combinations.hs 49;" f flatLookupItems src/Dodge/Combine.hs 36;" f flatShield src/Dodge/Item/Held/Utility.hs 9;" f -flatShieldEquipSPic src/Dodge/Item/Draw/SPic.hs 494;" f +flatShieldEquipSPic src/Dodge/Item/Draw/SPic.hs 495;" f flatV2 src/Picture/Data.hs 65;" f flatV3 src/Picture/Data.hs 68;" f flatV4 src/Picture/Data.hs 71;" f flattenIMIMIM src/Dodge/Base/Zone.hs 246;" f fleeFrom src/Dodge/CreatureEffect.hs 120;" f fleeFromTarget src/Dodge/CreatureEffect.hs 66;" f -fletchingModule src/Dodge/Item/Scope.hs 34;" f +fletchingModule src/Dodge/Item/Scope.hs 36;" f flickerMod src/Dodge/Placement/Instance/LightSource/Flicker.hs 10;" f flickerUpdate src/Dodge/Placement/Instance/LightSource/Flicker.hs 24;" f flipSwitch src/Dodge/Button/Event.hs 21;" f @@ -5573,7 +5535,6 @@ fromV3 src/Geometry/Data.hs 43;" f frontArmour src/Dodge/Item/Equipment.hs 43;" f fstV2 src/Geometry/Data.hs 50;" f fuelPack src/Dodge/Item/Equipment.hs 66;" f -fullModuleName src/Dodge/Combine.hs 93;" f functionalUpdate src/Dodge/Update.hs 232;" f fuseFunc src/Dodge/Path.hs 150;" f fusePairs src/Dodge/Path.hs 153;" f @@ -5588,7 +5549,7 @@ gameRoomViewpoints src/Dodge/Viewpoints.hs 35;" f gameRoomsFromRooms src/Dodge/Layout.hs 158;" f gameplayMenu src/Dodge/Menu.hs 131;" f gameplayMenuOptions src/Dodge/Menu.hs 134;" f -gasCreate src/Dodge/HeldUse.hs 368;" f +gasCreate src/Dodge/HeldUse.hs 376;" f generateGenParams src/Dodge/LevelGen/LevelStructure.hs 22;" f generateGraphs src/Dodge/LevelGen.hs 39;" f generateLayout src/Dodge/Layout/Generate.hs 10;" f @@ -5602,7 +5563,7 @@ geqConstr src/SameConstr.hs 21;" f getArguments src/Dodge/Update/Scroll.hs 150;" f getArguments' src/Dodge/Update/Scroll.hs 138;" f getAvailableListLines src/Dodge/SelectionList.hs 11;" f -getBulletTrajectory src/Dodge/HeldUse.hs 282;" f +getBulletTrajectory src/Dodge/HeldUse.hs 290;" f getBulletType src/Dodge/HeldUse.hs 265;" f getCommands src/Dodge/Terminal.hs 115;" f getCommandsHelp src/Dodge/Terminal.hs 73;" f @@ -5701,10 +5662,9 @@ hasFrontArmour src/Dodge/Creature/Test.hs 112;" f hasLOS src/Dodge/Base/Collide.hs 200;" f hasLOSIndirect src/Dodge/Base/Collide.hs 214;" f hat src/Dodge/Item/Equipment.hs 105;" f -hatCombinations src/Dodge/Combine/Combinations.hs 33;" f head src/DoubleStack.hs 14;" f headLamp src/Dodge/Item/Equipment.hs 118;" f -headLampShape src/Dodge/Item/Draw/SPic.hs 500;" f +headLampShape src/Dodge/Item/Draw/SPic.hs 501;" f headMap src/Dodge/DoubleTree.hs 117;" f heal src/Dodge/Item/Consumable.hs 17;" f heal25 src/Dodge/Item/Consumable.hs 14;" f @@ -5717,10 +5677,10 @@ heightWallPS src/Dodge/Placement/Instance/Wall.hs 13;" f heldBounds src/Dodge/Item/Module.hs 27;" f heldEffect src/Dodge/HeldUse.hs 45;" f heldEffectMuzzles src/Dodge/HeldUse.hs 48;" f -heldInfo src/Dodge/Item/Info.hs 47;" f +heldInfo src/Dodge/Item/Info.hs 48;" f heldItemOffset src/Dodge/Item/HeldOffset.hs 24;" f -heldItemSPic src/Dodge/Item/Draw/SPic.hs 162;" f -heldPositionInfo src/Dodge/Item/Info.hs 212;" f +heldItemSPic src/Dodge/Item/Draw/SPic.hs 163;" f +heldPositionInfo src/Dodge/Item/Info.hs 213;" f helpCommand src/Dodge/Terminal.hs 64;" f helpPoly3D src/Polyhedra.hs 124;" f heron src/Geometry.hs 221;" f @@ -5736,8 +5696,7 @@ holdForm src/Dodge/Creature/Boid.hs 136;" f holsterWeapon src/Dodge/Creature/Volition.hs 14;" f holsterWeaponSound src/Dodge/SoundLogic/Synonyms.hs 4;" f homingDrawType src/Dodge/Projectile/Create.hs 12;" f -homingLaunchers src/Dodge/Combine/Combinations.hs 225;" f -homingModule src/Dodge/Item/Scope.hs 28;" f +homingModule src/Dodge/Item/Scope.hs 30;" f horPipe src/Dodge/Placement/Instance/Pipe.hs 9;" f hotkeyToScancode src/Dodge/Creature/YourControl.hs 55;" f hotkeyToString src/Dodge/Inventory/SelectionList.hs 51;" f @@ -5762,7 +5721,6 @@ inSubInvRegex src/Dodge/InputFocus.hs 102;" f inTermFocus src/Dodge/InputFocus.hs 20;" f inTopRegex src/Dodge/InputFocus.hs 91;" f incBallAt src/Dodge/EnergyBall.hs 54;" f -incendiaryModule src/Dodge/Item/Craftable.hs 21;" f incidenceToFunction src/Dodge/Graph.hs 26;" f indefiniteExceptions src/StringHelp.hs 29;" f initCrItemLocation src/Dodge/Item/Location/Initialize.hs 41;" f @@ -5831,20 +5789,20 @@ intersectSegsSeg src/Geometry/Intersect.hs 232;" f intervalList src/Geometry.hs 315;" f interweave src/Justify.hs 17;" f intsToPos src/Dodge/Room/Modify/Girder.hs 160;" f -invAdj src/Dodge/Item/Grammar.hs 139;" f +invAdj src/Dodge/Item/Grammar.hs 143;" f invDimColor src/Dodge/DisplayInventory.hs 140;" f invDimColor src/Dodge/Inventory/Color.hs 4;" f invDisplayParams src/Dodge/ListDisplayParams.hs 29;" f invHead src/Dodge/Render/HUD.hs 296;" f -invIndentIM src/Dodge/Item/Grammar.hs 151;" f -invLDT src/Dodge/Item/Grammar.hs 110;" f -invRootMap src/Dodge/Item/Grammar.hs 128;" f +invIndentIM src/Dodge/Item/Grammar.hs 155;" f +invLDT src/Dodge/Item/Grammar.hs 114;" f +invRootMap src/Dodge/Item/Grammar.hs 132;" f invSelectionItem src/Dodge/Inventory/SelectionList.hs 35;" f invSelectionItem' src/Dodge/Inventory/SelectionList.hs 17;" f invShiftPointBy src/Dodge/ShiftPoint.hs 8;" f invSideEff src/Dodge/Creature/State.hs 242;" f invSize src/Dodge/Inventory/CheckSlots.hs 40;" f -invTrees src/Dodge/Item/Grammar.hs 156;" f +invTrees src/Dodge/Item/Grammar.hs 160;" f inventoryExtra src/Dodge/Render/HUD.hs 189;" f inventoryExtraH src/Dodge/Render/HUD.hs 193;" f inventoryX src/Dodge/Creature.hs 115;" f @@ -5904,10 +5862,10 @@ itemFromConsumableType src/Dodge/Item.hs 51;" f itemFromEquipType src/Dodge/Item.hs 56;" f itemFromHeldType src/Dodge/Item/Held.hs 25;" f itemFromLeftType src/Dodge/Item.hs 78;" f -itemInfo src/Dodge/Item/Info.hs 10;" f +itemInfo src/Dodge/Item/Info.hs 12;" f itemInvColor src/Dodge/Item/InventoryColor.hs 7;" f itemInvSideEffect src/Dodge/Creature/State.hs 254;" f -itemNumberDisplay src/Dodge/Item/Display.hs 112;" f +itemNumberDisplay src/Dodge/Item/Display.hs 114;" f itemRooms src/Dodge/LockAndKey.hs 41;" f itemSPic src/Dodge/Item/Draw/SPic.hs 29;" f itemString src/Dodge/Item/Display.hs 60;" f @@ -5915,18 +5873,17 @@ itemUpdate src/Dodge/Creature/State.hs 328;" f itemUseEffect src/Dodge/Creature/Impulse/UseItem.hs 35;" f iterateUntil src/MonadHelp.hs 23;" f iterateWhile src/MonadHelp.hs 30;" f -itmBaseInfo src/Dodge/Item/Info.hs 21;" f -itmEquipSiteInfo src/Dodge/Item/Info.hs 224;" f -itmModuleInfo src/Dodge/Item/Info.hs 235;" f -itmSpaceInfo src/Dodge/Item/Info.hs 16;" f -itmUsageInfo src/Dodge/Item/Info.hs 201;" f +itmBaseInfo src/Dodge/Item/Info.hs 22;" f +itmEquipSiteInfo src/Dodge/Item/Info.hs 223;" f +itmSpaceInfo src/Dodge/Item/Info.hs 17;" f +itmUsageInfo src/Dodge/Item/Info.hs 202;" f ixNZ src/Dodge/Base/Zone.hs 200;" f ixZone src/Dodge/Base/Zone.hs 197;" f jShape src/Dodge/Placement/Instance/LightSource.hs 86;" f jShape src/Dodge/Placements/LightSource.hs 43;" f jaggedShape src/Dodge/Block/Debris.hs 191;" f jetPack src/Dodge/Item/Equipment.hs 92;" f -joinItemsInList src/Dodge/Item/Grammar.hs 101;" f +joinItemsInList src/Dodge/Item/Grammar.hs 105;" f jps0' src/Dodge/LevelGen/Data.hs 60;" f jps0' src/Dodge/LevelGen/PlacementHelper.hs 60;" f jps0PushPS src/Dodge/LevelGen/Data.hs 63;" f @@ -5947,7 +5904,7 @@ keyCard src/Dodge/Item/PassKey.hs 8;" f keyCardAnalyserByDoor src/Dodge/Room/LasTurret.hs 69;" f keyCardRoomRunPast src/Dodge/Room/LasTurret.hs 57;" f keyCardRunPastRand src/Dodge/LockAndKey.hs 38;" f -keyPic src/Dodge/Item/Draw/SPic.hs 516;" f +keyPic src/Dodge/Item/Draw/SPic.hs 517;" f keyholeCorridor src/Dodge/Room/Corridor.hs 39;" f killBulletUpdate src/Dodge/WorldEvent/HitEffect.hs 30;" f killParticleUpdate src/Dodge/Particle/Update.hs 9;" f @@ -5966,9 +5923,9 @@ lampCrSPic src/Dodge/Render/ShapePicture.hs 97;" f lasBeamCombine src/Dodge/Beam.hs 31;" f lasCenSensEdge src/Dodge/Room/LasTurret.hs 112;" f lasDronesPic src/Dodge/Item/Weapon/Drone.hs 22;" f -lasGun src/Dodge/Item/Held/BatteryGuns.hs 43;" f -lasGunPic src/Dodge/Item/Draw/SPic.hs 463;" f -lasGunTweak src/Dodge/Item/Held/BatteryGuns.hs 78;" f +lasGun src/Dodge/Item/Held/BatteryGuns.hs 49;" f +lasGunPic src/Dodge/Item/Draw/SPic.hs 464;" f +lasGunTweak src/Dodge/Item/Held/BatteryGuns.hs 84;" f lasRayAt src/Dodge/Beam.hs 62;" f lasSensorTurretTest src/Dodge/Room/LasTurret.hs 105;" f lasTunnel src/Dodge/Room/LasTurret.hs 124;" f @@ -5980,7 +5937,7 @@ latchkey src/Dodge/Item/Held/Utility.hs 23;" f latchkey src/Dodge/Item/PassKey.hs 14;" f launcher src/Dodge/Item/Held/Launcher.hs 12;" f launcherCrit src/Dodge/Creature/LauncherCrit.hs 12;" f -launcherPic src/Dodge/Item/Draw/SPic.hs 437;" f +launcherPic src/Dodge/Item/Draw/SPic.hs 438;" f launcherSound src/Dodge/SoundLogic/Synonyms.hs 4;" f launcherX src/Dodge/Item/Held/Launcher.hs 48;" f layerNum src/Picture/Data.hs 31;" f @@ -5991,12 +5948,12 @@ ldtToDT src/Dodge/DoubleTree.hs 13;" f ldtToIM src/Dodge/DoubleTree.hs 90;" f ldtToIndentList src/Dodge/DoubleTree.hs 93;" f left src/DoubleStack.hs 16;" f -leftInfo src/Dodge/Item/Info.hs 95;" f -leftIsParentCombine src/Dodge/Item/Grammar.hs 73;" f -leftItemSPic src/Dodge/Item/Draw/SPic.hs 78;" f +leftInfo src/Dodge/Item/Info.hs 96;" f +leftIsParentCombine src/Dodge/Item/Grammar.hs 77;" f +leftItemSPic src/Dodge/Item/Draw/SPic.hs 79;" f leftPad src/Padding.hs 14;" f -leftRightCombine src/Dodge/Item/Grammar.hs 85;" f -legsSPic src/Dodge/Item/Draw/SPic.hs 534;" f +leftRightCombine src/Dodge/Item/Grammar.hs 89;" f +legsSPic src/Dodge/Item/Draw/SPic.hs 535;" f liShape src/Dodge/Placement/Instance/LightSource.hs 99;" f liShape src/Dodge/Placements/LightSource.hs 55;" f light src/Color.hs 100;" f @@ -6098,13 +6055,12 @@ makeArc src/Picture/Base.hs 157;" f makeBlip src/Dodge/RadarSweep.hs 51;" f makeBlockDebris src/Dodge/Block/Debris.hs 28;" f makeBoolOption src/Dodge/Menu/OptionType.hs 8;" f -makeBullet src/Dodge/HeldUse.hs 311;" f +makeBullet src/Dodge/HeldUse.hs 319;" f makeButton src/Dodge/LevelGen/Switch.hs 16;" f makeByteStringShaderUsingVAO src/Shader/Compile.hs 137;" f makeCloudAt src/Dodge/WorldEvent/Cloud.hs 18;" f makeColorTermLine src/Dodge/Terminal.hs 127;" f makeColorTermPara src/Dodge/Terminal.hs 124;" f -makeCommaList src/Dodge/Item/Info.hs 252;" f makeCorpse src/Dodge/Corpse/Make.hs 10;" f makeDebris src/Dodge/Block/Debris.hs 42;" f makeDebrisDirected src/Dodge/Block/Debris.hs 79;" f @@ -6180,7 +6136,7 @@ maybeOpenTerminal src/Dodge/Update.hs 115;" f maybeReadFile src/Dodge/LoadSeed.hs 10;" f maybeTakeOne src/Dodge/RandomHelp.hs 96;" f maybeTakeOne src/RandomHelp.hs 107;" f -maybeWarmupStatus src/Dodge/Item/Display.hs 141;" f +maybeWarmupStatus src/Dodge/Item/Display.hs 143;" f mcApplyDamage src/Dodge/Machine/Update.hs 90;" f mcKillBut src/Dodge/Machine/Destroy.hs 34;" f mcKillTerm src/Dodge/Machine/Destroy.hs 26;" f @@ -6190,10 +6146,10 @@ mcProximitySensorUpdate src/Dodge/Machine/Update.hs 104;" f mcSPic src/Dodge/Render/ShapePicture.hs 174;" f mcSensorTriggerUpdate src/Dodge/Machine/Update.hs 69;" f mcSensorUpdate src/Dodge/Machine/Update.hs 99;" f -mcShootLaser src/Dodge/HeldUse.hs 395;" f +mcShootLaser src/Dodge/HeldUse.hs 403;" f mcTriggerVal src/Dodge/Machine/Update.hs 75;" f mcTypeUpdate src/Dodge/Machine/Update.hs 24;" f -mcUseHeld src/Dodge/HeldUse.hs 336;" f +mcUseHeld src/Dodge/HeldUse.hs 344;" f mcUseItem src/Dodge/Machine/Update.hs 61;" f medkit src/Dodge/Item/Consumable.hs 8;" f megaBattery src/Dodge/Item/Ammo.hs 70;" f @@ -6241,8 +6197,8 @@ miniGunCrit src/Dodge/Creature.hs 62;" f miniGunUse src/Dodge/Item/Weapon/BulletGun/Cane.hs 113;" f miniGunX src/Dodge/Item/Held/Cane.hs 88;" f miniGunX src/Dodge/Item/Weapon/BulletGun/Cane.hs 120;" f -miniGunXPict src/Dodge/Item/Draw/SPic.hs 397;" f -miniGunXPictItem src/Dodge/Item/Draw/SPic.hs 391;" f +miniGunXPict src/Dodge/Item/Draw/SPic.hs 398;" f +miniGunXPictItem src/Dodge/Item/Draw/SPic.hs 392;" f miniS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 510;" f miniTree2 src/Dodge/Room/Room.hs 108;" f minimumOn src/FoldlHelp.hs 12;" f @@ -6273,14 +6229,11 @@ modClock src/Dodge/Item/Weapon/TriggerType.hs 343;" f modTo src/Geometry/Zone.hs 10;" f modifierKey src/Dodge/Config/KeyConfig.hs 34;" f moduleAttachPosition src/Dodge/Item/Module.hs 6;" f -moduleCombinations src/Dodge/Combine/Combinations.hs 135;" f -moduleInfo src/Dodge/Item/Info.hs 258;" f moduleModification src/Dodge/Combine/Module.hs 10;" f moduleName src/Dodge/Module.hs 22;" f moduleSize src/Dodge/Module.hs 14;" f moduleSizes src/Dodge/Module.hs 11;" f moduleStrings src/Dodge/Module.hs 19;" f -modulesSPic src/Dodge/Item/Draw/SPic.hs 223;" f mountColLightI src/Dodge/LightSources/Fitting.hs 56;" f mountLightA src/Dodge/LightSources/Fitting.hs 49;" f mountLightL src/Dodge/LightSources/Fitting.hs 15;" f @@ -6887,7 +6840,7 @@ rhombus src/Polyhedra.hs 71;" f rifle src/Dodge/Item/Held/Cane.hs 51;" f rifle src/Dodge/Item/Weapon/BulletGun/Cane.hs 77;" f right src/DoubleStack.hs 16;" f -rightIsParentCombine src/Dodge/Item/Grammar.hs 79;" f +rightIsParentCombine src/Dodge/Item/Grammar.hs 83;" f rightPad src/Padding.hs 22;" f rightPadNoSquash src/Padding.hs 26;" f rlPosDir src/Dodge/RoomLink.hs 94;" f @@ -7110,7 +7063,7 @@ shapeVerxAttributes src/Shape/Parameters.hs 13;" f shapeVerxSize src/Shape/Parameters.hs 10;" f shardShape src/Dodge/Block/Debris.hs 181;" f shatterGun src/Dodge/Item/Held/Weapons.hs 8;" f -shatterGunSPic src/Dodge/Item/Draw/SPic.hs 245;" f +shatterGunSPic src/Dodge/Item/Draw/SPic.hs 246;" f shatterWall src/Dodge/Item/Weapon/Shatter.hs 26;" f shellCollisionCheck src/Dodge/Projectile/Update.hs 51;" f shellCollisionEffect src/Dodge/Projectile/Update.hs 47;" f @@ -7143,7 +7096,7 @@ shootBangCone src/Dodge/HeldUse/BulletWeapon.hs 98;" f shootBangRod src/Dodge/HeldUse/BulletWeapon.hs 185;" f shootBangstick src/Dodge/HeldUse/BulletWeapon.hs 9;" f shootBezier src/Dodge/Item/Weapon/Bezier.hs 51;" f -shootBullet src/Dodge/HeldUse.hs 296;" f +shootBullet src/Dodge/HeldUse.hs 304;" f shootBurstRifle src/Dodge/HeldUse/BulletWeapon.hs 164;" f shootBurstRifleRepeat src/Dodge/HeldUse/BulletWeapon.hs 176;" f shootElephantGun src/Dodge/HeldUse/BulletWeapon.hs 196;" f @@ -7164,7 +7117,7 @@ shootRevolverXRepeat src/Dodge/HeldUse/BulletWeapon.hs 49;" f shootRifle src/Dodge/HeldUse/BulletWeapon.hs 140;" f shootShatter src/Dodge/Item/Weapon/Shatter.hs 12;" f shootSmgMod src/Dodge/HeldUse/BulletWeapon.hs 86;" f -shootTeslaArc src/Dodge/HeldUse.hs 404;" f +shootTeslaArc src/Dodge/HeldUse.hs 412;" f shootTillEmpty src/Dodge/Creature/Volition.hs 18;" f shootTractorBeam src/Dodge/HeldUse.hs 222;" f shootVolleyGun src/Dodge/HeldUse/BulletWeapon.hs 128;" f @@ -7179,11 +7132,11 @@ shotgunSound src/Dodge/SoundLogic/Synonyms.hs 4;" f shoulderHeight src/Dodge/Item/HeldOffset.hs 57;" f shoulderSH src/Dodge/Creature/Picture.hs 171;" f shoulderSP src/Dodge/Creature/HandPos.hs 196;" f -showAttachItem src/Dodge/Item/Display.hs 77;" f -showAutoRechargeProgress src/Dodge/Item/Display.hs 91;" f -showEquipItem src/Dodge/Item/Display.hs 86;" f -showEquipmentNumber src/Dodge/Item/Display.hs 132;" f -showInt src/Dodge/Item/Info.hs 30;" f +showAttachItem src/Dodge/Item/Display.hs 79;" f +showAutoRechargeProgress src/Dodge/Item/Display.hs 93;" f +showEquipItem src/Dodge/Item/Display.hs 88;" f +showEquipmentNumber src/Dodge/Item/Display.hs 134;" f +showInt src/Dodge/Item/Info.hs 31;" f showIntsString src/Dodge/Tree/Compose.hs 129;" f showManObj src/Dodge/TestString.hs 39;" f showPhaseV src/Dodge/Tweak/Show.hs 16;" f @@ -7274,7 +7227,7 @@ spanLSLightI src/Dodge/Placement/Instance/LightSource.hs 164;" f spanLightI src/Dodge/Placement/Instance/LightSource.hs 193;" f spanLightI src/Dodge/Placements/LightSource.hs 110;" f sparkDam src/Dodge/Spark.hs 32;" f -sparkGun src/Dodge/Item/Held/BatteryGuns.hs 16;" f +sparkGun src/Dodge/Item/Held/BatteryGuns.hs 21;" f spawnCrNextTo src/Dodge/Item/Weapon/Spawn.hs 20;" f spawnElectricalSparks src/Dodge/PosEvent.hs 20;" f spawnGun src/Dodge/Item/Weapon/Spawn.hs 12;" f @@ -7327,7 +7280,7 @@ ssfold src/FoldableHelp.hs 105;" f stackPicturesAt src/Dodge/Render/List.hs 81;" f stackPicturesAtOff src/Dodge/Render/List.hs 84;" f stackText src/Picture/Base.hs 188;" f -stackedInventory src/Dodge/Creature.hs 285;" f +stackedInventory src/Dodge/Creature.hs 287;" f startCr src/Dodge/Creature.hs 91;" f startCrafts src/Dodge/Room/Start.hs 102;" f startInvList src/Dodge/Creature.hs 109;" f @@ -7415,8 +7368,8 @@ targetYouLOS src/Dodge/Creature/ChooseTarget.hs 7;" f targetYouWhenCognizant src/Dodge/Creature/ReaderUpdate.hs 194;" f targetYouWhenCognizant src/Dodge/Creature/SetTarget.hs 9;" f targetingHat src/Dodge/Item/Equipment.hs 111;" f -targetingInfo src/Dodge/Item/Info.hs 127;" f -targetingScope src/Dodge/Item/Scope.hs 22;" f +targetingInfo src/Dodge/Item/Info.hs 128;" f +targetingScope src/Dodge/Item/Scope.hs 24;" f telRoomLev src/Dodge/Room/Teleport.hs 14;" f teleS src/Dodge/SoundLogic/ExternallyGeneratedSounds.hs 378;" f teleSound src/Dodge/SoundLogic/Synonyms.hs 4;" f @@ -7430,13 +7383,13 @@ terminalSPic src/Dodge/Machine/Draw.hs 28;" f terminalShape src/Dodge/Machine/Draw.hs 31;" f terminalWheelEvent src/Dodge/Update/Scroll.hs 75;" f teslaBeamCombine src/Dodge/Beam.hs 48;" f -teslaGun src/Dodge/Item/Held/BatteryGuns.hs 22;" f -teslaGunPic src/Dodge/Item/Draw/SPic.hs 453;" f +teslaGun src/Dodge/Item/Held/BatteryGuns.hs 27;" f +teslaGunPic src/Dodge/Item/Draw/SPic.hs 454;" f teslaParams src/Dodge/Tesla/ItemParams.hs 6;" f testCrossWalls src/Dodge/Room/Path.hs 47;" f testEvent src/Dodge/Event/Test.hs 10;" f testEventKey src/Dodge/Config/KeyConfig.hs 27;" f -testInventory src/Dodge/Creature.hs 261;" f +testInventory src/Dodge/Creature.hs 263;" f testPic src/Dodge/Render/ShapePicture.hs 157;" f testStringInit src/Dodge/TestString.hs 22;" f text src/Picture/Base.hs 193;" f @@ -7510,15 +7463,15 @@ topPrismEdgeIndices src/Shader/Poke.hs 327;" f topPrismIndices src/Shader/Poke.hs 402;" f topTestPart src/Dodge/TestString.hs 34;" f torch src/Dodge/Item/Held/Utility.hs 26;" f -torchShape src/Dodge/Item/Draw/SPic.hs 209;" f +torchShape src/Dodge/Item/Draw/SPic.hs 210;" f torqueCr src/Dodge/WorldEffect.hs 70;" f torso src/Dodge/Creature/Picture.hs 133;" f tractCr src/Dodge/TractorBeam/Update.hs 28;" f tractFlIt src/Dodge/TractorBeam/Update.hs 23;" f tractorBeamAt src/Dodge/HeldUse.hs 232;" f -tractorGun src/Dodge/Item/Held/BatteryGuns.hs 86;" f -tractorGunPic src/Dodge/Item/Draw/SPic.hs 491;" f -tractorGunTweak src/Dodge/Item/Held/BatteryGuns.hs 104;" f +tractorGun src/Dodge/Item/Held/BatteryGuns.hs 92;" f +tractorGunPic src/Dodge/Item/Draw/SPic.hs 492;" f +tractorGunTweak src/Dodge/Item/Held/BatteryGuns.hs 110;" f tractorPullPos src/Dodge/TractorBeam/Update.hs 33;" f tractorSPic src/Dodge/TractorBeam/Draw.hs 10;" f tranRot src/Picture/Base.hs 124;" f @@ -7786,12 +7739,13 @@ upperPrismPolyTS src/Shape.hs 118;" f upperRounded src/Shape.hs 181;" f useAmmoParams src/Dodge/Item/Weapon/AmmoParams.hs 17;" f useBreakListsLinkTest src/Dodge/Item/Grammar.hs 21;" f +useBulletPayload src/Dodge/Bullet.hs 105;" f useC src/Dodge/Cuse.hs 8;" f useC' src/Dodge/Cuse.hs 13;" f useE src/Dodge/Euse.hs 24;" f useEquipment src/Dodge/Creature/State.hs 228;" f -useForceFieldGun src/Dodge/HeldUse.hs 418;" f -useGasParams src/Dodge/HeldUse.hs 347;" f +useForceFieldGun src/Dodge/HeldUse.hs 426;" f +useGasParams src/Dodge/HeldUse.hs 355;" f useHotKey src/Dodge/Creature/YourControl.hs 49;" f useItem src/Dodge/Creature/Action/UseItem.hs 14;" f useItemHotkey src/Dodge/Creature/Impulse/UseItem.hs 128;" f @@ -7846,7 +7800,7 @@ visionCheck src/Dodge/Creature/Perception.hs 152;" f vocalizationTest src/Dodge/Creature/Vocalization.hs 8;" f volleyGun src/Dodge/Item/Held/Cane.hs 32;" f volleyGun src/Dodge/Item/Weapon/BulletGun/Cane.hs 43;" f -volleyGunShape src/Dodge/Item/Draw/SPic.hs 379;" f +volleyGunShape src/Dodge/Item/Draw/SPic.hs 380;" f waistSP src/Dodge/Creature/HandPos.hs 199;" f walkNozzle src/Dodge/HeldUse.hs 207;" f walkableNodeNear src/Dodge/Path.hs 48;" f @@ -8027,5 +7981,5 @@ zoomInKey src/Dodge/Config/KeyConfig.hs 31;" f zoomInLongGun src/Dodge/Update/Camera.hs 157;" f zoomOutKey src/Dodge/Config/KeyConfig.hs 32;" f zoomOutLongGun src/Dodge/Update/Camera.hs 165;" f -zoomScope src/Dodge/Item/Scope.hs 15;" f +zoomScope src/Dodge/Item/Scope.hs 17;" f zoomSpeed src/Dodge/Update/Camera.hs 154;" f